@CHARSET "UTF-8";

.sidebar {
	float: left;
	width: 258px;
	border-radius: 5px;
	border: 1px solid #DDD;
	background-color: #FFF;
	padding-top: 35px;
	padding-bottom: 35px;
}

.sidebar_tit {
	width: 195px;
	height: 30px;
	line-height: 30px;
	margin-left: 30px;
	border-left: 4px solid #FFF;
}

.sidebar_tit:HOVER {
	background-color: #f5f5f5;
	border-color: #EEE;
}

.sidebar_tit .title {
	display: block;
}

.sidebar_tit .open {
	color: #222;
}

.sidebar_tit .close {
	color: #666;
}

.sidebar_list {
	width: 195px;
	margin-left: 30px;
}

.basic_info {
	width: 198px;
	background-color: #FAFAFA;
	padding: 10px 0px 10px 0px;
	margin-bottom: 5px;
	border-radius: 5px;
	border: 1px solid #EEE;
}

.basic_info li {
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
	color: #666;
}

.sidebar_list li img {
	float: left;
	width: 16px;
	height: 16px;
	margin: 7px 10px 0px 10px;
}

.sidebar_list li a {
	display: block;
	width: 195px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border-left: 4px solid #FFF;
}

.sidebar_list li :HOVER {
	background-color: #f5f5f5;
	border-color: #EEE;
}

.userInfo_frame {
	width: 848px;
	margin-left: 30px;
}

.tab_head {
	float: left;
	width: 840px;
	height: 41px;
	margin-top: 20px;
	border-bottom: 1px solid #DDD;
	padding-left: 8px;
}

.tabs li {
	float: left;
}

.tabs li a {
	display: block;
	color: #444;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #FFF;
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
}

.tabs li a:HOVER {
	border: 1px solid #EEE;
	border-bottom: none;
	background-color: #EEE;
	color: #83bb36;
}

.tabs li .active {
	border: 1px solid #DDD;
	border-bottom: 1px solid #FFF;
	border-radius: 5px 5px 0px 0px;
	cursor: default;
}

.tabs li .active:HOVER {
	background-color: #FFF;
	border: 1px solid #DDD;
	border-bottom: 1px solid #FFF;
	border-radius: 5px 5px 0px 0px;
}

.userContent {
	float: left;
	width: 848px;
	padding: 20px 0px 40px 0px;
}

.userContent .infoDiv {
	float: left;
	width: 700px;
	min-height: 40px;
	line-height: 40px;
	margin: 0px 0px 10px 80px;
}

.headUploadTip {
	float: left;
	display: block;
	font-size: 14px;
	width: 400px;
	line-height: 20px;
	color: #444;
	padding: 3px 5px 3px 5px;
	border: 1px solid #DDD;
	border-radius: 5px;
	background-color: #FAFAFA;
	margin-top: 3px;
}

.userContent .infoDiv .infoTitle {
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
	height: 100%;
}

.userContent .infoDiv .radioText {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.userContent .infoDiv .paperSelect {
	float: left;
	width: 600px;
	height: 32px;
}

.userContent .infoDiv .paperSelect .textbox {
	float: left;
	margin-top: 10px;
}

.userContent .infoDiv .paperSelect .radioText {
	float: left;
	height: 32px;
}

.userContent .infoDiv .courseImgUpLoad {
	float: left;
	width: 300px;
	height: 24px;
	margin-top: 8px;
}

.userContent .infoDiv .courseImg {
	width: 78px;
	height: 34px;
	padding: 1px;
	border: 1px solid #BBB;
	border-radius: 2px;
}

.userContent .infoDiv .priceTip {
	display: block;
	float: left;
	color: #F25D8E;
	height: 28px;
	line-height: 28px;
	background-color: #EEE;
	border-radius: 5px;
	border: 1px solid #DDD;
	padding: 0px 8px 0px 8px;
	margin: 5px 0px 0px 10px;
}

.userContent .infoDiv .checkboxsDiv {
	float: left;
	width: 600px;
}

.checkboxsDiv .checkboxDiv {
	float: left;
	min-width: 50px;
	margin-right: 10px;
}

.userContent .infoDiv .text {
	float: left;
	width: 300px;
	height: 28px;
	line-height: 28px;
	margin-top: 5px;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", "Arial", sans-serif;
}

.userContent .infoDiv .banInput {
	width: 300px;
	height: 28px;
	line-height: 28px;
	margin-top: 5px;
}

.userContent .infoDiv input[type=radio] {
	margin: 12px 3px 0px 0px;
}

.userContent .infoDiv input[type=checkbox] {
	margin: 12px 3px 0px 0px;
}

.userContent .infoDiv .checkboxText {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.userContent .defaultHeadDiv .headsDiv {
	float: left;
	width: 680px;
	min-height: 20px;
	border: 1px solid #DDD;
	border-radius: 5px;
	background-color: #FAFAFA;
	padding-bottom: 5px;
}

.userContent .defaultHeadDiv .heads {
	float: left;
	width: 60px;
	height: 60px;
	margin: 5px 0px 0px 5px;
	border: 1px solid #FFF;
	border-radius: 3px;
	cursor: pointer;
}

.userContent .defaultHeadDiv .heads:HOVER {
	border: 1px solid #999;
}

.userContent .headUploadDiv {
	height: 80px;
	padding-top: 10px;
}

.userContent .headInfo {
	height: 120px;
}

.infoDiv .nowHeadTitle {
	float: left;
	width: 100px;
	height: 100px;
	line-height: 20px;
}

.infoDiv .nowHeadImg {
	float: left;
	width: 110px;
	height: 110px;
	margin-left: 50px;
	border: 1px solid #DDD;
	padding: 4px;
}

.userContent .saveBtn {
	float: left;
	width: 80px;
	height: 30px;
	margin: 10px 20px 10px 0px;
}

.spreadLink {
	font-size: 15px;
	color: #222;
}

.spreadLink:HOVER {
	color: #83bb36;
}

.common_search {
	float: left;
	width: 800px;
	height: 25px;
	line-height: 25px;
	margin: 0px 0px 10px 50px;
}

.common_search .search_input {
	float: left;
	margin-right: 20px;
}

.common_search select {
	width: 100px;
	height: 25px;
	margin: 0px 20px 0px 0px;
}

.common_search .dateTextBox {
	width: 110px;
	height: 23px;
	line-height: 23px;
	padding-left: 2px;
	background-image: url("/skins/images/time.png");
	background-repeat: no-repeat;
	background-position: right;
}

.search_input .searchText {
	width: 80px;
	height: 23px;
}

.search_input .searchButton {
	width: 60px;
	height: 25px;
	margin: 0px 20px 0px 0px;
}

.checkFuzzy {
	margin: 5px 5px 0px 0px;
}

.statusCheckBox {
	margin: 12px 0px 0px 0px;
}

.listTable {
	float: left;
	width: 766px;
	margin: 5px 0px 20px 40px;
}

.listTbody {
	float: left;
	min-height: 450px;
}

.listTable .listHead {
	float: left;
	width: 766px;
	height: 29px;
	font-weight: bold;
	border-bottom: 1px dashed #BBB;
}

.listTable .listTr {
	float: left;
	width: 764px;
	min-height: 29px;
	border-bottom: 1px dashed #BBB;
	border-left: 1px dashed #FFF;
	border-right: 1px dashed #FFF;
}

.listTable .listTr:HOVER {
	border-left: 1px dashed #BBB;
	border-right: 1px dashed #BBB;
	background-color: #F3F3F3;
}

.listTable .listTd {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
}
.listTable .listTd font{
	font-size: 12px;
}

.listTd .tecName {
	float: left;
	display: block;
	text-align: center;
	min-width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.listTd .tecMsgBtn {
	float: right;
	margin-top: 5px;
}

.listTd #numberLink {
	padding: 0px 6px;
	background-color: #ff440b;
	color: #FFF;
}

.listTd #numberLink:HOVER {
	background-color: #F00;
}

.listTd a {
	cursor: pointer;
	color: #111;
	font-size: 12px;
}

.listTd a:HOVER {
	color: #ff8246;
}

.listTd .cursor_hand {
	cursor: pointer;
}

.listTd a img {
	margin-top: 6px;
}

.nullList {
	display: block;
	float: left;
	width: 766px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	color: #444;
}

.userContent .faqInfoDiv {
	float: left;
	width: 700px;
	height: 30px;
	line-height: 30px;
	margin: 0px 0px 10px 80px;
}

.accountList {
	float: left;
	margin: 40px 0px 0px 100px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 160px;
	position: absolute;
	z-index: 100;
	background-color: #FFF;
	border: 1px solid #AAA;
	background-color: #FAFAFA;
	display: none;
	border-radius: 4px;
}

.accountList .accountSelect {
	float: left;
	width: 140px;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

.accountList .accountSelect:HOVER {
	color: #ff8246;
	background-color: #EEE;
}

.faqInfoDiv select {
	width: 150px;
	height: 25px;
	margin-top: 3px;
}

.faqInfoDiv .infoTitle {
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
}

.faqInfoDiv_content {
	float: left;
	width: 700px;
	height: 160px;
	line-height: 200px;
	line-height: 30px;
	margin: 0px 0px 10px 80px;
}

.faqInfoDiv_content .rbValueTitle {
	float: left;
	font-weight: bold;
	width: 80px;
	height: 120px;
	line-height: 120px;
}

.faqInfoDiv_content .rbValueDiv {
	float: left;
	width: 20px;
	height: 68px;
	padding-top: 52px;
}

.faqInfoDiv_content .infoTitle {
	float: left;
	display: block;
	width: 100px;
	height: 180px;
	line-height: 180px;
	font-weight: bold;
}

.faqInfoDiv_content .faqTextArray {
	float: left;
	width: 600px;
	height: 160px;
}

.lookMessageTitle {
	width: 726px;
	height: 25px;
	line-height: 25px;
	border-radius: 4px;
	border: 1px solid #DDD;
	background-color: #F8F8F8;
	padding: 3px 0px 3px 20px;
	margin: 0px 0px 10px 50px;
}

.lookMessageTitle .sendName {
	float: left;
}

.lookMessageTitle .sendTime {
	float: right;
	margin-right: 10px;
}

.lookMessageContent {
	display: block;
	width: 726px;
	min-height: 350px;
	line-height: 25px;
	border-radius: 4px;
	border: 1px solid #DDD;
	background-color: #F8F8F8;
	padding: 20px 0px 0px 20px;
	margin: 0px 0px 10px 50px;
}

.infoDiv .participantsNames {
	float: left;
	width: 500px;
	margin-top: 7px;
}

.infoDiv .participantsNames .studentName {
	float: left;
	min-width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0px 20px 5px 0px;
	border-radius: 5px;
	border: 1px solid #AAA;
	background-color: #F3F3F3;
	overflow: hidden;
	cursor: default;
	-webkit-user-select: none;   /* Chrome all / Safari all */
	-moz-user-select : none;     /* Firefox all */ -ms-user-select : none;
	      /* IE 10+ */ -o-user-select : none;
	user-select: none;
}

.infoDiv .participantsNames .studentName:HOVER {
	background-color: #FFF;
}

.infoDiv .participantsNames .studentName:HOVER .delBtn {
	background-color: #ff6060;
}

.infoDiv .participantsNames .studentName .delBtn {
	float: left;
	display: block;
	cursor: pointer;
	width: 20px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	margin: -1px 0px 0px -1px;
	color: #F2F2F2;
	background-color: #FF7979;
	border-radius: 5px 0px 0px 5px;
}

.infoDiv .participantsNames .studentName .delBtn:HOVER {
	color: #FFF;
	background-color: #FF0000;
}

.infoDiv .participantsNames .nameText {
	margin: 0px 5px 0px 5px;
	cursor: default;
}

.infoDiv .ctrlBtnsDiv {
	float: left;
	width: 500px;
	margin-left: 100px;
}

.infoDiv .ctrlBtnsDiv .btns {
	width: 100px;
	height: 25px;
	line-height: 25px;
	margin-right: 20px;
}

.selectTopicTypeDiv {
	width: 156px;
	height: 300px;
	float: left;
	margin-left: 20px;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}

.selectTopicTypeDiv .topicTypeTitle {
	display: block;
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #BBB;
	background-color: #EEE;
}

.selectTopicTypeDiv .topicType {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #BBB;
	cursor: pointer;
}

.selectTopicTypeDiv .topicType:HOVER {
	background-color: #FF7979;
	color: #FFF;
}

.selectTopicTypeDiv .topicTypeSelected {
	background-color: #FF7979;
	color: #FFF;
	cursor: default;
}

.questionSelect {
	float: left;
	width: 650px;
	min-height: 300px;
	background-color: #FFF;
	border: 1px solid #BBB;
}

.questionSelect .questionTitle {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #BBB;
	background-color: #EEE;
}

.questionSelect .questionTitle .title {
	display: block;
	float: left;
	width: 550px;
	text-align: center;
	font-weight: bold;
}

.questionSelect .questionTitle .deleteTitle {
	float: left;
	width: 98px;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #BBB;
}

.questionSelect .questionList {
	float: left;
	width: 650px;
	height: 30px;
	line-height: 30px;
	background-color: #FFF;
	border-bottom: 1px solid #BBB;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.questionSelect .questionList:HOVER {
	background-color: #f3f3f3;
}

.questionSelect .questionList .question {
	float: left;
	width: 510px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

.questionSelect .questionList .delete {
	display: block;
	float: left;
	width: 99px;
	text-align: center;
	border-left: 1px solid #BBB;
	color: red;
	cursor: pointer;
}

.questionSelect .questionList .delete:HOVER {
	background-color: #FF7979;
	color: #FFF;
}

.questionSelect .deleteAllDiv {
	float: left;
	width: 650px;
	height: 30px;
	line-height: 30px;
	background-color: #FFF;
}

.questionSelect .deleteAllDiv .deleteAllBtn {
	float: right;
	width: 94px;
	height: 26px;
	line-height: 24px;
	margin: 2px 2px 0px 0px;
}

.alertInfoTip {
	float: left;
	display: block;
	min-height: 28px;
	line-height: 28px;
	padding: 0px 10px;
	color: #ec155b;
	background-color: #EFEFEF;
	border: 1px solid #BBB;
	border-radius: 5px;
}