@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.textbold_black_mini_tab a:link, .textbold_black_mini_tab a:visited, .textbold_black_mini_tab a:active {
color:#000000;
font-size:11px;
font-weight:bold;
text-decoration:underline;
}
.textbold_black_mini_tab a:hover
{
color:#000000;
font-size:11px;
font-weight:bold;
text-decoration:underline;	
	}

.textbold_blue_mini_tab a:link, .textbold_blue_mini_tab a:visited, .textbold_blue_mini_tab a:active {
color:#2b64b3;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
.textbold_blue_mini_tab a:hover
{
color:#2b64b3;
font-size:11px;
font-weight:bold;
text-decoration:underline;	
}

.textbold_red_mini_tab a:link, .textbold_red_mini_tab a:visited, .textbold_red_mini_tab a:active {
color:#cc0000;
font-size:11px;
font-weight:bold;
text-decoration:underline;
}

.textbold_red_mini_tab a:hover
{
color:#cc0000;
font-size:11px;
font-weight:bold;
text-decoration:underline;	
}


#main_mini_tab {
width:286px;
background-color:#f2f2f2;
padding-left:10px;
padding-top:8px;
padding-bottom:8px;
font-family: Tahoma;
color:#2b64b3;
font-size: 13px;
font-weight: bold;
height:auto;
}

#main_mini_tab_panelname {
width:296px; 
height:auto;
background-color:#F2F2F2;
border-left: solid 1px #999;
border-right: solid 1px #999;
border-top: solid 1px #999;
}

#panelname{
	color:#2b64b3;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
	padding-left:17px;
}
#panel_color {
font-size:11px;
font-weight:700;
text-align:left;
font-family:Tahoma;
}
.textbold_black_mini_tab {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
	
}
.text_black_mini_tab {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.textbold_red_mini_tab {
	font-family: Tahoma;
	color:#cc0000;
	font-size: 11px;
	font-weight: bold;
	padding-left: 18px;
	padding-bottom:10px;
	text-decoration:underline;
}
.text_dv_mini_tab {
	font-family: Tahoma;
	font-size: 11px;
	color: #cc0000
}
.textbold_blue_mini_tab {
font-family: Tahoma; 
font-size: 11px; 
font-weight: bold; 
color: #2b64b3; 

}


/* Horizontal Tabbed Panels */
.TabbedPanels {
	margin: 0px;
	float: left;
	clear: none;
	background-color:#f2f2f2;
	width: 296px; 
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	 margin: 0px 1px 0px 0px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	background-color: #DDD;
	list-style: none;
	background-image:url(images/3x33-dddddd.gif); background-repeat:repeat;
	border-bottom: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding-top:9px;
	padding-bottom:7px;
	padding-left:14px;
	padding-right:14px;
	margin-left:2px;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
	}


*html .TabbedPanelsTabSelected {
	color:#FFFFFF;
	position:fixed;
	background-color:#2b64b3;
	
 }
 
 
.TabbedPanelsTabSelected {
	color:#FFFFFF;
	background-color:#2b64b3;
	background-image:url(images/3x33.gif); background-repeat:repeat;
	
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	/*border-left: solid 1px #CCC;*/
	/*border-bottom: solid 1px #CCC;*/
	border-top: solid 1px #999;
	/*border-right: solid 1px #999;8*/
	background-color:#FFFFFF;
	padding-bottom:10px;
}

.TabbedPanelsContent {
	padding: 12px;
	
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	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;
}
