@CHARSET "ISO-8859-1";

table.its {
    border: 1px solid #666666;
    width: 100%;
	margin-bottom: 15px;
	
}

table.width100 {
    width: 100%;
}

table.width50 {
    width: 50%;
}

table.its th{
	padding: 7px 5px !important;
    vertical-align: top;
}

table.its td, table.its.tr{
    padding: 2px 4px !important;
    vertical-align: top;
}

table.its a, table.its a.visited{
    color: #0B55FF;
    font-weight: bold;

}

 th a, th a:visited {
    color: yellow;
}
 th a:hover {
    color: yellow;
    text-decoration: underline;
}
 th.sorted a, th.sortable a {
    background-position: right center;
    display: block;
    width: 100%;
}
 th.sortable a {
    background-image: url("../../images/table/arrow_off.png");;
	background-repeat: no-repeat;
	color: yellow;
}


 th.order1 a {
    background-image: url("../../images/table/arrow_down.png");
    
}
 th.order2 a {
    background-image: url("../../images/table/arrow_up.png");
}
 tr.odd {
    background-color: #FFFFFF;
}

span.export {
    cursor: pointer;
    display: inline-block;
    padding: 0 4px 1px 20px;
}
span.excel {
    background-image: url("../../images/table/ico_file_excel.png");
    background-repeat: no-repeat
}

span.pdf {
    background-image: url("../../images/table/ico_file_pdf.png");
    background-repeat: no-repeat
}

span.pagebanner {
    background-color: #EEEEEE;
    border-color: #999999 #999999 -moz-use-text-color;
    border-style: dotted dotted none;
    border-width: 1px 1px medium;
    display: block;
    margin-top: 10px;
    padding: 2px 4px;
	
}
span.pagelinks {
    background-color: #EEEEEE;
    border-color: -moz-use-text-color #999999 #999999;
    border-right: 1px dotted #999999;
    border-style: none dotted dotted;
    border-width: medium 1px 1px;
    display: block;
    margin-bottom: -5px;
    margin-bottom: 20px;
    padding: 2px 4px;
}
thead tr {
 	text-align: left;
    background-color: #064591;
    color: white;
}
 th.sorted {
    background-color: #03254e;
    color: black;
    text-decoration: underline;
}

/*
	For Green : #ebefd9
	For Blue  : #d7e9f9
	For Yellow: #efefd9
	For Orange: #fea
*/
 tr.tableRowEven, tr.even {
    background-color: #d7e9f9;
}

/*
tr.odd:HOVER {
	background-color: #b8b854;
}
tr.even:HOVER {
	background-color: #b8b854;
}
*/

tr.yellow {
	background-color: #ffff80;
    color: black
}

tr.red, tr.red a {
       background-color: #fff;
       color: #C43C35 
}

.tdHeader{

color: #ae0000; background-color: #d6d6d6; font-size: 9pt
}

div.exportlinks {
    background-color: #EEEEEE;
    border: 1px dotted #999999;
	padding: 2px 4px;
    margin-top: 10px;;
	margin-bottom: 10px;
	margin-right: 0
}

.total{
	background: none repeat scroll 0 0 #064591;
    color: #FFFFFF !important;
    margin: 10px 0;
    padding: 10px 15px;
	font-weight: bold;
	font-size: 14px;
}	


div.column2 {
    width: 100%;
    margin-top: 40px;
    height: 50px;
    
}



div.col {
    float: left;
    width: 47%;
    margin-right: 20px;
}

div.col1 {
    float: left;
    width: 50%;
   
}

caption {
  background: #f1f1f1;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px;
  text-decoration: underline;
}