.cb			{ clear:both;}
#container	{ background: #f8f8e5; width: 760px; font-family:Arial, Helvetica, sans-serif}

#calendar{
	width: 190px;
	display: block;	float: left;
}

#calendarTable			{ float: left; width: 570px; }
#calendarTable table	{ border-collapse: collapse; border: solid #a7af64; border-width: 0 1px; }
#calendarTable th		{ background: #d0d3a6; color: black; border-bottom: 1px solid #a7af64; font-size: 13px; font-weight: bold; height: 31px;}
#calendarTable td,
#calendarTable th		{ padding: 10px; color: #983201; font-size: 10px; text-transform:uppercase; border: solid #a7af64; border-width: 0 1px; }
#venue-chooser			{ text-align: left; padding: 5px 15px 15px; }
#venue-chooser input	{ margin-bottom: 10px; }
#venue-chooser label	{ font-size: 10px; text-transform: uppercase; font-weight: bold; }


.eventTitle				{ width: 180px;}
.venue					{ width: 146px;}
.date					{ width: 116px;}
.time					{ width: 116px; }
.blackText				{color: black !important;}

.darkRow				{ background-color: #eceddd;}
.borderTop				{ border-top: 1px solid #a7af64;}
.borderBottom			{ border-bottom: 1px solid #a7af64;}
.nextDay				{ background-image: url('../images/bgCalendarDarkGradient.png'); background-repeat:repeat-x;}