@charset "utf-8";
/* CSS Document */
/*body {
	padding:0;
	margin:0 20px;
	background:#d2e0e5;
	font:12px arial;
}
*/
#scroller-header a {
	text-decoration:none;
	color:#FFFFFF;
	padding:0 2px;
	font-family: Tahoma, MS Sans Serif, Verdana;
	font-size: 12px;
	font-weight: bold;
}

#scroller-header a:hover {
	text-decoration:none;
	color:#724000;
	font-family: Tahoma, MS Sans Serif, Verdana;
	font-size: 12px;
	font-weight: bold;
}

a.selected {
	text-decoration:none !important;
	color:#000000 !important;
}

#scroller-header {
	width:645px;
	height:36;
	padding:0px 0 0 0px;
	font-weight:700;
}

#scroller-body {
	width:660px;
	padding-bottom:0px;
}

#mask {
	width:660px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}

/* Extra styling for each panel*/

#panel ul {
list-style:none;
margin:0 0px;
padding:0;
}

	#panel ul li {
		padding:0px;
		color:#557482;
		border-bottom:1px dotted #ccc;
	}

	#panel ul li.last {
		border-bottom:none !important;
	}
