@charset "UTF-8";


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


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	background-image:url(../../../images/reads.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:140px;
	height:22px;
	position: relative;
	top: 1px;
	float: right;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 0px #9fd0f1;
	border-bottom: solid 1px #9fd0f1;
	border-top: solid 0px #9fd0f1;
	border-right: solid 0px #9fd0f1;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#0f355a;
	font-size:14px;
	font-family:Arial;
}


.TabbedPanelsTabHover {
	background-color: #CCC;
}


.TabbedPanelsTabSelected {
	background-image:url(../../../images/read.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#FFFFFF;	
	width:140px;
	height:22px;
	background-color: #EEE;
	border-right: solid 0px #9fd0f1;	
	border-bottom: 1px solid #9fd0f1;
}


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

.TabbedPanelsContentGroup {

	clear: both;
	border-left: solid 1px #9fd0f1;
	border-bottom: solid 1px #9fd0f1;
	border-top: solid 1px #9fd0f1;
	border-right: solid 1px #9fd0f1;
	background-color: #EEE;
}

.TabbedPanelsContent {
	padding: 4px;
	
}

.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: right;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #9fd0f1;
	border-right: solid 1px #9fd0f1;
	border-left: solid 1px #9fd0f1;
	border-bottom: solid 1px #9fd0f1;
}

.VTabbedPanels .TabbedPanelsTab {

	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {

	background-color: #EEE;
	border-bottom: solid 1px #9fd0f1;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: right;
	padding: 0px;
	width: 30em;
	height: 20em;
}

