.geogoer_tabs, .geogoer_tabs_light, .geogoer_tabs_dark , .geogoer_tabs_gradient{
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #c3d9e9;
	border-style: solid;
	height: 35px;
	padding-top: 0px;
	background-color: #f0f6fa;
}
.geogoer_tabs_light{
	background-color: white;
}
.geogoer_tabs_dark{
	background-color: white;
}
.geogoer_tabs_gradient{
	background: url(../../images/geogoer_components/tabs/ulgradient_bg.gif) bottom repeat-x;
}
.geogoer_tabs li, .geogoer_tabs_light li, .geogoer_tabs_dark li, .geogoer_tabs_gradient li{
	display: block;
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	cursor: pointer;
	float: left;
	font-weight: normal;
	background-color: transparent;
	color: #206da6;
}
.geogoer_tabs li a, .geogoer_tabs_light li a, .geogoer_tabs_dark li a, .geogoer_tabs_gradient li a, .geogoer_tabs li span, .geogoer_tabs_light li span, .geogoer_tabs_dark li span, .geogoer_tabs_gradient li span{
	padding: 8px 12px 7px 9px;
	line-height: 30px;
	height: 21px;
	font-size: 14px;
	color: #387fb2;
	display: block;
	text-decoration: underline;
}
.geogoer_tabs li.selected{
	background: url(../../images/geogoer_components/tabs/bg_selected.gif) bottom right no-repeat;
}
.geogoer_tabs li.selected a, .geogoer_tabs li.selected span{
	background: url(../../images/geogoer_components/tabs/left_selected.gif) bottom left no-repeat;
	color: #115281;
	text-decoration: none;
}
.geogoer_tabs_light li.selected{
	background: url(../../images/geogoer_components/tabs/bglight_selected.gif) bottom right no-repeat;
}
.geogoer_tabs_light li.selected a,.geogoer_tabs_light li.selected span{
	background: url(../../images/geogoer_components/tabs/leftlight_selected.gif) bottom left no-repeat;
	color: #115281;
	text-decoration: none;
}
.geogoer_tabs_dark li.selected{
	background: url(../../images/geogoer_components/tabs/bgdark_selected.gif) bottom right no-repeat;
}
.geogoer_tabs_dark li.selected a, .geogoer_tabs_dark li.selected span{
	background: url(../../images/geogoer_components/tabs/leftdark_selected.gif) bottom left no-repeat;
	color: #115281;
	text-decoration: none;
}
.geogoer_tabs_gradient li.selected{
	background: url(../../images/geogoer_components/tabs/bggradient_selected.gif) bottom right no-repeat;
}
.geogoer_tabs_gradient li.selected a, .geogoer_tabs_gradient li.selected span{
	background: url(../../images/geogoer_components/tabs/leftgradient_selected.gif) bottom left no-repeat;
	color: #115281;
	text-decoration: none;
}
.geogoer_tabs li.selected a:hover, .geogoer_tabs li.selected span:hover, .geogoer_tabs_light li.selected a:hover, .geogoer_tabs_light li.selected span:hover, .geogoer_tabs_dark li.selected a:hover, .geogoer_tabs_dark li.selected span:hover, .geogoer_tabs_gradient li.selected a:hover, .geogoer_tabs_gradient li.selected span:hover{
	text-decoration: none;
}
.geogoer_tabs li h2{
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border-width: 0px;
	color: #555555;
}
.geogoer_tabs li.caption{
	display: inline;
	line-height: 29px;
	border-width: 0px 0px 0px 0px;
	border-color: transparent;
	border-style: solid;
	margin: 0px;
	padding: 0px 7px 0px 0px;
	margin-right: 5px;
	cursor: default;
	float: left;
	font-weight: bold;
	background-color: transparent;
	color: #61ade7;
	font-size: 16px;
	background-color: white;
	background-image: none;
}

.geogoer_tabs2 li.selected{
	background-color: #d8edf8;
}
.geogoer_tabs_div{
	padding: 10px 7px 10px 7px;
}
.geogoer_tabs_div2{
	padding: 10px 7px 10px 7px;
	border-width: 0px 1px 1px 1px;
	border-color: #68b1e6;
	border-style: solid;
}
.geogoer_tabs_div3{
	padding: 20px;
	border-width: 0px 1px 1px 1px;
	border-color: #68b1e6;
	border-style: solid;
}
.geogoer_tabs_div3 .header{
	padding: 10px;
	margin: -20px -20px 20px -20px;
	border-width: 0px 0px 1px 0px;
	border-color: #b0daf0;
	border-style: solid;
	background-color: #d8edf8;
}
.geogoer_tabs_div3 .header .content{
	padding: 10px;
	border-width: 1px;
	border-color: #b0daf0;
	border-style: solid;
	background-color: #FFFFFF;
}
.geogoer_tabs_nonuderline li span{
	text-decoration: none;
}
.geogoer_tabs_nonuderline li span font{
	text-decoration: underline;
}
.geogoer_tabs_nonuderline li.selected span font{
	text-decoration: none;
}

