/* CSS Document */
  .menu
  {
   position:relative;
   background-color:transparent;
   border:0px solid transparent;
   width:140;
   font-size:11px;
   font-family:verdana;
   font:bold;
   position:absolute;
   cursor:hand;
  }
  .item_panel
  {
    width:150;
    border-left:0px solid transparent;
    border-right:0px solid transparent;
	border-bottom:0px solid	transparent;
    clip:rect(0,140,0,0);
    position:absolute;
  }
  .item_panel a
  {
   text-decoration:none;
   color:black;
   cursor:hand;
  }
  .item
  {
   background-color: transparent;
   width:138;
   font-size:10px;
   font-family:verdana;
  }

.schetimes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.schetimes td {
	white-space: nowrap;
}
.scheday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;

}
.schweeks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.classDays {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.noclass {
	font-weight:bold;
	background-color: #CCC;
}
.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight:bold;
}
.alert-text {
	width: 500px;
	padding: 10px;
	background-color: #999999;
	border: 1px #990000 solid;
	font-weight: bold;
	font-size: 12px;
	color: #DD0000;
}
.centered {
	text-align: center;
}
