@charset "utf-8";
/* CSS Document */
.ttbc{/*Themed Table Border Color*/
	background-color:#b51c00;
}
.tt{/*Themed Table*/

}
.ttt{/*Themed Table Title*/
	COLOR: #fff;
	font-weight:bold;
}
.tttop{/*Themed Table Top*/
	background-image:url('/StandardsWeb/themes/metro.cranberry/tbg.png');	
}
.ttbottom{/*Themed Table Bottom*/
	background-image:url('/StandardsWeb/themes/metro.cranberry/bbg.png');
}
.tabt{/*Themed Tab Title*/
	COLOR: #fff;
	font-weight:bold;
}
.expandCollapse-minus {  background-image: url(/StandardsWeb/themes/metro.cranberry/table_minus.gif);background-repeat:no-repeat;padding-bottom:2px;}
.expandCollapse-plus { background-image: url(/StandardsWeb/themes/metro.cranberry/table_plus.gif);background-repeat:no-repeat;padding-bottom:2px;}
.dth{/*Data Table Header*/
	color:#b51c00;
	background-color:#e1a499;
	font-weight:bold;
	vertical-align:bottom;
}