/* ESTILOS EXCLUSIVOS PARA EL HTML GENERADO POR EL TAG DISPLAYTAG */

.display {
   width: 100%;
border:1px dotted #DDDDDD;
}

.display th.sorted {
	color: white;
}

.display th {
	text-align:left;
	background-color: #666666;
	color: white;
	padding-left:0.5em;
}

.display th a, .display th a:visited, .display th a:hover, .display th a:link {
    color: #dcdcda !important;
    margin:0;
    padding:1px;
    background-repeat:no-repeat;
    border-bottom: none !important;
}

.display th.sorted a  {
	display: block;
	width: 100%;
	color: white;
}

.display th.sortable a {
	background-image: url(imgs/displaytag/arrow_off.png);
	background-position: 90%;
	display: block;
	color: white !important;
}


.display th.sortable a {
	background-image: url(imgs/displaytag/arrow_off.png);
	background-position: 90%;
}

.display th.order1 a {
	background-image: url(imgs/displaytag/arrow_down.png);
}

.display th.order2 a {
	background-image: url(imgs/displaytag/arrow_up.png);
}

.display tr.odd {
    background-color: #EFEFEF;
}

.display tr.even{
	background-color: white;
}

.display tr.odd a{
   border-bottom: none !important;
	color:#31518c;
}

.display tr.odd td{
color:#666666;
}

.display tr.even td{
color:#666666;
}
.display tr.even a{
   border-bottom: none !important;
	color:#31518c;
}

.display tr.tableRowEven {
    background-color: pink;
}

.display table.its { 
    text-align: center;
    border-spacing: 0px 0px;
    padding-bottom:10px;
    border-bottom: 1px dotted black;
    width: 100%;	
    border-collapse: collapse;
    margin-top: -10px;
}

.display table.its th.centered, .display table.its td.centered {
	text-align:center;
}

.display table.its thead tr {
	background-color : white;
    font-size : 13px; 
    font-style : normal;
    color : black;
    font-family : Arial,Verdana, Helvetica, sans-serif;
}

.display table.its thead tr a {
	text-decoration: none;
}


.display td {
	text-align: left;
	font-weight : normal; 
	font-size : 12px; 
	font-style : normal;
	color: black;
	font-family : Arial, Helvetica, sans-serif;
	padding-left: 0.5em;   
}

.display table.its td a {
	color: #023399;
}

.display table.its th {
    border-bottom: 1px solid #999;
}

span{
color:#666666;
}

span.excel {
	background-image: url(../imgs/displaytag/ico_file_excel.png);
	background-repeat:no-repeat;
}

span.csv {
	background-image: url(../imgs/displaytag/ico_file_csv.png);
	background-repeat:no-repeat;
}

span.xml {
	background-image: url(../imgs/displaytag/ico_file_xml.png);
	background-repeat:no-repeat;
}

span.exportlinks {
	padding: 0 4px 1px 20px;
	cursor: pointer;
}

span.pagebanner {
	text-align: left;
	display: block;
    background-color: white;
    padding: 2px 4px 2px 4px;
	margin-top: 10px;   	
	font-size: 12px; 
	color: #666666; 
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}

span.pagelinks {
 	right:0px;
	display: block;
	text-align: right;
	background-color: white;
	padding: 2px 4px 2px 4px;	
	margin-bottom: 10px;
	font-size: 12px; 
	color: #000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-top: 1.5px solid #666666;
}	

span.pagelinks a{
	color: #666666; 
}

div.exportlinks {
	background-color: #b6cbeb;
	border: 1px solid #999;
	padding: 2px 4px 2px 4px;
	margin: 10px 0 10px 0;
	width: 99%;
	font-size: 14px; 
	color: #000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
}

div#body {
	margin: 2% 4% 2% 2%;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaa;
	border-right: #FFFFFF;
	border-left: #FFFFFF;
}

.selected_page{
	font-weight: bold;
	color: #ce4d21;
}