@charset "utf-8";
.tablestyle {
	font-size: 12px;
	padding: 20px;
	width: 100px;
}
.tablestyle td {
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#scroller-header {
	width:670px;
	height:32px;
	font-weight:600;
	background-repeat: no-repeat;
	background-image: url(images/headerbg2.gif);
	padding-top: 15px;
	background-position: top;
	margin-bottom: 5px;
	text-align: center;
	font-size: .8em;
	margin-left: 20px;
}


#scroller-header a {
	text-decoration:none;
	color:#003;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 2px;
}

#scroller-header a:hover {
	text-decoration:none;
	color:#4b412f;
	padding-right: 30px;
}

a.selected {
	text-decoration:underline !important; 
	color:#4b412f !important;
}

#scroller-body {
	background-image: url(images/bodybg2.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	height: auto;
	border: 0.5px solid #999;
	float: left;
	width: 650px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#mask {
	overflow:hidden;
	text-align: left;
	padding: 0px;
}

#panel {
	font-size: 12px;


}

#panel div {
	float:left;
	padding-top: 20px;

}


/* extra optional styling for each tab content */
#panel ul {
	list-style:none;
}

	#panel ul li {
	color:#233136;
	border-bottom:1px dotted #ccc;
	font-size: 1em;
	list-style-type: square;
	list-style-image: url(../../images/arrow_s2.gif);
	list-style-position: inside;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
#panel ul li.image {
	padding-right: 30px;
}


	#panel ul li.last {
		border-bottom:none !important;
	}


#panel-1 {





}

#panel-2 {
}


#panel-3 {
}
#panel-4 {
}

