#sar_report_wrapper {
        position: relative;
	top: -38px;
	width: 560px;
	color: #4e4e4e;
	font-family: Arial, Helvetica, sans-serif;
}

#report_head {
	background: #517345;
	border: 1px #b6c8ae solid;
	color: #fff;
	font-size: 21px;
	margin: 0px 0px 10px 0px;
	padding: 8px 10px 8px 20px;
}

#report_summary {
	background: #83a176;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	margin: 0px 0px;
	padding: 0px 0px;
}

	#report_summary p.summary {
		margin: 0px;
		padding: 12px 20px 5px 20px;
	}
	
	#report_summary p.credit {
		margin: 0px;
		padding: 0px 20px 12px 20px;
		font-size: 11px;
		font-style: italic;
	}
	
#report_main {
	background: #fff;
	border: 1px #b6c8ae solid;
	color: #303030;
	font-size: 13px;
	line-height: 19px;
	margin: 0px 0px;
	padding: 0px 0px;
}

	#report_main a:link {
		color: #517245;
		text-decoration: underline;
	}
	
	#report_main a:hover {
		color: #517245;
		text-decoration: none;
	}
	
	#report_main a:active {
		color: #517245;
		text-decoration: underline;
	}
	
	#report_main a:visited {
		color: #517245;
		text-decoration: underline;
	}

	#report_main h1 {
		background: #83a176;
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		margin: 0px 0px 15px 0px;
		padding: 3px 20px;
	}
	
	#report_main h2 {
		color: #683904;
		font-size: 13px;
		font-weight: bold;
		margin: 0px;
		padding: 0px 20px;
	}
	
	#report_main p {
		margin: 0px;
		padding: 0px 20px 5px 20px;
	}
	
	#report_main .separator {
		border-bottom: 1px dotted #b5c7ad;
		margin: 15px 20px;
		padding: 0px 0px;
	}
	
#report_side {
	background: #fff;
	border: 1px #b6c8ae solid;
	color: #303030;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px;
	padding: 0px 0px;
}

	#report_side a:link {
		color: #356136;
		text-decoration: underline;
	}
	
	#report_side a:hover {
		color: #356136;
		text-decoration: none;
	}
	
	#report_side a:active {
		color: #356136;
		text-decoration: underline;
	}
	
	#report_side a:visited {
		color: #356136;
		text-decoration: underline;
	}

	#report_side h1 {
		background: #83a176;
		color: #fff;
		font-size: 11px;
		font-weight: normal;
		text-transform: uppercase;
		margin: 0px 0px;
		padding: 3px 15px;
	}
	
	#report_side p {
		margin: 10px 15px;
	}
	
	#report_side p.highlight {
		color: #683904;
		font-weight: bold;
		margin: 10px 15px;
	}

.side_item_top {
	border-bottom: 1px #b6c8ae solid;
	margin: 0px 0px;
	padding: 0px 0px;
}

.side_item {
	border-top: 1px #b6c8ae solid;
	border-bottom: 1px #b6c8ae solid;
	margin: 0px 0px;
	padding: 0px 0px;
}

.side_item_bottom {
	border-top: 1px #b6c8ae solid;
	margin: 0px 0px;
	padding: 0px 0px;
}

#data_small {
	display: block;
}

#data_large {
	display: none;
	position: relative;
	margin: -1px -1px -1px -366px;
	width: 548px;
	background: #fff;
	border: 1px #b6c8ae solid;
}

.spacer {
	position: relative;
	height: 10px;
	background: #fff;
	margin: 0px -1px;
}
