/* schedule */
table.sched {
	background: white;
}
table.sched tr.colhead {
	background: white;
}
table.sched tr.oddrow {
	background: #f0f0f0;
}
table.sched tr.evenrow {
	background: white;
}

/* dropdown */
.dropdown {
	background:#ECECEC none repeat scroll 0%;
	border:1px solid #DCDCDC;
	padding:2px 5px 2px 0pt;
}
.gutter {margin-bottom:10px;}