/* 
	================================================
	sPanel by 4Level : www.fourlevel.com
	Copyright 2007 4LevelWebs
	www.fourlevel.com
	File: sPanel.css
	Version: 1.0
	sPanelStyle: 10
	------------------------------------------------
	================ Editable: NO ===================
	! Do not edit this css file manually.
	  Use the Dreamweaver CSS Panel or sPanel
	  interface to make any changes.
	! For additional styling to your sPanel
	  create a new stylesheet, or add to an existing one.
	-------------------------------------------------
*/

/* scroller wrapper
----------------------------------*/
#sPanelWrapper1,
#sPanelWrapper2,
#sPanelWrapper3,
#sPanelWrapper4,
#sPanelWrapper5 {
	margin: 10px auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	border-color: #333;
	font-weight: normal;
	font-size: 12px;
	}
#sPanelWrapper1 p,
#sPanelWrapper2 p,
#sPanelWrapper3 p,
#sPanelWrapper4 p,
#sPanelWrapper5 p {
	margin: 0.5em;
	padding: 0;
	color: #777;
	line-height: 1.2em;
	}

/* scroller container
----------------------------------*/
.sPanelContainer {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 1001;
	visibility: visible;
	border: solid;
	border-color: #999;
	border-width: 1px;
	background-color: #fff;
	background-image: url(../img/bg_sPanelContainer.png);
	background-repeat: repeat-x;
	text-align: left;
	font-size: 80%;
	}
.sPanelContainer h3 {
	margin: 10px;
	color: #93969F;
	font-size: 95%;
	}

.sPanelshow, .sPanelhide {
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 1000;
	border: solid;
	border-color: #fff;
	border-width: 0px;
	width: 813px;
	background-color: #FFFFFF;
	visibility: visible;
	}
.sPanelhide {

	}

/* Panel Tabs
----------------------------------*/
.hideNav {
	display: none;
	}
ul#sPanelNav1,
ul#sPanelNav2,
ul#sPanelNav3,
ul#sPanelNav4,
ul#sPanelNav5 {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: normal;
	list-style: none;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
	z-index: 200;
	bottom: -1px;
	border: 0;
}

ul#sPanelNav1 li,
ul#sPanelNav2 li,
ul#sPanelNav3 li,
ul#sPanelNav4 li,
ul#sPanelNav5 li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#sPanelNav1 a,
ul#sPanelNav2 a,
ul#sPanelNav3 a,
ul#sPanelNav4 a,
ul#sPanelNav5 a {
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	background: url("../img/tableft.gif") no-repeat left top;
	position: relative;
	z-index: 200;
	border-bottom: 1px solid #292929;
}

ul#sPanelNav1 a:hover, ul#sPanelNav1 a.navActive,
ul#sPanelNav2 a:hover, ul#sPanelNav2 a.navActive,
ul#sPanelNav3 a:hover, ul#sPanelNav3 a.navActive,
ul#sPanelNav4 a:hover, ul#sPanelNav4 a.navActive,
ul#sPanelNav5 a:hover, ul#sPanelNav5 a.navActive {
	background-position: 0% -76px;
	z-index: 300;
	border-bottom: 0;
	bottom: 0;
}

/* (ADJUST TAB HEIGHT HERE) */
ul#sPanelNav1 a span,
ul#sPanelNav2 a span,
ul#sPanelNav3 a span,
ul#sPanelNav4 a span,
ul#sPanelNav5 a span {
	display: block;
	margin-right: -1px;/*<- (Tab Spacing) Increase spacing between tabs by increasing margin-right.*/
	padding-top: 2px;/*<- (Tab height top) Increase padding values for taller tab.*/
	padding-bottom: 2px;/*<- (Tab height bottom) Increase padding values for taller tab.*/
	padding-right: 12px;
	padding-left: 6px;
	background: url("../img/tabright.gif") no-repeat right top;
	position: relative;
	float: none;
	color: #555;
	z-index: 200;
	font-size: 12px;
}

/* ADJUST FOR RAISED TAB HERE
	Increase the 0 on the right (on both) for "raised tab" effect. Use same value for both.
	Example: 2px will bring the norm state buttons down by 2 pixels. The "raised tab" will stay in the same position.
----------------------------------------------------------------------------------------*/
.sPanelNav a {
	background-position: 0% 0;
}
.sPanelNav a span {
	background-position: 100% 0;
}
ul#sPanelNav1 a:hover span, ul#sPanelNav1 span.navActive,
ul#sPanelNav2 a:hover span, ul#sPanelNav2 span.navActive,
ul#sPanelNav3 a:hover span, ul#sPanelNav3 span.navActive,
ul#sPanelNav4 a:hover span, ul#sPanelNav4 span.navActive,
ul#sPanelNav5 a:hover span, ul#sPanelNav5 span.navActive {
	background-position: 100% -76px;
	z-index: 300;
	border-bottom: 1px solid #fff;
	color: #fff;/* Tab Link font color "hover" state*/
	text-decoration: none;
}
.sPanelNav a {
	font-size: 12px;
	font-weight: bold;
}

/* show all content link
----------------------------------*/
p#sPanelShowAll1,
p#sPanelShowAll2,
p#sPanelShowAll3,
p#sPanelShowAll4,
p#sPanelShowAll5 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 80%;
	z-index: 1002;
	visibility: hidden;
	}
p#sPanelShowAll1 a,
p#sPanelShowAll2 a,
p#sPanelShowAll3 a,
p#sPanelShowAll4 a,
p#sPanelShowAll5 a {
	position: relative;
	padding: 0 13px 0 3px;
	background-color: #000;
	color: #fff;
	opacity: .10;
	text-decoration: none;
	}
p#sPanelShowAll1 a:hover,
p#sPanelShowAll1 a.restore,
p#sPanelShowAll2 a:hover,
p#sPanelShowAll2 a.restore,
p#sPanelShowAll3 a:hover,
p#sPanelShowAll3 a.restore,
p#sPanelShowAll4 a:hover,
p#sPanelShowAll4 a.restore,
p#sPanelShowAll5 a:hover,
p#sPanelShowAll5 a.restore {
	top: 0px;
	background-color: #698CC3;
	color: #fff;
	opacity: 1.0;
	}

/* controls container
----------------------------------*/
#sPanelControls1,
#sPanelControls2,
#sPanelControls3,
#sPanelControls4,
#sPanelControls5 {
	margin: 0;
	padding: 0;
	border: 0;
	}

.spUp em,
.spDn em,
.spDg em,
.spTk em {
	display: none;
	}
.spUp {
	position: absolute;
	background: #888;
	border: 0;
	cursor: pointer;
	z-index: 5000;
	opacity: .10;
	}
.spDn {
	margin: 0;
	padding: 0;
	position: absolute;
	background: #888;
	border: 0;	
	cursor: pointer;
	z-index: 5000;
	line-height: 0;
	opacity: .10;
	}
.spDg {
	position: absolute;
	right: 0;
	top: 0;
	background: #ff9900;
	border: 0;
	cursor: pointer;
	z-index: 5000;
	opacity: .60;
	}
.spTk {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #eee;
	border: 0;	
	z-index: 4000;
	}
/*-- up ----------------------------------*/
.sPanelControls_small_black .spUp,
.sPanelControls_small_white .spUp {
	right: 12px;
	bottom: 19px;
	height: 12px;
	width: 13px;
	background: url(../controls/small_up_black.jpg);
	}
.sPanelControls_small_white .spUp {
	background: url(../controls/small_up_white.jpg);
	}
/*-- down --------------------------------*/
.sPanelControls_small_black .spDn,
.sPanelControls_small_white .spDn {
	right: 12px;
	bottom: 5px;
	height: 12px;
	width: 13px;
	background: url(../controls/small_down_black.jpg);
	}
.sPanelControls_small_white .spDn {
	background: url(../controls/small_down_white.jpg);
	}
/*-- drag --------------------------------*/
.sPanelControls_small_black .spDg,
.sPanelControls_small_white .spDg {
	height: 20px;
	width: 9px;
	background: url(../controls/small_drag_black.jpg);
	}
.sPanelControls_small_white .spDg {
	background: url(../controls/small_drag_white.jpg);
	}	
/*-- track -------------------------------*/
.sPanelControls_small_black .spTk,
.sPanelControls_small_white .spTk {
	width: 9px;
	}

/* controls size specific medium
----------------------------------*/
/*-- up ----------------------------------*/
.sPanelControls_medium_black .spUp,
.sPanelControls_medium_white .spUp {
	right: 14px;
	bottom: 22px;
	height: 16px;
	width: 17px;
	background: url(../controls/medium_up_black.jpg);
	}
.sPanelControls_medium_white .spUp {
	background: url(../controls/medium_up_white.jpg);
	}
/*-- down --------------------------------*/
.sPanelControls_medium_black .spDn,
.sPanelControls_medium_white .spDn {
	right: 14px;
	bottom: 3px;
	height: 16px;
	width: 17px;
	background: url(../controls/medium_down_black.jpg);
	}
.sPanelControls_medium_white .spDn {
	background: url(../controls/medium_down_white.jpg);
	}
/*-- drag --------------------------------*/
.sPanelControls_medium_black .spDg,
.sPanelControls_medium_white .spDg {
	height: 25px;
	width: 11px;
	background: url(../controls/medium_drag_black.jpg);
	}
.sPanelControls_medium_white .spDg {
	background: url(../controls/medium_drag_white.jpg);
	}
/*-- track -------------------------------*/
.sPanelControls_medium_black .spTk,
.sPanelControls_medium_white .spTk {
	width: 11px;
	}

/* controls size specific large
----------------------------------*/
/*-- up ----------------------------------*/
.sPanelControls_large_black .spUp,
.sPanelControls_large_white .spUp {
	right: 14px;
	bottom: 28px;
	height: 22px;
	width: 23px;
	background: url(../controls/large_up_black.jpg);
	}
.sPanelControls_large_white .spUp {
	background: url(../controls/large_up_white.jpg);
	}
/*-- down --------------------------------*/
.sPanelControls_large_black .spDn,
.sPanelControls_large_white .spDn {
	right: 14px;
	bottom: 3px;
	height: 22px;
	width: 23px;
	background: url(../controls/large_down_black.jpg);
	}
.sPanelControls_large_white .spDn {
	background: url(../controls/large_down_white.jpg);
	}
/*-- drag --------------------------------*/
.sPanelControls_large_black .spDg,
.sPanelControls_large_white .spDg {
	height: 25px;
	width: 11px;
	background: url(../controls/large_drag_black.jpg);
	}
.sPanelControls_large_white .spDg {
	background: url(../controls/large_drag_white.jpg);
	}
/*-- track -------------------------------*/
.sPanelControls_large_black .spTk,
.sPanelControls_large_white .spTk {
	width: 11px;
	}

/* controls size specific xlarge
----------------------------------*/
/*-- up ----------------------------------*/
.sPanelControls_xlarge_black .spUp,
.sPanelControls_xlarge_white .spUp {
	right: 14px;
	bottom: 38px;
	height: 31px;
	width: 32px;
	background: url(../controls/xlarge_up_black.jpg);
	}
.sPanelControls_xlarge_white .spUp {
	background: url(../controls/xlarge_up_white.jpg);
	}
/*-- down --------------------------------*/
.sPanelControls_xlarge_black .spDn,
.sPanelControls_xlarge_white .spDn {
	right: 14px;
	bottom: 3px;
	height: 31px;
	width: 32px;
	background: url(../controls/xlarge_down_black.jpg);
	}
.sPanelControls_xlarge_white .spDn {
	background: url(../controls/xlarge_down_white.jpg);
	}
/*-- drag --------------------------------*/
.sPanelControls_xlarge_black .spDg,
.sPanelControls_xlarge_white .spDg {
	height: 25px;
	width: 11px;
	background: url(../controls/xlarge_drag_black.jpg);
	}
.sPanelControls_xlarge_white .spDg {
	background: url(../controls/xlarge_drag_white.jpg);
	}
/*-- track -------------------------------*/
.sPanelControls_xlarge_black .spTk,
.sPanelControls_xlarge_white .spTk {
	width: 11px;
	}

/* utilities
----------------------------------*/
.clear {
	clear: both;
}
