	body {
		font-family: Helvetica,Verdana;

	}

	table.schedule,table.schedule_weekend {
		border-collapse: collapse;
		font-size: 12px;
		margin: 2px;
	}

	table.schedule td.whitecorner {
		border-left-style: none;
		border-top-style: none;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
	}
	
	table.single_period {
		font-size: inherit;
		border-style: none;
	}
	
	table.schedule td.hour {
		font-size: inherit;
	}
	
	div.period_noconflict {
		border-style: none;
		border-width: 0px;
		font-size: 12px;
		margin:auto;
		padding: 5px;
	}
	
	div.period_conflict {
		border-color: #ff0000;
		border-style: inset;
		border-width: 4px;
		font-size: 12px;
		padding: 5px;
	}

	table.schedule td,table.schedule_weekend td {
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		width: 110px;
		
		margin:0px;
		padding: 0px;
	}
	
	table.schedule {
		float: left;
		clear: left;
		margin-bottom: 20px;
	}
	
	table.schedule_weekend {
		float: left;
	}
	
	table.group_summary {
		font-size: 12px;
		border-spacing: 2px;
		background-color: #eeeeee;
		clear:left;
		border-collapse: collapse;
	}

	table.group_summary tr.course_row {
		border-bottom: 1px dotted black;
	}
	
	table.group_summary th {
		border-width: 0px;
		border-style: solid;
		text-align: center;
		width: 75px;
		vertical-align:top;
	}
	
	table.group_summary td {
		text-align: center;
	}
	
	table.group_summary th.subheader {
		font-size: 10px;
	}
	
	div.schedule_info {
		background-color: #EEEEEE;
		width: 685px;
		clear: both;
	}
	
	table.schedule td.weekday,table.schedule td.hour {
		background-color: #cccccc;
		text-align: center;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
	}

	td.hour {
		height:40px;
	}
	
	div.page_browser {
		font-size: 17px;
		clear: left;
		margin: 0px auto;
		width: 600px;
		border: 2px solid black;
		text-align: center;
		font-weight: bold;
		background-color: #bdcee6;
	}

	div.page_browser p {
		margin: 0px;
	}

	div.page_browser a:visited, div.page_browser a:link {
		color: #000000;
	}

	/* ---- */
	
	div.course1 {
		background-color: #8888ff;
		padding: 5px;
		margin: 0px;
		border: 0px;
	}
