

/*COLORS

BMCC-BLUE:#336699;

BMCC-GREY-0#F9FAFB;
BMCC-GREY-1:#EEEEEE;
BMCC-GREY-2#E0E0E0;
BMCC-GREY-3:#BABABA;
BMCC-GREY-4:#999999;
BMCC-GREY-5:#666666;

*/

A:link.uFooter, A:visited.uFooter, A:active.uFooter
{
	color:#666666;
	font-size: 13px;
	font-weight:normal;
	text-decoration:none;
}

A:hover.uFooter
{
	color:#336699;
}

td.uListHeader
{
	height:21px;
	
	font-size:12px;
	font-weight:bold;
	
	padding:3 3 3 3;
	/* top-right-bottom-left*/
	
	color:#FFFFFF;
	background-color:#3C7AB8;
}

tr.uList1
{
	background-color:#F3F3F3;
}

tr.uList2
{
	background-color:#FFFFFF;
}

td.uList
{
	height:21px;
	
	font-size:12px;
	
	padding:3 3 3 3;
	/* top-right-bottom-left*/
	
	cursor:pointer;
}

td.uListFooter
{
	padding:3 0 0 3;
	/* top-right-bottom-left*/
	
	text-align:center;
}

tr.uListOn
{
	background-color:#E0E0E0;
}


