.eXtremeTable { 
	margin:0;
	padding:0;
	width:auto;
	height:450px;
	overflow:auto;
}
#ec_table{ margin-top:-41px;}

.eXtremeTable select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	border: solid 1px #ddd;
	width: 75px;
	padding:4px 0;
	cursor:pointer;
}

.eXtremeTable .tableRegion {
	padding: 0px;
	font-size: 10px;
}

.eXtremeTable .filter {
	background-color: #F4F4F4;
}

.eXtremeTable .filter td {
	padding: 2px;
}

.eXtremeTable .title {
	color: #444444;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	vertical-align: middle;
}

.eXtremeTable .titleRow {
	background-color: #F4F4F4;
}

.eXtremeTable .titleRow td {
	border-bottom: 1px solid #308dbb;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	text-align: center;
}

.eXtremeTable .titleRow span {
	color: #444444;
	font-weight: bold;
	font-size: 12px;
}

.eXtremeTable .filter input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	border: solid 1px grey;
	padding: 1px;
}

.eXtremeTable .filter select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	border: solid 1px #EEE;
}

.eXtremeTable .tableHeader {
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	margin: 0px;
}

.eXtremeTable .tableHeaderSort{
	background-color: #f2f2f2;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}

.eXtremeTable .odd a, .even a{
	font-size: 14px;
}

.eXtremeTable .odd td, .eXtremeTable .even td {
	padding-left: 20px;
	vertical-align: middle;
	font-size: 14px;
}

.eXtremeTable .odd {
	background-color: #FFFFFF;
}

.eXtremeTable .even {
  	background-color: #dfe4e8;
}

.eXtremeTable .highlight td {
	color: black;
	font-size: 14px;
	padding-left:20px;
	vertical-align: middle;
	background-color: #fdecae;
}

.eXtremeTable .highlight a, .highlight a {
	color: black;
	font-size:14px;
}

.eXtremeTable .compactToolbar {
	background-color: #F4F4F4;
	padding-left:20px;
	display:block;
	position:fixed;
	bottom:0;
	left:-8px;
	line-height:100%;
}
.eXtremeTable .compactToolbar td{
	padding-left:3px;
	}

.eXtremeTable .toolbar {
	background-color: #F4F4F4;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	margin-right: 1px;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

.eXtremeTable .toolbar a:hover {
	background-color: transparent;
}

.eXtremeTable .toolbar td {
	color: #444444;
	padding: 0px 3px 0px 3px;
	text-align:center;
}

.eXtremeTable .separator {
	width: 7px;
}

.eXtremeTable .statusBar {
	background-color: #F4F4F4;
	font-size: 12px;
	display:block;
	position:fixed;
	bottom:-16px;
	left:200px;
	line-height:100%;
	text-align:left;	
}

.eXtremeTable .filterButtons {
	background-color: #F4F4F4;
	text-align: right;
}

.eXtremeTable .title span {
	margin-left: 7px;
}

.eXtremeTable .formButtons {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
}

.eXtremeTable .formButton {
	cursor: pointer;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	background-color: #308dbb;
	color: white;
	margin-top: 5px;
	border: outset 1px #333;
	vertical-align: middle;
}

.eXtremeTable .calcRow {
	background-color: #F4F4F4;
}

.eXtremeTable .calcTitle {
	background-color: #F4F4F4;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.eXtremeTable .calcResult {
	background-color: #F4F4F4;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
}

.eXtremeTable .tableHeader{color:#424242;background:-webkit-linear-gradient(#fff, #f2f2f2); background:-o-linear-gradient(#fff,#f2f2f2); background:-moz-linear-gradient(#fff,#f2f2f2); background:linear-gradient(#fff,#f2f2f2); border-bottom:1px solid #eee;}
.eXtremeTable .odd td{background-color: #fcfcfc;}
.eXtremeTable .even td{background-color: #fff}
.eXtremeTable .statusBar{background:#fcfcfc;}
.eXtremeTable .compactToolbar{background:#fcfcfc;}
.eXtremeTable .compactToolbar td{border-bottom: none}