@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

  #TabbedPanels1 {
 	width: 490px;
	margin: 0px;
 }
 /*#TabbedPanels1 ul.TabbedPanelsTabGroup { padding: 5px; margin: 0px; }
 #TabbedPanels1 ul.TabbedPanelsTabGroup li { padding: 7px 10px 7px 10px; margin: 0px; background: none; border-right: 1px solid #ccc; width: 120px; float: left; }
 #TabbedPanels1 ul.TabbedPanelsTabGroup li.liLast { border-right: none; }
 #TabbedPanels1 ul.TabbedPanelsTabGroup li.TabbedPanelsTabSelected { background-color: #eee; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; color: #8d0403; }*/

#TabbedPanels1 ul.TabbedPanelsTabGroup { padding: 0px 0px 0px 25px; margin: 0px; float: left; display: block; }
#TabbedPanels1 ul.TabbedPanelsTabGroup li { padding: 7px 0px 7px 0px; margin: 0px; }
 
.TabbedPanelsContentGroup {  }
.TabbedPanelsContentGroup ul {  }
.TabbedPanelsContentGroup li {  }

.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; display: block;
	margin: 0px 1px 1px 0px !important;
	font: bold 0.7em sans-serif;
	list-style: none;
	cursor: pointer;
	/**/
	background-color: #fff !important;
	background-image: none !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	width: 145px;
	text-align:center;
	border: 1px solid #ccc;
}
.TabbedPanelsTabLink {
	position: relative;
	top: 1px;
	float: left; display: block;
	margin: 0px 1px 1px 0px !important;
	font: bold 0.7em sans-serif;
	list-style: none;
	cursor: pointer;
	/**/
	background-color: #fbbe5e !important;
	background-image: none !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	width: 145px;
	text-align:center;
	border: 1px solid #ccc;
}



/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #dff0f9 !important;
	color: #8D0403;
}


.TabbedPanelsTabSelected {
	background-color: #cce2ed !important;
	color: #8D0403;
}


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


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
	/**/
	border-left: none;
	border-bottom: none;
	border-top: none;
	border-right: none;
	background: none !important;
}


.TabbedPanelsContent {
	padding: 4px;
	padding-top: 20px;
}

.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;
	/**/
	background-color: #FFF;
}

.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;
	/**/
	background-color: #FFF;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
}

#TabbedPanels1 ul { margin-left: 10px; }
#TabbedPanels1 ul li { padding-left: 12px;}
.TabbedPanelsContentGroup ul li { padding-left: 20px !important;}


