/*This is used to style the report outputs*/

.nav-tabs {
	margin-bottom: 20px;
}

#small_nav {
	margin: 20px 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #c02026;
}
#large_nav a{ /*Note: padding for this section was setup inline in paint2.html*/
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#large_nav a:hover {
	text-decoration: underline;
	color:#01234e;
}
.nav-arrow a{
	padding: 10px;
	color: #c02026;
}


#download_block { /*Download options*/
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.DownloadIcon {
    margin-left: 10px;
    margin-right: 3px;
}

#report_space {
	max-width: 650px;
}
.click_to_sort {
	font-size:11px;
	font-weight:normal;
}
.out_row_top2 { /*Heading rows*/
	background-color: #F2D2C3;
	line-height:normal;
}
.out_row_data {
	text-align:right;
}
#link_block { /*Download options*/
	margin-bottom: 8px;
	text-align: right;
	font-size:13px;
}

#link_block img {
	margin: 0 2px 0 10px;
}

/*Customizations for USCP*/
.table {
	margin-bottom: 5px;
}
.table > tbody > tr > th {
	border-color: #ccc;
}
th {
	text-align:center
}
.empty-cell {
	background-color:#d0c7c8;
}
.table_spacer
{
    background-color: none;
    border-top: none;
    border-bottom: none;
}
.subhead {
	font-weight:bold;
	font-style:italic;
	background-color: #e3f2f9;
}
.table > tbody > tr > td.indent1, td.indent1 {
	padding-left: 20px;
}
.table > tbody > tr > td.indent2, td.indent2 {
	padding-left: 32px;
}
p.source {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;	
}
/*PRINT STYLES*/
@media print {
	 .ui-widget, #around_map, #function_block {
		display:none;
	}
	
}
/*END PRINT STYLES*/