/* styles for class schedule */







/* MAIN TEXT */



#divmaintext {

  width: auto;

	margin-right: 20px;

}

#divmaintext h2 {

  font-size: 0.75em;

	margin: 1.0em 0px;

}



#divmaintext p {

  margin: 1.0em 0px;

}



#divmaintext p.note {

  font-size: 0.70em;

	font-style: italic;

  color: #333333;

}



#divmaintext hr {

  height: 1px;

	background-color: #999999;

	border: none;

}



/* table containing schedule */

#scheduletable {

  margin: 1.5em 0px 3.0em 0px;

	border: none;

	border-spacing: 0px;

}

#scheduletable th, #scheduletable td {

  padding: 7px;

  border-right: solid 1px #ffffff;

  font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;

  color: #000000;

}

#scheduletable th {

	font-size: 0.75em;

	text-align: left;

	vertical-align: bottom;

}

#scheduletable td {

	font-size: 0.70em;

}

#scheduletable tr.even {

  background-color: #c3e3f2;

}

#scheduletable td.column1,

#scheduletable td.column3,

#scheduletable td.column4,

#scheduletable td.column6,

#scheduletable td.column7 {

  white-space: nowrap;

}

#scheduletable td.column1 {

  font-weight: bold;

}





