/* 
    Calendar Stylesheet
*/
body, html
	{
	background:#fff;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a 
    {
    color: #7b7243;
    text-decoration: none;
    font-weight: bold;
    }
a:hover
    {
    text-decoration: underline;
    }
#calendarMain
    {
    background-color: #fff;
    margin: 5px auto 25px auto;
    width: 860px;
    padding: 15px;
    }
#global
    {
    display: none;
    }
#global ul {margin: 0 10px 0 0; padding: 0; list-style: none;}
#global li
    {
    display: inline;
    margin-left: 8px;
    font-weight: bold;
    }
#global li a {text-decoration: none; color: #fff;}
#global li a:hover {text-decoration: underline;}

table
    {
    height: 600px;
    }
.title 
    {
    border: none;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 2px 0;
    height: 15px;
    }
.traverse
    {
    font-size: 12px;
    font-weight: bold;
    border: none;
    }
table th
    {
    height: 22px;
    font-size: 14px;
    }
table td
    {
    border: 1px solid #efefef;
    margin: 0;
    padding: 5px;
    font-size: 12px;
    }
table td .highlight
    {
    font-weight:bold;
    color: #f00;
    font-size: 18px;
    vertical-align: center;
    }
#footer
    {
    display:none;
    }
#footer a {text-decoration: underline; color: #fff;}
#footer a:hover {text-decoration: none;}