.tab_content {
	border: 0px solid #669CCC;
	padding:15px;
}

#tabContainer {
	padding-bottom: 0px;
	margin-bottom: 0px;
	display: block;
}

#tabContainer div {
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	margin-left: 5px;
	padding-top: 5px;
	color: #000000;
	float: left;
}

#tabContainer .tabs_on, #tabContainer .tabs_off {
	/*border-bottom-color: #669CCC;
	border-right-color: #669CCC;
	background-position: bottom;
	border-left-color: #669CCC;
	border-bottom-style: solid;
	background-color: #EFEFEF;
	border-right-style: solid;
	border-top-color: #669CCC;
	border-left-style: solid;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;*/
	
	background:url(../images/gobg2.gif) repeat-x;
	height:36px;
	cursor: pointer;
	padding-left:35px;
	padding-right:35px;
	line-height:25px;
	
}
#tabContainer .tabs_on {
	background-color: #BBBBBB;
	background:url(../images/gobg.gif) repeat-x;
}

