@charset "utf-8";
/* CSS Document */

/*body {
	padding:0;
	margin:0 20px;
	background:#d2e0e5;
	font:12px arial;
}*/
#scroller-header a {
	text-decoration:none; 
	color:#333; 
	padding:0 2px;
	width:600px;
	font-weight:normal;
	display:block;
	height:30px;
}

#scroller-header a:hover {
	text-decoration:none; 
	color:#333;
}

a.selected {
	text-decoration:underline !important; 
	color:#f15d2a !important;
	width:100%;
	height:30px;
}
#bg_left{
	float:left;
}
.active{
	width:150px;
	height:30px;
}
.inactive{
	width:150px;
	height:30px;
	background:none;
}
#bg_left .text{
	padding-top:6px;
}

#bg_right{
	float:left;
}
#bg_right .text{
	padding-top:6px;
}
#scroller-header {
	width:680px;
	height:30px;
	color:#FFF;
}
#scroller-body {
	width:680px;
	padding-bottom:10px;
	padding-top:10px;
}
#scroller-bottom{
	width:680px;
	height:20px;
	margin-bottom:10px;
}

#mask {
	width:680px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}

/* Extra styling for each panel*/

#panel ul {
list-style:none;
margin:0 5px;
padding:0;
}

#panel ul li {
		padding:0px;
		color:#557482;
	}
#panel ul li a{
	color:#557482;
	text-decoration:none;
}
#panel ul li a:hover{
	color:#044348;
}
	#panel ul li.last {
		border-bottom:none !important;
	}

#panel-1 {
}

#panel-2 {
}

#panel-3 {
}

