/* General styles */

.section-active-tab-bg {
	white-space: nowrap;
	color: #FFFFFF;
	font: bold 12px tahoma, verdana, arial, sans-serif;
	background: url('Images/gioactive.gif');
	border-top: 0px solid #a3a3a3;
	border-right: 0px solid #a3a3a3;
	border-left: 0px solid #a3a3a3;
	padding: 0px 0px 0px 0px;
	hight: 30px;
}
.section-inactive-tab-bg {
	font: normal 12px tahoma, verdana, arial, sans-serif;
	color: #FFF200;
	white-space: nowrap;
	background: url('Images/gio_no_active.gif');
	border-top: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
	padding: 4px 0px;
	margin-bottom: 0px;
}
.tab-content-border {
	border-right: 0px solid #a3a3a3;
	border-bottom: 0px solid #a3a3a3;
	border-left: 0px solid #a3a3a3;
	padding: 0px;
	clear: both;
	margin-bottom: 0px;
}
.section-outer-border {
	border: 1px #7A7A7A solid;
	clear: both;
}