/* Start of CMSMS style sheet 'Layout: BVF' */
/* general formatting of BVF website  */
/* By:  Phil Rowley                              */
/* For: British Volkswagen Festival     */

table {
     margin-top: 10px;
     margin-bottom: 10px;
}

table td {
     padding: 2px;
} 

table .tdLabel {
     padding-right: 5px;
     text-align: right;
}

table .tdInput {
     font-weight: bold;
     color: #3F6BC4;
}

img.image {
	vertical-align: middle;	
}

/* float test */
div#headerBanner {
     position: absolute;
     top: 0;
     right: 0;
     width: 955px;
     height: 235px;
     padding-top: 5px;
     padding-right: 5px;
     text-align: right;
     color: #000080;
     font-weight: bold;
     font-size: 13pt;
     background: url(uploads/images/malverns_sunrise.jpg) top left no-repeat;
     z-index: -1;
}

.floatRight {
     float: right;
}

/* inset within main content floated right */
div#floatRightInset {
     width: 150px;
     float: right;
     margin: 5px 0px 5px 10px;
     clear: right;
     text-align: center;
}

div#floatRightInsetHeading {
     height: 20px;
     width: auto;
     padding: 10px;
     background: url(uploads/NCleanBlue/bg__inset_bvf.png) no-repeat left top;
}

div#floatRightInsetBody {
     width: auto;
     padding: 5px;
     border-right: 1px solid #E2E2E2;
     border-left: 1px solid #E2E2E2;
     background: #F0F0F0;
}

div#floatRightInsetFooting {
     width: auto;
     display: block;
     height: 10px;
     background: url(uploads/NCleanBlue/bg__inset_bvf.png) no-repeat left bottom;
}

div#floatRightInsetHeadingBlue {
     height: 20px;
     width: auto;
     padding: 10px;
     background: url(uploads/NCleanBlue/bg__inset_red_bvf.png) no-repeat left top;
}

div#floatRightInset img {
     margin: 0px 0px 5px 0px;
     border: 1px solid #000040;
}

div#floatRightInset img.noBorder {
     margin: 0px 0px 5px 0px;
     border: none;
}

.txtCenter {
     text-align: center;
}

.txtRight {
     text-align: right;
}

.txtBold {
     font-weight: bold;
}

.txtHighlight {
     font-weight: bold;
     color: #3F6BC4;
}

.txtSmall {
     font-size: 8pt;
} 

.txtRed {
     color: #ff0000;
}

div#bvfShowYear {
     position: absolute;
     right: 230px;
     color: #B4C5E8;
     font-family: verdana;
     font-size: 100px;
     font-weight: bold;
     z-index: -100;
}

/* contact us form */
.contactform {
}

.contactform label {
      float: left;
      width: 33%;
      margin-right: 0.5em;
      padding-top: 0.2em;
      text-align: right;
}

.fbsubmit_next, .fbsubmit_back {
                width: 100px;
}
.fbsubmit_back {
                width: 100px;
}
.fbsubmit_continue {
                width: 100px;
}
/* specific to trade request form - business type radio buttons */
#cssRadio {
     border: 1px solid #ff0000;
}
/* end */

/* trade request form */
.tradeRequest {
     padding: 5px;
     border: 1px dashed #404040;
}

.tradeRequest label {
      float: left;
      width: 33%;
      margin-right: 0.5em;
      padding-top: 0.2em;
      text-align: right;
}

.submit {
     margin-top: 10px;
     margin-left: 26%;
}

/* captcha */
.captcha {
     clear: right;
     margin-top: 10px;
     padding-top: 10px;
     padding-left: 26%;
}
/* end */

/* club booking list */
.clubBookings {
     margin: 5px;
     margin-left: 10px;
     margin-bottom: 10px;
     overflow: auto; 
}

.clubBookingItem {
     float: left;
     width: 40%;
     padding: 2px;
     padding-left: 15px;
     /*background: url(uploads/images/vw_logo_vsmall.png) no-repeat left center;*/
}
/* end */

.formSection {
     margin-bottom: 5px;
     padding-left: 17px;
     font-weight: bold;
     text-decoration: underline;
     background: url(uploads/images/vw_logo_vsmall.png) no-repeat left center;
     /*border-bottom: 1px solid #404040;*/
}

.helpText {
     padding-left: 5px;
}

.error_message {
     min-height: 25px;
     padding-top: 2px;
     padding-left: 28px;
     color: #ff0000;
     background: url(uploads/images/warning_icon.gif) no-repeat left top;
}

/* left hand menu links */
.leftMenuLink {
     position: relative; 
     top: -10px; 

}
.sysError {
    height: 25px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-left: 30px;
    font-weight: bold;
    color: #ff0000;
    background: url(uploads/images/warning_icon.gif) top left no-repeat;
}

div#daysToGo {
     float: left;
     margin-top: 30px;
     margin-left: 65px;
     color: #ffffff;
     font-size: 10pt;
     font-weight: bold;
     text-align: center;
}

.clickable {
	cursor: pointer;
}

img#headerLogo {
     position: relative;
     right: -15px;
     float: right; 
     margin-bottom: 10px;
}

/* youtube wrapper */
div.movie {
          float: left;
          padding-right: 10px;
}

div.section {
          margin-bottom: 10px;
          padding: 3px;
          border-bottom: 1px dotted #dddddd;
}

/* End of 'Layout: BVF' */

