/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 12px;
	list-style-type: none;
	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;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	color: #666;
	background: #c8c9cb;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	background-color:#ffc423;
	color: #333;
}

.shadetabs li a.selected{ /*selected main tab style */
	background:none;
	font-weight:bold;
}

.shadetabs li a.selected{ /*selected main tab style */
	border-bottom:solid 2px #e8e9eb;
	background-color:#e8e9eb;
	color: #333;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
	
	#sub_point-01, #sub_point-02, #sub_point-03, #sub_point-04, #sub_point-05 {
		height:100px;
	}
}

.body_tabs {
	text-align:center;
}

#sub_point-01, #sub_point-02, #sub_point-03, #sub_point-04, #sub_point-05 {
	background:url("/img/elements/tab-grad.png");
	height:225px;
}

#sub_point-01 p, #sub_point-02 p, #sub_point-03 p, #sub_point-04 p, #sub_point-05 p {
	margin:10px 20px 0px 20px;
}

#sub_point-01 h3, #sub_point-02 h3, #sub_point-03 h3, #sub_point-04 h3, #sub_point-05 h3 {
	margin:20px;
}