@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 70%;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
width:400px;

}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	text-align: center;	
	background-color: transparent;
	list-style: none;
	border-left: solid 0px #999;
	border-bottom: solid 1px navy;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
/*	-moz-user-select: none; */
/*	-khtml-user-select: none; */
	cursor: pointer;
}

.TabbedPanelsTabHover {
/*	background-color: #CCC; */
	background-image:url('../blue_glow.jpg');
}

.TabbedPanelsTabSelected {
	background-color: transparent;
	/* border-bottom: 0px solid #EEE; */
	border-left: solid 0px red;
	border-bottom: solid 0px red;
	border-top: solid 0px red;
	border-right: solid 0px red;
	background-image:url('../blue_glow.jpg');	
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: white;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	background-color: transparent;
	color: white;
}


.TabbedPanelsContent {
	padding: 4px;
	width: 485px;
}


.TabbedPanelsContentVisible {
}

.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;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


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