﻿.pshadetabs{
padding: 8px 10px;
margin-left: 0;
margin-right:0px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; 
height:30px;
border-bottom-style:none;/*set to left, center, or right to align the menu as desired*/

}

.pshadetabs li{
display: inline;
margin: 0;
height:30px;
}

.pshadetabs li a{
text-decoration: none;
padding: 5px 5px 8px 0px;
margin-right: 0px;
border: 1px solid;
border-bottom-color:Orange;
border-left-color:#cccccc;
border-right-color:#cccccc;
border-top-color:#cccccc;
color: #2d2b2b;
 /*background-color:Blue;*/
 background-color:#ffffff;
/*background: white url(shade.gif) top left repeat-x;*/

}

.pshadetabs li a:visited{
color: #2d2b2b;



}

.pshadetabs li a:hover{
text-decoration:none;
color: #2d2b2b;



}

.pshadetabs li.selected{
position:relative;
top: 1px;



}

.pshadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
background-color:#f5f9fc;
border-bottom-color:#f5f9fc;

}

.pshadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.ptabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
background-color:#f5f9fc;
}

.ptabcontent{
display:none;

}

@media print {
.ptabcontent {
display:block!important;

}
}
