/* 
    Calendar Stylesheet
*/
body, html
	{
	background:url('img/background.jpg') top left repeat-x #7b7243;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-align: center;
	}
.clear {
    clear: both;
    }
a 
    {
    color: #344A83;
    text-decoration: none;
    font-weight: bold;
    }
a:hover
    {
    text-decoration: underline;
    }
#calendarMain
    {
    background-color: #fff;
    margin: 5px auto 25px auto;
    width: 860px;
    padding: 15px;
    min-height: 260px;
    }
#calendarNav
    {
    float: left;
    clear: left;
    width: 230px;
    border: 1px solid #efefef;
    }
#global
    {
    width: 900px;
    text-align: right;
    margin: 25px auto 0 auto;
    font-size: 10px;
    }
#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;}
.clear 
    {
    clear: both;
    }
table
    {
    height: 260px;
    }
.title 
    {
    border: none;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 2px 0;
    height: 15px;
    text-align: center;
    }
.traverse
    {
    font-size: 11px;
    font-weight: bold;
    border: none;
    }
table th
    {
    height: 14px;
    font-size: 11px;
    }
table td
    {
    border: 1px solid #efefef;
    margin: 0;
    padding: 2px;
    font-size: 10px;
    text-align: right;
    vertical-align: top;
    width: 14%;
    }
table td .highlight
    {
    font-weight:bold;
    color: #666;
    padding: 0 1px 2px 5px;
    background-color: #D9E9FF;
    }
.hasEvent
    {
    }
.hasEvent a 
    {
    padding: 0 1px 15px 12px;
    background-color: #ff0;
    font-weight: bold;
    color: #000;
    }
#eventList
    {
    float: right;
    text-align: left;
    clear: right;
    width: 600px;
    border: 1px solid #999;
    padding: 10px;
    background-color: #eee;
    }
#eventList p {margin: 0; padding: 0;}
.day
    {
    border: 1px solid #efefef;
    padding: 5px;
    margin: 15px 0;
    background-color: #fff;
    }
#eventList h2
    {
    font-size: 14px;
    margin: 5px 10px;
    padding: 0 0 2px 0;
    color: #666;
    border-bottom: 1px dotted #999;
    text-transform: uppercase;
    }
#eventList h3
    {
    font-size: 12px;
    margin: 5px 5px 4px 5px;
    padding: 3px 5px 2px 10px;
    color: #333;
    clear: none;
    background-color: #efefef;
    text-transform: uppercase;
    }
.remove 
    {
    text-align: right;
    float: right;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 3px 12px;
    vertical-align: top;
    }
.remove a {color: #999;}
#eventList ul {margin: 0; padding: 0;}
#eventList li 
    {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 5px;
    }
.date 
    {
    font-weight: bold;
    font-size: 10px;
    margin-left: 15px;
    }
.eventDetails
    {
    font-size: 11px;
    margin: 2px 0 0 15px;
    }
#footer
    {
    margin: 10px auto;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    }
#footer a {text-decoration: underline; color: #fff;}
#footer a:hover {text-decoration: none;}