/* GENERAL STYLES */
#Calendar-bodywrap {
        background-color: #fff;
	width: 974px;
}

#Calendar {
        background: url('/images/Bkg-Calendar.gif') 0 0 no-repeat;
        min-height: 675px;
        height: auto !important;
        height: 675px;
        padding: 75px 0 0 0;
}

#Calendar-Extra {
        background: url('/images/Bkg-Calendar-Bottom.gif') 0 0 no-repeat;
        color: #493C1F;
        font-family: Helvetica;
        font-size: 10pt;

        padding: 0 10px 0 300px;
        height: 209px;
        width: 664px;
}

/* Styles specific to the Calendar itself */

table, td {
        border-right: thin solid #493C1F;
        border-bottom: thin solid #493C1F;
        margin: 0;
        padding: 0 0 0 0;
        vertical-align: top;
        text-align: left;
}

table {
        border-left: thin solid #493C1F;
        border-top: thin solid #493C1F;
}

h1.CalendarTitle {
        color: #E68f1a;
        font-family: Helvetica;
        text-transform: uppercase;
        margin: 0 0 0 0;
        padding: 0 0 0 45px;
}

.CalendarNextPrev {
	color: #493C1F;
        font-size: x-small;
        margin: 0 0 5px 0;
        padding: 0 0 0 45px;
}
.CalendarNextPrev a {
	color: #493C1F;
}

.CalendarDayHeader {
        background-color: #493C1F;
        border: none;
        color: #fff;
        height: 8px;
        line-height: 8px;
        font-size: 9pt;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
}

.CalendarDay, .CalendarWeekend {

}

.CalendarOtherMonth {
        background-color: #493C1F;
}

.CalendarToday {
        background-color: #D6E9E1;
}

.CalendarStretcher {
        padding: 0 0 0 5px;
        height: 120px;
}

/* EDITOR PROPERTIES */
