/* CSS Document */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	display:block;
	/*background:#FFFFFF;*/
	position: absolute;
	top:-10px;
	left:-5px;
	_left:-10px;
	margin: 0px 0;
	width: 155px;
	border:0px solid #FF0000;
	/*margin: 0px;
	padding: 0px;*/
}

.tabs {
    position: relative;
	margin: 40px auto;
	width: 100px;
	border:0px solid #FF0000;
}

.TabbedPanelsTab  {
	background:#61c6e4;
	font-size: 10px;
	font-family: Century Gothic, Arial, Helvetica;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
	margin-bottom:5px;
	display: block;
	right:42px;
	_right:12px;
	width: 160px;
    /* color: #385c5b; */
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: both;
	 border-radius: 3px 0 0 3px;
	 
	
	
	/*position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;*/
	cursor: pointer;
}



.TabbedPanelsTab a:hover {
     display:block;
	 width:160px;
	 border-bottom: solid 2px #FFCC00;
}

.TabbedPanelsTab a {
    color: #385c5b;
}

.TabbedPanelsTab a:visited {
	color: #385c5b;
	
}

.TabbedPanelsTabSelected {
	/* background-color:#F7CF89; */
	border-bottom: 2px solid orange !important;
}

.TabbedPanelsTabSelected a {
    color: white;
}
/*.TabbedPanelsTab a:link {
    color:#385c5b;
}*/



.TabbedPanelsContent h2,
.TabbedPanelsContent h3{
    font-size:14px;
	font-weight: bold;
	color: #61c6e4;
	margin: 10px;
	font-family: Century Gothic, Arial, Helvetica;
}


.TabbedPanelsContent h3
{ font-size:13px}

.TabbedPanelsContent p {
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	text-align:justify;
	margin: 10px;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
	
}

.TabbedPanelsContentGroup {
	display:block;
	position:absolute;
	top:-76px;
	width:698px;
	height:439px;
	left:179px;
	_left:200px;
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	background-color: #FFF;
}

.content {
    background: transparent;
	position: absolute;
	top:25px;
	right:20px;
	left:177px;
	_left:200px;
    width: 700px;
	margin-left:0px;
    margin-right:;
	margin: -100px 0 0 0px;
	height: 438px;
	z-index: 100;
	overflow: hidden;
	border:0px solid #FF0000;
}


.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContentVisible {
}
/* Vertical Tabbed Panels */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	/*background-color: #EEE;*/
	position: relative;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels  {
	/*background-color: #FFFFFF;*/
	border-bottom: solid 0px #999;
}
.VTabbedPanels  {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}