@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;
	height:29px;background:url(/images/www/images/20070827/home_55.gif);
	border-left:1px solid #CCCCCE;
	border-right:1px solid #CCCCCE;
	padding-left:5px;
}


.TabbedPanelsTab {
	position: relative;
	
	float: left;
	width:103px;
	line-height:29px;
	
	font-size:12px;
	background:url(/images/www/images/20070827/home_16.gif);
	list-style: none;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:29px;
}

.TabbedPanelsTab2 {
	position: relative;
	
	float: left;
	width:93px;
	line-height:29px;
	
	font-size:12px;
	background:url(/images/www/images/20070827/home_57.gif);
	list-style: none;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:29px;
}


.TabbedPanelsTab3{
	position: relative;
	
	float: left;
	width:68px;
	line-height:29px;
	
	font-size:12px;
	background:url(/images/www/images/20070827/home_132.gif);
	list-style: none;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:29px;
}

.TabbedPanelsTab4{
	position: relative;
	
	float: left;
	width:77px;
	line-height:29px;
	
	font-size:12px;
	background:url(/images/www/images/20070827/home_152.gif);
	list-style: none;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:29px;
}


.TabbedPanelsTabHover {
	background-color: #CCC;
}


.TabbedPanelsTabSelected {
	background:url(/images/www/images/20070827/home_12.gif);
	line-height:23px;
	font-size:13px;
	font-weight:bold;
	height:23px!important;
	padding-top:6px;
	height /**/:29px;/* for IE 5.x/win */
}

.TabbedPanelsTabSelected2 {
	background:url(/images/www/images/20070827/home_53.gif);
	line-height:23px;
	font-size:13px;
	font-weight:bold;
	height:23px!important;
	padding-top:6px;
	height /**/:29px;/* for IE 5.x/win */
}


.TabbedPanelsTabSelected3 {
	background:url(/images/www/images/20070827/home_128.gif);
	line-height:23px;
	font-size:13px;
	font-weight:bold;
	height:23px!important;
	padding-top:6px;
	height /**/:29px;/* for IE 5.x/win */
}

.TabbedPanelsTabSelected4 {
	background:url(/images/www/images/20070827/home_148.gif);
	line-height:23px;
	font-size:13px;
	font-weight:bold;
	height:23px!important;
	padding-top:6px;
	height /**/:29px;/* for IE 5.x/win */
}

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


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCCCCE;
	
	border-right: solid 1px #CCCCCE;
	background-color: #EDEEF0;
	height:388px;
	border-bottom: solid 1px #CCCCCE;
}

.TabbedPanelsContentGroup2 {
	clear: both;
	border-left: solid 1px #CCCCCE;
	
	border-right: solid 1px #CCCCCE;
	background-color: #EDEEF0;
	height:307px;
	border-bottom: solid 1px #CCCCCE;
}



.TabbedPanelsContentGroup3 {
	clear: both;
	border-left: solid 1px #CCCCCE;
	
	border-right: solid 1px #CCCCCE;
	background-color: #EDEEF0;
	height:242px;
	border-bottom: solid 1px #CCCCCE;
}

.TabbedPanelsContentGroup4 {
	clear: both;
	border-left: solid 1px #CCCCCE;
	
	border-right: solid 1px #CCCCCE;
	background-color: #EDEEF0;
	height:160px;
	border-bottom: solid 1px #CCCCCE;
}



.TabbedPanelsContent {
	
}


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

