.shadetabs{
padding:0;
margin:0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0 3px 0 0;
padding: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
padding: 4px 8px;
margin: 0;
border: 1px solid #ddd;
font-weight: bold;
font-size:13px;
line-height:24px;
background: white url(../images/shade.gif) top left repeat-x;
-moz-border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
border-radius:8px 8px 0 0;
}

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

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

.tabcontent{
display:none;
}

.tabcontainer {
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
margin:0 0 10px 0;
padding:15px;
}

.tabcontainer h3 {
margin:0 0 10px 0;
}

.tabcontainer h4 {
margin:0 0 10px 0;
}

.tabcontainer p {
margin:0 0 10px 0;
font-size:14px;
}

.tabcontainer ul,ol {
font-size:14px;
margin:0 0 10px 10px;
padding:0 0 0 10px;
}

.tabcontainer ul,ol li {
margin:0 0 20px 20px;
padding:0 0 0 10px;
}

.tabtop {
font-size:12px;
font-weight:bold;
text-align:right;
margin:0 0 20px 0;
}

@media print {
.tabcontent {
display:block !important;
}
}
#questionbox {
	margin:20px 0;
	padding:20px;
	border:1px solid #ddd;
	background:#FFC;
}
#questionbox h3 {
	margin:0 0 10px 0;
}
#qbox {
	margin:20px 0;
	padding:20px;
	border:1px solid #ddd;
	background:#FFC;
}
#qbox h3 {
	margin:0 0 10px 0;
}