@charset "utf-8";
/* CSS Document */

.tabbed_area {
			font-size:12px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			width:697px;
			margin:0 4px 0 4px;
			padding:0;
			display:block;
			background:url(../images/template/tabbg.gif) top no-repeat;
			}
ul.tabs {
	margin:0px;
	padding:0px 0px 0px 10px;
	height:44px;
}
ul.tabs li {
	float:left;
	padding:0 0 0 0;
	list-style:none;
	display:block;
	height:30px;
	width:134px;
}
ul.tabs li a {
	padding:14px 0 0 0;
	display:block;
	height:30px;
	width:134px;
	float:left;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
}
ul.tabs li a:hover {
	background:none;
	color:#097331;
	text-decoration:none;
}
ul.tabs li a.active {
	background:url(../images/template/tab_on.gif) no-repeat;
	display:block;
	height:30px;
	width:134px;
	color:#000000;
	padding:14px 0 0 0;
	font-weight:bold;
}
ul.tabs li a.active:hover {
	background:url(../images/template/tab_on.gif) no-repeat;
	display:block;
	height:30px;
	width:134px;
	color:#000000;
	padding:14px 0 0 0;
	font-weight:bold;
}
ul.tabs li.double a {
	padding:7px 0 0 0;
	display:block;
	height:37px;
	width:134px;
	float:left;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
}
ul.tabs li.double a:hover {
	background:none;
	color:#097331;
	text-decoration:none;
}
ul.tabs li.double a.active {
	background:url(../images/template/tab_on.gif) no-repeat;
	display:block;
	height:37px;
	width:134px;
	color:#000000;
	padding:7px 0 0 0;
	font-weight:bold;
}
ul.tabs li.double a.active:hover {
	background:url(../images/template/tab_on.gif) no-repeat;
	display:block;
	height:37px;
	width:134px;
	color:#000000;
	padding:7px 0 0 0;
	font-weight:bold;
}
.content {
	padding:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/template/textbox_repeat.gif) repeat-y;
}
#content_2, #content_3, #content_4, #content_5 { display:none;}

.navform {
	width:660px;
	clear:both;
	display:block;
	margin:20px auto 0 auto;
	padding:20px 0 10px 0;
	background:url(../images/template/tablespace.gif) no-repeat top;
	}
.navnext {
	float:right;
	display:block;
	list-style:none;
	background:url(../images/template/arrow_li.gif) left no-repeat;
	padding: 0 0 0 10px;
	font-weight:bold;
	}
.navprev {
	float:left;
	display:block;
	list-style:none;
	background:url(../images/template/arrow_li.gif) left no-repeat;
	padding: 0 0 0 10px;
	font-weight:bold;
	}
	
a.navnext {
	float:right;
	display:block;
	border: none;
	list-style:none;
	background:url(../images/template/next-btn.png) left top no-repeat;
	padding: 0 0 0 10px;
	font-weight:bold;
	text-indent: -9000em;
	height: 25px;
	width: 71px;
	}
		a.navnext:hover {
			background-position: 0 -41px;
			border: none;
		}
a.navprev {
	float:left;
	border: none;
	display:block;
	list-style:none;
	background:url(../images/template/previous-btn.png) right top no-repeat;
	padding: 0 0 0 10px;
	font-weight:bold;
	text-indent: -9000em;
	height: 25px;
	width: 97px;
	}
		a.navprev:hover {
			background-position: 1px -41px;
			border: none;
		}
