﻿/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

/*.modernbricksmenu2{
padding: 0;
width: 590px;
border-bottom: 5px solid #D25A0B; /*Brown color theme*/ 
/*background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}*/


.tab1{
background-image:url('/images/boxNavOver_r1_c1.gif');
height:40px

}
.tab2{
background-image:url('/images/boxNavOver_r1_c2.gif');
height:40px;

}


.modernbricksmenu2{
padding: 0;
margin-left: 0;
margin-bottom: 0;
font: 11px helvetica, arial, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 5px solid #31699c;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
height:10px;
width:95%;

}


.modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: 11px helvetica, arial, sans-serif;

color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
/*background-color: #043868; Brown color theme*/ 
border-top: 1px solid white;
background-image:url('../images/bg_tab.gif');
}

.modernbricksmenu2 a:hover{
background-color: #31699c; /*Brown color theme*/ 
color: white;
font: 11px helvetica;
text-decoration: none;
background-image:url('../images/bg_tab_hover.gif');

}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #31699c; /*Brown color theme*/ 
color: white;
border-color: #31699c; /*Brown color theme*/ 
font: 11px helvetica;
text-decoration: none;
background-image:url('../images/bg_tab_hover.gif');

}

.tabcontent{
display:none;
border-color: #ffffff; 
}

@media print {
.tabcontent {
display:block !important;
}
}

/*   ******  NAVIGATION STYLES   *******/


#ajaxbox {
	position: relative;
	text-align: left;
	width: 280px;
}
#ajaxbox a {
	color: #6e9ec1;
	display: block;
	border-bottom: 1px solid #EAEAEA;
	padding: 10px 0px 6px 2px;
/*background: #FFF;*/	margin: 0px 8px 0px 6px;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}
#ajaxbox a:hover {
	color: #e55800; /*background: #eaeaea;*/;
	background-image: url('/images/semi-transparent.gif');
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
