* {
    color: #333;
}

img {
    border: 0px;
    vertical-align: top;
}

#loginbox {
    width: 300px;
    padding: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


input.text, textarea {
    border: 1px solid #999;
    padding: 3px;
    font-size: 12px;
    font-family: Verdana, sans-serif;
}

input.button {
    background: #E7E7E7;
    padding: 3px;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
}

select {
    font-size: 12px;
    font-family: Verdana, sans-serif;
}


#closeWindow {
    position: absolute;
    right: 20px;
    bottom: 20px;
}


.centered {
    text-align: center;
}

.alignright {
    text-align: right;
}

.note {
    font-size: 10px;
    color: #666;
}

.red {
    color: #BE5241;
}

img.required {
    color: #BE5241;
    vertical-align: top;
}


ul.menu, ul.menu li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 173px
}

ul.menu {
    border-top: 1px solid #FFF;
}

ul.menu li img {
    vertical-align: middle;
}

ul.menu li a {
    font-size: 11px;
    line-height: 20px;
    width: 155px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 3px 8px 3px 8px;
    background: #63B2AD;
    color: #FFF;
    font-weight: bold;
}

ul.menu li a:hover {
    background: #00968D;
}

ul.menu li#top {
    margin-left: 1px;
    margin-bottom: 1px;
    width: 171px;
    background: #63B2AD;
    height: 10px;
    line-height: 10px;
}

ul.menu li#bottom {
    margin-top: 0px;
    margin-left: 1px;
    width: 171px;
    height: 10px;
    line-height: 10px;
    background: #63B2AD;
}


table.header {
    width: 100%;
}


table.trainer {

    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    width: 100%;
}

table.trainer td {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

table.trainer td.corner {
    border: 0px;
}

table.trainer td.dayLabel {
    font-size: 11px;
    text-align: center;
    width: 60px;
    background: #D0E8E6;
}

table.trainer td.time {
    font-size: 10px;
    text-align: right;
    padding-right: 2px;
    width: 55px;
    background: #D9E4EF;
}

table.trainer td.data {
    background: #FFC;
    text-align: center;
    font-size: 11px;

}

table.trainer td.data a {
    color: #00F;
    text-decoration: none;

}

table.calendar {
    width: 490px;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
}


table.calendar td.label {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

table.calendar td.title {
    width: 70px;
    text-align: center;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    background: #E3E5F4;
    height: 20px;
    font-weight: bold;
}

table.calendar td.next {
    border-right: 1px solid #666;
    text-align: right;
    padding: 3px;
}

table.calendar td.noactivity, table.calendar td.activity, table.calendar td.extra {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    height: 60px;
    vertical-align: top;
    text-align: center;
}

table.calendar div.cardio, table.calendar div.strength, table.calendar div.flex {
    float: left;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-bottom: 2px;
}

table.calendar div.cardio img, table.calendar div.strength img, table.calendar div.flex img {
    vertical-align: middle;
}

table.calendar a.day {
    display: block;
    width: 100%;
}


table.calendar div.cardio {
    margin-left: 2px;
}

table.calendar div.day {
    text-align: right;
    padding: 2px;
    padding-bottom: 15px;
}


table.calendar td.activity {
    background: #E1F4F4;
}

table.calendar td.extra {
    background: #E5ECEC;
}



span.success {
    border: 1px solid #64B04C;
    background: #D9F2D4;
    padding: 5px;
    color: #000;
}

span.success img {
    vertical-align: bottom;
}

table.workout {
    font-size: 12px;
    border: 1px solid #666;
    width: 400px;
}

table.workout th {
    background: #D9E4EF;
    padding: 3px;
    font-size: 14px;
}

table.workout td {
    padding: 3px;
    border-top: 1px solid #999;
}

table.users {
    font-size: 12px;
    border: 1px solid #666;
}

table.users th {
    background: #D9E4EF;
    padding: 3px;
    font-size: 14px;
    text-align: left;
}

table.users td {
    padding: 3px;
    border-top: 1px solid #999;
}
