@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 96%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* .TabbedPanelsTab_news 
{
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 12px Geneva;
	color:#e2e2e2;
	background-color: #e9e9e9;
	list-style: none;
	width:160px;
	background-image:url(../images/cf_tabletab_news_bg.png);
	background-repeat:no-repeat;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;

}
*/
.TabbedPanelsTab {
	position: relative;
	top: 3px;
	float: left;
	padding: 4px 10px;
	margin: 0px 0px 0px 0px;
	font: bold 12px Geneva;
	color:#e2e2e2;
	bac/kground-color: #AC1F68;
	list-style: none;
	width:140px;
	background-image:url(../images/cf_tabletab_bg.png);
	background-repeat:no-repeat;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;

}


.TabbedPanelsTabHover {
	background-image:url(../images/cf_tabletab_bg_on.png);
	background-repeat:no-repeat;
	font: bold 12px Geneva;
	color:#000;
}



.TabbedPanelsTabSelected {
	backgroun/d-color: #eee;
	border-bottom: 1px solid #eee;
	background-image:url(../images/cf_tabletab_bg_select.png);
	background-repeat:no-repeat;
	color:#9c1f5a;
}
.TabbedPanelsTabSelected_news {
	background-color: #eee;
	border-bottom: 0px solid #eee;
	background-image:url(../images/cf_tabletab_news_bg.png);
	background-repeat:no-repeat;
}



.TabbedPanelsTab a{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#e3e3e3;
	text-decoration: none;
}



.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #AC1F68;
	border-bottom: solid 1px #AC1F68;
	border-top: solid 1px #AC1F68;
	border-right: solid 1px #AC1F68;
	background-color: #EEE;
	width:100%;
	min-height:200px;
	margin-left:1px;
}


.TabbedPanelsContent {
	padding: 4px;
}


.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 0px #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 0px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
