/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

body { background-color: #FFFFFF;}

a:link { color: #0000FF; text-decoration: none;}

a:visited { text-decoration: none; color: #0000FF;}

a:hover { text-decoration: none; color: #FF0000;}

a:active { text-decoration: none; color: #00FF00;}

.oddH {background-color: #DDDDDD; }

.eveH {background-color:#999999; }

.evenRow {background-color: #999999;}

.oddRow {background-color: #FFCCFF;}

.time {background-color: #6699FF;}

.data {width:100px; height:10px; text-align:center; vertical-align:top;}

.data1 {width:100px; height:10px; text-align:center; vertical-align:top; background-color:#99CCFF;}

.time { width:50px; text-align:right;}

.dayNames { background-color:#99FF33; }

.bigbold { font-size:16px; background-color:#FFFFFF; }

#selected { background-color:#FF99FF;}

#maindivision {position:absolute; top:0px; left: 0px; z-index:1; width: 800px; }

#weekschedule {position:absolute; top:0px; left: 0px; z-index:1; }

#searchbyclassroom { background-color:#00FF99; position:absolute; top: 240px; left: 760px; width: 200px; height: 120px; padding-left:5px; padding-top:5px; }

#searchbyprofessor { background-color:#FF9966; position:absolute; top: 120px; left: 760px; width: 200px; height: 120px; padding-left:5px; padding-top:5px;}

#results { background-color:#FFFF99; position:absolute; top: 0px; left: 760px; width: 200px; height: 100px; padding-left:5px; padding-top:5px; font-size:12px;}

#main_schedule_table { position:absolute; top:0px; left:0px; width:750px; }

#search_schedule_form { position:absolute; top:0px; left: 750px; width: 100px; background-color:#99CCFF; }
