﻿@charset "utf-8";
/* CSS Document */
#tabscontainer_main{
	
	color:#333;
	position:relative;
	width:550px;
	height:1%;
	float:left;
	padding:25px 0px 0 0px;
	margin:0 10px 0 0;
	overflow:visible;
}

#tabscontainer_main .tr{
	padding:20px;
}
#tabscontainer_main .title{
	font-weight:bold;
	line-height:16px;
	color:#7286a2;
	padding:0;
	margin:0;
}
#tabscontainer_main .line{
	margin:0;
	padding:0;
	margin: 8px 0 10px 0;
}
#tabscontainer_main a{
	color:#7286a2;
	line-height:18px;
	text-decoration:underline;
}
#tabscontainer_main a:hover{
	
	text-decoration:none;
}

.tabcontainermain_top{
	position:relative;
	top:23px;
	height:15px;
	background-image:url(../images/bkg_tabcontent_main_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	z-index:2;
}
.tabcontainermain_bottom{
	position:relative;
	top:-11px;
	height:15px;
	background-image:url(../images/bkg_tabcontent_main_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	z-index:2;
	margin:0 0 14px 0;
	padding:0;
}
dl.STW_Active dd.tab1 h3{ 
	display:none;
}
dl.STW_Active .STW_tab dt.tab2 {
	width:147px;
	height:25px;
	padding:0;
	background-image:url(../images/bkg_main_tab2OFF.gif);
}
dl.STW_Active .STW_tab.selected dt.tab2 { 
	background-image:url(../images/bkg_main_tab2ON.gif);
}
dl.STW_Active dd.tab2 h3{ 
	display:none;
}
dl.STW_Active .STW_tab dt.tab3 {
	width:127px;
	height:25px;
	padding:0;
	background-image:url(../images/bkg_main_tab3OFF.gif);
}
dl.STW_Active .STW_tab.selected dt.tab3 { 
	background-image:url(../images/bkg_main_tab3ON.gif);
}
dl.STW_Active dd.tab3 h3{ 
	display:none;
}
dl.STW_Active .STW_tab dt.tab4 {
	width:123px;
	height:25px;
	padding:0;
	background-image:url(../images/bkg_main_tab4OFF.gif);
}
dl.STW_Active .STW_tab.selected dt.tab4 { 
	background-image:url(../images/bkg_main_tab4ON.gif);
}
dl.STW_Active dd.tab4 h3{ 
	display:none;
}
dl.STW_Active .STW_tabContent { background-color:#fff;display:none;margin:0;padding:0;position:relative;z-index:1; }
dl.STW_Active .STW_tabContent.selected { display:block; }

dl.STW_Active .STW_tabContent { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background-image:url(../images/bkg_tabcontent_main.gif);
	padding: 15px 30px 20px 30px;
	height:1%;
}