.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 {position: relative;top: 1px;	float: left; padding: 4px 10px;	margin: 0px 2px 0px 0px; width:133px; height:21px; text-align:center;	font-weight:bold;font-size:12px;list-style: none;background:url(../images/sprite_wst.jpg) -522px 0 no-repeat;cursor:pointer;}

.TabbedPanelsTabHover {	background:url(../images/sprite_wst.jpg) -362px 0 no-repeat;}

.TabbedPanelsTabSelected {background:url(../images/sprite_wst.jpg) -362px 0 no-repeat;}

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

.TabbedPanelsContentGroup {clear: both;	border-left: solid 1px #CCC; border-top: solid 1px #999; border-right: solid 1px #999;}

.TabbedPanelsContent { padding: 4px; height:216px;}

.TabbedPanelsContentVisible {}

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

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

