/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: -1px 0px 0px 0px;
padding: 0px;
float: left;
/* width: 80%; width of menu*/
/*border-top: 1px solid navy;*/ /*navy border*/
background: url(../imagesNew/title_bg2.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
/*border-right: 1px solid navy;*/ /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(../images/shadeactive.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
/*border: 1px solid gray;*/
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


.tabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-left:5px;
font: normal 13px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 5px;
margin-right: 2px;
border: 1px solid #c7d6e2;
color: #2d2b2b;
background: #cbdfee url(shade.gif) top left repeat-x;
outline:none;
}

.tabs li a:visited{
color: #2d2b2b;
}

.tabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.tabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.tabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
background-color:#FFFFFF;
border-bottom-color: white;
}

.tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



