
/* CSS for Flynnhideaway's Typo3 install */

/* Font color for all links */
A {
  color: #6B3B29
}

/* Background color for the body */
body {
  background-color: rgb(227,162,70)
} 

/* Table caption settings */
CAPTION {
  font-size: 18px;
  text-align: left;
  font-family: serif; 
  font-weight:bold; 
  color:#6B3B29;
}

/* Table cell for content (right of the menu) */
.content {
  vertical-align: top;
  background-color: #ffffbe;
  width: 513px;
  background-image: url(paper.jpg);
  padding: 17px 14px 100px 17px
}

/* Div tags for forms */
.csc-mailform-field {
  padding: 2px 0px 2px 0px;
}

/* Div tags for forms */
.csc-mailform-field input, select, textarea {
  border: 1px solid #2271FF;
}

/* Change the border color for images that have the "border" option checked */
.csc-textpic-border img {
  border: 2px solid #2271FF !important;
}

/* Remove border from forms */
fieldset {
  border: 0px none;
}

/* Table cell for footer */
.footer {
  border-top: 5px;
  vertical-align: center
}

/* Div tag for text in footer */
.footerText {
  font-size: 11px; 
  line-height: 14px;
  font-weight:Bolder;  
  color: #6B3B29;
  text-align: center
}

/* All H1 tags */
H1 {
  font-size:28px; 
  font-weight:bold; 
  font-family: serif; 
  color:#6B3B29
}

/* Banner in the header */
.headerBanner {
  font-size: 18px; 
  font-weight: bold;
  height: 200px;
  background-image: url(boardlogo2.png)
}

/* Header Text */
.headerText {
  font-size:11px; 
  color:#000000
}

/* Menu item */
.here {
  font-size 12px; 
  color:#FFFFBE
}

HR {
  width: 79%;
  text-align: left;/*this will align it for IE*/
  margin: 0 auto 0 0; /*this will align it left for Mozilla*/
  height: 1px;
  border: 0;
  width: 78%;
  background-color: #2271FF;
  color: #2271FF;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 0px;
}


input {
  border: 1px solid #2271FF;
  font-family: arial;
  font-size: 11px; 
}

.L2 {
  width: 165
}

/* Override color for links in the menu */
.links a {
  font-size: 11px; 
  color: #FFFFFF;
  font-weight: bold; 
  font-family: arial;
  text-decoration: none;
}

/* Table cell for the menu */
.menu {
  background-color: #2271FF;
  vertical-align: top;
  width: 75px;
  font-color: #713900;
  font-size: 12px; 
  line-height: 20px; 
  color: #FFFFBE;
  padding: 10px 5px 175px 15px
}

/* All paragraph tags */
p {
  font-size: 11.5px; 
  color: #6B3B29; 
  line-height: 15px; 
  font-family: arial
}

select {
  border: 1px solid #2271FF;
  font-family: arial;
  font-size: 11px; 
}

/* Override link colors for second tier links */
.sublinks a {
  font-size: 10px; 
  color: #FFFFBE;
  padding-left: 5px;
  text-decoration: none
}

/* Submit button properties */
.submit {
  background-color: #2271FF;
  color: #FFFFBE;
  font-size: 11px; 
  color: #FFFFFF;
  font-weight: bold; 
  font-family: arial;
  text-decoration: none;
}

/* Submit button properties */
.csc-mailform-submit {
  background-color: #2271FF;
  color: #FFFFBE;
  font-size: 11px; 
  color: #FFFFFF;
  font-weight: bold; 
  font-family: arial;
  text-decoration: none;
}

/* SubTitle text settings */
.subTitle {
  font-size: 13px; 
  font-weight: bold; 
  color: #000000
}

/* Overall settings for the "Body" table */
table.body {
  vertical-align: top;
  table-layout: fixed;
  width: 695px
}

/* Overall settings for the "Contenttable" table */
table.contenttable {
  border-collapse: collapse;
  border: 2px solid #2271FF;
  width: 100%
}

/* Override TD settings for "Contenttable" table */
table.contenttable TD {
  padding: 5px 5px 5px 5px
}

/* All settings for TD */
td {
  font-size: 11px; 
  color: #6B3B29; 
  line-height: 15px; 
  font-family: arial
}

/* Form Text Area */
textarea {
  font-family: arial;
  font-size: 11px; 
}

/* Top Text */
.topText {
  font-size: 10px; 
  color: #FFFFFF; 
  line-height: 25px
}

/* Color for even rows in tables */
tr.tr-even {
  background-color: white
}

/* Color for odd rows in tables */
tr.tr-odd {
  background-color: #C2E1FF
}

/* Google Map border */
.tx-wecmap-pi1 {
  border: 1px solid #2271FF;
}

