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

.shadetabs11{
padding: 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs11 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 5px;
margin-right: 5px;
color: #2d2b2b;
}

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

.shadetabs11 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

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

.shadetabs11 li a.selected{ /*selected main tab style */
color:#FFF;
}

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

.tabcontent11{
display:none;
}

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


.tabcontentstyle11{ /*style of tab content oontainer*/
width: 400px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent11{
display:none;
}

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







#searchwrapper {
width:251px; /*follow your image's size*/
height:33px;/*follow your image's size*/
background-image:url('images/search_back.gif');
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:9px;
width:224px;
height:28px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:225px;
width:24px;
height:28px;
}
