@CHARSET "UTF-8";

div#calendar {
    border: 1px #FFFFFF solid;
    border-top: 0px;
}

div#calendarWrapper {
    height: 175px;
    width: 166px;
}

div#calendar table {
    padding: 0px;
    border-spacing: 0px;
    border: 0px;
}

div#calendar table td {
    width: 22px;
    height: 22px;
    border: 1px solid #FFFFFF;
    color: #472B12;
    padding: 0px;
}

div#calendar table td#noDate {
    background-color: #E6E6E6;
}

#dayHeaders td.dayHeader {
	font-weight: bold;
	color: #a3a3a3;
}

div#calendarHeader p {
    width: 166px;
    text-align: center;
    font-weight: bold;
}

span#currentMonth:hover {
    cursor: pointer;
}

#leftSearchPane {
    float: left;
    width: 170px;
}

#rightSearchPane {
    float: left;
    width: 440px;
}

/* Select & Text Input fields */
input#eventKeywordField, #category {
	width: 156px;
}


/* SEARCH RESULTS */
#rightSearchPane table {
    border-spacing: 0px;
    width: 440px;
    color: #777777;
}

span.eventTitle {
    color: #4EA4D7;
}

span.eventTitle:hover {
    text-decoration: underline;
}

#rightSearchPane table tr.listing:hover {
    background: #B0D7EA;
    cursor: pointer;
}

#rightSearchPane table tr.even {
    background: #DCEDF6;
}

#rightSearchPane table tr.even div.featured {
    width:10px;
    height: 11px;
    background: url(/templates/public/wireframe/images/directory/searchPane/chamberFeaturedEven.jpg);
}

#rightSearchPane table tr.odd div.featured {
    width:10px;
    height: 11px;
    background: url(/templates/public/wireframe/images/directory/searchPane/chamberFeaturedOdd.jpg);
}

font.categoryFont {
    text-transform: uppercase;
    font-family: Times New Roman;
    color: #777777;
}

tr.listing td {
	padding: 0px 3px;
}

#rightSearchWrapper {
    width: 440px;
    height: 575px;
    overflow: auto;
    margin-left: 10px;
}

#rightSearchPane table tr.searchHeader font.sort {
    color: #777777;
    text-decoration: none;
}

.day { background-color: #DCEDF6; color: #777777; }
.day span { color: #777777; }
.day:hover { cursor: pointer; }
.event { background-color: #B0D7EA; }
.event span { color: #FFFFFF; }
.active { background-color: #4EA4D7; color: #FFFFFF; }
.active span { color: #FFFFFF; }