@charset "UTF-8";

.VTabbedPanels {
	clear:both;
}

.TabbedPanelsTab {
	display:block;
	width:98px;
	height:26px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	overflow:hidden;
	margin-bottom:6px;
}

.TabbedPanelsTab span {
	visibility:hidden;
}

.TabbedPanelsTabHover {
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	float:right;
	width:862px;
	height:101px;
}
.TabbedPanelsContent{
	width:862px;
	height:101px;
}
.TabbedPanelsContent .section {
	padding:18px 0 18px 28px;
}

.TabbedPanelsContentVisible {
}

.TabbedPanelsTabGroup {
	clear:both;
	float: left;
	width: 98px;
	padding-top:5px;
}

.TabbedPanelsTabSelected {
}

#box1 { background:url(../images/bg_box1.gif) 0 0 no-repeat; z-index:100;}
#box2 { background:url(../images/bg_box2.gif) 0 0 no-repeat; z-index:50;}
#box3 { background:url(../images/bg_box3.gif) 0 0 no-repeat; z-index:1;}

#tab1.TabbedPanelsTab { background:url(../images/tab1_o.jpg) 0 0 no-repeat;}
#tab1.TabbedPanelsTabSelected { background:url(../images/tab1.jpg) 0 0 no-repeat;}

#tab1.TabbedPanelsTabSelected .over {
	display:block;
	width:52px;
	height:11px;
	position:absolute;
	background:url(../images/img_navi_arrow.gif) bottom center no-repeat;
	top:148px;
	_top:146px;
	left:238px;
	visibility:visible;
	cursor:default;
}

#tab2.TabbedPanelsTab { background:url(../images/tab2_o.jpg) 0 0 no-repeat;}
#tab2.TabbedPanelsTabSelected { background:url(../images/tab2.jpg) 0 0 no-repeat;}

#tab2.TabbedPanelsTabSelected .over {
	display:block;
	width:52px;
	height:11px;
	position:absolute;
	background:url(../images/img_navi_arrow.gif) bottom center no-repeat;
	top:148px;
	_top:146px;
	left:440px;
	visibility:visible;
	cursor:default;
}

#tab3.TabbedPanelsTab { background:url(../images/tab3_o.jpg) 0 0 no-repeat;}
#tab3.TabbedPanelsTabSelected { background:url(../images/tab3.jpg) 0 0 no-repeat;}

#tab3.TabbedPanelsTabSelected .over {
	display:block;
	width:403px;
	height:11px;
	position:absolute;
	background:url(../images/bg_over2.jpg) bottom center no-repeat;
	top:148px;
	_top:146px;
	left:182px;
	visibility:visible;
	cursor:default;
}

#box1 .FLright {
	float:right;
	width:770px;
	text-align:left;
	padding-top:13px;
}
#box1 .FLleft {
	float:left;
	width:92px;
}
#box1 .FLleft ul {
	padding:13px 7px 13px 21px;
}
#box1 .FLleft ul #all {
	margin-bottom:10px;
}
#box1 .FLleft ul #number{
	display:block;
	padding:5px 0 4px;
	background-color:#99CC00;
	font-size:84%;
	text-align:center;
	line-height:1.2;
}

#box2 .FLright {
	float:right;
	width:770px;
	text-align:left;
	padding-top:13px;
}
#box2 .FLleft {
	float:left;
	width:92px;
}
#box2 .FLleft ul {
	padding:13px 7px 13px 21px;
}
#box2 .FLleft ul #all {
	margin-bottom:10px;
}
#box2 .FLleft ul #number{
	display:block;
	padding:5px 0 4px;
	background-color:#6ED5E2;
	font-size:84%;
	text-align:center;
	line-height:1.2;
}
#box2 .FLright ul{
	margin-left:10px;
	padding-top:3px;
	_padding-top:1px;
}
#box2 .FLright ul li{
	float:left;
	margin:0 30px 11px 0;
	font-size:1em;
	line-height:0.1;
}

#box3 .section p {
	visibility:hidden;
}



