<?php header("Content-type: text/css"); ?>

/* Left Column Calendar */

#leftcol table {
margin: 0;
width: 10.5em;
border-collapse: collapse;
border: 1px solid #444;
clear: left;
}

#leftcol th, td {
text-align: left;
vertical-align: top;
padding: .3125em 0;
}

#leftcol th {
width: 13%;
font: .875em;
text-align: center;
border-bottom: 1px solid #444;
}

#leftcol td {
width: 13%;
font-size: 0.6875em;
text-align: center;
}

.calendarBG {
background: transparent; 
}

.calendarBlank { 
color: #444;
background-color: transparent;
border: 1px solid #333;
}

#leftcol .calendarHeader th {
background: #333 url(http://millersdancestudio.com/images/site/bg-calendar-large.jpg) left top repeat-x;
}

.calendarHeader { 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
font-weight: bold; 
color: #CCC;
line-height: 1em;
}

.calendarMonthLinks {
font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-size: .875em;
font-weight: bold;
color: #222;
}

.calendarMonthLinks a:link {
color: #FFF;
}
  
.calendarMonthLinks a:visited {
color: #FFF;
}

.calendarMonthLinks a:hover {
color: #C79F18;
}

.calendarDayHeading {
font-weight: bold; 
font-size: .6875em;
color: #FFF; 
text-align: center;
vertical-align: middle;
background: #444 url(http://millersdancestudio.com/images/site/bg-sched-th.jpg) left top repeat-x;
}

.calendarToday { 
font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-weight: bold;
vertical-align: middle;
color: #999;
background: #006699 url(http://millersdancestudio.com/images/site/bg-calendar-large-today.jpg) left top repeat-x;
border: 1px solid #000;
}

.calendarCell {
font-family:  Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-size:  .625em;
vertical-align: middle;
color: #999;
background: #222  url(http://millersdancestudio.com/images/site/bg-calendar-large.jpg) left top repeat-x;
border: 1px solid #000;
}

.calendarHoliday { 
font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-weight: bold;
vertical-align: middle;
color: #CCC;
background: #339900  url(http://millersdancestudio.com/images/site/bg-calendar-holiday.jpg) left top repeat-x;
border: 1px solid #000;
}

.calendarEvent { 
font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-weight: bold;
vertical-align: middle;
color: #CCC;
background: #CC0099  url(http://millersdancestudio.com/images/site/bg-calendar-event.jpg) left top repeat-x;
border: 1px solid #000;
}

.calendarCell a {
color: #FFF;
}
  
.calendarCell a:visited {
color: #FFF;
}

.calendarCell a:hover {
color: #C79F18;
}

.calendarHoliday a {
color: #FFF;
}
  
.calendarHoliday a:visited {
color: #FFF;
}

.calendarHoliday a:hover {
color: #000;
}

.calendarEvent a {
color: #FFF;
}
  
.calendarEvent a:visited {
color: #FFF;
}

.calendarEvent a:hover {
color: #000;
}

.calendarLegend {
float: left;
width: 18.75em;
padding-bottom: .5em;
}

.calendarLegendHoliday {
float: left;
width: 1em;
height: 1em;
background: #339900  url(http://millersdancestudio.com/images/site/bg-calendar-holiday.jpg) left top repeat-x;
}

.calendarLegendEvent {
float: left;
width: 1em;
height: 1em;
background: #CC0099  url(http://millersdancestudio.com/images/site/bg-calendar-event.jpg) left top repeat-x;
}

.calendarLegendToday {
float: left;
width: 1em;
height: 1em;
background: #006699 url(http://millersdancestudio.com/images/site/bg-calendar-large-today.jpg) left top repeat-x;
}

.calendarLegendDetail {
float: left;
width: 17.25em;
margin-left: .5em;
margin-bottom: .1875em;
font-size: .625em;
}
