/* Note: Background images take precedent over background colours. */

.shadetabs{
padding: 0px;
margin: 3px 0px 0px 0px;
font: bold 14px Verdana, Arial;
text-transform: uppercase;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
white-space: nowrap;
}

.shadetabs li a{
text-decoration: none;
padding: 2px 5px 2px 5px;
border: 1px solid #9dc4e5;
color: black;
background-color: white;
}

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

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style*/
background-color: #f45902;
}

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

.designtabs{
padding: 0px;
margin-top: 48px;
font: bold 14px Verdana, Arial;
text-transform: uppercase;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.designtabs li{
display: inline;
margin: 0px;
padding-bottom: 3px;
white-space: nowrap;
}

.designtabs li a{
text-decoration: none;
padding: 2px 5px 2px 5px;
border: 2px solid #AACFEA;
color: 013F64;
background-color: white;
}

.designtabs li a:hover{
background-color: #A7A9AC; /*hover main tab style*/
text-decoration: none;
}

.designtabs li.selected{
position: relative;
top: 0px;
}

.designtabs li.selected a{ /*selected main tab style*/
background-color: #A7A9AC;
}

.designtabs li.selected a:hover{ /*selected main tab style*/
background-color: #A7A9AC;
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 100%;
	margin-bottom: 1em;
	padding: 10px 5px 5px;
	border-top: 5px none #cfe7ff;
	border-right: 5px none #cfe7ff;
	border-bottom: 5px none #cfe7ff;
	border-left: 5px none #cfe7ff;
}

.tabcontent{
display:none;
}

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