﻿@import url("ui.all.css");
@import url("ui.dropdownlist.css");

body
{
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	background-color: #F4EEDB;
	font-size: 12px;
	text-align: center;
}

ul, li, form
{
	padding: 0px;
	margin: 0px;
}

div
{
	text-align: left;
}

a
{
	text-decoration: none;
	color: Black;
	cursor: pointer;
}

a:hover
{
	color: #666;
}

img
{
	border: none;
}

textarea
{
	border: solid 1px #E0C4A1;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #E0C4A1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #E0C4A1;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #E0C4A1;
}

em
{
	color: #6B6B6B;
	font-style: normal;
}

.input_text
{
	height: 23px;
	line-height: 23px;
	padding: 0;
	border: solid 1px #E0C4A1;
	background-color: #F4EEDB;
	float: left;
	width: 148px;
	text-indent: 5px;
}

.input_file
{
	height: 24px;
	border: solid 1px #E0C4A1;
	background-color: #F4EEDB;
	float: left;
	padding-top: 3px;
}

.input_button
{
	height: 25px;
	border: none;
	background-color: #A4342F;
	float: left;
	color: White;
	cursor: pointer;
	text-align: center;
	width: 55px;
}

.background
{
	background-color: White;
	border-bottom: solid 1px #E0C4A1;
	height: 118px;
	width: 100%;
	width: expression(documentElement.clientWidth < 998 ?  "998px" : "100%" );
	min-width: 998px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.background p
{
	background: url(./images/index_01.gif) repeat-x;
	width: 100%;
	height: 87px;
	margin: 0;
}

.mainBody
{
	width: 998px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

.logo
{
	width: 218px;
	height: 123px;
	background: url(./images/logo.gif);
	border: solid 1px #E0C4A1;
}

.banner
{
	color: White;
	font-size: 30px;
	font-weight: bold;
	height: 78px;
	line-height: 78px;
	text-align: center;
}

.menu
{
	height: 32px;
	margin-bottom: 5px;
}

.menu ul
{
	font-size: 13px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 5px;
	height: 32px;
	float: left;
}

.menu li
{
	float: left;
	margin: 0 1px;
	height: 32px;
	cursor: pointer;
}

.menu li a
{
	text-decoration: none;
	margin-left: 5px;
	color: #772523;
	height: 32px;
	line-height: 32px;
	padding: 0 10px 0 12px;
}

.menu li div
{
	background-color: #A4342F;
	float: left;
	margin-top: 4px;
	height: 25px;
}

.menu li div a
{
	color: White;
	line-height: 22px;
	height: 22px;
}

.menu-li-hover
{
	background-color: #6D2120;
	background-image: url(images/index_02.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

.menu-li-hover a
{
	color: White !important;
}

.menu-li-hover div
{
	background-color: Transparent !important;
	margin-top: -1px;
}

.search_bar
{
	height: 32px;
	float: left;
}

.search_bar form
{
	margin-top: 3px;
}

.border
{
	border: solid 1px #E0C4A1;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.border a
{
	margin: 0 !important;
	padding: 0 !important;
}

.border img
{
	border: none;
	margin: 0;
	padding: 0;
}

.buttonBorder
{
	border: solid 1px #993333;
	padding: 1px;
	width: 48px;
	height: 45px;
}

.space
{
	margin: 1px;
}

.tabBox
{
	width: 500px;
	float: left;
}

.tabBorder
{
	margin-right: 0px;
	padding: 0;
	border: solid 1px #E0C4A1;
	background-color: White;
}

.splitter_red
{
	background-color: #A4342F;
	border-left: solid 1px #A4342F;
	border-right: solid 1px #A4342F;
	height: 3px;
	font-size: 3px;
	clear: both;
}

.splitter_blue
{
	background-color: #006597;
	border-left: solid 1px #006597;
	border-right: solid 1px #006597;
	height: 3px;
	font-size: 3px;
	clear: both;
}

.tabBar_red div, .tabBar_blue div
{
	height: 25px;
	line-height: 25px;
	float: left;
	margin-right: 3px;
	padding: 0 18px;
	font-size: 12px;
	color: White;
	cursor: pointer;
	background-color: #6B6B6B;
}

.tabBar_red-div-hover
{
	background-color: #A4342F !important;
}

.tabBar_blue-div-hover
{
	background-color: #006597 !important;
}

.splitter
{
	border-top: dashed 1px #7F7F7F;
	margin: 10px 15px;
	font-size: 0;
	height: 0;
}

.more
{
	text-align: right;
	font-size: 12px;
	margin-right: 20px;
}
.more a
{
	color: #A4342F;
}

.tabPannel
{
	height: 104px;
	margin: 10px 15px;
}

.tabPannel a
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #993333;
}

.tabPannel b
{
	font-size: 14px;
	color: #A4342F;
	float: none;
}

.tabPannel p
{
	font-size: 12px;
	margin: 0;
	margin-top: 10px;
	line-height: 20px;
}

.left
{
	width: 220px;
	float: left;
}
.center
{
	width: 500px;
	float: left;
	margin: 0 6px;
}

.right
{
	width: 772px;
	float: left;
	margin-left: 6px;
}

.right2
{
	width: 266px;
	float: left;
}

.unlogin
{
	height: 22px;
	line-height: 22px;
	margin-top: 3px;
	padding-top: 5px;
	border: solid 1px #E0C4A1;
	text-align: center;
	background-color: White;
	background-image: url(images/login_07.gif);
	background-repeat: no-repeat;
	background-position: 56px center;
	margin-top: 5px;
	width: 218px;
}

.unlogin a
{
	color: #993331;
	font-weight: bold;
}

/*开始 页脚Footer*/
#bottomlink
{
	width: 100%;
	text-align: center;
	z-index: -1;
	position: absolute;
	left: 0;
	margin-top: -60px;
	background-color: #EEDFBA;
	padding: 100px 0 40px 0;
}

/*结束 页脚Footer*/

#pager
{
	text-align: center;
	margin: 10px 0;
	padding: 0;
	background: none;
	clear: both;
}
#pager a
{
	margin: 0 10px;
	color: #993333;
}

.messageBox
{
	padding: 20px;
}

.messageBox p
{
	font-size: 13px;
	margin: 10px 20px;
}

.messageBox p code
{
	font-size: 13px;
	color: #993333;
}

.userManage
{
	width: 700px;
	height: 61px;
	background-image: url( "/style/Images/userManage.png" );
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

.userManage p
{
	color: #993333;
	margin-top: 41px;
	margin-left: 30px;
	text-indent: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#applicant_info
{
	margin: 10px 30px;
	background-color: #F4EEDB;
	float: left;
}
#applicant_info table
{
	width: 600px;
	margin: 20px;
}

#applicant_info td
{
	padding: 0 10px;
	border: solid 1px white;
	font-size: 12px;
}

#applicant_info thead
{
	background-color: #F4EEDB;
	height: 28px;
	font-weight: bold;
}

#applicant_info tbody tr
{
	height: 28px;
}

#applicant_info textarea
{
	float: left;
	width: 500px;
	height: 120px;
}

#applicant_info ul
{
	list-style: none;
	margin: 0;
	width: 100%;
}

#applicant_info li
{
	height: 50px;
	float: left;
	margin: 3px 20px;
	line-height: 30px;
}

#errorPage
{
	margin: 20px;
	background-color: White;
	padding: 5px;
}

#errorPage h3
{
	padding: 0 20px;
	background-color: #993333;
	color: White;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}

#errorPage h4
{
	margin-left: 20px;
	font-size: 16px;
}

#errorPage p
{
	margin-left: 20px;
	font-size: 14px;
}

#errorPage a
{
	color: Blue;
}

.ui-datepicker-trigger
{
	margin-top: 3px;
	cursor: pointer;
}

.button_bar
{
	width: 168px;
	margin: 10px auto;
}

.index_list
{
	border: solid 1px #E0C4A1;
	background-color: White;
	margin-top: 5px;
}

.index_list div
{
	margin: 1px;
	height: 20px;
	line-height: 20px;
	padding-left: 70px;
	padding-top: 2px;
}

.index_list div span
{
	float: left;
}

.index_list div a
{
	float: left;
	height: 20px;
	line-height: 18px;
	color: #A4342F;
	margin-left: 5px;
}

.index_list ul
{
	list-style-type: none;
	margin: 10px 0 0 15px;
	padding: 0;
}

.index_list ul li
{
	margin: 6px 0;
	padding: 0;
	padding-left: 15px;
	background-image: url(/style/Images/index_16.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.index_list ul li a
{
	font-size: 12px;
	color: Black;
	float: none;
}
.index_list ul li a:hover
{
	color:#666;
}

.index_list ul li a em
{
	color: #6B6B6B;
	font-style: normal;
}

.index_list ul li img
{
	width: 10px;
	height: 10px;
}


.loginBox
{
	width: 218px;
	height: 219px;
	border: solid 1px #E0C4A1;
	background-color: White;
	margin-bottom: 3px;
	margin-top: 3px;
	float: left;
}

.loginBox div
{
	background-color: #CEBF9A;
	color: #A4342F;
	background-image: url(/Style/images/index_04.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.loginBox p
{
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 0;
	padding-left: 15px;
	color: #A4342F;
}

#authCode
{
	width: 70px;
	float: left;
	margin-right: 6px;
}

#authCode + img
{
	border: solid 1px #E0C4A1;
}

.Logined
{
	width: 218px;
	text-align: center;
	margin-bottom: 6px;
	background-color: White;
	border: solid 1px #E0C4A1;
	height: 219px;
	margin-top: 3px;
}

.Logined hr
{
	height: 0px;
	border-top: solid 1px #993333;
	margin: 0 8px;
	padding: 0;
}

.Logined hr + div
{
	height: 146px;
	background-image: url(/style/images/login_01.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 0px;
	font-size: 14px;
	color: #8a2c2a;
}

.welInfo
{
	height: 146px;
	background-image: url(/style/images/login_01.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 0px;
	font-size: 14px;
	color: #8a2c2a;
	margin-left: 50px;
}

.Logined span p
{
	margin: 5px 0;
}

.Logined span a
{
	color: #ef3022;
}

.Logined img
{
	border: none;
}

.Logined span + div
{
	height: 20px;
}

.usermanagemenu
{
	margin-top: 5px;
	width: 218px;
	border: solid 1px #e0c4a1;
	background-color: #f4eedb;
}

.usermanagemenu div a
{
	color: White;
	text-decoration: none;
}

#usermanagemenu_head
{
	width: 100%;
	height: 28px;
	background-color: #993333;
	margin-top: 1px;
	line-height: 28px;
	text-align: center;
	background-image: url(/style/Images/snow.gif);
	background-repeat: no-repeat;
	background-position: 40px center;
	color: White;
	padding-left: 0;
}

#usermanagemenu_foot
{
	width: 100%;
	height: 28px;
	background-color: #993333;
	margin-top: 1px;
	line-height: 28px;
	text-align: center;
	color: White;
	padding-left: 0;
	background-image: none;
}

.usermanagemenu_unselected
{
	height: 28px;
	margin-top: 1px;
	line-height: 28px;
	background-image: url(/style/Images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 60px center;
	background-color: #6b6b6b;
	padding-left: 80px;
	cursor: hand;
}

.usermanagemenu_selected + ul
{
	list-style-type: none;
	margin: 0px;
	display: block;
}

.usermanagemenu_selected
{
	height: 28px;
	background-color: #993333;
	margin-top: 1px;
	line-height: 28px;
	background-image: url(/style/Images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 60px center;
	padding-left: 80px;
	cursor: hand;
}

.usermanagemenu ul
{
	list-style-type: none;
	margin: 0px;
	display: none;
	padding-left: 0px;
}

.usermanagemenu ul li
{
	height: 28px;
	background-color: #ece1d3;
	margin-top: 1px;
	line-height: 28px;
	padding-left: 80px;
}

.usermanagemenu ul li a
{
	color: #993333;
	text-decoration: none;
}

.jobList
{
	height: 630px;
}

.blogBox
{
	border: solid 1px #E0C4A1;
	background-color: White;
	height: 400px;
	margin-bottom: 5px;
	float: left;
	width: 218px;
}

.blogBox div
{
	background-color: #CEBF9A;
	color: #A4342F;
	background-image: url(/style/Images/index_09.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.blogBox p
{
	font-size: 12px;
	margin: 0px 5px 10px 5px;
}

.blogBox ul
{
	list-style: none;
	margin: 0 10px !important;
}

.blogBox ul li
{
	margin: 8px;
	margin-bottom: 0;
	padding: 0 !important;
	background: none !important;
}

.blogBox h1
{
	font-size: 12px;
	color: #8C070D;
	margin: 0;
	margin-bottom: 3px;
}

.blogBox h2, h3
{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

.blogBox h4
{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #7F7F7F;
	text-align: right;
}

.blogBox em
{
	color: #E86D9A;
	border-left: solid 1px #E86D9A;
	border-right: solid 1px #E86D9A;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 5px;
}

.blogBox ul li img
{
	margin-right: 5px;
	margin-left: 1px;
}

.navigator
{
	height: 271px;
	margin-bottom: 5px;
	width: 218px;
	float: left;
}

.navigator div
{
	background-color: #6B6B6B;
	color: #FFFFFF;
	background-image: url(/style/Images/index_26.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
	margin: 1px;
}

.kctj
{
	height: 214px;
}

.kctj div
{
	background-color: #6B6B6B;
	color: #FFFFFF;
	background-image: url(/style/Images/index_22.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.rdzy
{
	height: 210px;
}

.rdzy div
{
	background-color: #6B6B6B;
	color: #FFFFFF;
	background-image: url(/style/Images/index_28.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.teacherList
{
	height: 144px;
	text-align: center;
}

.teacherList div
{
	text-align: left;
	width: 440px;
	margin: 0 auto;
}
/*------------------------------*/
.teacherList div p
{
	font-size: 12px;
	width: 220px;
	float: left;
	border-bottom: solid 1px gray;
	line-height: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
}

.teacherList div p a
{
	background: url(./images/index_19.gif) no-repeat 10px 6px;
	padding-left: 23px;
	color: #000000;
}

.teacherList div table tr
{
	height:20px;
}

.teacherList div table  td
{
	font-size: 12px;
	width: 220px;
	border-bottom: solid 1px gray;
	line-height: 20px;
	height: 20px;
}

.teacherList  a
{
	background: url(./images/index_19.gif) no-repeat 10px 6px;
	padding-left: 23px;
	color: #000000;
}
/*--------------------------------------*/
.notice
{
	height: 102px;
	margin-top: 0px !important;
}
/*
.notice div
{
	background-color: #6B6B6B;
	color: White;
	background-image: url(/style/Images/index_13.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
}
*/
.notice_title_ex
{
	background-color: #6B6B6B;
	color: White;
	background-image: url(/style/Images/index_13.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
}
/*
.notice div p
{
	text-indent: 2em;
	margin: 0 0 0 0;
	line-height: 18px;
	width:260px;
}
*/
.notice_p
{
		text-indent: 2em;
	margin: 0 0 0 0;
	line-height: 18px;
	width:260px;
}

.agreement
{
	width: 996px;
	border: 1px solid #E0C4A1;
	background-color: White;
	margin: 0 auto;
}

.agreement hr
{
	color: #CFEDCF;
	width: 900px;
	clear: both;
	border-width: 0px;
	height: 2px;
	background-color: #CFEDCF;
	margin-top: 5px;
}


.rolesitem
{
	height: 28px;
	margin-top: 1px;
	line-height: 28px;
	background-image: url(/style/Images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	background-color: #6b6b6b;
	padding-left: 40px;
	cursor: hand;
}

.rolesitem a
{
	color: White !important;
	text-decoration: none !important;
}

.rolesitemhover
{
	height: 28px;
	background-color: #993333;
	margin-top: 1px;
	line-height: 28px;
	background-image: url(/style/Images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-left: 40px;
	cursor: hand;
}

.agreement h2
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
}
#agreementContent
{
	width: 900px;
	height: 500px;
	border: 1px solid #cacaca;
	padding: 10px;
	color: #555555;
	overflow-y: auto;
	margin-left: auto;
	margin-right: auto;
}

.agreement p
{
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 20px;
}

.agreement span
{
	padding-left: 35px;
	font-style: normal;
	display: block;
}

.agreement address
{
	font-style: normal;
	margin-right: 50px;
	margin-top: 50px;
	width: 100px;
	float: right;
	color: Black;
}

#regist_btn
{
	margin-left: auto;
	margin-right: auto;
	width: 250px !important;
	margin-top: 20px;
}

.agreement table
{
	margin: 40px auto 20px auto;
	font-size: 12px;
}

.agreement table td
{
	vertical-align: top;
}

.agreement table td em
{
	color: Red;
}

.agreement table td p, .agreement ul li p
{
	line-height: 25px;
	float: left;
	margin: 0 10px;
	margin-bottom: 10px;
	padding: 0 10px;
	background-color: #CFEDCF;
	width: 330px;
}

.firstli
{
	list-style-type: none;
	height: 25px;
	line-height: 25px;
	margin-top: 20px;
	float: left;
	width: 100px;
	text-align: right;
}

.agreement ul
{
	list-style: none;
}

.agreement ul li img
{
	border: solid 1px #E0C4A1;
	margin-left: 5px;
}

.redem
{
	color: Red;
}

.leftDiv
{
	float: left;
	width: 600px;
}

.leftDiv table
{
	margin-top: 5px;
}

.leftDiv table tr
{
	vertical-align: middle;
	height: 35px;
}

.leftDiv table td
{
	vertical-align: middle;
}

.rightDiv
{
	float: left;
	width: 300px;
}

#title
{
	text-indent: 1em;
	margin: 0px 1px 1px 1px;
	padding: 3px 0;
	background-color: #CFEDCF;
	font-weight: bold;
}

.label1
{
	width: 60px;
	background-color: Yellow;
	text-align: center;
	float: left;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
}

.label2
{
	width: 60px;
	background-color: #42f70b;
	text-align: center;
	float: left;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
}

.label3
{
	width: 60px;
	background-color: #f3260a;
	text-align: center;
	vertical-align: middle;
	float: left;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
}

.agreement ul
{
	margin: 0 auto;
	padding: 0px;
	clear: both;
}

.agreement ul li p
{
	line-height: 25px;
	float: left;
	margin: 0;
	padding: 0 10px;
	background-color: #CFEDCF;
	display: block;
	width: 310px;
}

.agreement ul li
{
	list-style-type: none;
	line-height: 25px;
	margin-top: 20px;
	float: left;
	margin-left: 0px;
	min-width: 150px;
	text-align: left;
}

.agreement ul li em
{
	color: Red;
	margin-left: 5px;
}

.reg_submitbtn
{
	width: 168px;
	margin-left: auto;
	margin-right: auto;
}

.schoolcard
{
	height: 196px;
	width: 480px;
}

.schoolcard tr td
{
	width: 20%;
	height: 33.3%;
	text-align: center;
}

.schoolcard tr td div
{
	text-align: center;
	border: solid 1px #E0C4A1;
	padding: 5px 0;
	width: 80px;
}

.schoolcard tr td div b
{
	color: #993333;
	font-weight: bold;
}

.tjschool
{
	height: 146px;
}

.tjschool div
{
	background-color: #6B6B6B;
	color: #FFFFFF;
	background-image: url(/style/Images/index_14.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.resSubject
{
	height: 160px;
}
#subList
{
	margin-top: 12px;
	margin-left: 12px;
	width: 245px;
	/*height: 100px;*/
	padding-left: 0px;
}
#subList div
{
	float:left; 
	height:18px;
	 background-color:#993333; 
	 margin-left:2px;
	  text-align:center; 
	  padding-left:0px; 
	  margin-top:0px; 
	  padding-top:0px;
}
#subList  a
{
	/*float:left;*/ 
	height:12px;
	line-height:12px; 
	/*color:White;*/
	margin-left:1px;
	/*background-color:#993333; */
	margin-top:1px;
	border-right:solid 1px #993333;

}
.resSubjectTitle
{
	background-color: #6B6B6B;
	color: #FFFFFF;
	background-image: url(/style/Images/resTitle.jpg);
	background-repeat: no-repeat;
	background-position: 45px center;
}

.JoinUsMessage
{
	height: 142px;
}

.JoinUsMessage div
{
	background-color: #CEBF9A;
	color: #A4342F;
	background-image: url(/style/Images/index_17.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
}


.senior
{
	height: 63px;
	width: 100%;
	float: left;
}

.senior div
{
	margin: 39px 0 0 94px;
}

.junior
{
	height: 63px;
	width: 100%;
	float: left;
}

.junior div
{
	margin: 34px 0 0 100px;
}
.go_back
{
	width:660px; height:20px; text-align:left; margin-top:0px; margin-left:20px; border-bottom:1px solid #993333; line-height:20px;
}

.login_box_c
{
	 /*height:192px;
	 width:218px; 
	 background-color:#f9f5ea; 
	margin-top:-4px;*/
	height:188px;
	 width:217px; 
	 background-color:#f9f5ea; 
	margin-top:-2px;
}
.login_box_top
{
	font-size:12px;width:184px; height:41px; margin-top:5px; margin-left:auto; margin-right:auto;
}
.login_box_midd
{
	width:184px; height:53px; margin-top:10px; margin-left:auto; margin-right:auto;
}
.login_box_down
{
	width:184px; height:42px; margin-top:30px; margin-left:auto; margin-right:auto;
}
.login_box_wel
{
	width:184px; height:21px; line-height:21px;
}
.login_box_welinfo
{
	color:#a43430;width:184px; line-height:20px; height:20px; background-color:#f2ead3; text-indent:1em;
}

.login_box_men_light
{
	color:Black;width:184px; line-height:20px; height:20px; background-color:#f2ead3; margin-top:1px;
}
.login_box_men
{
	color:Black;width:184px; line-height:20px; height:20px; background-color:#f2ead3;margin-top:1px;
}

.login_box_men_light a
{
	 text-decoration:none;
	 color:#a43430;
}
.login_box_men a
{
	text-decoration:none;
	color:#a43430;
}
.bloodred
{
	color:#a43430;
}
.redEx
{
	color:Red;
}
.res_List div p a:hover
{
	color:#666;
}
.teacherList div p a:hover,.teacherList div table tr td a:hover
{
	color:#666;
}

