@charset "UTF-8";

.TabbedPanels {
	width:739px;
	text-align:left;
	padding-top:0;
	padding-bottom:0;
	margin:0;
	height: 600px;
}

.myBox {
clear:none;
color:#FFF;
width:780px;
text-align:left;
background-color:red;
border:3px solid #FFF;
margin:0 auto;
padding:1px;
}

.TabbedPanelsTabGroup {
text-align:center;
margin:0;
padding:0;
}

.TabbedPanelsTab {
	position:relative;
	top:0;
	float:left;
	background-color:#9C0;
	list-style:none;
	cursor:pointer;
	color:#FFF;
	width:146px;
	height:18px;
	padding-top:5px;
	border-right-width:1px;
	border-right-style:inset;
	border-right-color:#FFF;
	overflow:inherit;
	margin:0 1px 0 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.TabbedPanelsTabHover {
background-color:#3CF;
text-decoration:none;
}

.TabbedPanelsTabSelected {
background-color:#FFF;
color:#333;
width:145px;
padding-top:5px;
height:18px;
display:block;
}

.TabbedPanelsTab a {
color:#000;
text-decoration:none;
}

.TabbedPanelsContentGroup {
	clear:both;
	background-color:#FFF;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-color:#488C37;
	border-bottom-color:#488C37;
	border-left-color:#488C37;
}

.TabbedPanelsContent {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#369;
	height:600px;
	padding:0;
	background-color: #FFFFFF;
}

.VTabbedPanels .TabbedPanelsTabGroup {
float:left;
width:10em;
height:20em;
background-color:#EEE;
position:relative;
border-top:solid 1px #999;
border-right:solid 1px #999;
border-left:solid 1px #CCC;
border-bottom:solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
float:none;
border-top:none;
border-left:none;
border-right:none;
margin:0;
}

.VTabbedPanels .TabbedPanelsTabSelected {
background-color:#EEE;
border-bottom:solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
clear:none;
float:left;
width:30em;
height:20em;
padding:0;
}

#box {
background-image:url(../assets/images/bg_darker.gif);
margin:0 auto;
}
