/* overrides */
#left_rail { display: none; }
#content { width: 797px; margin: 0; padding: 0; float: none; margin-bottom: -13px;}

/* caption determines the style of the month/year banner above the calendar. */ 
.caption  { 
	 font-family: arial,helvetica,serif;
	 color: black;
     font-size: 13px;  
     font-weight: bold; 
	 margin: 0;
	 padding: 0;
	 width: 100%;
	margin-top: 5px;
} 
.caption a {  /* prev and next links */
	font-size: 12px; 
	font-weight: normal;
	color: black; 
	text-decoration: none; 
}
.caption a:hover { color: #a4b5d6; text-decoration: none; }
.caption td.left { width: 20%; text-align: right; } 
.caption td.center { width: 60%; text-align: center; }
.caption td.right { width: 20%; text-align: left; }

/* .calendar determines the overall formatting style of the calendar table */ 
.calendar {
	 font-family: arial,helvetica,serif;
	 color: black;
     font-size: 11px;  
     background-color: #D1D3D4;  /* acts as the cell border color */
	 width: 100%;
	 margin-top: 5px;
} 
.calendar th {  /* weekday headers */ 
	text-align: center;
    background-color: #FFFFFF; 
	font-size: 12px;
	width: 14.28%; 
	line-height: 120%;
}
.calendar td {  /* calendar cells */
	height: 90px;
	width: 14.28%;
	background-color: #FFFFFF; 
	vertical-align: top;
	text-align: left;
	line-height: 130%;
}
.calendar td.hover { background-color: #E6E7E8; }  /* mouse-over highlight color */
.calendar td a {  /* calendar item */
	color: #004696;
	padding-left: 1px; 
	text-decoration: none;
}
.calendar td a:hover { color: #000; text-decoration: none; }
.calendar td span.bull { color: #004696; }  /* bullet */
.calendar td div.date { float: right; }  /* numeric day in each calendar cell */
.calendar td.current { background: #a4b5d6;; }  /* Current day */
.calendar td.inactive { background: #AAAAAA; }  /* Inactive days */

/* Event Details */
.detailBox { /* outer box */
	width: 793px;
	text-align: left;
	border: 1px solid #D1D3D4;
	margin-top: 5px;
	color: black;
	background: #E1F4FD;
}
.detailHeader { text-align: center; } /* Event Date */
.detailData { padding: 0 5px; font-size: 11px; } /* Event Description */
.detailData a { color: black; }

#buy {
	text-align: center;
	margin: 5px 0;
	font-weight: bold;
}
/* ajax place holders */
#detail {
	background: #FFFFFF;
	display: none;
}
#calendar {
	margin: auto; 
	width: 795px; 
	position: relative;
}

/* page defaults 
body {
	font-family: arial,helvetica,serif;
	color: black;
	font-size: 12px;
}
*/
p { margin: 0 0 1em 0; }
