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

.shadetabs{
padding:3px 0;
margin-left: 0;
margin-top:10px;
margin-bottom:0;
font-family:"Trebuchet MS";
font-size:16px;
color:#232323;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding:6px 10px 6px 10px;
margin-right:0px;
border:0px solid #778;
color: #ffffff;
background:#80B839;
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration:none;
color:#ffffff;
}

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

.shadetabs li a.selected{ /*selected main tab style */
border-bottom:0px;
color:#ffffff;
background:#888888;
}

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


.tablist {
border-bottom:1px solid #80B839;
padding:10px 0px 6px 0;
}
.tabcontmain {
padding:8px 12px 8px 12px;
color:#000000;
}
.tabcontmain h1{
margin:0px;
padding:5px 0px;
font-size:20px;
color:#43413E;
font-weight:normal;
line-height:22px;
}
.tabcontmain p{
margin:0px;
padding:8px 0px;
}
.tabcontmain i{
color:#9C9B9B;
font-style:normal;
line-height:22px;
}

.tabcontmain a{
color:#ff0000;
font-style:normal;
font-weight:bold;
text-decoration:none;
}
.tabcontmain a:hover{
color:#000000;
font-style:normal;
font-weight:bold;
text-decoration:underline;
}


.tabcontmain p.votemain{
width:900px;
float:left;
}
.tabcontmain p.votemain label.left{
width:120px;
float:left;
padding-top:10px;
}
.tabcontmain p.votemain label.right{
width:780px;
float:left;
padding-top:10px;
}
.tabcontmain p.votemain label.right span{
font-size:18px;
color:#000000;
font-weight:normal;
line-height:22px;
}
.tabcontmain p.votemain label.right span a{
font-size:18px;
color:#000000;
font-weight:normal;
line-height:22px;
text-decoration:none;
}
.tabcontmain p.votemain label.right span a:hover{
font-size:18px;
color:#000000;
font-weight:normal;
line-height:22px;
text-decoration:underline;
}




.tabcontent1{
display:none;
}

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