
tr, td {
	font-size:100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
}


/*  TABLE STYLES  */

table {
	margin:0 0 15px;
	border-collapse:collapse;
	border:1px solid #D9D9D9;
	border-width:1px 0;
}

td {
	padding:3px 5px;
	border:1px solid #D9D9D9;
	border-width:0 1px;
}

th {
	height:20px;
	background:#CCC url(../../images/bg_th.gif);
	line-height:24px;
	color:#333;
	padding:0 5px;
	font-weight:bold;
	text-align:left !important;
	border:1px solid #D9D9D9;
	border-width:0 1px;
}

th[scope=row] { background:none; padding:3px 5px; color:#333; font-weight:bold; }
br[clear=all] { display:none; }

tr.alternate, li.alternate {
	background:#EDF3FE;
}

tr.active {
	background:#3D80DF;
	color:#FFF;
	border-bottom:1px solid #FFF;
}

tr.active td {background:#3D80DF !important;}
