/*
http://www.ustournamentpoker.com/ustp_php/ustp_style.css
created 01232006 Jake MacWilliamson, MacWCD.com
last modified MMDDYYYY Jake MacWilliamson, MacWCD.com
*/

body {
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

body, table, tr, td {
    background: transparent;
    color: #000000;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 0px;
    text-decoration: none;
}

td {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
}

A, A:link, A:hover, A:visited, A:active {
    background: transparent;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

A:link, A:hover, A:visited, A:active {
    background: transparent;
    color: #0000FF;
    font-weight: normal;
    text-decoration: underline;
}

A:hover {
    background: transparent;
    color: #0000FF;
    text-decoration: none;
}

.pageheading {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .3em;
}

/* caption determines the style of the month/year banner above the calendar. */
div.scheduleCalendarCaption {
    color: #000000;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}
.scheduleCalendar {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Helv, sans-serif;
    font-size: 8px;
}
/* .calendarlink determines the formatting of those days linked to content. */
.scheduleCalendarlink {
    color: white;
}
/* .header determines the formatting of the weekday headers at the top
   of the calendar. */
.scheduleCalendarHeader {
    background-color: #CCCCCC;
    border-color: #CCCCCC 1px solid;
    font-size: 14px;
}
/* .day determines the formatting of each day displayed in the calendar. */
.scheduleCalendarDay {
    background-color: #CCCC99;
    border: #000000 1px solid;
    text-align: center
}
.scheduleCalendarToday {
    background-color: #99CCCC;
    border: #0000FF 1px solid;
    text-align: center
}
/* .linkedday determines the formatting of a date to which content is available. */
.scheduleCalendarLinkedDay {
    background-color: #8080FF;
    border: #000000 1px solid;
    text-align: center
}
