@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	margin-left:13px;
	margin-top:25px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-bottom: 20px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 10px 10px 4px;
	margin: 0px 0px -1px;
	font: bold .9em sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:184px;
	height:18px;
	background: url(../image/main/tab-back.gif) no-repeat;
	color: white;
	text-align: center;
}

.TabbedPanelsTabHover {
	background: url(../image/main/tab-back-hover.gif) no-repeat;
	color: #00589b;
}

.TabbedPanelsTabSelected {
	background: url(../image/main/tab-back-active.gif) no-repeat;
	border-bottom: none;
	color: #00589b;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	width:707px;
}

.TabbedPanelsContent {
	padding: 5px;
	font-size:0.9em;
	clear:both;
}
.TabbedPanelsContentVisible {
	/*background: url(../images/tabpodbd.gif) repeat-y  0px 55px;*/
background: url(../image/main/tabpodhead.gif) no-repeat;
}
.tbod{
	min-height: 185px;
	padding: 0px;
	margin: 0px;
	width: 695px;
	margin-left: -5px;
	padding: 8px;
	margin-top:15px;
	line-height: 1.1;
	background: url(../image/main/tabpodbd.gif) repeat-y;
	position: relative;
	top: 19px;
	clear:both;
}
.tft            {
	background: url(../image/main/tabpodft.gif);
	height: 29px;
	width: 707px;
	clear:left;
	margin-top:13px;
}
