﻿body {
    margin: 0px;
    padding: 0px;
}

#header {
    width: 100%;
    height: 92px;
    background-color: #FFF;
    text-align: center;
}

#header .teamname {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #CC9900;
    padding-left: 30px;
    padding-top: 35px;
}

#ctl00_ImgTop {
    float: left;
    margin-left: 570px;
    margin-top: -177px;
    width: 138px;
    height: 138px;
}

.cover {
    float: left;
    margin-left: 570px;
    margin-top: -177px;
    width: 138px;
    height: 138px;
}

#menu {
    height: 38px;
    width: 100%;
    background-color: #066458;
    color: #FFF;
    font-weight: bold;
}

#menu a {
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-transform: lowercase;
    font-family: Arial;
}

#menu-content {
    margin: 0px;
    padding-top: 8px;
}

#menu-content ul {
    padding: 0px;
    margin: 0px;
    list-style: none; 
    display: inline;
}

#menu-content li { 
    display: inline;
    padding-right: 20px;
}

#menu-content a {
    color: #FFF;
}

#menu-content li.selected a {
    color: #ECBE35;
}

#mast {
    background-image: url(images/mast-bg.png);
    background-repeat: repeat-x;
    height: 139px;
    width: 100%;
    text-align: center;
    background-color: #298276;
}

.mastbody {
    font-size: 20px;
    color: #FFF;
    padding-top: 40px;
    padding-left: 40px;
    font-family: Arial;
}

#contentbody {
    width: 100%;
    height: 100%;
    min-height: 350px;
    background-color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
}

#footer {
    background-image: url(images/foot-bg.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 154px;
    color: #A6A6A6;
    font-size: 11px;
    text-align: center;
    text-transform: lowercase;
    font-family: Arial;
}

#footer a {
    color: #A6A6A6;
    font-size: 11px;
    text-decoration: none;
    text-transform: lowercase;
    font-family: Arial;
}

#footer-content {
    margin: 0px;
    padding-top: 15px;
    line-height: 130%;
}

#footer-body {
    float: left;
}

.refer {
    float: right;
}

.ctl00_refer {
    float: right;
}

.container {
    margin: 0 auto;
    width: 725px;
    text-align: left !important;
    
}

.calHead {
    background-color: #066458;
    color: #FFF;
    font-weight: bold;
}

.calHead a {
    color: #FFF;
}

.calItem a {
    color: #066458;
}

.calSelected {
    background-color: #FFFFCC;
}

.calInactive {
    background-color: #EBF0F0;
    color: #000;
}

.calSelected a {
    color: #000;
}

.calInactive a {
    color: #000;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color: #CC9900;
}

.formrow {
    clear: left;
}

.label {
    margin-left: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    width: 250px;
    float:left;
}

.field {
    width: 250px;
    float:left;
}

input[type='text'] {
    font-size: 16px;
}

input.err {
    background-color: #FFCCCC;
}

.errX {
    background-color: #FFCCCC;
    color: Red;
    border: solid 1px Red;
    width: 100%;
    padding: 5px;
}

.calprev 
{
    float: left;
    width: 241px;
    text-align:left;
}
.calmonth 
{
    float: left;
    width: 241px;
    text-align:center;
}
.calnext
{
    float: left;
    width: 241px;
    text-align: right;
}

.cal a 
{
    color: #066458;
    text-decoration: underline;
}
.center 
{
    text-align: center;
}
