/* tabs */
.tabs {
	background: url(../images/bg-news.gif) no-repeat left bottom;
	/*width:162px;*/
	height:284px;
	/*margin-top:10px*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00416a;
	text-decoration: none;
}
.tabs h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc9933;
	text-decoration: none;
}
.tabs a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #cc9933;
	text-decoration: none;
}
.tabs a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #00416a;
	text-decoration: none;	
}

.contenttab {
	width:142px;
	padding:10px;
	height:243px
}
/*.tabheader {
	background:url(../images/bg-tabs-header.gif) no-repeat left top;
	height:21px;
	padding:0px;
}*/
.tabheaderOn {
	background:url(../images/bg-tabs-header-on.gif) no-repeat left top;
	height:21px;
	padding:0px;
}
.tabheaderoff {
	background:url(../images/bg-tabs-header-off.gif) no-repeat left top;
	height:21px;
	padding:0px;
}
.tabheader ul {
	margin:0px;
	padding:0px;
	/*margin-left:20px;*/
}
.tabs li {
	display:inline;
	padding:10px 0px;
	font-size:10px;
	line-height:18px;
	font-weight:bold;
	cursor:pointer
}
.tabs li.active a {
	/*background: url(../images/bg-hd-news.gif) no-repeat left top;*/
	padding:0px 0px 0px 15px;
	float:left;
	color:#00416a;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
.tabs li.active a span {
	/*background:url(../images/tabRight.gif) no-repeat right top;*/
	display:block;
	float:left;
	padding:3px 5px 0px 0px;
	outline:none;
/*	height:18px;*/
	cursor:pointer;
}

.tabs li a {
	background: none;
	padding:0px 0px 0px 16px;
	float:left;
	color:#00416a;
	font-weight:bold;
	text-decoration:none;
	outline:none
}
.tabs li a span {
	background:none;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 5px 0px 2px;
	outline:none;
	cursor:pointer;
}
/*.tabheaderinside {
	background:url(../images/insideTabhead.gif) no-repeat left top;
	height:47px
}
.tabheaderinside ul {
	margin-left:20px;
	clear:both
}
.tabheaderinside li {
	display:inline;
	padding:10px 0px;
	font-size:24px;
	line-height:20px;
	cursor:pointer
}
.tabheaderinside li label {
	background: url(../images/tableftinside.gif) no-repeat left top;
	padding:0px 0px 10px 24px;
	float:left;
	color:#686724;
	text-decoration:none;
	outline:none
}
.tabheaderinside li label span {
	background:url(../images/tabrightInside.gif) no-repeat right top;
	display:block;
	float:left;
	padding:10px 24px 12px 0px;
	outline:none
}
*/