/* CSS Document */

.mbr_cell_selected{
	width:50%;
	text-align:center;
	padding: 8px 10px 8px 25px;
/*	background-color:#EFF3F6; */
	border-bottom-width: 1px;
	border-bottom-color:#003366;
	border-bottom-style:dashed;
	font-size:14px;
	color: #003366;
	font-weight:bold;
}

.mbr_cell_notselected{
	width:50%;
	text-align:center;
	padding: 8px 10px 8px 10px;
/*	background-color:#EFF3F6; */
	border-bottom-width: 1px;
	border-bottom-color:#003366;
	border-bottom-style:dashed;
	font-size:8px;
	color: #ffffff;
	font-weight:bold;
}

table.mbr_inner_gridtable{
	width:100%;
	border: 25px solid #ffffff;
	border-collapse:collapse;
}

.mbr_header{
	width:100%;
	text-align:left;
	padding: 8px 10px 8px 10px;
	background-color:#EFF3F6;
	border-bottom-width: 1px;
	border-bottom-color:#003366;
	border-bottom-style:dashed;
	font-size:12px;
	color: #003366;
	font-weight:bold;
}