
legend {
	color: #F2F2F2;
}


.panel {
	clear: both;
	display: none;
	background: url(images/white-screen.png);
	padding: 0;
	border: 8px solid #3b3b3e;
	height: 330px;
	margin-top: -1px;
}

fieldset {
	padding: 1em;
}

.panel.active-tab-body {
	display: block;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	display: block;
	width: 113px;
	height: 27px;
	text-align: center;
	padding: 10px 0 0 0;
	margin-right: 1px;
    background: url(images/tab-off-bg.png) top left no-repeat;
	text-decoration: none;
	color: #636363;
	font-size: 1.25em;
	border: none;
}

#tabs a.active-tab {
	background: url(images/tab-active-bg.png) top left no-repeat;
	color: #fff;
}

#tabs .panel form ul li {
	float: none;
}


/* Glider
 * ******************
 * ******************
 */


#my-glider {
	float: left;
	padding: 88px 0 0 60px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 410px; 
	height: 112px;
	overflow: hidden;
	}
	
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:400px;
		height:112px;
		overflow:hidden;
		font-size: 1.15em;
		line-height: 1.65em;
		font-weight: lighter;
		float:left;
		padding:1em;			
		}
		
	div.scroller div.content {
		width: 10000px;
		color: #fff;
		}
		
	div.controls {
		text-align: right;
		padding: 25px 0 0 0;
	}
	
	div.controls a {
		color: #fff;
	}
	
/* lightWindow
 * ******************
 * ******************
 */
		

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #000;
		background-color: #000;
		color: #fff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}
	
#lightwindow_title_bar {
	height: 25px;
	padding: 10px 12px 5px 12px;
	color: #fff;
	overflow: hidden;	
	background: #000;
		
}

	#lightwindow_title_bar_title {
		color: #fff;
		font-size: 18px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}
----------------------------------------------------------------------------------------*/	



