﻿@charset "utf-8";

body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    padding: 0;
    background-color: #666666;
}

#page {
    border: 1px;
    border-color: black;
    border-style: solid;
    width: 650px;
    margin: 20px auto 20px auto;
    padding: 0;
    background-color: white;
}

#header {
    background-image: url(../images/wint_header.jpg);
    background-repeat: no-repeat;
    width: 650px;
    height: 100px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid black;
}

#banner {
    background-image: url(../images/wint08_banner.jpg);
    background-repeat: no-repeat;
    width: 650px;
    height: 150px;
    margin: 0px;
    padding: 0px;
}

#linkbar {
    background-image: url(../images/linkbar.gif);
    background-repeat: no-repeat;
    width: 650px;
    height: 35px;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#linkbar ul.navigation {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    float: left;
    text-align: left;
    border: none;
}

#linkbar ul.navigation li {
    display: inline;
    list-style: none;
    float: left;
    font-size: 14pt;
    text-transform: uppercase;
    line-height: 26pt;
}

#linkbar ul.navigation a {
    padding: 0px;
    margin: 0px;
    margin-right: 15px;
    text-decoration: none;
    color: white;
}

#linkbar ul.navigation a:hover {
    text-decoration: underline;
}

#body {
    clear: both;
    margin: 0px;
    padding: 20px;
    text-align: left;
}

#body a {
    color: #8c390e;
    text-decoration: none;
}

#body a:visited {
    color: #8c390e;
    text-decoration: none;
}

#body a:hover {
    text-decoration: underline;
}

#body h1 {
    text-align: left;
    font-family: cambria, serif;
    font-size: 20pt;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: .1em;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    color: #a64211;
    border-bottom: 1px solid #666666;
}
#body img.wintpictures {
    margin-top; 15px;
    border: 1px solid #666666;
    padding: 0px;
}
#body dt {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    font-size: 10pt;
    font-weight: bold;
    color: #8c390e;
}
#body dd {
    margin: 2px 0px 0px 0px;
    padding: 0px;
}
#body dl.grouplist dt {
    font-size: 12pt;
    color: #333333;
}
#body dl.grouplist dd {
    margin-left: 15px;
    font-size: 10pt;
}
#body div.form {
    margin: 15px 0px 15px 0px;
    padding: 0px 15px 0px 15px;
    width: 250px;
    border: 1px solid #666666;
    float: left;
}
#body .formInfo {
    float: left;
    width: 283px;
    height: 10%;
    background-color: #b16540;
    padding: 15px 15px 0px 15px;
    margin: 15px 0px 15px 15px;
  }
#body .formInfo h2 {
    font-family: cambria, serif;
    color: #1a1a1a;
    font-size: 13pt;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#body .formInfo p {
    color: white;
    font-size: 10pt;
}
#body .formInfo a {
    color: white;
    text-decoration: underline;
}
#body .formInfo a:visited {
    color: white;
    text-decoration: underline;
}
#body table.a {
    margin-top: 15px;
}
#body td.a {
    font-size: 10pt;
}
#body .formInfo a:hover {
    color: black;
    text-decoration: underline;
}
#body label {
    font-size: 10pt;
}
#body input.paypal {
    display: block;
    border: 0px;
    margin: 0px auto 0px auto;
}

#body select#groupname {
    width: 100%;
    border: 1px solid #666666;
}

#body input.shirt {
    border: none;
    margin: 0;
    padding: 0;
}
#body .buttons {
    text-align: center;
    display: block;
    margin: 15px auto 0px auto;
}
#body .button {
    display: inline;
}
#body input, select {
    border:1px solid #666666;
}
#body ul.errors {
    margin: 0px;
    padding: 0px;
}
#body ul.errors li {
    list-style-type: none;
    margin: 2px 0px 0px 10px;
    padding: 0px;
    color: #a64211;
    font-size: 8pt;
}
#body p.fieldDescription {
    margin: 2px 0px 0px 10px;
    padding: 0px;
    font-size: 8pt;
    color: #4d4d4d;
}
#body .regInfoId {
    font-size: 11pt;
    font-weight: bold;
    color: #8c390e;
}
#body .regInfo {
}

#body .notification {
    font-size: 10pt;
}

br.clear {
    clear: both;
}

#footer {
    clear: both;
    background:#DDDDDD;
    padding-top: 0px 10px 0px 20px;
    margin: 0px;
}
#footer p {
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
    width: 650px;
    height: 25px;
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size: 10pt;
    text-align: center;
    color: white;
}

#footer a {
    color: white;
}

div.content {
    margin: 20px 0px 0px 0px;
}

#content .contentLabel {
    background-color: #a1a1a1;
    margin: 0;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px 10px 5px 10px;

}

#content .contentDescription {
    margin: 0px 0px 10px 0px;
    padding: 5px 5px 15px 20px;
    font-size: 10pt;
    background-color: #ebebeb;
}

#options ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    border-bottom: 1px solid #666666;
}

#options .option-header {
    background-color: #a1a1a1;
    margin: 0;
    padding: 10px;
    clear: both;
    border-top: 1px solid #666666;
}

#options .option-header h3 {
    font-size: 12pt;
    color: black;
    float: left;
    padding: 0;
    margin: 0;
}

#options .option-header h3 a {
    color: black;
}

#options .option-header h3 a:hover {
    text-decoration: none;
}

#options .option-header p {
   font-size: 10pt;
   float: right;
   padding: 0;
   margin: 0;
}

#options .option-description {
    clear: both;
    background-color: #ebebeb;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #666666;
}

#options .option-description p {
    font-size: 10pt;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

#options .option-description p .option-type-label {
    color: #464646;
    font-weight: bold;
}

#content a {
    font-size: 10pt;
    font-weight: normal;
    float: right;

}

#content .label {
    font-weight: bold;
    color: #464646;
}

#content tr {
    margin: 0;
    padding: 0;
}

#contentForm .label {
    font-weight: bold;
}

#contentForm label {
    font-size: 12pt;
    color: black;
    font-weight: bold;
}

div #contentPreview {
    margin: 20px 0px 0px 0px;
    padding: 20px;
    border: 2px solid #464646;
}


