/*
COLORS:

Dark Blue: 005288
Medium Blue: 489BD2
Light Blue: B8DCF4
Green: 88C000
Medium Green: B7DA61
Light Green: D4EAA0

*/

table.eventgrid td.eventname {
	background-color: #B8DCF4;
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

table.eventgrid td.daylist { background-color: #B8DCF4; padding: 5px; }

table.eventgrid td.daylist table td { text-align: center; padding: 0 0 0 10px; }

table.eventgrid td.daychosen { padding: 5px; background-color: #005288; color: #B8DCF4; }

table.eventgrid td.jobtitle {
	border-bottom: 1px solid #88C000;
	background-color: #D4EAA0;
	padding: 5px;
}

table.eventgrid td.timeslot {
	border-left: 1px solid #88C000;
	border-bottom: 1px solid #88C000;
	background-color: #DFDFDF;
	padding: 5px;
}

table.eventgrid td:first-child.timeslot { border-left: 0; }

table.eventcart {
	font: bold 11px/13px Arial,Helvetica,sans-serif;
	color: #000;
}

table.eventcart th {
	padding: 5px;
	background-color: #005288;
	color: #B8DCF4;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
}

table.eventcart td.eventname {
	border-bottom: 1px solid #88C000;
	background-color: #D4EAA0;
	padding: 5px;
}

table.eventcart tr.timeslot td {
	border-bottom: 1px solid #005288;
	background-color: #B8DCF4;
	padding: 5px 15px 5px 5px;
}

table.eventcart tr.timeslot td input {
	font-size: 9px;
}

dl.eventlist { margin: 0; padding: 0; }

dl.eventlist dt {
	padding: 5px;
	background-color: #005288;
	color: #B8DCF4;
	font-weight: bold;
}

dl.eventlist dd {
	margin: 0;
	border-bottom: 1px solid #C1B19F;
	background-color: #FBF7F3;
	padding: 5px;
}