/* Brighton Burntwood - Copyright EditMe 2005 - http://www.editme.com */ 

/*
   Color Quick Reference
   ---------------------
   page background: 		#99bbbb (slate blue)
   header background		#c7ff5c (lime green)
   sub header background	#556655 (dark slate green)
   content background		#ccddbb (light slate green)
   menu background			#99aa88 (medium slate green)   
   editor background		#dbe7cf (lighter slate green)
   site header text: 		#ffffff (white)
   page header text: 		#F0FFF0 (dark slate green)
   sub header text			#ffffff (white)
   box borders: 			#ffffff (white)
   link color: 				#1b3f91 (dark blue)
   highlight background:	#556655 (dark slate green)
   tools menu head bkgnd	#556655 (orange)
   tools menu bkgn			#ffcc66 (light orange)
   tools menu head text		#ffffff (white)
   tools menu link			#cc6600 (dark orange)
   
*/

/* This will be used in the Rich Text Editor. Use
   pageBody or adminBody to control body as it's 
   displayed in the public site and admin tools. */
body {
	background-color: #dbe7cf;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height: 20px;
	margin: 8px;
	color: #000000;
}
body, td, th, blockquote, div {
	font-size: 14px;
}
#pageBody {
	background-color: #99bbbb;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height: 20px;
	color: #000000;
	margin: 24px;
}
#adminBody {
	background-color: #99bbbb;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height: 20px;
	color: #000000;
	margin: 24px;
}
.mceVisualAid {
	border: 1px dashed white;
}
.mainTable {
	width: 90%;
}
h1 {
	font-size: 24px;
	color: #556655;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

a, a:link, a:visited {
	color: #1b3f91;
	text-decoration: underline;
}

a:active, a:hover {
	color: #1b3f91;
	text-decoration: underline;
}

th {
	text-align: left;
}

.attachmentContainer {
	margin: 3px;
}
.attachmentTable {
	border-collapse: collapse:
}
.attachmentHead {
	background-color: #99aa88;
	color: white;
	border: 1px solid #ffffff;
	padding: 5px 5px 5px 5px;
}
.attachmentCell {
	padding: 5px 5px 5px 5px;
}
.attachmentCellAlt {
	background-color: #99aa88;
	padding: 5px 5px 5px 5px;
	color: white;
}
.attachmentCellAlt a {
	color: white;
	text-decoration: underline;
}
.attachmentDescription {
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 10pt;
	font-size: 12px;
}

table.tableheader {
	width: 100%;
	height: 70px;
	border: 1px solid #ffffff;
	background-color: #a7f400;
	background-repeat: no-repeat;
	vertical-align: top;
}

td.header {
	vertical-align: bottom;
	padding: 16px 16px 16px 16px;
}

td.header p {
	color: #F0FFF0;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

td.subheader {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 0px none;
	border-left: 1px solid #ffffff;
	background-color: #556655;
	text-align: left;
	vertical-align: top;
	height: 30px;
	font-size: 16px;
}

td.subheader p {
	color: #ffffff;
	margin: 4px 16px 4px 16px;
	font-weight: bold;
}
table.content {
	width: 100%;
	height: 500px;
}	
td.content {
	border: 1px solid #ffffff;
	background-color: #ccddbb;
	vertical-align: top;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 12px 16px 16px 16px;
}
td.comments {
	border: 1px solid #ffffff;
	background-color: #ccddbb;
	vertical-align: top;
	width: 100%;
	text-align: left;
	padding: 12px 16px 16px 16px;
}

td.attachmentImage {
	border: 1px solid #ffffff;
	vertical-align: top;
}

td.attachmentImage img {
	border: 0px none;
	margin: 6px;
}
table.menu {
	width: 100%;
}
td.menu {
	border: 1px solid #ffffff;
	background-color: #99aa88;
	text-align: left;
	vertical-align: top;
	width: 200px;
}

td.menucontent {
	padding: 6px 8px 8px 8px;
	vertical-align: top;
	width: 100%;
	color: black;
}
td.menucontent a {
	color: white;
	text-decoration: none;
}

td.menuheader {
	border-bottom: 1px solid #ffffff;
	background-color: #556655;
	vertical-align: top;
	height: 30px;
	width: 100%;
	padding: 4px 8px 4px 8px;
	font-size: 16px;
}

td.menuheader p {
	text-align: left;
	font-weight: bold;
	color: #ffffff;
}

td.modified {
	font-size: 10px;
	font-style: italic;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;
}

td.hspace {
	background-color: #99bbbb;
	height: 6px;
	vertical-align: top;
}

td.vspace {
	background-color: #99bbbb;
	width: 6px;
}

.addComment {
	width: 150px;
	float: right;
}

td.addCommentButton {
	background-color: #99aa88;
	border: 1px solid #ffffff;
	padding: 4px 6px 4px 6px;
	vertical-align: top;
}

td.addCommentButton a, td.addCommentButton a:link, td.addCommentButton a:visited, td.addCommentButton a:active, td.addCommentButton a:hover {
	color: white;	
}
td.toolsContainer {
	width: 104px; /* = tools menu + button width */
}
td.toolsContainer-off {
	width: 32px; /* = tools button width */
}
td.toolsheader {
	color: #000000;
	border: 1px solid #ffffff;
	background-color: #ff9900;
	vertical-align: top;
	height: 31px;
	width: 72px;
	padding: 4px 8px 4px 8px;
	font-size: 13px;
}

td.toolsheader p {
	text-align: left;
	font-weight: bold;
	color: white;
}

td.tools {
	border-top: 0px none;
	border-right: 1px solid #ffffff;
	border-bottom: 0px none;
	border-left: 1px solid #ffffff;
	background-color: #ffcc66;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	padding: 4px 8px 4px 8px;
}
td.tools a, td.tools a:link, td.tools a:visited, td.tools a:active, td.tools a:hover {
	color: #cc6600;
	text-decoration: none;
}

td.toolsbottom {
	border-top: 0px none;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color: #ffcc66;
	text-align: left;
	vertical-align: top;
}

td.toolsbutton {
	background-image: URL(/skinimages/Brighton%20Slate/tools_sel.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 0px none;
	background-color: #ffcc66;
	vertical-align: middle;
	height: 31px;
	width: 32px;
}
td.toolsbutton-off {
	background-image: URL(/skinimages/Brighton%20Slate/tools_sel.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;	
	border-left: 1px solid #ffffff;
	background-color: #ffcc66;
	vertical-align: middle;
	height: 31px;
	width: 32px;
}
img.toolsbutton-spacer {
	height: 31px;
	width: 32px;
}
.commentFrom {
	color: #556655;
	font-weight: bold;
}

.commentDate {
	color: #556655;
}

.ruler {
	display: block;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #ffffff;
	border-left: 0px none;
	margin: 0px 0px -12px 0px;
}

/* Admin screen styles: */
#adminBody {
}
#adminMainTable {
  border: 1px solid #ffffff;
  background-color: #ccddbb;
}
#adminMainCell {
  padding: 18px;
}
#adminMenuTable {
}
#adminMenuRow {
}
#adminMenuLeftCell {
}
#adminMenuRightCell {
}
#adminMenuSpacerRow {
}
.adminHR {
	background-color: #ffffff;
	color: #000000;
	border-color: #CCCC99;
	height: 1px;
    margin-top: 0;
}
#adminMenuContentBlock {
}

form #contactdetails input, form #contactdetails select {
    width: 40%;
}

form table.pledge {
    width: 100%;
}

table.pledge td.text {
    width: 70%;
}