@charset "utf-8";
/* CSS Document for the report builder section of the site*/
h2 {font-size: 20px;}
a:link.mossgreen, a:visited.mossgreen {
	text-decoration: none;
	color: #587D38;
}
a:link.rust, a:visited.rust {
	text-decoration: none;
	color: #8A301F;
}
a:link.blue, a:visited.blue {
	text-decoration: none;
	color: #1B3C59;
}
a:active.mossgreen, a:active.rust, a:active.blue {
	text-decoration: none;
}
a:hover.mossgreen, a:hover.rust, a:hover.blue {
	text-decoration: underline;
}
.path_buttons {
	float: left;
	margin-right: 10px;
}
.application { /*So the sections align properly*/
	clear: both;
	font-size: 13px;
}
/*.application a {
	text-decoration:none;
}
.application a:hover {
	text-decoration:underline;
}*/
#breadcrumbs {
	font-family: Arial,​Helvetica,​sans-serif;
	font-size:12px;
	margin-bottom:30px;
	padding: 6px;
	background-color: #F9F1ED;
	border: 1px solid #EFDAD0;
}
#breadcrumbs .active {
	font-weight:bold;
}

/*h2 {
	clear:both;
}*/
.reportLink {
	font-size: 16px;
	font-weight: bold;
}
a.aboutLink {
	margin-left: 85px;
}
/* Style the nav tabs*/
.nav-tabs > li > a {
	padding: 10px 50px;
	font-size:20px;
}
#dash-nav {
	margin-top: 30px;
}