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

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

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

table.eventgrid td.daychosen { padding: 5px; background-color: #4D381F; color: #F0E9E1; }

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

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

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

table.eventcart th {
	padding: 5px;
	background-color: #4D381F;
	color: #F0E9E1;
	font: bold 10px 'Trebuchet MS',Arial,sans-serif;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
}

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

table.eventcart tr.timeslot td {
	border-bottom: 1px solid #C1B19F;
	background-color: #FBF7F3;
	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: #4D381F;
	color: #F0E9E1;
	font-weight: bold;
}

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