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

.shadetabs{
padding: 3px 0px;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0px;
font: bold 12px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:14px;
}

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

.shadetabs li a{
font: bold 12px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #C8D1DC;
color: #ffffff;
background: white url(../images/tabs/shade_red.gif) top left repeat-x;
}

.shadetabs li a:visited{
/*color: #2d2b2b;*/
}

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

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

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

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

.tabcontent{
display:none;
}

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

.quicknews11{
margin-top:5px;
}

.quicknews11 ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;

clear:both;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:95%;
padding-left:0px;

}

.quicknews11 li {
background-image:url(../images/bullet.gif);
background-position:2px 12px;
background-repeat:no-repeat;
border-bottom:1px solid #E2E2E2;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:1.4em;
padding:6px 0 6px 8px;
width:100%;
display:list-item;
}

.moreLink {
background-image:url(../images/buttons/button_bg.gif);
background-position:right center;
background-repeat:no-repeat;
color:#234672;
display:block;
float:left;
margin:0 4px 0 0;
padding:0 5px 0 0;
}