/*	CSS Properties for Picture This: Earth Day 2010 - modified from 2009 version */

/*	LAYOUT DIVISIONS	*/

	h1 { font-size: 20px; margin: 0; padding: 0; color: #5B6E31; }
	h2 { font-size: 15px; margin: 0; padding: 0; }
	h3 { font-size: 13px; margin: 0 0 5px 0; padding: 0; color: #5B6E31; }
	h5 { font-size: 12px; font-weight: bold; color: #006396; margin: 0; padding: 0;}

/*	TYPOGRAPHY	*/

	p { color:#4c1556; }
  body { line-height: 1.5em; }
/*	LIST ELEMENTS	*/
	
	#sidebar ul { margin: 0px; padding: 0px; }
	#sidebar li { list-style-type: none; padding: 5px; }
	
	#footer ul { margin: 0px; padding: 0px; }
	#footer li { display: inline; list-style-type: none; padding-right: 15px; }
	
	#navigation ul { margin: 0px; padding: 0px; }
	#navigation li { color: #ddd; display: inline; font-size: 11px; list-style-type: none; padding: 0px 4px 0px 0px; text-transform: uppercase; }

/*	ANCHOR ELEMENTS	*/
	a { border-bottom: none; color: #006396; text-decoration: none; }
	a:hover { border-bottom: 1px solid #999; color: #333; text-decoration: none; }
	p a { border-bottom: 1px dotted #999; color: #669900; text-decoration: none; }
	p a:hover { border-bottom: 1px solid #999; color: #444; text-decoration: none; }

	#sidebar p a { border-bottom: none; }
	#sidebar p a:hover { border-bottom: none; }

	p.special a { border-bottom: none; }
	p.special a:hover { border-bottom: none; }

	li a { border-bottom: 1px dotted #999; color: #669900; text-decoration: none; }
	li a:hover { border-bottom: 1px solid #999; color: #444; text-decoration: none; }
	
	#navigation li a { border-bottom: none; color: #5a5c4e; text-decoration: none; }
	#navigation li a:hover { border-bottom: none; color: #669900; text-decoration: none; }

	
/* worksite tool css */

	.worksite_details p { margin-top: 0; }
	.worksite_details a { color: #5C6F00;}
	label { display: block; }
	.errors { font-size: 12px; padding: 8px; line-height: 18px; border: 1px solid #90AA00; background-color: #E8EFC2; margin-top: 10px; margin-bottom: 10px; font-weight: bold; font-style: italic; color: #5E6F00;}
	.breadcrumb { font-size: 11px; margin-bottom: 10px; }
	.breadcrumb a { border-bottom: none; color: #006396; text-decoration: none; }
	.shift { margin-bottom: 10px; } 
	.time { font-size: 11px; display: block; font-style: italic; }
	.shift_title { font-size: 11px; display: block; }
	.volunteer { display: block; font-size: 11px; }
	.volunteer a { border-bottom: none; color: #006396; text-decoration: none; }
	#content .admin_site_list { margin: 0; padding: 0; list-style-type: none; }
	#content .admin_site_list li { margin-bottom: 3px; background-image: none; }
	#content .worksite_nav { margin: 10px 0; padding: 0; list-style-type: none; }
	#content .worksite_nav li { display: inline; margin-right: 10px; padding: 3px 0; font-weight: bold; background-image: none;}
	#content .worksite_nav li a { border-bottom: none; color: #006396; text-decoration: none; }
	.stable { margin-top: 10px;}
	.stable tr th { background-color: #E4D779; padding: 3px; font-size: 11px; }
	.stable tr td { padding: 5px 20px 5px 0; border-bottom: 1px solid #E4D779; font-size: 11px;}
	.stable tr.odd td { background-color: #FFF9CF;}
	.stable tr td a { text-decoration: none;}
	.image_box { float: left; margin-right: 10px; margin-bottom: 10px; border: 1px solid #DFDFDF; padding: 3px; text-align: center; font-size: 11px;}
	.image_box a { border: 0; }
	.image_box a:hover { border: 0; }
	.shift_list { font-size: 12px; line-height: 22px; }
	.worksitelayout { background: none; }
	.worksite_logo { margin-bottom: 10px; padding: 3px; border: 1px solid #DFDFDF; float: left; clear:both;}
	.worksite_list tr td { padding: 3px 0; font-size: 11px; padding: 7px 3px; }
	.worksite_list tr.even td { background-color: #E4FFCF; }
	.shift { line-height: 18px; font-size: 11px; }

h1.pagetitle {
	background-color:#bed196;
	color:#fff;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	margin:0 0 15px 0;
	font-family: Arial;
}

div.steps-show {
	padding: 20px;
	margin-top: 20px;
	background: #e2ead0;
}

/* progress bar styles */
.prog-bar {
	background: #e2ead0;
	height:77px;
	padding:0 10px;
}
.prog-bar ul {
	background:url(../img/dots.gif) repeat-x left center #e2ead0;
	height:32px;
	float:left;
	list-style:none;
	margin:10px;
	margin-top:20px;
	width:610px;
}
#content .prog-bar li {
	background:none;
	padding:0;
	margin:0;
	display:inline;
	float:left;
	overflow:hidden;
	height:32px;
	width:16%;
	line-height:32px;
	font-weight:bold;
	font-size:16px;
}
.prog-bar li span.number {
	display:block;
	float:left;
	background-color:#b1c885;
	height:32px;
	width:34px;
	text-align: center;
	color:#fff;
	margin-right:5px;
	font-size:18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content .prog-bar li.current {
	width:50%;
	overflow:visible;
	color:#4c1556;
}
.prog-bar li.current span.number {
	background-color:#4c1556;
}
.prog-bar span.text {display:none;background-color:#e2ead0;}
.prog-bar .current span.text {
	display:inline;
	padding:0 3px;
}

table.worksite_list {
	width: 100%;
}

label span.req {
	color: red;
	padding-left: 2px;
}

/* tooltips */
.input-hint {
	display: none;
}

.input_hint_box {
	width: 350px;
	border: 1px solid #b1c885;
	background-color: #e2ead0;
	padding: 2px;
}

.logo-box {
	float: right;
	width: 200px;
	text-align: right;
}

label.radio {
	text-indent: -25px;
	padding-left: 25px;
	padding-bottom: 10px;
}

/* worksite list filters */
.filter_box {
	background-color:#e6e6e6;
	width:100%;
}

.filter_box td {
	padding:5px;
}	

.filter_box th {
	font-weight:bold;
	text-transform:uppercase;
}

/* sortable table */
/* tables */
table#sortable {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 11px;
	width: 100%;
	text-align: left;
}
table#sortable thead tr th, table#sortable tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table#sortable thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table#sortable tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table#sortable tbody tr.odd td {
	background-color:#F0F0F6;
}
table#sortable thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table#sortable thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table#sortable thead tr .headerSortDown, table#osrtable thead tr .headerSortUp {
background-color: #8dbdd8;
}
#content ul.stats-list {
	list-style: disc inside;
	padding-top: 20px;
}
#content ul.stats-list li {
	background: transparent;
}