/*
This stylesheet was made exclusively for the Recycling Coalition of Utah (utahrecycles.org) by Eli Kirk (elikirk.com)
*/


/* Include Global Styles */
@import url("/css/style.css");


/**********************/
/****** Elements ******/
/**********************/

h1 {
	color: #6a9913;
	font-size: 21px;
	font-weight: normal;
	margin-top: 0;
	position: relative;
	top: 13px;
	left: 11px;
	width: 172px;
	height: 65px;
}
h5 {
	color: #8FB24F;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}
p {
  margin: 0;
}



/*********************/
/****** Classes ******/
/*********************/
.odd {
	background-color: #eeeeee;
	border-top: 1px solid #A3A6A7;
}
.even {
	border-top: 1px solid #A3A6A7;
}
.location {
	line-height: 15px;
	padding: 5px 10px 15px 10px;
}
.location p {
	padding: 0;
  margin: 0;
}
p.locationname {
  font-weight: bold;
}
P.locationname a {
  font-weight: normal;
}

.report_title, .report_subtitle { font-size: 15px; color: #6a9913; top:0px; width:100%; display: block; border-bottom:1px solid #ccc; margin: 0px; padding: 0px 0 3px; height: 18px; left:0px; }
.report_subtitle { height:20px; }
.rate { color:#6a9913; }
.yearly { font-size: 15px; font-weight: bold;  }
.yearly td {padding:2px 0px; border-bottom: 1px solid #ccc;}
#waiting { margin:5px auto; display: block; width:220px; display: none; }
th { color:#ffa500; }
.odd_report td { padding-left: 5px; }
.even_report td { background-color: #f0f0f0;padding-left: 5px;  }
.report_title span { float: right; }
/*************************/
/****** Identifiers ******/
/*************************/

.thePageBG {
	background: #c2e570 url(/img/body_main_bg3.gif) 0px 0px repeat-y;
}

#pageInner {
	background: transparent url(/img/header_gradient_bg2.gif) repeat-x;
}

#pageBody {
	width: 745px;
}

/* Body */
#bodyMain {
	float: left;
	width: 725px;
}


/* Main Content Area */
#contentHeader {
	width: 525px;
}
#breadCrumbs {
	float:left;
	width: 466px;
}

#logout {
	float:left;
}
#logout a {
	background: transparent url(/img/button_logoutOFF.gif);
	display: block;
	width: 59px;
	height: 25px;
}
#logout a:hover {
	background: transparent url(/img/button_logoutOVER.gif);
	width: 59px;
	height: 25px;
}
#headerTitle {
	clear:both;
	background: #e3e3e3 url(/img/pileoftrash.jpg) 327px 0px no-repeat;
	width: 525px;
	height: 120px;
}

#mainContent {
	float: left;
	position: relative;
	top: 20px;
	left: 20px;
	width: 544px;
}
#contentWrapper {
	width: 544px;
	margin-bottom: 45px;
	line-height: 20px;
}

#contentText {
	position:relative;
	top: 20px;
	left: 10px;
	float: left;
	width: 505px;
	margin-bottom: 50px;
}

#locationList {
	border-bottom: 1px solid #A3A6A7;
}



/* Footer */
.pageFooterBG {
	background: #c2e570 url(/img/body_footer2.gif) no-repeat;
}