/* reports */

table.reportTable {
	text-align: center;
	/*width: 95%;*/
}

.reportTable td, .reportTable tr, .reportTable th {
/*	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;*/
}

.reportTable p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

.reportTable th {
	color: #FFFFFF;
	background-color: #22231D;
}

.reportRow1 {
	color: #000000;
	background-color: #FFFFFF;
}

.reportRow2 {
	color: #000000;
	background-color: #F2EFE6;
}

.reportRowHidden {
	color: #000000;
	background-color: #FF99FF;
}

.reportTable a.sortLink { color: #FFFFFF; }	

.textTopLeft {
	text-align: left;
	vertical-align:top;
}

.textTopCenter {
	text-align: center;
	vertical-align:top;
}

.textTopRight {
	text-align: right;
	vertical-align:top;
}

.textMiddleLeft {
	text-align: left;
	vertical-align: middle;
}

caption {
	font-weight: bold;
}

/* text styles */
#printer {
	font-family: Arial,sans-serif;
	font-size: 87%;
}

#printer .title {
	color: #4C524F;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 100%;
}