﻿/***左侧列表***/
.course_list {
	width:220px;
	height:35px;
	line-height:35px;
	background:url(course_list.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	padding-left:30px;
}

.course {
	width:230px;
	overflow:hidden;
	margin-left:20px;
}
	.course ul {
		padding:0px;
		margin:0px;
		list-style:none;
	}
	.course ul li {
		width:185px;
		height:25px;
		line-height:25px;
		background:url(teacher_dot.gif) no-repeat 20px 6px;
		padding-left:45px;
	}
		.course a {
			color:#c00;
		}
		

/***右侧表格***/
.table_title {
	height:35px;
	font-size:16px;
	font-weight:bold;
	color:#c00;
	line-height:35px;
	text-align:center;
}

.table_notice {
	border:1px solid #97e490;
	background-color: #fbfffa;
	color:#1d6402;
	line-height:25px;
	text-align:center;
}

.table_head {
	background:#cbe1fb;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#014f8a;
}

.table_content {
	background:#f2f9ff;
	text-align:center;
	height:22px;
	line-height:22px;
	color:#585858;
}


.cet_content {
	padding:5px;
	line-height:24px;
}


.viplist {
	width:640px;
	overflow:hidden;
}
	.viplist ul {
		margin:0px;
		padding:0px;
		list-style:none;	
	}
	.viplist ul li {
		width:285px;
		float:left;
		background:url(hot_spot.png) no-repeat 3px 5px;
		height:25px;
		line-height:25px;
		padding-left:30px;
		color:#c00;
	}

#vip_focus {
	font-size:15px;
	font-weight:bold;
	color:#FF0000;
	line-height:24px;
}