/*############################################
#  CSS for reports
############################################*/

/*############################################
#  Reports page 
############################################*/
.reportspage {
	display:block;
	text-align: center;
	border-width: 1px 1px 1px 1px;	
	border-style: none none none none;
}

.reportsection h1 {
	color: #000000;
	margin: 15px 5px 5px -20px;
	padding: 10px 0px 8px 20px;
	background-color: #ededed;
	border-color: #b0c4de;
	border-style: none none solid none;
	border-width: 1px 1px 1px 1px;
	font-size: 16px;
	font-weight: bold;
}

.reportsection h2 {
	width: 788px;
	background-color: #3a79aa;
	color: #ffffff;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	margin: 10px 20px 0px -5px;
	border-width: 1px 1px 1px 1px;
	border-color: #003366;
	border-style: none none solid solid;
}


.reportsection {
	clear: both;
	margin: 50px 10px 5px 30px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}


.reportsection table {
	width: 800px;
	border-collapse: collapse;
	z-index: 1;
	margin: 2px 0px 10px 0px;
}

.reportsection th {
	background-color: #f5f5f5; 
	width: 200px;
	border: #000000;
	padding: 10px 2px 5px 2px;
	border-width: 1px 1px 1px 1px;	
	border-style: none dotted dotted dotted;
	border-spacing: 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.reportsection td {
	border: #000000;
	background-color: #fbfbfb;
	padding: 10px 10px 5px 4px;
	border-width: 1px 1px 1px 1px;	
	border-style: none dotted dotted none;
  border-spacing: 5px;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
}




