* {
	margin: 0;
}

html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000; /* black */
	background-color: #FFF; /* white */
}

a:link, a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


a.navbarlink {
	color: #FFF;
}
a.navbarlink:link {
	color: #FFF;
}
a.navbarlink:visited {
	color: #FFF;
}
a.navbarlink:active {
	color: #FFF;
}
a.navbarlink:hover {
	color: #FFF;
	text-decoration: underline;
}


a.navlink {
	color: #FFF;
}
a.navlink:link {
	color: #FFF;
}
a.navlink:visited {
	color: #FFF;
}
a.navlink:active {
	color: #FFF;
}
a.navlink:hover {
	color: #FFF;
	text-decoration: underline;
}


a.title {
	color: #000;
}
a.title:link {
	color: #000;
}
a.title:visited {
	color: #000;
}
a.title:active {
	color: #000;
}
a.title:hover {
	color: #000;
	text-decoration: none;
}


/*
div {
	border-width: 1px;
	border-style: solid;
	border-color: red;
}
*/
/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
}
.page_header_logos {
	margin-left: 50px;
	text-align: left;
	background-color: #FFFF;
}
.page_header {
	height: 90px; /*#ffffff is bottom color in gradient*/
	background: #E9E9E9;

}
.page_footer {
	height: 60px;
}


div.reportHeader {
	text-align: center;
}
div.reportHeader h2 {
	font-weight: bold;
	font-size: 16px;
}
div.reportHeader h2 {
	font-weight: bold;
	font-size: 16px;
}
div.reportHeader h3 {
	font-weight: bold;
	font-size: 12px;
}
div.reportHeader h4 {
	font-style: italic;
}

div.datacontainer {
	position: relative;
	margin-left: +50px;
	margin-right: +50px;
}
div.datacontainer h2 {
	font-size: 16px;
}

div.homepage {
	width: 675px;
	margin-left: auto;
	margin-right: auto;
}


div.navigation {
	text-align: left;
	color: #FFF; /* white */
	background: #666; /* boulder */
	height: 14px;
}

table.panelList {
	width: 500px;
}

table.report {
	border: 1px solid #888;
	border-spacing: 5px;
	border-collapse: separate;
	background-color: #FFF; /* white */
	margin-left: auto;
	margin-right: auto;
}

table.report th {
	text-align: center;
	color: #FFF; /* white */
	vertical-align: bottom;
	border-width: 0px 0px 0px 0px;
	padding: 1px 2px 1px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: #266978;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.report td {
	vertical-align: top;
	border-width: 0px 0px 0px 0px;
	padding: 1px 2px 1px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

tr.hour_marker {
	background-color: #E9E9E9; /* gray */
}

tr.r1 {
	background-color: #B3CAD1;
}

tr.r2 {
	background-color: #FFF; /* white */
}

td.cl {
	text-align: left;
}

td.cr {
	text-align: right;
}

td.cc {
	text-align: center;
}

div.autocomplete {
  position: absolute;
  width: 250px;
  background-color: #FFF; /* white */
  border: 1px solid #888; /* gray */
  margin: 0px;
  padding: 0px;
}
div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}
div.autocomplete ul li.selected {
	background-color: #B3CAD1;
}

div.extendedSearch {
	display: none;
}

div.panelControls {
	display: none;
}

div.hidden {
	display: none;
}

div.results {
	background-color: #FFF; /* white */
	border: 1px solid #888; /* gray */
	margin-left: 100px;
	margin-right: 50px;
	padding: 0px;
}

div.results table {
	width: 100%;
	background-color: #FFF; /* white */
	border-spacing: 3px;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
}

div.results tr {
	vertical-align: top;
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

div.results th {
	background-color: #266978;
	color: #FFF; /* white */
	text-align: center;
	vertical-align: bottom;
}

div.results td {
	vertical-align: top;
}

div.parameters {
	width: 675px;
	border: 2px solid #266978;
	background-color: #B3CAD1;
	margin-left: auto;
	margin-right: auto;
}

div.parameterName {
	text-align: right;
}

div.parameterOptions {
	text-align: left;
	vertical-align: top;
}
img.extendParameter {
	display: block;
	float: right;
	margin-right: 12px;
	width: 120px;
}
img.calendar {
	padding-left: 5px;
	padding-top: 2px;
	position: absolute;
}

div.parameterResults {
	text-align: left;
}

span.customDates {
	display: none;
}

form label {
	display: block;
	float: left;
	width: 100px;
	padding: 0;
	margin: 5px 0 0 0;
	text-align: right;
	font-weight: bold;
}

img.align-right {
	float: right;
	margin-right: 15px;
	display: inline;
}
img.align-left {
	float: left;
	margin-left: 15px;
	display: inline;
}


#left {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0.5em 0 0 0;
}
#right {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0.5em 0 0 0;
}
#middle {
	margin: 0 200px;
}
.column-in {
	margin: 0;
	padding: 0.5em 1em;
	text-align: left;
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}


.bgColorPrimary {
	background-color: #74ACB9;
}
.bgColorPrimary_75 {
	background-color: #266978;
}
.bgColorPrimary_30 {
	background-color: #B3CAD1;
}
.bgColorPrimary_10 {
	background-color: #E5EDF1; /* MA 10% tint */
}

.colorPrimary {
	color: #74ACB9;
}
.colorPrimary_75 {
	color: #266978;
}
.colorPrimary_30 {
	color: #B3CAD1;
}
.colorPrimary_10 {
	color: #E5EDF1; /* MA 10% tint */
}
.colorRed {
	color: #C00;
}
.colorBlack {
	color: #000;
}


.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textCenterBottom {
	text-align: center;
	vertical-align: bottom;
}
.textRight {
	text-align: right;
}
.alignCenter {
	margin-left: auto;
	margin-right: auto;
}
.alignRight {
	float: right;
}


.fontXXSmall {
	font-size: 9px;
}
.fontXSmall {
	font-size: 10px;
}
.fontSmall {
	font-size: 12px;
}
.fontMedium {
	font-size: 13px;
}
.fontLarge {
	font-size: 16px;
}
.fontXLarge {
	font-size: 20px;
}
.fontXXLarge {
	font-size: 26px;
}
.fontXXXLarge {
	font-size: 39px;
}


.weightBold {
	font-weight: bold;
}
.weightItalic {
	 font-style: italic;
}
.styleUnderline {
	 text-decoration: underline;
}


.clear {
  clear: both;
}


div.section {
	padding: 0px 0px 10px 0px;
	text-align: center;
	max-height: 150px;
	overflow: auto;
}

div.lineitem {
	margin: 3px 5px;
	padding: 2px;
	cursor: move;
}

div.searchHeader {
	background-color: #266978;
	color: #FFF; /* white */
	margin: 3px 5px;
	padding: 2px;
	text-align: center;
	vertical-align: bottom;
}

div.headerTitle {
}


div.wastebin-active {
  background-color: #266978;
}
div.results tr.disabled, table.report tr.disabled {
    background-color:#999999;
    font-style:italic;
}

div.results tr.disabled td {
    background-color:#999999;
    color: #ffffff;
    font-style:italic;
    background-color:#999999
}

