.shadetabs{
padding: 4px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: circle;
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;
padding: 3px 8px;
margin-right: 3px;
color: #333333;
background: #ff9b00;
}

.shadetabs li a:visited{
color: #333333;
}

.shadetabs li a:hover{
color: #FFFFFF;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #e5632d;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
color: white;
}

.tabcontentstyle{ /*style of tab content container*/
border: 1px solid #8a0000;
width: 500px;
margin-bottom: 1em;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #FFFFFF;
}

.tabcontenttext {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
letter-spacing:1px;
color: #FFFFFF;
}

.tabcontent{
display:none;
background-color: #8a0000;
}

/*for hrd cyberary */
.shadetabscyb{
padding: 0px;
margin: 0px;
list-style-type: none;

}

.shadetabscyb li{
display: inline; 
}

.shadetabscyb li a{
text-decoration: none;



}

.shadetabscyb li a:visited{
color: #333333;
}

.shadetabscyb li a:hover{
color: #FFFFFF;
}

.shadetabscyb li.selected{


}

.shadetabscyb li.selected a{ /*selected main tab style */
background: #e5632d;
border-bottom-color: white;
}

.shadetabscyb li.selected a:hover{ /*selected main tab style */
color: white;
}

.tabcontentstylecyb{ /*style of tab content container*/
 
padding: 3px;
margin-bottom: 1em;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;

}

.tabcontentstylecyb table{ /*style of tab content container*/
padding: 3px;

}

.tabcontenttextcyb {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
letter-spacing:1px;
color: #FFFFFF;
}

.tabcontentcyb{
display:none;

}

#rightcolumn {
	background:#E6E7E8;
	padding:10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
	
.contesttable { font-family:Arial, Helvetica, sans-serif; font-size:15px}

@media print {
.tabcontent {
display:block!important;
}
.tabcontentcyb {
display:block!important;
}
