.dataTable{
    width:100%;
    margin:0;
    border: 1px solid black;
    font-size: small;
}

.dataTableHeader{
    background-color: #5b6f83;
    color: white;
    border:none;
}

.dataTableHeader th{
    border: solid 1px #c0c0c0;
}

.dataTableHeader a{
    color: white;
    border:none;
    text-decoration: none;
    font-weight: bold;
}

.dataTableHeader a:HOVER{
    color: silver;
}

.dataTableHeader img{
	margin:0 2px;
    border:none;
	float:right;
}

.dataTable thead{
    border: 1px solid #c0c0c0;
}

.dataTableFooter{
}

.dataTableOddRow, .dataTableEvenRow{
}

.dataTableOddRow{
    background-color: #fbfffe;
}

.dataTableEvenRow{
    background-color: #efefde;
}

.dataTableAlertRow{
	background-color: #FF3333;
}

.dataTableSelectedRow{
	background-color: #ADD8E6;
}

.dataTableDefaultColumn{
    border: solid 1px #c0c0c0;
    padding: 0.1em 0.5em;
}

.dataTableActionColumn{
    border: solid 1px #c0c0c0;
    padding: 0.1em 0.5em;
    text-align: center;
}

.dataTableIconsColumn{
	padding: 0.1em 0.5em;
    border: solid 1px #c0c0c0;
    text-align: center;
}

.dataTableActionColumn a{
	text-decoration: none;
}

.dataTableActionColumn img{
	margin: 0 0.2em;
	cursor: pointer;
	border: none;
}

/* para rich components */

.dr-dscr-t{
	border-width:1px;
	border-style:solid;
}

.dr-dscr-button,.dr-dscr-sepctrl{
	border-width:1px;
	border-style:solid;
	width:25px;
	cursor:pointer;
	text-align:center;
}

.dr-dscr-button-dsbld{
	cursor:default;
}

.dr-dscr-act{
	border-top-width:2px;
	border-top-style:solid;
	width:25px;
	text-align:center;
}

.dr-dscr-inact{
	border-top-width:2px;
	border-top-style:solid;
	width:25px;cursor:pointer;
	text-align:center;
}

.dr-stglpnl{
	background-color:#FFF;
	border-color:#BED6F8;
}

.dr-dscr-button,.dr-dscr-sepctrl{
	background-color:#EFEFDE;
	border-color:#c0c0c0;
	font-family:Arial,Verdana,sans-serif;font-size:11px;
}

.dr-dscr-button-dsbld{
	color:#EFEFDE;
}

.dr-dscr-act{
	border-top-color:#000;
	color:#000;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
}

.dr-dscr-inact{
	border-top-color:#c0c0c0;
	color:#c0c0c0;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
}

.dr-dscr-t{
	border-color:#c0c0c0;
	background-color:#FBFFFE;
}

.dr-table-headercell {
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:4px;
	text-align:center;
	background-image: none;
}

.iconsTableHeader{
	float: right;
	position: relative;
	top: -20px;
}

.iconsTableHeader img{
	margin:2px 2px;
    border:none;
}

.popupDataTable{
    width: 90%;
    font-size: small;
    margin-left: 5%;
    clear: both;
}

.dr-pnl-h {
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:4px;
	text-align:center;
	background-image: none;
}

.errorMessageCell{
	text-align: center;
	color: #cc0000;
	font-weight: bold;
	border:0;
}


.debitCell_true{
	color:black;
}

.debitCell_false{
	color:red;
}

.creditCell_true{
	color:green;
}

.creditCell_false{
	color:black;
}

.convenioCell_false{
	color:red;
}

.convenioCell_true{
	color:green;
}
