/* Styles specific to MMI */

body {
	margin: 0px; 
	background: #FFF url(../web_art/backgrounds/srt_bg_2005.gif) repeat-y;
}

table#headerTable {
	margin-bottom: 20px;
}

div#summaryBox {
	border: 1px solid black;
	background-color: #E9E9E9;
	padding: 10px;
}

div#schedule div.date {
	font-weight: bold;
	color: #333333;
	background-color: #E9E9E9; 
	padding: 2px 7px;
	margin: 20px 0px 10px 0px;
	border: 1px solid #333333;
}

div#schedule .details {
	padding: 0px 7px;
}

div#schedule .title {
	font-weight: bold;
}

div#schedule ul {
	font-family: "Courier New", Courier, mono;
	margin-top: 10px;
}