body, input, select {
	font-size: 10pt;
}
body td, body th {
	font-size: 10pt;
}
h1 {
	margin-top: 0;
}
#super_nav {
	float: right;
  color: #FFF;
}
#super_nav a {
  color: #7D93B2
}
#content {
  min-height: 375px;
	padding-bottom: 15px;
}
#header {
  background-color: #000;
  border-bottom: solid 1px #999;
  margin-bottom: 0;
  padding: 5px 0 5px 0;
}
#header_content {
  height: 55px;
	position: relative;
}
#header #logo {
  bottom: -25px;
  left: -5px;
  position: absolute;
  z-index: 1000;
}
#header_content .account_name {
  color: #FFF;
  font-size: 20pt;
  margin: 0;
  position: absolute;
  left: 250px;
  bottom: 0;
}
#header_content .account_name .conjunction {
  font-size: 12pt;
  font-weight: normal;
}
#wrapper {
  margin-top: 0;
}

/*report form*/
#search_form .form_section {
  display: none;
}
#search_form #triggers {
  margin-bottom: 5px;
}
#search_form .form_section {
  background-color: #F5F5F5;
  font-size: 10pt;
  margin: 1px 0 5px 0;
  padding: 3px;
}
#search_form #triggers a.selected {
  color: #222;
  font-weight: bold;
  text-decoration: none;
}
#search_form {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 410px;
}
#search_form #basic_trigger, #search_form #advanced_trigger {
  float: left;
  margin-right: 5px;
}
#search_form #help_trigger {
  float: right;
}
#search_form #help p {
	margin-top: 0;
}
#search_form #query {
	font-size: 12pt;
	width: 400px;
}
#search_form #basic {
	text-align: center;
}
#search_form .run_report_controls {
	border: none;
	margin: 0;
	padding: 0 0 0 5px;
}
#search_form .run_report_controls .report_button_control {
	font-size: 8pt;
	float: left;
	margin-right: 8px;
	text-align: center;
}
#top_nav_bar {
  bottom: -6px;
	position: absolute;
	right: 0;
	width: 500px;
}
#top_nav {
  clear: both;
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top_nav li {
	float: left;
	margin: 0;
	padding: 0 0px 0 5px;
}
#top_nav li a {
	background-color: #444;
	border-bottom: solid 1px #999;
	color: #FFF !important;
	display: block;
	font-size: 12pt;
  font-weight: bold;
	padding: 4px 15px 3px 15px;
	text-decoration: none;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;  
}
#top_nav li.selected a {
	background-color: #FFF;
	border-bottom: solid 1px #FFF;
	color: #222 !important;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}
/* content */
#content h1 {
  font-size: 20pt;
  margin-bottom: 0.25em;
}
.breadcrumb {
  padding: 10px 0;
}
.pagination {
  padding: 10px 0;
  text-align: center;
}
