﻿/* Report Content */
/* ****************************************************************************************************** */
#report-content {
	width: 740px;
	padding: 5px;
	float: left;
	font-size: small;
	border: 1px outset #C0C0C0;
	background-color: #FFFFFF;
}

#report-content a {
	text-decoration: none;
	color: #0066CC;
}

#report-content ul a, #content ul a:visited {
	padding-left: 5px;
}

#report-content-secondary {
	width: 180px;
	padding: 5px;
	float: right;
	color: White;
}

.reportGridView {
	background-position: bottom;
	background-image: url('Images/bubblebottom.gif');
	background-repeat: repeat-x;
	border-style: none solid solid solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-bottom: 1em;
}

.reportGridView th {
	background-image: url('Images/pagetop_gradient.gif');
	background-repeat: repeat-x;
	padding: 5px;
	color: #666666;
}

.reportGridView td {
	padding: 2px 5px 2px 5px;
}
/* ****************************************************************************************************** */

/* Report Footer */
/* ****************************************************************************************************** */
#report-footer {
	clear: both;
	font-size: smaller;
}
/* ****************************************************************************************************** */
