/********************************************************* Tab View ***************************************/
.modernbricksmenu{
padding: 0;
width: 550px;
height:25px;
border-bottom: 5px solid #5073b5; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu a{
float: left;
display: block;
font: bold 11px Arial;
color: #000000;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #d8dbe4; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu a:hover{
background-color: #5073b5; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu a.selected{ /*currently selected tab*/
background-color: #5073b5; /*Brown color theme*/ 
color: white;
border-color: #5073b5; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/******************************************* End of Tab View ***************************************/


.boldheading {
	font-family: Arial;
	font-size: medium;
	font-weight: bolder;
	color: #5073b5;
	font-style: normal;
}
.leftheading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	font-style: normal;
	background-color:#5073b5;
	padding-left:10px;
	
}

.orangebold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #ff6400;
	font-style: normal;
}
