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

.shadetabs{
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
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;
border-radius: 8px 8px 0px 0px;
position: relative;
z-index: 1;
padding: 5px 32px;
margin-right: 0px;
border: 1px solid #778;
border-bottom-color: white;
background: #767976 url(/images/shade-2.gif) top left repeat-x;
}


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

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

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

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(/images/shadeactive.gif);
background-color: #EEE77B;
}

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

.tabcontent{
display:none;
}

.outline-border-short-2{
border: 1px solid grey;
margin-top: -9px;
padding: 30px 130px 30px 30px;
width: 650px;
}

.outline-border-short-1{
border: 1px solid grey;
margin-top: -9px;
padding: 30px;
width: 750px;
}

.outline-border{
border: 1px solid grey;
margin-top: -9px;
padding: 30px;
width: 850px;
}

.outline-border-tools{
 border: 1px solid grey;
 margin-top: -9px;
 padding: 20px 50px 20px 50px;
 width: 725px;
}

@media print {
.tabcontent {
display:block !important;
}
}
/*tabbed menu */
/**********************************/



.hdr-black {
 font-size:13pt;
 color:#ffffff;
 background-color: #000000;
 font-weight:bold;
 text-align: left;
}

.hdr-yellow {
 font-size:13pt;
 color:#ffffff;
 background-color: #f2db2b;
 font-weight:bold;
 text-align: left;
}

.hdr-red {
 font-size:13pt;
 color:#ffffff;
 background-color: #d53827;
 font-weight:bold;
 text-align: left;
}
