@charset "utf-8";
/* CSS Document */

#pageTit {
	margin: 0px;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.subTit {
	width:950px;
	margin-top: 0px;
	margin-bottom: 20px;	
}

.program{

	margin-bottom:20px;
	padding-bottom: 20px;
	padding-left:22px;
}

.program .years{
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	margin-left:-10px;	
}

.program .text_title {
	color: #336699;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.5em;
}

.program .detailBox {
	margin-bottom: 20px;
	font-size: 13px;
	color: #333;
	width: 100%;

}

.linkBox {
	margin-top: 30px;

	margin-bottom: 10px;
	border: 1px dotted #CCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.linkBox ul {
	width:100%;	
}
.linkBox ul li.pdf{
	float: left;
	font-size: 15px;
	line-height: 1.5em;
	color: #336699;
	list-style-type: disc;
	list-style-position: inside;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url(../program/img/mark_pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 50px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.linkBox ul li.excel{
	float: left;
	font-size: 15px;
	line-height: 1.5em;
	color: #336699;
	list-style-type: disc;
	list-style-position: inside;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url(../program/img/mark_excel.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 50px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.program .cyui{
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}

.bottomLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
}

table td {
	vertical-align: top;	
}
.teacherSubtit {
	color : #525252;
	font-size : 13px;
}
.teacherTable {
	margin : 0;
	border : solid 1px #71B3DF;
	border-bottom : none;
}
.mb30 {
	margin-bottom : 30px;
}
.teacherTable tr {
	margin : 0;
	border : none;
}
.teacherTable tr th {
	padding : 10px;
	color : #FFF;
	font-weight : normal;
	font-size : 15px;
	text-align : center;
	background : #71B3DF;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FFF;
}
.teacherTable tr td {
	padding : 10px;
	color : #111111;
	font-size : 13px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #71B3DF;
	border-bottom-color: #71B3DF;
}

#sidebar{
	margin-top:0px;
}
