.shadetabs{
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    
    font-size:1em;
    color:#FFFFFF;
    font-family: Verdana,Sans-Serif;
    font-weight: Normal;
    text-decoration:none;
}

.shadetabs li{
    display: inline;
    margin: 0;
    width: 150px;
    margin-right: -1px;
	_margin-right: 3px;
}

.shadetabs li a{
    text-decoration: none;
    padding: 3px 7px;
    color: #fff;
    background: #ccc;
    width: 150px;
    display: table-cell;
    text-align: center;    
    border: solid 2px #ccc;
}

.shadetabs li a:visited{
    color: #fff;
}

.shadetabs li a:hover{
    color: #fff;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
    background: #FF99CC;
    border-color: #FF99CC; 
}

.shadetabs li.selected a:hover{ /*selected main tab style */
    text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
    border: 0px;
    width: 650px;
    margin-top: -5px;
    margin-bottom: 1em;
    padding: 10px;
    background-color: #FFF0F7;
}

.tabcontent{
    display:none;
}

@media print {
    .tabcontent {
        display:block!important;
    }
}