TD {
	font-family: Arial;
	font-size: 13px;
	color: #000;
	
}


.row0 {
    background-color: #f0f0f0;
}

tr.row0:hover, tr.row0.sfhover  {
    background-color: #DCF3FF;
}

.row1 {
    background-color: #fff;
}

tr.row1:hover, tr.row1.sfhover {
    background-color: #DCF3FF;
}


tr.thover:hover {
	background-color: #000;
}

TABLE.main { border: solid 1px #FFFFFF; }
TABLE.newsHead { border-top: solid 1px #FFFFFF; 
	height: 25px;

}

table.style_grey {
	table-layout:fixed; 
		background-color: #fff;
		padding: 0;
		margin-top: 10px;
		border-collapse: collapse; 
}




table.style_grey th,table.style_grey td {
	line-height:18px;
	padding:6px 6px;
	background-color: #fff;
	margin: 0;
	vertical-align: top;
	
}
table.style_grey td,table.style_grey th {
	
	/* background:none !important; */
	font: 12px Arial;
	color:#333;
	/*
	border:1px solid #D6D6D6
	*/
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	
}
table.style_grey caption {
	margin-bottom:0;
	text-align: left;

}

table.style_grey .tbl-left { width: 175px; background-color: #f5f5f5; font-weight: normal; padding-left: 8px; padding-right: 8px; vertical-align:  middle;}

/*used to fix blank columns in first row*/
table.style_grey .tbl-left-clear { width: 175px; font-weight: normal; padding-left: 8px; padding-right: 8px; vertical-align:  middle;}

table.style_grey .tbl-left-big { background-color: #f5f5f5; font-weight: normal; padding-left: 8px; padding-right: 8px; vertical-align:  middle;}

*/
/* flot TD */
td.legendLabel {
	font-size:11px;
	padding:0 4px;
	vertical-align: middle;
}


/* table sorter */
table.tablesorter {
	font-family:arial;
	background-color: #FFF;
	margin:10px 0pt 15px;
	font-size: 10px;
	width: 100%;
	text-align: left;
	border: 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-collapse: collapse; 
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e2e8f2;	
	border: 0;
	font-size: 8pt;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
table.tablesorter thead tr .header {
	background-image: url(../images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	
}
table.tablesorter tbody td {
	color: #000;
	padding: 5px;
	background-color: #F0F0F6;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	
	
}
table.tablesorter tbody tr.odd td {
	background-color:#FFF;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/tablesorter/asc.gif);

}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/tablesorter/desc.gif);

}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #c2d0e9;

}

table.tablesorter tr.even:hover td,
table.tablesorter tr.odd:hover td {
    background-color: #f5fafd;
}