/**
 *################################################################
 *################################################################
 *###                                                         ####
 *###  INSTYLE IT - Default Style sheet                       ####
 *###  www.instyleit.com.au - Web development & hosting       ####
 *###                                                         ####
 *################################################################
 *################################################################
 */

html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   /*background: #BFCCDC url(/image/gui/background_gradient.jpg) repeat-x;*/
   background: #000000 url(/image/road_works_bg.jpg) repeat;
   margin: 0px;
   padding: 0px;
   color: #464646;
}
h1 {
   font-size: 18px;
   text-align: left;
   color: #464646;
   padding-top: 0px;
   margin-top: 8px;
   padding-left: 6px;
   background: transparent url(/image/gui/header_bullet.jpg) center left no-repeat;
}
h2 {
   font-size: 16px;
   text-align: left;
   color: #464646;
   padding-top: 0px;
   margin-top: 8px;
   padding-left: 6px;
   background: transparent url(/image/gui/header_bullet.jpg) center left no-repeat;
}
h3 {
   font-size: 14px;
   text-align: left;
}
h4 {
   font-size: 12px;
   text-align: left;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}
a {
   color: blue;
   text-decoration: underline;
}
a:visited {
   color: #1E90FF;
   text-decoration: underline;
}
a:hover {
   color: blue;
   text-decoration: none;
}
input.button {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #8BFF00 #ABFF00 #9BFF00 #ABFF00;
   width: 80px;
}
input.button:hover,
input.button:focus {
   border: 3px double;
   border-color: #6ab94b #94da78 #6ab94b #94da78;
}

#pageBody {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5px;  
   padding-right: 5px;
   font-size: 12px;
   font-weight: normal;
}

#header {
   background: #DCDCDC;
   height: 100px;
   width: 100%;
}
#header .logo {
   text-align: center;
   width: 150px;
}
#header .main {
}

#leftCol {
   padding-top: 10px;
   padding-bottom: 20px;
   width: 200px;
   background: #DCDCDC;
}

#footer {
   color: #DCDCDC;
   text-align: center;
   line-height: 20px;
}
#footer .sep {
   font-weight: bold;
}

#footer a,
#footer a:visited {
   color: #DCDCDC;
   text-decoration: underline;
}
#footer a:hover {
   color: #DCDCDC;
   text-decoration: none;
}

.floatRight {
   float: right;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 5px;
   margin-left: 10px;
}
.floatLeft {
   float: left;
   margin-top: 0;
   margin-right: 10px;
   margin-bottom: 5px;
   margin-left: 0;
}
.strong {
   font-weight: bold;
}

.requiredStar {
   color: #ff0000;
   vertical-align: sup;
}
.contactField {
   font-weight: bold;
   text-align: right;
   width: 100px;
}
.hidden {
   display: none;
}

#mainLeft {
   background: url(/image/gui/body_middle.gif) left repeat-y;
}

#mainRight {
   background: url(/image/gui/body_middle.gif) right repeat-y;
}

#siteWrapper {
   /*background: url(/image/gui/background_smiley.jpg) 80% 0% no-repeat;*/
   height: 601px;
}

#mainWrapper {
   width: 990px;
}

#headerSplash {
   position: relative;
   height: 100px;
}

#headerLogo {
   position: absolute;
   top: -20px;
   left: 22px;
}

#headerPhone {
   position: absolute;
   top: 26px;
   left: 212px;
}

#menuHeader {
   height: 49px;
   background: url(/image/gui/body_top.gif) bottom no-repeat;
   padding-left: 20px;
}

.menuBlock {
}

#menuItem {
   background-repeat: repeat-x;
   background-image: url(/image/gui/button_middle.jpg);
   text-align: center;
}

#menuItem ul {
   margin: 0px;
   padding: 3px 10px 0px;
   list-style: none;
}
#menuItem li {
   float: left;
   background: url(/image/gui/button_left.jpg) no-repeat left top;
   margin: 0px;
   padding: 0px 0px 0px 9px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
#menuItem a {
   float: left;
   display: block;
   background: url(/image/gui/button_right.jpg) no-repeat right top;
   height: 20px;
   padding: 5px 15px 0px 6px;
   text-decoration: none;
   font-weight: bold;
   color: #FFFFFF;
}
#menuItem #selectedTop {
   height: 24px;
   background-image: url(/image/gui/button_left_selected.jpg);
}
#menuItem #selectedTop a {
   height: 24px;
   background-image: url(/image/gui/button_right_selected.jpg);
   color: #0067B1;
   padding-bottom: 0px;
}
#menuItem a:hover {
   color: #FFFFFF;
}

#bodyFrame {
}

#sideBar {
   position: relative;
   margin: 0px 9px 0px 16px;
   padding: 0px;
   top: -12px;
   width: 200px;
}

#adminSideBar {
   position: relative;
   margin: 0px 10px 0px 8px;
   padding: 0px;
   width: 200px;
}

#menuTop {
   padding: 0px;
   margin: 0px;
   height: 46px;
}

#menuLeft {
   background-repeat: repeat-x;
   background-image: url(/image/gui/menu_background.jpg);
}

#menuLeft .indent {
   padding-left: 8px;
}

#menuLeft ul {
   color: #0067B1;
   font-size: 11px;
   font-weight: bold;
   list-style: none;
   padding: 0px;
   margin: 0px;
   text-indent: 8px;
}

.menuTitle {
   display: block;
   color: #0067B1;
   text-decoration: none;
   font-weight: bold;
   font-size: 14px;
   line-height: 24px;
   height: 24px;
}

#menuLeft li a {
   display: block;
   color: #0067B1;
   text-decoration: none;
   line-height: 24px;
   height: 24px;
}

#menuLeft #selectedLeft a {
   display: block;
   color: #FFFFFF;
}

#menuLeft #selectedLeft, #menuLeft li a:hover {
   display: block;
   background-repeat: repeat-y;
   background-image: url(/image/gui/menu_selected.jpg);
   color: #FFFFFF;
}

#footer {
   position: relative;
   height: 75px;
   background-repeat: no-repeat;
   background-position: bottom;
   background-image: url(/image/gui/body_bottom.gif);
}

#footerBackground {
   position: absolute;
   left: 0px;
   top: 0px;
}

#footerShadow {
   position: absolute;
   left: 21px;
   top: 7px;
}

.clearBoth {
   clear: both;
}

#bodyMain {
   text-align: left;
   padding-right: 30px;
}

#adminBodyMain {
   background-color: #FFFFFF;
}

#adminBorder {
   border: #DDDDDD 1px solid;
   margin-bottom: 5px;
}

#intersiteBar {
   height: 24px;
   text-align: right;
}

#bodyRight {
   float: right;
   padding: 0px 0px 10px 10px;
   text-align: center;
}

#menuItems {
   min-height: 199px;
   height:auto !important;
   height: 199px;
}

.bodyMainImage {
   border: 1px solid black;
}

.usrErrMsg {
    color: red;
    font-weight: bold;
    font-size: 14px;
    padding-left: 60px;
    padding-top: 15px;
    height: 50px;    
    background: url(/image/thumbDown.gif) top left no-repeat;
}

.usrAccMsg {
    color: blue;
    font-weight: bold;
    font-size: 14px;    
    padding-left: 60px;
    padding-top: 15px;
    height: 50px;
    background: url(/image/thumbUp.gif) top left no-repeat;
}

.formTable th {
   text-align: right;
}




form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}

.header {
  background-color: #69B600;
}
.headerL {
  background-color: #69B600;
  width: 10px;
}
.logo {
   padding-top: 10px;
   padding-bottom: 10px;
}

/* EOF Default page styles*/

/******************************
** Link styles
******************************/
a {color: blue; text-decoration: underline}
a:visited {color: #1E90FF; text-decoration: underline}
a:hover {color: blue; text-decoration: none}

/* EOF Link styles*/


/******************************
** Footer styles
******************************/
#footerCopy {
   font-size: 10px;
   color: #FFFFFF;
   text-align: center;
   padding: 10px 0 10px 0;
}
#footerCopy a,
#footerCopy a:visited {
   color: #FFFFFF;
   text-decoration: none;
}
#footerCopy a:hover {
   text-decoration: underline;
}
/* ***** EOF Footer styles ***** */

.padRight5 {
   padding-right: 15px;
}

.floatRight {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 10px;
}
.floatLeft {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0;
}

.border1 {
  border: black solid 1px;
}
.strong {
  font-weight: bold;
}

.requiredStar {
  color: #ff0000;
  vertical-align: sup;
}
.contactField {
  font-weight: bold;
  text-align: right;
  width: 80px;
}
.serviceField {
  font-weight: bold;
  text-align: right;
  width: 120px;
}
.waterTestField {
  font-weight: bold;
  text-align: right;
  width: 170px;
}

/****** Macromedia style buttons ********/
.btn {
    background: #fefefe url(/image/background_form_element.gif) repeat-x;
    border: 3px double;
    border-color: #00477B #00477B #00477B #00477B;
    width: 80px;
}
.btn:hover,
.btn:focus {
 border: 3px double;
 border-color: #0099CC #0099CC #0099CC #0099CC;
}

input.btn {
    cursor: pointer !important;
    /* Used for early versions of ie. Not standard CSS */
    cursor: hand;
}
/*********************/

.headerSymbol {
   position: absolute;
   top: 145px;
   left: 695px;
}
.suppliersPos {
   position: absolute;
   top: 35px;
   right: 20px;
}
.usrErrMsg {
    color: red;
    font-weight: bold;
    font-size: 14px;
    padding-left: 40px;
    padding-top: 15px;
    height: 50px;    
    background: url(/image/thumbDown.gif) top left no-repeat;
}

.usrAccMsg {
    color: blue;
    font-weight: bold;
    font-size: 14px;    
    padding-left: 40px;
    padding-top: 15px;
    height: 50px;
    background: url(/image/thumbUp.gif) top left no-repeat;

}
#boatListDisplay {
    border: 1px dotted #00477B;
}
#boatListDisplay TH {
    background-color: #00477B;
    color: #FFFFFF;
    text-align: left;
}
#boatListDisplay TD {
    vertical-align: top;
    padding-top: 20px;
    border-top: 1px dotted #00477B;
}
#boatListDisplay .pic{
    padding-top: 5px;
}

#boatListDisplay .noBorder {
    border: none;
    padding-top: 5px;
}
#boatListDisplay .price {
    color: #E61F24;
    font-weight: bold;
    text-align: center;
}
#boatView {

}
#boatView H2 {
   padding-left: 5px;
}
#boatView TH{
    font-size: 12px;
    font-weight: bold;
}
#boatView .descriptionTitle {
    color: #00477B;
    font-size: 14px;
    font-weight: bold;
}
#boatView .pageAnchors {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5px;
   font-weight: bold;
   line-height: 20px;
}

#boatViewSummary {
   border: 1px solid #00477B;
   width: 500px;
}
#boatViewSummary TH {
    background-color: #00477B;
    text-align: center;
    color: #FFFFFF;
}
#boatViewSummary TD {
   text-align: center;
}

#statsDisplay {
   border: 1px solid #00477B;
   width: 500px;
}
#statsDisplay TH {
    background-color: #00477B;
    text-align: left;
    color: #FFFFFF;
    font-size: 14px;
}
#statsDisplay TD {
}
#mainImg {
	border: 1px solid #cccccc;
}

#mainImgCaption {
   padding-top: 5px;
   font-style: italic;
}
.imgThumb {
	float: left;
	margin-right: 5px;
}
.imgThumb img {
	border: 1px solid #cccccc;
}

.fieldMsg {
   font-size: 10px;
   color: #E61F24;
}
#manTitle {
   text-align: left;
   font-size: 14px;
   font-weight: bold;
   padding-bottom: 5px;
   margin-bottom: 5px;
   padding-left: 10px;
   color: #FFFFFF;
   padding-top: 2px;
   background: #E61F24 url(/image/redCurveRB.gif) bottom right no-repeat;
}
#manTitle a,
#manTitle a:visited,
#manTitle a:hover {
   color: white;
   text-decoration: none;
}
#manTitle .news {
   float: right;
   font-size: 11px;
   padding-top: 3px;
   padding-right: 20px;
}
#groupTitle {
   text-align: center;
   font-size: 14px;
   font-weight: bold;
   padding-bottom: 5px;
   margin-bottom: 5px;
   color: #FFFFFF;
   padding-top: 2px;
   background: #00477B url(/image/blueCurveRB.gif) bottom right no-repeat;
}

.deleteTable {
   border: 1px solid #00477B;
}
.deleteTable TH {
   background-color: #00477B;
   color: white;
}

#leftCol a.clubMarineLogo,
#leftCol a.clubMarineLogo:visited {
}
#leftCol a.clubMarineLogo:hover {
   background-color: transparent;
}
.hidden {
   display: none;
}
#news .added {
   font-size: 11px;
   color: #AAAAAA;
}
#news .added a,
#news .added a:visited {
   text-decoration: underline;
   color: #AAAAAA;
}
#news .added a:hover {
   text-decoration: none;
}

#bragBoard {

}
#bragBoard .brag {
   padding: 10px;
   line-height: 16px;
}
#bragBoard .brag img {
   border: 3px double #AAAAAA;
   margin-right: 10px;
}
#bragBoard .categories {
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 10px;
   border: 3px double #AAAAAA;
   background-color: #D0FFBF;
}
#bragBoard .bragHeroImage {
   border: 3px double #AAAAAA;
}
.verticalLine {
   border-right: #DDDDDD 1px solid;
}

#intersiteBar {
   height: 24px;
   text-align: right;
   padding-right: 12px;
}