
	::selection{ background-color: #E13300; color: white; }
	::moz-selection{ background-color: #E13300; color: white; }
	::webkit-selection{ background-color: #E13300; color: white; }

	body {
		background-color: #fff;
		font: 13px/20px normal Helvetica, Arial, sans-serif;
		color: #4F5155;
	}

	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
	}

	h1 {
		color: #444;
		font-size: 19px;
		font-weight: normal;
		float:left;
	}

	code {
		font-family: Consolas, Monaco, Courier New, Courier, monospace;
		font-size: 12px;
		background-color: #f9f9f9;
		border: 1px solid #D0D0D0;
		color: #002166;
		display: block;
		margin: 14px 0 14px 0;
		padding: 12px 10px 12px 10px;
	}




#body {
		margin: 0 15px 0 15px;
	}
@media only screen and (min-width: 1100px) {
#body {
		width:98%;
	}

}	
p.footer{
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}

#container{
	margin: 10px;
	border: 1px solid #D0D0D0;
	-webkit-box-shadow: 0 0 8px #D0D0D0;
}
table {
width:100%;
  border-spacing:0;
  border-collapse:collapse;
}

table tr td,
table tr th {
	border-bottom:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	padding-left:8px;
}

table tr td.select,
table tr th.select {
	border-left:1px solid #E1E1E1;
}

table tr th {
	border-top:1px solid #E1E1E1;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
}
table tr th a {
	font-weight:bold;
}
table tr td, table tr th {
	width:12%;
	text-align:left;
}



div#header {
	padding-bottom:5px;
	margin-bottom:5px;
	width:100%;
}

div#logo {
	display:inline-block;
	width:125px;
	height:120px;
	float:left;
}

div#nav {
	display:inline-block;
	width:500px;
	float:right;
	margin-top:95px;
	text-align:right;
	padding-right:5px;
}

div#nav ul {
	padding:0;
	margin:0;
}
div#nav ul li {
	display:inline-block;
	padding:0px 12px 0px;
	border-right:1px solid #D0D0D0;
}

div#nav ul li.last {
	border:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



.nav-wrapper {
	background-color: transparent;
	border-top:1px solid #D0D0D0;;
	border-bottom: 1px solid #D0D0D0;
	margin: 0 0 14px 0;
	display:block;
	padding:0 15px;
}

div#actions, div#sub-actions {
	float:right;
	width:690px;
	padding-top:8px;
	text-align:right;
	clear:right;
}

div#actions p {
	margin:0 0 3px 0;
	padding:0;
}

div#sub-actions {
	margin-bottom:20px;
}



a.action {
	display:inline-block;
	padding:3px 10px;
	border:1px solid #ccc;
	margin-left:10px;
	text-decoration:none;
}

a.action:hover {
	background:#e7e7e7;
	border:1px solid #CCC;
}

div.form-spacer {
	height:2px;
	width:400px;
	border-bottom:1px solid #e7e7e7;
}

div.mailing-contact {
	padding-bottom:5px;
	margin-bottom:5px;
}

a.donation-add {
	text-decoration:none;
	margin-left:5px;
	font-weight:bold;
	text-shadow:0px 1px 2px #d7d7d7;
	font-size:17px;
	padding-top:3px;
	display:inline-block
}

a.donation-add:hover {
	color:#090;
	text-shadow:0px 1px 2px #CCC;
}


p.contact-details label,
p.donation-details label {
	width:90px;
	display:inline-block;
	vertical-align:top;
}

div#details-mailing, div#details-info, div#donations-info {
	width:45%;
	float:left;
}

div#details-mailing {
	clear:left;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom:15px;
}
div#details-mailing p {
	float:left;
	width:200px;
	margin:3px;
}

div#details-donations {
	float:right;
	width:45%;
	background:#f7f7f7;
	border:1px solid #ccc;
	padding:15px;
}

div#details-donations table tr td,div#details-donations table tr th {
		width:20%;
		text-align:left;
}

textarea#Notes {
	width:300px;
}

div.contact-save {
	padding-top:10px;
}

#results-bar {
	text-align:right;
	width:260px;
	background:#fff;
	position:relative;
	top:-26px;
	float:right;
	padding-right:15px;
}



#results-bar p,
#results-bar input[type="submit"] {
	display:inline-block;
	margin:0;
}

#results-bar p {
	margin-right:5px;
}

div.add-donation {
	float:right;
}

.button {
	width:90px;
	display:inline;
	float:left;
	margin:10px 0 0 30px;
}

div.add-donation a,
.button {
	text-align:center;
	display:block;
	padding:4px 8px;
	background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

	border:1px solid #CCC;
	 -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	text-decoration:none;
	cursor:pointer;
}

div.add-donation a:hover,
.button:hover {
	background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(top,  #eaeaea 0%, #dbdbdb 50%, #e0e0e0 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(50%,#dbdbdb), color-stop(51%,#e0e0e0), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eaeaea 0%,#dbdbdb 50%,#e0e0e0 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eaeaea 0%,#dbdbdb 50%,#e0e0e0 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eaeaea 0%,#dbdbdb 50%,#e0e0e0 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eaeaea 0%,#dbdbdb 50%,#e0e0e0 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

}


div.add-donation a,
.button {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  border: 1px solid #aaa;
  color: #444;
  font-size: inherit;
  margin-bottom: 0px;
  min-width: 4em;
  padding: 2px 8px 2px 8px;
  font-family: sans-serif;
   -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	text-decoration:none
}

div.add-donation a:hover,
.button:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  border-color: #999;
  color: #222;
}

div.add-donation a:active,
.button:active {
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
  color: #333;
}
#details-donations h2 {
	float:left;
}

#details-donations table {
	clear:both;
}

.field-type-details .button {
	float:none;
	margin:10px 0 10px 0;
}


table.contacts tr td, table.contacts tr th {
	width:10%;
	text-align:left;
}

table.mailing-lists th.mailing-lists-title,
td.mailing-lists-title {
	width: 3%;
}

table.mailing-lists td.select, 
table.mailing-lists th.select {
	width: 2%;
}

table td.select {
	padding-left:17px;
}

table th.select {
	padding-left:9px;
}

table.contacts th.organization, table.contacts td.organization {
	width:18%;
}

table.contacts th.phone, table.contacts td.phone {
	width:10%;
}

table.contacts th.state, table.contacts td.state {
	width:4%;
}
table.contactsth.zip, table.contacts td.zip {
	width:5%;
}

td.select, th.select {
	width:6%;
}

table.contacts td.select, table.contacts th.select  {
	width:4%;
}

table.contacts td.donations, table.contacts th.donations {
	width:7%;
}

.search input[type="text"] {
	color:#BBB;
	padding-left:5px;
	width:140px;
}

input[type="text"].search-zip {
	width:80px;
}

p.num-search-results {
	margin: 0;
	padding: 0;
	text-align: right;
	height: 12px;
	float:right;
	margin-bottom:-10px;
	padding-right:2px;
}

div#pagination {
	margin:5px 0 0 0;
	font-size:12px;
	text-align:center;
	padding-top:10px;
}

div#pagination a {
	padding:0px 10px;
}

div#pagination strong {
	padding:0px 10px;
}