
#class_browse table{
	width: 100%;
	text-align: center;
	border-style: none;
	border-width: 0px;
}

#class_browse td {
	line-height: 34px;
	padding: 5px;
	margin: 0;
	vertical-align: top;
	}

#class_browse td.title {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}



.l_title {
	background-image: url(imgs/l_title.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;

}

.c_title {
	background-image: url(imgs/c_title.gif);
	background-position: left;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

.r_title {
	background-image: url(imgs/r_title.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;

}

#class_browse a{
	color: blue;
}

#class_browse a:hover{
	color: black;
}

.li_note {
	font-size: 10px;
	line-height: 18px;
}

#class_browse ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
}
#class_browse li{
		background-color: #eeeeee;
		margin: 5px 0 5px 0;
		padding: 10px 5px 10px 5px;
}

.begin_note {
	font-size: 11px;
	line-height: 16px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 0px;
}

.begin_title {
	font-size: 13px;
	font-weight: bold;
	color: #ff3300;
	line-height: 18px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.month_header {
	background-color: #6666dd;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.month_num {
	background-color: #ccccff;
	text-align: right;
	padding-right: 7px;
	padding-left: 7px;	
}

.gen_bg_img {
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 5px;
	height:30px;
}