@charset "UTF-8";


.TabbedPanels {
	margin-top: 0;
	width: 670px;
}
.TabbedPanelsTabGroup {
	margin:0;
    padding:0 0 0 15px; 
    height: 35px;
    background-image: url(../images/tab_bg.jpg);
    background-repeat: no-repeat;
}

.TabbedPanelsTab {
	background-image:url(../images/list_1.jpg);
	position: relative;
	float:left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:110px;
	height:35px;
}

.TabbedPanelsTabHover { 
	background-image:url(../images/list_2.jpg);
	height: 35px;
}

.TabbedPanelsTabSelected {
	background-image:url(../images/list_3.jpg);
	height: 35px;
}

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

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #F4F3EC;
}

.TabbedPanelsContent {
	width: 670px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	background-color: #EEE;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
}
.red {
	color: #F00;
}

