@charset "UTF-8";
/* CSS Document */

a {
cursor: pointer;
}

table.calendar, div#classDiv {
width: 740px;
margin: 0px;
padding: 0px;
border-collapse: collapse;
border-spacing: 0px;
font-size: 12px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

div#classDiv {
margin: 2em 0 2em 0;
position: relative;
}

div#ajaxDiv, div#ajaxLoadingDiv {
display: none;
}

div#ajaxLoadingDiv {
    position: absolute;
    left: 250px;
    z-index: 2;
}

table.calendar tr {
margin: 0px;
padding: 0px;
display: block;
}

table.calendar td {
width: 101px;
margin: 0px;
padding: 2px;
border: 1px #999 solid;
vertical-align: top;
height: 101px;
}

table.calendar thead {
font-weight: bold;
text-align: center;

}

table.calendar thead th {
text-align: inherit;
display: inline;
font-size: 1.4em;
}

div.changeMonth {
font-size: 1em;
position: absolute;
z-index: 2;
}

div.changeMonth.left {
left: 0px;
}

div.changeMonth.right {
right: 0px;
}

table.calendar thead td {
height: auto;
}

a.classTitle, a.chefName {
display: block;
cursor: pointer;
}

a.classTitle, a.classTitle:active, a.classTitle:visited {
font-size: 1.2em;
font-weight: bold;
color: #4B471A;
text-decoration: none;
margin-top: .5em;
}

a.classTitle:hover {
color: #872434;
text-decoration: underline;
}

li a.classTitle, li a.classTitle:active, li a.classTitle:visited, li a.classTitle:hover {
	font-size: 1em;
	font-weight: normal;
}

a.chefName, a.chefName:active, a.chefName:visited {
font-size: .8em;
color: #555;
text-decoration: underline;
font-style: italic;
margin-left: 1em;
}

a.chefName:hover {
color: #872434;
}

table.calendar p {
margin: 2px 0 2px .25em;
text-indent: .25em;
}

table.calendar span.date {
font-size: 1em;
font-weight: normal;
font-style: italic;
float: right;
border-left: 1px #999 solid;
border-bottom: 1px #999 solid;
padding: 2px;
margin: -2px -2px 2px 2px;
background-color: #F2F2F2;
}

table.calendar th a, table.calendar th a:active, table.calendar th a:visited {
font-size: .75em;
font-weight: normal;
color: #555;
text-decoration: none;
}

table.calendar th a:hover {
color: #872434;
text-decoration: underline;
}

table.calendar a.lastMonth {
float: left;
}

table.calendar a.nextMonth {
float: right;
}

table.calendar div.clear {
clear: both;
}

a.showCalendar {
	float: right;
}

div#classDiv h2, div#ajaxDiv h2 {
font-size: 1.6em;
color: #4B471A;
margin: 4px 0;
padding: 0;
}

div#ajaxDiv h3 {
font-size: 0.9em;
font-style: italic;
font-weight: normal;
color: #555;
margin: -4px 0 2px 16px;
padding: 0;
}

div#ajaxDiv h4 {
font-size: 1.2em;
font-style: italic;
margin: 8px 0 0 8px;
padding: 0;
}

div#ajaxDiv p {
line-height: 1.1em;
margin: 2px 0;
padding: 0;
margin-bottom: .8em;
}

div#ajaxDiv ul {
margin: 2px 0 2px 24px;
padding: 0;
}

div#ajaxDiv a.chefName, div#ajaxDiv a.classTitle {
	display: inline;
	font-size: inherit;
}