 /* Brighton Black mod to navy - Copyright EditMe 2005 - http://www.editme.com */ 

/*
   Color Quick Reference
   ---------------------
   page background: 		#333333 (dark gray)  #000099 (navy) #330099 (purple navy)
   header background		image/ (#dd0000) (blood red)
   sub header background	#666666 (gray)       #999999 (dark gray)
   content background		#ffffff (white)
   editor background		#000000 (black) 
   site header text: 		#cccccc (silver)
   page header text: 		#666666 (gray)
   sub header text			#cccccc (light gray)
   box borders: 			none
   link color: 				#dd0000 (blood red)
   highlight background:	#333333 (dark gray)
   
*/

/* 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: navy;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height: 20px;
	margin: 8px;
	color: #cccccc;
}
body, td, th, blockquote, div {
	font-size: 14px;
}
#pageBody {
	background-color: navy;
	margin: 24px;
}
#adminBody {
	background-color: #000099;
	margin: 24px;
}
.mceVisualAid {
	border: 1px dashed gray;
}
.mainTable {
	width: 90%;
}
h1 {
	color: #7d7d7d;
	font-size: 24px;
}
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: #dd0000;
	text-decoration: none;
}

a:active, a:hover {
	color: #dd0000;
	text-decoration: underline;
}

th {
	text-align: left;
}

.attachmentContainer {
	margin: 3px;
}
.attachmentTable {
	border-collapse: collapse:
}
.attachmentHead {
	background-color: navy;
	color: #cccccc;
	border: none;
	padding: 5px 5px 5px 5px;
}
.attachmentCell {
	padding: 5px 5px 5px 5px;
	
}
.attachmentCellAlt {
	background-color: #000099;
	padding: 5px 5px 5px 5px;
}
.attachmentDescription {
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 10pt;
	font-size: 12px;
}

table.tableheader {
	width: 100%;
	height: 70px;
	border: none;
	background-image: URL(/skinimages/Brighton%20Black/header-back.jpg);
	background-color: navy;
	background-repeat: repeat;
	vertical-align: top;
}

td.header {
	vertical-align: bottom;
	padding: 16px 16px 16px 16px;
}

td.header p {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

td.subheader {
	border-bottom: 1px solid navy;
	background-color: #000099;
	text-align: left;
	vertical-align: top;
	height: 30px;
}

td.subheader p {
	color: white;
	margin: 4px 16px 4px 16px;
	font-size: 16px;
	font-weight: bold;
}
table.content {
	width: 100%;
	height: 500px;
}	
td.content {
	border: #000066;
	background-color: #000099;
	vertical-align: top;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 12px 16px 16px 16px;
}
td.comments {
	border: 1px solid #000099;
	background-color: #000099;
	vertical-align: top;
	width: 100%;
	text-align: left;
	padding: 12px 16px 16px 16px;
}

td.attachmentImage {
	border: none;
	vertical-align: top;
}

td.attachmentImage img {
	border: 0px none;
	margin: 6px;
}
table.menu {
	width: 100%;
}
td.menu {
	border: 1px solid #000099;
	background-color: #000099;
	text-align: left;
	vertical-align: top;
	width: 135px;
}

td.menucontent {
	padding: 6px 8px 8px 8px;
	vertical-align: top;
	width: 100%;
}

td.menuheader {
	border: none;
	background-color: #000099;
	vertical-align: top;
	height: 30px;
	width: 100%;
	padding: 4px 8px 4px 8px;
}

td.menuheader p {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

td.modified {
	padding-top: 5px;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	vertical-align: top;
}

td.hspace {
	background-color: #dd0000;
	height: 5px;
	vertical-align: top;
}

td.vspace {
	background-color: navy;
	width: 10px;
}

.addComment {
        width: 150px;
	float: right;
}

td.addCommentButton {
	background-color: #000099;
	border: 1px solid navy;
	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 {
	font-weight: normal;
	color: #cccccc;
}
td.toolsContainer {
	border: none;
        width: 104px; /* = tools menu + button width */
}
td.toolsContainer-off {
	width: 32px; /* = tools button width */
}
td.toolsheader {
	color: white;
	border: none;
	background-color: navy;
	vertical-align: top;
	height: 31px;
	width: 72px;
	padding: 4px 8px 4px 8px;
}

td.toolsheader p {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

td.tools {
	border: 1px solid #000099;
	background-color: navy;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	padding: 4px 8px 4px 8px;
	color: gray;
}

td.tools a, td.tools a:link, td.tools a:visited, td.tools a:active, td.tools a:hover {
	color: gray;
}

td.toolsbottom {
	border: 1px solid #000099;
	background-color: navy;
	text-align: left;
	vertical-align: top;
}

td.toolsbutton {
	background-image: URL(/skinimages/Brighton%20Black/tools_sel.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	border: 1px solid #000099;
	background-color: navy;
	vertical-align: middle;
	height: 31px;
	width: 32px;
}
td.toolsbutton-off {
	background-image: URL(/skinimages/Brighton%20Black/tools_sel.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	background-color: navy;
	vertical-align: middle;
	height: 31px;
	width: 31px;
}
img.toolsbutton-spacer {
	height: 31px;
	width: 31px;
}
.commentFrom {
	color: #666666;
	font-weight: bold;
}

.commentDate {
	color: #666666;
}

.ruler {
	display: block;
	border: none;
	margin: 0px 0px -12px 0px;
}

.editorPanel {
	background-color: silver;
}
/* Admin screen styles: */
#adminBody {
}
#adminMainTable {
  border: 1px solid #dd0000;
  background-color: navy;
}
#adminMainCell {
  padding: 18px;
}
#adminMenuTable {
}
#adminMenuRow {
}
#adminMenuLeftCell {
}
#adminMenuRightCell {
}
#adminMenuSpacerRow {
}
.adminHR {
	color: #dd0000;
	height: 1px;
    margin-top: 0;
}
#adminMenuContentBlock {
}

