
.eXtremeTable .odd a, .even a , .tableBody tr td a {
	font-size:13px!important;
	/*color:#045386;*/
	color:#333333;
	text-decoration:underline;
	font-weight:normal;
}
.eXtremeTable .odd a : hover , .even a : hover , .tableBody tr td a : hover {
	color:#000000 !important;
}

.eXtremeTable .tableBody tr {
	height: 3.61ex;
}
.eXtremeTable .tableBody tr:hover {
	/*background-color:#f1f1e4;*/
	/*background-color:#FFEDB8*;*/
	background-color:#fff9c7;
}

.eXtremeTable .tableHeader , .eXtremeTable .tableHeaderSort {
	background-color: #f1f1f1;
	color:#333333;
	text-transform:uppercase;
	border-bottom: 1px solid #bbbbbb ;
	
	/*border-right: 1px solid #bbbbbb ;*/
	padding:6px 2px;
	text-decoration:underline;
	
}
.eXtremeTable .odd td, .eXtremeTable .even td{
	/*font-size: 0.89em;*/
	font-size:12px!important;
}

.eXtremeTable .tableHeaderSort {
	/*background-color: #ea6b0a;*/
	text-decoration:underline !important;
}
.eXtremeTable td {
  	border-bottom: 1px solid #dddddd ;
	border-right: 1px solid #dddddd ;
	
	}


.eXtremeTable .even {
  	background-color: #f9f9f9;
}

.eXtremeTable .highlight td {
	color: black;
	background-color: #fdecae;
}

.eXtremeTable .statusBar {
	font-size: 1.0em;
	border:none!important;
	display:block;
}

.eXtremeTable .filter select{
	font-size:1.0em;
	padding:3px 1px;
}


.eXtremeTable  .filter td {
	padding:3px 1px;
}


.eXtremeTable .filter input{
	width:91%;
	font-size: 1.0em;
	/*font-size:0.89em;*/
	padding:3px 1px;
}

.eXtremeTable select {
	font-size:1.00em;
	border:1px solid #cecebf;
}
.eXtremeTable select.big-select {
  border: 1px solid #CECEBF;
  display: block;
  float: left;
  font-size: 1.67em;
  
  width: 100%;
}

.choice {
  font-size:0.67em!important;
 line-height: 40px;
  padding: 6px 2px 2px 2px;;
  width: 100%;

}


.eXtremeTable select:focus, .eXtremeTable select:hover, .eXtremeTable select.focus {
	border:1px solid #e3b63b;
   /* background-color: #f3f3e7;	*/
   background-color:#fff9c7;
	/*background-image: -moz-linear-gradient(90deg, #ebebd8, #f3f3e7);*/
}

.eXtremeTable select.big-select:focus, .eXtremeTable select.big-select:hover, .eXtremeTable select.big-select.focus {
	border:1px solid #e3b63b;
	
}