/* Brighton Blue - Copyright EditMe 2005 - http://www.editme.com */ 

/*
   Color Quick Reference
   ---------------------
   page background: 		#ffffff (white)
   header background		#5b8bb8 (blue)
   sub header background	#f9f9f9 (light gray)
   content background		#ffffff (white)
   editor background		#ffffff (white)
   site header text: 		#ffffff (white)
   page header text: 		#969696 (dark gray)
   sub header text			#5b8bb8 (blue)
   box borders: 			#969696 (dark gray)
   link color: 				#5b8bb8 (blue)
   highlight background:	#f9f9f9 (light 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: #ffffff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height: 20px;
	margin: 8px;
	color: #656565;
}
body, td, th, blockquote, div {
	font-size: 14px;
}
#pageBody {
	background-color: #ffffff;
	margin: 24px;
}
#adminBody {
	background-color: #ffffff;
	margin: 24px;
}
.mceVisualAid {
	border: 1px dashed gray;
}
.mainTable {
	width: 90%;
}
h1 {
	color: #969696;
	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: #5b8bb8;
	text-decoration: none;
}

a:active, a:hover {
	color: #5b8bb8;
	text-decoration: underline;
}

th {
	text-align: left;
}

.attachmentContainer {
	margin: 3px;
}
.attachmentTable {
	border-collapse: collapse:
}
.attachmentHead {
	background-color: #f9f9f9;
	color: #5b8bb8;
	border: 1px solid #969696;
	padding: 5px 5px 5px 5px;
}
.attachmentCell {
	padding: 5px 5px 5px 5px;
	
}
.attachmentCellAlt {
	background-color: #f9f9f9;
	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: 1px solid #969696;
	background-color: #5b8bb8;
	background-repeat: no-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-top: 1px solid #969696;
	border-right: 1px solid #969696;
	border-bottom: 0px none;
	border-left: 1px solid #969696;
	background-color: #f9f9f9;
	text-align: left;
	vertical-align: top;
	height: 30px;
	/*width: 455px;*/
}

td.subheader p {
	color: #969696;
	margin: 4px 16px 4px 16px;
	font-size: 16px;
	font-weight: bold;
}
table.content {
	width: 100%;
	height: 500px;
}	
td.content {
	border: 1px solid #969696;
	background-color: #ffffff;
	vertical-align: top;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 12px 16px 16px 16px;
}
td.comments {
	border: 1px solid #969696;
	background-color: #ffffff;
	vertical-align: top;
	width: 100%;
	text-align: left;
	padding: 12px 16px 16px 16px;
}

td.attachmentImage {
	border: 1px solid #969696;
	vertical-align: top;
}

td.attachmentImage img {
	border: 0px none;
	margin: 6px;
}
table.menu {
	width: 100%;
}
td.menu {
	border: 1px solid #969696;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	width: 200px;
}

td.menucontent {
	padding: 6px 8px 8px 8px;
	vertical-align: top;
	width: 100%;
}

td.menuheader {
	border-bottom: 1px solid #969696;
	background-color: #f9f9f9;
	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: #969696;
}

td.modified {
	font-size: 10px;
	font-style: italic;
	text-align: center;
	vertical-align: top;
}

td.hspace {
	background-color: #ffffff;
	height: 3px;
	vertical-align: top;
}

td.vspace {
	background-color: #ffffff;
	width: 3px;
}

.addComment {
	width: 150px;
	float: right;
}

td.addCommentButton {
	background-color: #f9f9f9;
	border: 1px solid #969696;
	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;
}
td.toolsContainer {
	width: 104px; /* = tools menu + button width */
}
td.toolsContainer-off {
	width: 32px; /* = tools button width */
}
td.toolsheader {
	color: #969696;
	border: 1px solid #969696;
	background-color: #f9f9f9;
	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-top: 0px none;
	border-right: 1px solid #969696;
	border-bottom: 0px none;
	border-left: 1px solid #969696;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	padding: 4px 8px 4px 8px;
}

td.toolsbottom {
	border-top: 0px none;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
	border-left: 1px solid #969696;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
}

td.toolsbutton {
	background-image: URL(/skinimages/Brighton%20Blue/tools_sel.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	border-top: 1px solid #969696;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;	
	border-left: 0px none;
	background-color: #ffffff;
	vertical-align: middle;
	height: 31px;
	width: 32px;
}
td.toolsbutton-off {
	background-image: URL(/skinimages/Brighton%20Blue/tools_sel.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	border-top: 1px solid #969696;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;	
	border-left: 1px solid #969696;
	background-color: #f9f9f9;
	vertical-align: middle;
	height: 31px;
	width: 32px;
}
img.toolsbutton-spacer {
	height: 31px;
	width: 32px;
}
.commentFrom {
	color: #666666;
	font-weight: bold;
}

.commentDate {
	color: #666666;
}

.ruler {
	display: block;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #969696;
	border-left: 0px none;
	margin: 0px 0px -12px 0px;
}

.editorPanel {
	background-color: silver;
}
/* Admin screen styles: */
#adminBody {
}
#adminMainTable {
  border: 1px solid #5b8bb8;
  background-color: #ffffff;
}
#adminMainCell {
  padding: 18px;
}
#adminMenuTable {
}
#adminMenuRow {
}
#adminMenuLeftCell {
}
#adminMenuRightCell {
}
#adminMenuSpacerRow {
}
.adminHR {
	color: #969696;
	height: 1px;
    margin-top: 0;
}
#adminMenuContentBlock {
}



/* left column nav */
.homescroll {font-family: 'Trebuchet MS', Verdana, sans-serif; text-align: left; margin-top: 10px; line-height: 150%;}
.homescroll a:link { position: relative; top: 0; left: 0px; display: block; width: 138px; height: 16px; background-color: #eee; color: #f2643c; font-size: 11px; font-weight: bold; text-decoration: none; padding: 3px 10px 0 10px; border: 1px solid #f2643c; margin-bottom: 3px; margin-top: 3px;line-height: 150%; }
.homescroll a:visited { position: relative; top: 0; left: 0; display: block; width: 138px; height: 16px; background-color: #eee; color: #f2643c; font-size: 11px; font-weight: bold; text-decoration: none; padding: 3px 10px 0 10px; border: 1px solid #f2643c; margin-bottom: 3px; margin-top: 3px; line-height: 150%;}
.homescroll a:active { position: relative; top: 0; left: 0; display: block; width: 138px; height: 16px; background-color: #eee; color: #f2643c; font-size: 11px; font-weight: bold; text-decoration: none; padding: 3px 10px 0 10px; border: 1px solid #f2643c; margin-bottom: 3px; margin-top: 3px;line-height: 150%; }
.homescroll a:hover { position: relative; top: 0; left: 0; display: block; width: 138px; height: 16px; background-color: #ccc; color: #f2643c; font-size: 11px; font-weight: bold; text-decoration: none; padding: 3px 10px 0 10px; border: 1px solid #f2643c; margin-bottom: 3px; margin-top: 3px; line-height: 150%; }


.sidebar {
	padding: 10px;
	font-weight: normal;
	font-size: 10px;
	}

.sidebar p {
	font-weight: normal;
	font-size: 10px;
	}

.sidebar a {
	text-decoration: none;
	font-weight: bold;
	}

.sidebar a:link {
	text-decoration: none;
	color: #009;
	}

.sidebar a:visited {
	text-decoration: none;
	color: #009;
	}

.sidebar a:active {
	color: #009;
	}

.sidebar a:hover {
	color: #f2643c;
	}


.sidebar h2 {
	color: #f2643c;
	font-family: 'Trebuchet MS', Verdana, arial, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .1em;
	line-height: 100%;
	}

.sidebar h3 {
	color: #f2643c;
	font-family: 'Trebuchet MS', Verdana, arial, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .1em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 130%;
	margin-top: 10px;
	list-style-type: none;
                font-weight: normal;
	}


/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #376B9D url(images/navbar.gif);
	width: 920px;
	height: 28px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #1A4182;
	border-bottom: 1px solid #1A4182;
	}
	
#navbar a, #navbar a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
	}
	
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#navbar p {
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	}
	
#navbarright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#navbarleft {
	width: 825px;
	float: left;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	}
	
#navbarright {
	width: 90px;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 7px 0px 6px 0px;
	border-right: 1px solid #2255AA;
	}
	
#navbar ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#navbar ul li a, #navbar ul li a:visited {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	margin: 0px -3px 0px 0px;
	padding: 7px 17px 6px 17px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #548ADA;
	border-left: 1px solid #2255AA;
	}

#navbar ul li a:hover {
	background: #548ADA;
	color: #FFFFFF;
	margin: 0px -3px 0px 0px;
	padding: 8px 17px 6px 17px;
	text-decoration: none;
	border-right: 1px solid #548ADA;
	}
