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

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

.TabbedPanelsTab {
	/*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;
*/
}

#TabbedPanels1 img { margin-top:0px;margin-bottom:0px;}

.TabbedPanelsTabHover {
	background-color: #CCC;
}

#tab .TabbedPanelsTabSelected {
	/*background-color: #EEE;
	border-bottom: 1px solid #EEE;*/
	
	display: block; z-index: 1000; position: relative; zoom: 1; background:url('../images/green_menu.jpg') no-repeat;width:175px; height:79px; 
}

#tab .TabbedPanelsTabSelected .titletext { color:#FFFFFF;margin-left:6px;height:51px;float:left;margin-right:6px;margin-top:10px;}

.TabbedPanelsTab .titletext{
	color: #727272;
	text-decoration: none;
	margin-left:6px;margin-right:6px;
	height:51px;float:left;margin-top:10px;
	cursor:pointer;
}

 .TabbedPanels .TabbedPanelsTabGroup {
float:right;
height:239px;
position:relative;
width:175px;
}
.TabbedPanels .TabbedPanelsTab {
display: block; z-index: 1000; position: relative; zoom: 1; background:url('../images/grey_menu.jpg') no-repeat;width:175px; height:79px;
}
.TabbedPanels .TabbedPanelsContentGroup {
clear:none;
float:left;
height:239px;
padding:0;
width:470px;
}

.menuarrow{background:url(../images/grey_arrow.jpg);float:left;width:12px;margin-left:6px;margin-right:7px;height:10px}
.menuimg{background:url(../images/grey_mid.jpg);float:right;width:144px;margin-right:6px;height:10px}
#tab .TabbedPanelsTabSelected .menuarrow {background:url(../images/green_left.jpg);float:left;width:12px;margin-left:6px;margin-right:7px;height:10px}
#tab .TabbedPanelsTabSelected .menuimg{background:url(../images/green_mid.jpg);float:right;width:144px;margin-right:6px;height:10px}
.TabbedPanelsContentGroup {
	/*clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;*/
}

.TabbedPanelsContent {
	/*padding: 4px;*/
}

.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;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

