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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial;color:#FFFFFF;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
color:#FFFFFF;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 25px;
padding-top:6px;
padding-bottom:7px;
margin-right:0px;
color:#FFFFFF;
background:url(../images/bluebg.gif);
background-repeat:no-repeat;
}

.shadetabs li a:hover{
text-decoration:underline;
position: relative;
z-index: 1;
padding: 3px 25px;
margin-right: 0px;
padding-top:6px;
padding-bottom:7px;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#223A70;
background-image:url(../images/graybg.gif);
background-repeat:no-repeat;
}


.tabcontent{
display:none;
}

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



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



.indentmenu{
font: bold 13px Arial;
width: 100%; 
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;

border-top: 1px solid navy; 
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
background: url(../imags/bluebg.gif);
}

.indentmenu ul li a{
float: left;
color: white; 
padding: 5px 11px;
text-decoration: none;
border-right: 5px solid navy; 
}
.textclass{
font-size:12px;
font-family:Tahoma;
font-weight:normal;
color:#171717;
}
input{
font-size:12px;
font-family:Tahoma;
font-weight:normal;
color:#171717;
}
.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; 
padding-bottom: 4px;
/*background: black url(indentbg2.gif) center center repeat-x;*/
}


.tabcontentstyle{ 
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

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