/* This CSS should only be for generic styles.  Per-camp overrides should
   be placed in the site directory. */

html, body {
    margin: 0;
    padding: 0;
    background: url(/static/images/sidebarbackground.jpg) 0 0 repeat-y;
    color: #000;
    height: 100%;
}

#wrap {
    margin: 0 auto;
    width: 833px;
    float: left;
}

#sidebar {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    position: absolute;
    width: 192px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    float: left;
}

* html #left {
    position: relative;  /*** IE needs this  ***/
}

#registerOffer {
    clear: both;
    position: relative;
    left: 13px;
    width: 148px;
    text-align: center;
    margin-bottom: 20px;
}

#links {
    position: relative;
    left: 0px;
}

#sidebar a {
    color: #454545;
    text-decoration: none;
}

#links a {
    font-size: 16px;
    font-family: "Verdana", "Arial", "sans-serif";
    font-variant: small-caps;
    color: #454545;
    margin-left: 25px;
    text-align: left;
    clear: left;
    float: left;
    text-decoration: none;
}

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

#links a.sidebarsubitem {
    font-size: 14px;
    font-family: "Verdana", "Arial", "sans-serif";
    font-variant: small-caps;
    color: #454545;
    margin-left: 35px;
    text-align: left;
    clear: left;
    float: left;
    text-decoration: none;
}

#sidebar a.sidebarsubitem:hover {
    text-decoration: underline;
}

#sidebar a.selected {
    color: #000000;
    font-weight: bold;
}

#logoImage {
    width: 192px;
    height: 180px;
}

#loginbox {
    background: url(/static/images/login_tray.gif) 0 0 no-repeat;
    width: 148px;
    height: 153px;
    padding-bottom: 40px;
    position: relative;
    top: 20px;
    left: 13px;
    float: left;
    font-size: 16px;
    font-family: "Verdana", "Arial", "sans-serif";
    color: #FFFFFF;
}

#loginbox a {
    float: left;
    clear: left;
    margin-top: 5px;
    margin-left: 11px;
    font-size: 12px;
    font-family: "Verdana", "Arial", "sans-serif";
    color: #454545;
    font-variant: normal;
}

#logoutbox {
    width: 148px;
    height: 126px;
    position: relative;
    top: 20px;
    left: 13px;
    padding-bottom: 40px;
    float: left;
    font-size: 16px;
    font-family: "Verdana", "Arial", "sans-serif";
    color: #FFFFFF;
}

#logoutbox a {
    color: #FFFFFF;
}

#loggedinbox {
    background: url(/static/images/loggedin_tray.gif) 0 0 no-repeat;
    width: 148px;
    height: 75px;
    padding-bottom: 40px;
    position: relative;
    top: 20px;
    left: 13px;
    float: left;
    font-size: 16px;
    font-family: "Verdana", "Arial", "sans-serif";
    color: #FFFFFF;
}

#usernameInput {
    margin-left: 10px;
    margin-top: 3px;
    width: 125px;
}

#passwordInput {
    margin-left: 10px;
    margin-top: 3px;
    width: 125px;
}

#loginButton {
    margin-left: 10px;
    margin-top: 3px;
}

#header {
    width: 641px;
    height: 73px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    background-position: 50px 0px;
    background-repeat: no-repeat;
}

.titleText {
    position: relative;
    width: 400px;
    left: 215px;
    top: 20px;
    font-family: "Verdana";
    font-size: 46px;
    color: #27279b;
}

#main {
    width: 641px;
    margin: 0px auto;
    float: right;
}

#content {
    width: 560px;
    clear: both;
    margin-left: 50px;
    color: #3c536a;
    font-weight: normal;
    font-size: 13px;
    font-family: "Verdana", "Arial", "sans-serif";
    letter-spacing: 0px;
    line-height: 16px;
}

#content a {
    color: #27279b;
    font-style: italic;
    font-weight: bold;
    letter-spacing: .7px;
    text-decoration: none;
}

#content a:hover {
    color: #3f41a9;
    text-decoration: underline;
}

#content a.action { 
    font-style: normal;
}

#content .action a {
    font-style: normal;
}

#content a.action:hover { 
    text-decoration: none;
}

#content .action a:hover { 
    text-decoration: none;
}

#content h1 {
    color: #27279b;
    font: bold 18px "Verdana", "Arial", "sans-serif";
    letter-spacing: .7px;
}

#content h2 {
    color: #000000;
    font: bold 13px "Verdana", "Arial", "sans-serif";
    letter-spacing: .5px;
}

.sold-out + label {
    color: grey;
    text-decoration: line-through;
}

input.placeholder {
    color: #999999;
}

.error {
    color: red;
}

.required {
  font-weight: bold;
}

.form-incomplete {
    color: red;
}

.form-complete {
    color: green;
}

.edit-text-link {
    text-align: right;
}

#footer {
    width: 641px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    clear: both;
    float: right;
    text-align: center;
    color: #959595;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
    font-size: 13px;
    font-style: normal;
    font-family: "Verdana", "Arial", "sans-serif";
}

#footer a {
    margin-left: 5px;
    margin-right: 5px;
    color: #959595;
}

.vtable {
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
    border-collapse: collapse;
    font-size: 10pt;
    white-space: nowrap;
}

.vtable .no-margin {
    margin-left: 0;
    margin-right: 0;
}

.vtable td {
    border: 2px solid white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #3c536a;
}

.tableTitleRow {
    background-color: #6B606A;
    font-weight: bold;
    font-family: "Arial";
    border: none;
}

.tableTitleRow th {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: white;
    text-align: left;
}

.vtable tr.odd-row {
    background-color: #c2ccd6;
}

.vtable tr.even-row {
    background-color: #d7dbe0;
}

.rooms td.no-space {
    background-color: white;
}

table.edit-teams tr.disabled {
    text-decoration: line-through;
}

table.edit-teams tr.division td {
    padding-top: 1em;
}

table.edit-teams tr.division:first-child td {
    padding-top: inherit;
}

.prog-border {
  position: relative;
  height: 30px;
  width: 400px;
  background: #fff;
  border: 1px solid silver;
  margin: 0;
  padding: 0;
}

.prog-bar {
  height: 26px;
  margin: 2px;
  padding: 0;
  background: #C9DDEC;
}

.percentage {
  position: absolute;
  top: 6px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.emailText {
    font: 14px Courier, "Courier New", mono;
}

.emailPreview {
    white-space: pre;
    font-family: Courier, "Courier New", mono;
    background-color: #f1f1ff;
    border-style: solid;
    border-width: thin;
    padding: 0.5em;
}

.preview {
    background-image: url(/static/images/preview2bg.gif);
}
