/* start multiple tabs */

.main-div{
	float:left;
	padding: 0 0 10px 0;
}
.main-ul{ margin:0px; padding: 0px; list-style: none; }
#main-div li{
}
.category-item{
	float: left;
	display:inline;
	background-color: #EEEEEE;
	padding:3px;
	margin:0;
	border-left:1px solid #C6C6C6;
	border-top:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	border-bottom:1px solid #8D8D8D;
	cursor:pointer;
	font-size: 11px;
	color: #4D4D4D;
}
.category-item-on{
	float: left;
	display:inline;
	background-color: #fff;
	padding:3px;
	margin:0;
	border-left:1px solid #8D8D8D;
	border-top:1px solid #8D8D8D;
	border-right:1px solid #8D8D8D;
	border-bottom:1px solid #fff;
	cursor:pointer;
	font-size: 11px;
	color: #2A526C;
}
.category-item-over{
	float: left;
	display:inline;
	background-color: #99CCFF;
	padding:3px;
	margin:0;
	border-left:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #8D8D8D;
	cursor:pointer;
	font-size: 11px;
	color: #000;
}

/* end multiple tabs */

/* CSS Document */
#sch_wrapper {
	float: left;
  width: 442px;
  height: 394px;
}
#sch_block {
  position: absolute;
  width: 472px;
  height: 394px;
}
#sch_header {
  height: 20px;
  width: 472px;
  font-weight: bold;
  font-size: 11px;
  line-height: 17px;
}
#sch_header div {
  float: left;
  width: 60px;
  height: 18px;
  text-align: center;
  margin-right: 2px;
  background-color: #99ccff;
}
#sch_header div.first {
  width: 38px;
  background-color: #ffffff;
}
#sch_header div.last {
  margin-right: 0px;
}
#sch_rows {
  float: left;
  width: 38px;
  height: 374px;
  background-image: url(../images/sch_row_small.bmp);
  background-repeat: repeat;
  font-size: 10px;
}
#sch_rows div {
  height: 22px;
  padding-right: 2px;
  line-height: 22px;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;  
}
#sch_periods {
  height: 374px;
  width: 432px;
  position: absolute;
  left: 40px;
  top: 20px;
  background-image: url(../images/sch_row_small.bmp);
  background-repeat: repeat;
  font-size: 10px;
}
#sch_periods .period {
  width: 60px;
  position: absolute;
  background-color: #ffffff;
  border: 0px #000000 none;
  text-align: center;
  vertical-align: middle;
}
#sch_periods .period div {
  width: 60px;
  height: 10px;
  padding: 0px;
  margin: 0px;
}
#sch_periods .period .time {
  font-size: 11px;
  font-weight: bold;
}
#sch_periods .period .length {
  margin: 2px 0 2px 0;
}
#sch_periods .period .square{
	width:10px;
	height:10px;
	margin: 0 0 0 1px;
	float: left;
}
#sch_periods .period .time_length{
	float: right;
}

.category_time{
	font-size: 10px;
	font-weight: bold;
}
.category_length {
	font-size: 9px;
	font-weight: normal;
}
.courseDetails{
	margin: 0 0 10px 0;
	padding:5px;
	border:1px solid #8D8D8D;
	font-size: 11px;
	font-weight: normal;
}

.black20{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
