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

/* 2007-06-06 Jim Caughran changed several things more like F3 pilot. Added boxes */

/*
   Color Quick Reference
   ---------------------
   page background:       #ffffff (white)
   menu background:       stone.jpeg
   header background      #1E8CFF (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:            #0066CC (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: Georgia, Garamond, serif ;
  line-height: 20px;
  margin: 8px;
  color: #656565;
}
/*  font-family: Trebuchet MS, Helvetica, sans-serif; */

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;
}	*/
h1 {
  font-size : 150% ;
  font-family : Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
  font-weight : bold ;
  text-align : center ;
  color : #0066CC ;
  }
p.byline {
  font-size : 80% ;
  color : #0b700b ;
}
/*	h2 {
  font-size: 22px;
} 	*/
h2 {
  font-size : 120% ;
  font-family : Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
  font-weight : bold ;
  text-align : center ;
  color : #0066CC ;
  }

/*	h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}	*/

h3, h4 {
  font-family : Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
  font-weight : bold;
  }
h3 { font-size : 100% ; }
h4 { font-size : 100% ; }


h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

a, a:link, a:visited {
  text-decoration: none;
}
/*  color: #5b8bb8;	*/

/* a:active, a:hover {
  color: #5b8bb8;
  text-decoration: underline;
}	*/
a {
  color: #0066CC ;
  }
a:visited {
  color: #0075EA ;
  }
a:active, a:hover {
  background-color : #FFFF88 ;
  }

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: #1E8CFF;
  background-repeat: no-repeat;
  vertical-align: top;
}
/*  background-color: #5b8bb8;	*/

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: 30%;
}

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: 2.3in;
}


td.menucontent {
	background-image: url(/files/Home/stone.jpeg) ;
  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 {
}

.rightbox {
   width:auto;
   float:right;
   background:#BFDFFF;
   margin: 0.5em;
   padding-left:1em; padding-right:1em; padding-top:0.5em; padding-bottom:0.5em
  }
.leftbox {
   width:auto;
   float:left;
   background:#BFDFFF;
   margin: 0.5em;
   padding-left:1em; padding-right:1em; padding-top:0.5em; padding-bottom:0.5em ;
  }

