
/* ***** ADMIN HOME ***** */
body.admin #content {
	width: 970px;
	padding: 15px;
	margin: 0;
	border: 0;
	float: none;
}

body.admin #content h1 {
	margin: 10px 0;
	padding: 0;
}

#adminInfo,
#adminPages {
	float: left;
	margin-right: 10px;
}

#status,
#loginContainer,
#createUserContainer,
#userList,
#adminPages {
	background: #EEE;
	width: 300px;
	border: 1px solid #DDD;
	padding: 5px;
	margin-bottom: 10px;
	font: 300 12px/18px Arial;
}

#loginContainer form,
#createUserContainer form,
#userList ul {
	border: 1px solid #DDD;
	padding: 10px;
	margin: 5px;
	background: #FFF;
}

#loginContainer form label,
#createUserContainer form label {
	font: 600 13px/18px Arial;
	padding: 2px;
	display: block;
}

#loginContainer form input,
#createUserContainer form input,
#createUserContainer form select {
	font: 300 12px/18px Arial;
	padding: 2px;
	margin: 0;
	width: 250px;
}

#userList ul {
	padding: 0;
}

#userList ul li {
	clear: both;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #DDD;
	padding: 2px 5px;
	font: 600 12px/18px Arial;
	height: 18px;
}

#userList ul li span {
	float: left;
}

#userList ul li form {
	float: right;
}

#userList ul li form .delete {
	height: 18px;
	font: 600 11px/18px Arial;
}

.login,
.create,
.delete {
	cursor: pointer;
}

#updateMessage a:hover {
	background: #999;
	color: #FFF;
}

/* PAGE ADMIN */

#pageAdmin {
	background: #EEE;
	border: 1px solid #DDD;
	padding: 5px;
	margin-bottom: 10px;
	font: 300 12px/18px Arial;
}

#pageAdmin h4 {
	font: 600 15px/24px Arial;
}

#pageAdmin .controls {
	clear: left;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 5px;
}

#pageAdmin .controls form {
	float: left;
}

#pageAdmin .controls a,
#pageAdmin .controls input {
	float: left;
	margin: 3px 5px;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #33B;
}

#pageAdmin .controls input.delete {
	color: #B00;
}

#pageAdmin .controls a:hover,
#pageAdmin .controls input:hover {
	text-decoration: none;
	background: #66F;
	color: #FFF;
}

#pageAdmin .controls input.delete:hover {
	background: #B00;
	color: #FFF;
}

#pageAdmin .controls .create {
	width: 125px;
}

#pageAdmin .controls .view {
	width: 85px;
}

#pageAdmin .controls .update {
	width: 100px;
}

#pageAdmin .controls .delete {
	width: 100px;
}

#pageAdmin #sectionContainer,
#pageAdmin #pageContainer {
	margin: 5px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #DDD;
	position: relative;
}

#pageAdmin #sectionContainer ul#sectionList,
#pageAdmin #pageContainer ul#pageList {
	margin: 10px;
	padding: 0;
	border-top: 1px solid #999;
}

#pageAdmin #sectionContainer ul#sectionList {
	background: #EEE;
	border: 1px solid #999;
}

#pageAdmin #sectionContainer ul#sectionList li,
#pageAdmin #pageContainer ul#pageList li {
	margin: 0;
	padding: 5px;
	border: 1px solid #999;
	border-top: 0;
	background: #EEE;
}

#pageAdmin #sectionContainer ul#sectionList li {
	margin: 5px;
	border: 1px solid #999;
	background: #FFF;
}

#pageAdmin #sectionContainer ul#sectionList li a.title,
#pageAdmin #pageContainer ul#pageList li a.title {
	font: 600 13px/18px Arial;
	color: #333;
}

#pageAdmin #sectionContainer ul#sectionList li a.title span,
#pageAdmin #pageContainer ul#pageList li a.title span {
	font: 600 11px/18px Arial;
	color: #900;
}

#pageAdmin ul li {
	position: relative;
}

#pageAdmin #pageContainer ul#pageList li h5 {
	font: 600 14px/18px Arial;
	padding: 0;
	border: 2px solid #999;
	border-bottom: 1px solid #AAA;
	padding: 5px;
	background: #DDD;
}

#pageAdmin #pageContainer ul#pageList li ul {
	border: 1px solid #999;
	border-top: 0;
}

#pageAdmin #pageContainer ul#pageList li ul li {
	background: #FFF;
	padding: 5px 15px;
	border-bottom: 1px solid #CECECE !important;
}

/* ***** PAGE ADMIN FORMS ***** */

#pageAdmin a.cancel,
#adminForm input.submit,
#adminForm a.preview {
	margin: 3px 5px;
	border: 1px solid #999;
	display: block;
	height: 20px;
	width: 150px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #33B;
}

#pageAdmin a.cancel:hover,
#adminForm input.submit:hover,
#adminForm a.preview:hover {
	text-decoration: none;
	background: #66F;
	color: #FFF;
}

#adminForm {
	margin: 10px;
	padding: 15px;
	border: 1px solid #DDD;
	background: #FFF;
}

#adminForm legend {
	font: 600 15px/24px Arial;
	margin-bottom: 10px;
}

#adminForm label {
	font: 600 13px/18px Arial;
	display: block;
	border-bottom: 1px solid #EEE;
	margin: 2px 10px;
}

#adminForm input,
#adminForm select {
	font: 300 13px/18px Arial;
	display: block;
	width: 800px;
	margin: 2px 10px;
}

#adminForm textarea {
	font: 300 13px/18px Arial;
	display: block;
	width: 800px;
	height: 80px;
	margin: 2px 10px;
}

#adminForm iframe {
	margin: 2px 10px !important;
}

/* ***** PAGES ***** */

.pageControls {
	clear:left;
	overflow:hidden;
	position:absolute;
	right:5px;
	top:0;
}

.pageControls form {
	float: left;
}

.pageControls a,
.pageControls input {
	float: left;
	margin: 3px 5px;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #33B;
	padding: 0 10px;
}

.pageControls input.delete {
	color: #B00;
}

.pageControls a:hover,
.pageControls input:hover {
	text-decoration: none;
	background: #66F;
	color: #FFF;
}

.pageControls input.delete:hover {
	background: #B00;
	color: #FFF;
}

.pageControls .hidden {
	display: none;
}

/* ****** NEWSLETTER ADMIN ******** */

#newsletterSubNav {
	width: 100%;
	overflow: hidden;
}

#newsletterSubNav a,
#newsletterSubNav input {
	float: left;
	margin: 3px 5px;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #33B;
	padding: 0 5px;
}

#newsletterSubNav input.delete {
	color: #B00;
}

#newsletterSubNav a:hover,
#newsletterSubNav input:hover {
	text-decoration: none;
	background: #66F;
	color: #FFF;
}

#newsletterSubNav input.delete:hover {
	background: #B00;
	color: #FFF;
}

#newsletterEmailsList {
	width: 100%;
	clear: left;
}

#newsletterEmailsList table {
	width: 750px;
	text-align: left;
	margin: 10px;
	background: #EEE;
	border: 1px solid #555;
}

#newsletterEmailsList table thead th {
	font: 600 13px/20px Arial;
	color: #FFF;
	background: #777;
	padding: 3px 5px;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#newsletterEmailsList table tbody td {
	font: 600 12px/20px Arial;
	color: #000;
	background: #EEE;
	padding: 3px 15px;
	vertical-align: top;
	border-bottom: 1px solid #555;
}

#newsletterEmailsList table tbody td input.delete {
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #B00;
	padding: 0 5px;
}

#newsletterEmailsList table tbody td input.delete:hover {
	background: #B00;
	color: #FFF;
}

#newsletterEmailsList table tbody td a {
	color: #00F;
	font: 600 12px/18px Arial;
}


/* ***** STORIES ***** */

#storyAdmin table {
	margin: 15px 10px;
	width: 900px;
	text-align: left;
	border: 1px solid #555;
}

#storyAdmin table th {
	width: 20%;
	padding: 2px 5px;
	color: #FFF;
	background: #777;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#storyAdmin table td {
	width: 20%;
	padding: 2px 10px;
	color: #000;
	background: #EEE;
	font: 300 12px/18px Arial;
	overflow: hidden;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#storyAdmin table td span.unpublished {
	color: #F00;
	font: 600 11px/14px Arial;
}

#storyAdmin table tbody td a.update {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #33B;
	padding: 0 5px;
	margin-right: 10px;
}

#storyAdmin table tbody td a.update:hover{
	text-decoration: none;
	background: #66F;
	color: #FFF;
}

#storyAdmin table tbody td a {
	color: #00F;
	font: 600 12px/18px Arial;
}

#storyAdmin table tbody td input.delete {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #B00;
	padding: 0 5px;
}

#storyAdmin table tbody td input.delete:hover {
	background: #B00;
	color: #FFF;
}


/* ***** NEWS ***** */

#newsAdmin table {
	margin: 15px 10px;
	width: 900px;
	text-align: left;
	border: 1px solid #555;
}

#newsAdmin table th {
	width: 30%;
	padding: 2px 5px;
	color: #FFF;
	background: #777;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#newsAdmin table th.title {
	width: 40%;
}

#newsAdmin table td {
	width: 33%;
	padding: 2px 10px;
	color: #000;
	background: #EEE;
	font: 300 12px/18px Arial;
	overflow: hidden;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#newsAdmin table td span.unpublished {
	color: #F00;
	font: 600 11px/14px Arial;
}

#newsAdmin table tbody td a.update {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #33B;
	padding: 0 5px;
	margin-right: 10px;
}

#newsAdmin table tbody td a.update:hover{
	text-decoration: none;
	background: #66F;
	color: #FFF;
}

#newsAdmin table tbody td a {
	color: #00F;
	font: 600 12px/18px Arial;
}

#newsAdmin table tbody td input.delete {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #B00;
	padding: 0 5px;
}

#newsAdmin table tbody td input.delete:hover {
	background: #B00;
	color: #FFF;
}

/* ***** NOTICES ***** */

#noticesAdmin table {
	margin: 15px 10px;
	width: 900px;
	text-align: left;
	border: 1px solid #555;
}

#noticesAdmin table th {
	width: 25%;
	padding: 2px 5px;
	color: #FFF;
	background: #777;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#noticesAdmin table th.title {
	width: 75%;
}

#noticesAdmin table td {
	padding: 2px 10px;
	color: #000;
	background: #EEE;
	font: 300 12px/18px Arial;
	overflow: hidden;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#noticesAdmin table td span{
	color: #F00;
	font: 600 11px/14px Arial;
}

#noticesAdmin table tbody td a.update {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #33B;
	padding: 0 5px;
	margin-right: 10px;
}

#noticesAdmin table tbody td a.update:hover{
	text-decoration: none;
	background: #66F;
	color: #FFF;
}

#noticesAdmin table tbody td a {
	color: #00F;
	font: 600 12px/18px Arial;
}

#noticesAdmin table tbody td input.delete {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #B00;
	padding: 0 5px;
}

#noticesAdmin table tbody td input.delete:hover {
	background: #B00;
	color: #FFF;
}

/* ***** EVENTS ***** */

#eventsAdmin table {
	margin: 15px 10px;
	width: 900px;
	text-align: left;
	border: 1px solid #555;
}

#eventsAdmin table th {
	width: 25%;
	padding: 2px 5px;
	color: #FFF;
	background: #777;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#eventsAdmin table td {
	padding: 2px 10px;
	color: #000;
	background: #EEE;
	font: 300 12px/18px Arial;
	overflow: hidden;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#eventsAdmin table td span{
	color: #F00;
	font: 600 11px/14px Arial;
}

#eventsAdmin table tbody td a.update {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #33B;
	padding: 0 5px;
	margin-right: 10px;
}

#eventsAdmin table tbody td a.update:hover{
	text-decoration: none;
	background: #66F;
	color: #FFF;
}

#eventsAdmin table tbody td a {
	color: #00F;
	font: 600 12px/18px Arial;
}

#eventsAdmin table tbody td input.delete {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #B00;
	padding: 0 5px;
}

#eventsAdmin table tbody td input.delete:hover {
	background: #B00;
	color: #FFF;
}


/* ***** SERVICES ***** */

#servicesAdmin table {
	margin: 15px 10px;
	width: 950px;
	text-align: left;
	border: 1px solid #555;
}

#servicesAdmin table th {
	width: 10%;
	padding: 2px 5px;
	color: #FFF;
	background: #777;
	border-bottom: 1px solid #555;
	vertical-align: top;
	font: 600 12px/18px Arial;
}

#servicesAdmin table th.title {
	width: 25%;
}

#servicesAdmin table th.address {
	width: 20%;
}

#servicesAdmin table th.services {
	width: 20%;
}

#servicesAdmin table td {
	padding: 2px 10px;
	color: #000;
	background: #EEE;
	font: 300 11px/18px Arial;
	overflow: hidden;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#servicesAdmin table td ul li {
	list-style: disc;
	margin-left: 15px;
}

#servicesAdmin table td span{
	color: #F00;
	font: 600 11px/14px Arial;
}

#servicesAdmin table tbody td a.update {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #33B;
	padding: 0 5px;
	margin-right: 10px;
}

#servicesAdmin table tbody td a.update:hover{
	text-decoration: none;
	background: #66F;
	color: #FFF;
}

#servicesAdmin table tbody td a {
	color: #00F;
	font: 600 11px/18px Arial;
}

#servicesAdmin table tbody td input.delete {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #B00;
	padding: 0 5px;
}

#servicesAdmin table tbody td input.delete:hover {
	background: #B00;
	color: #FFF;
}

/* ***** GRANTEES ***** */

#granteesAdmin table {
	margin: 15px 10px;
	width: 950px;
	text-align: left;
	border: 1px solid #555;
}

#granteesAdmin table th {
	width: 25%;
	padding: 2px 5px;
	color: #FFF;
	background: #777;
	border-bottom: 1px solid #555;
	vertical-align: top;
	font: 600 12px/18px Arial;
}

#granteesAdmin table td {
	width: 25%;
	padding: 2px 10px;
	color: #000;
	background: #EEE;
	font: 300 11px/18px Arial;
	overflow: hidden;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#granteesAdmin table td span{
	color: #F00;
	font: 600 11px/14px Arial;
}

#granteesAdmin table tbody td a.update {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #33B;
	padding: 0 5px;
	margin-right: 10px;
}

#granteesAdmin table tbody td a.update:hover{
	text-decoration: none;
	background: #66F;
	color: #FFF;
}

#granteesAdmin table tbody td a {
	color: #00F;
	font: 600 11px/18px Arial;
}

#granteesAdmin table tbody td input.delete {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #B00;
	padding: 0 5px;
}

#granteesAdmin table tbody td input.delete:hover {
	background: #B00;
	color: #FFF;
}


/* ***** REQUESTS ***** */

#requestsAdmin table {
	margin: 15px 10px;
	width: 900px;
	text-align: left;
	border: 1px solid #555;
}

#requestsAdmin table th {
	width: 14.25%;
	padding: 2px 5px;
	color: #FFF;
	background: #777;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#requestsAdmin table td {
	padding: 2px 10px;
	color: #000;
	background: #EEE;
	font: 300 12px/18px Arial;
	overflow: hidden;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#requestsAdmin table td span{
	color: #F00;
	font: 600 11px/14px Arial;
}

#requestsAdmin table tbody td a.view,
#requestsAdmin table tbody td a.export {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #33B;
	padding: 0 5px;
	margin-right: 10px;
}

#requestsAdmin table tbody td a.view:hover,
#requestsAdmin table tbody td a.export:hover{
	text-decoration: none;
	background: #66F;
	color: #FFF;
}

#requestsAdmin table tbody td a {
	color: #00F;
	font: 600 12px/18px Arial;
}

#requestsAdmin table tbody td input.delete {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #B00;
	padding: 0 5px;
}

#requestsAdmin table tbody td input.delete:hover {
	background: #B00;
	color: #FFF;
}

#viewRequest {
	margin: 20px;
	border: 1px solid #CCC;
}

#viewRequest .field {
	padding: 3px 5px;
	border-bottom: 1px solid #CCC;
	background: #F6F2F6;
	overflow: auto;
}

#viewRequest .field h6 {
	color: #DB5C9F;
	font: 600 13px/18px Arial;
	clear: left;
}

#viewRequest .field .value{
	color: #333;
	font: 300 12px/18px Arial;
	padding: 2px 10px;
}

/* ***** VOLUNTEERS ***** */

#volunteersAdmin table {
	margin: 15px 10px;
	width: 900px;
	text-align: left;
	border: 1px solid #555;
}

#volunteersAdmin table th {
	width: 25%;
	padding: 2px 5px;
	color: #FFF;
	background: #777;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#volunteersAdmin table td {
	padding: 2px 10px;
	color: #000;
	background: #EEE;
	font: 300 12px/18px Arial;
	overflow: hidden;
	border-bottom: 1px solid #555;
	vertical-align: top;
}

#volunteersAdmin table td span{
	color: #F00;
	font: 600 11px/14px Arial;
}

#volunteersAdmin table tbody td a.view,
#volunteersAdmin table tbody td a.export {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #33B;
	padding: 0 5px;
	margin-right: 10px;
}

#volunteersAdmin table tbody td a.view:hover,
#volunteersAdmin table tbody td a.export:hover{
	text-decoration: none;
	background: #66F;
	color: #FFF;
}

#volunteersAdmin table tbody td a {
	color: #00F;
	font: 600 12px/18px Arial;
}

#volunteersAdmin table tbody td input.delete {
	float: left;
	border: 1px solid #999;
	display: block;
	height: 20px;
	font: 600 11px/20px Arial;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EEF;
	color: #B00;
	padding: 0 5px;
}

#volunteersAdmin table tbody td input.delete:hover {
	background: #B00;
	color: #FFF;
}

#viewVolunteer {
	margin: 20px;
	border: 1px solid #CCC;
}

#viewVolunteer .field {
	padding: 3px 5px;
	border-bottom: 1px solid #CCC;
	background: #F6F2F6;
	overflow: auto;
}

#viewVolunteer .field h6 {
	color: #DB5C9F;
	font: 600 13px/18px Arial;
	clear: left;
}

#viewVolunteer .field .value{
	color: #333;
	font: 300 12px/18px Arial;
	padding: 2px 10px;
}


/* ***** ERRORS ******* */
#errorContainer,
#warning {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #EEE;
	background: #FFF9F9;
	color: #F00;
}

#warning p {
	font: 600 16px/20px Arial;
	padding: 2px 5px;
	font-variant: small-caps;
}

#errorContainer ul li {
	list-style: disc;
	margin: 0 20px;
	font: 300 13px/20px Arial;
}

