* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#FFFFFF;
	color:#515151;
}

#pageRoot {
	width: 95%;
	height: 100%;
	min-height:600px;
	text-align:center;
	position:relative;
}

#pageHeader {
	position:relative;
	height:2.5em;
	
	/*background-color:#ECECEC;*/
}

#mainMenu{
	background-color:#000;
	text-align:left;
	width:1024px;
	z-index:9999;
	position:absolute;
	margin:0px;
	padding:0px;
}

#pageContent {
	position: relative;
	min-height:500px;
	/*
	background-color:#ECECEC;
	*/
	padding-top:20px;
	padding-bottom:20px;
}

#pc_title{
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
}

#pc_filter{
	padding-left:20px;
	padding-bottom:10px;
	position:relative;
}
#pc_data_info{
	width:100%;
	padding-left:20px;
	position:relative;
}

#pc_data_info .pc_data_c_t{
	
}

#pc_data_info .pc_data_c_t tr td{
	padding-bottom:4px;
	padding-right:10px;
	font-weight:bold;
}

#pc_btn{
	padding-left:0.5em;
	padding-top:0.5em;
}

#pc_data{
	width:100%;
	padding-left:0.5em;
	padding-top:0.5em;
	position:relative;
}

#pageFooter {
	position: relative; 
	color:#515151;
	padding:30px 0;
	font-size:11px; 
	z-index: 100;
}

#pageFooter a {
	text-decoration: none;;
}


.t_header{
	font-weight:bold;
}

table tr td label{
	font-weight:bold;
}

.f_table{
	
}
.f_table tr{
	height:26px;
}

.f_table tr td label{
	padding-right:0.625em;
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight:bold;
	display:inline-block; 
	min-width:10em;
	text-align:left;
}
.f_table tr td span{
	padding-right:0.625em;
	font-weight: normal;
}

.f_t_l{
	width:80px;
}
.f_table tr td{
	padding-top: 2px;
	padding-bottom: 2px;
}


.d_table{
	margin-bottom:0.625em;
	line-height:1.875em;
	border: thin solid #C9C9C9;
}

.d_table thead{
		margin: 0;
		font-size: 14px;
		text-shadow: 0 1px 0 #FFFFFF;
		font-weight: normal;
		border: thin solid #C9C9C9;
}

.d_table thead th{
	background: #ffffff; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */		
	height: 38px;
	border-bottom-width: 0;
	border-radius: 3px 3px 0 0;
	border: thin solid #C9C9C9;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;		
 padding-left:0.375em;
	padding-top:.25em;
	padding-bottom:.25em;
	padding-right:.375em;
	margin:0px;
}

.d_table tbody tr{
	height:1.875em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background: #ffffff; /* Old browsers */
}

.d_table tbody tr td{
		padding:0.2em 0.5em 0.2em;
		vertical-align:top;
		/* 
		color: #9a9a9a;
		*/
		font-size: 12px;
		text-shadow: 0 1px 0 #FFFFFF;
		font-weight: normal;
		line-height: 32px;
		border: thin solid #C9C9C9;
}

.d_table tbody tr td label{
	padding-right:0.625em;
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight:bold;
}

.d_table tbody tr.row0 { 
/*
	border-top:1px solid #C9C9C9;
	*/
}

.d_table tbody tr.row1 {
	/*
	border-top:1px solid #C9C9C9;
		*/
}

.d_table tbody tr.row_selected {
	background-color:#CCC;
}

.d_table tbody tr.row0:hover td,.d_table tbody tr.row1:hover td {
	background-color: #ffd;
}

.c_t_s{
	width: 95%;
}

.ss_table{
	border:#000 1px solid;
}

.ss_table td{
	border-bottom:#000 1px solid;
	padding-left:2px;
}

.ss_table_data{
	
}
.t_h_tr{
	font-weight:bold;	
}
.ss_table_data td{
	border-bottom:#000 1px solid;
	border-left:#000 1px solid;
	padding-left:2px;
}

.ss_ts_t_d{
	
}

.ss_ts_t_d td{ 
	border:#000 1px solid;
	padding-left:2px;
}

.ss_data_d{
	padding:0px;
	margin:0px;
}

.select_cat{
	width:250px;
}

.status_on{
	color:#0F0;
}

.status_off{
	color:#F00;
}

.control_t{
	padding-bottom: 20px;
}

.control_t tr td{
	line-height:24px;
padding-bottom: 8px;
}
.control_t .title{
	font-weight: bold;
}
.control_t tr td label{
font-weight: normal;
}

.control_t tr td .label{
	display:inline-block;
width: 380px;
}

.p_detail_div{ 
	height:1024px;
	
}

.register_table{
	width:800px;
}


.register_table tr{
	height:26px;
}

.register_table tr .t_label{
	width:260px;
}
.p_member{
	padding-left:160px;
	
}

.btn_lbl{
	cursor:pointer;
}


.t_label{
	width:350px;
}

.pd_table{
	
}

.pd_table tr td{
	padding-bottom:4px;
}

.jp_data_d{
	padding-top:10px;
	padding-bottom:16px;
}

.jp_data_d table tr td{
	padding-right:8px;
}

.s_text_ul{
	text-decoration:underline;	
}

.del_l{
	cursor:pointer;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#F00;
}

.login_table tr{
	height:26px;
}

.login_table tr td{
	 padding: 0.25em;
}

.pc_section{
	border: 1px solid #000000;
	margin: 0.5em;
	padding: 0.5em;
}

.pc_section .section_title{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0.5em;
}
.pc_section .section_info{
	line-height: 18px;
	padding-bottom: 0.5em;
}

.pc_section .section_content{
	line-height: 18px;
	padding-bottom: 0.5em;
}


.c_title{
	font-size: 16px;
	font-weight: bold;
}

.select_a{
	color: #F00 !important;
}
.un_select_a{
	color:#000000 !important;
}

.select_span{
	color: #F00 !important;
}
.un_select_span{
	color:#000000 !important;
}

.project_student_itm{
	padding: 0.5em 0;
	line-height: 16px;
}
.project_student_itm .ps_name{
	padding: 0.25em 0;
}
.project_student_itm .ps_name label{
	font-weight: bold;;
	}
	
	
.in_td{
	padding:0 !important;
	margin:0 !important;
	border:none !important;
}
.in_table{
		border: thin solid #C9C9C9;
}

.in_table tbody tr td{
	border-bottom:none !important;
}
.file_link{
	color:#F00 !important;
}

.c_input_long{
	width:250px;
}
.project_student_list{
	margin-top:32px;
	border: thin solid #000000;
	font-size:14px;
	padding-top:8px;
	padding-left:4px;
	padding-bottom:8px;
}
.link{
	text-decoration:underline;	
}

.project_student_list .ps_data tr td{
	padding-top:4px;
	padding-bottom:4px;
}


.list_itm{
	float: left;
	padding-right: 10px;
	
}

*[disabled] {
    color: #000000 !important;
}

.warning{
	font-size:11px;
	color:#F8080C;
}


.hide_section{
	display: none;
}

input, select{
	padding: 6px 10px;
	font-size: 14px;
}

input[type="button"] {
	display: inline-block;
	padding: 6px 10px;
	margin-right: 6px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	outline: none;
	transition: background-color 0.3s, color 0.3s, transform 0.2s;
}

input[type="button"]:hover {
	background: linear-gradient(to bottom, #2980b9, #3498db);
	color: #ffffff;
	transform: scale(1.05);
	box-shadow: 0px 4px 10px #888888;
}

input[type="button"]:active {
	transform: scale(0.95);
}

/* 基本样式 */
.d_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

/* 表头样式 */
.d_table th {
	background-color: #3498db;
	color: #000000;
	padding: 10px;
	text-align: left;
}

/* 表格行样式 */
.d_table td {
	padding: 10px;
	border-bottom: 1px solid #ecf0f1;
}

/* 交替行样式 */
.d_table tr:nth-child(even) {
	background-color: #f2f2f2;
}

/* 鼠标悬停样式 */
.d_table tr:hover {
	background-color: #e0e0e0;
}

/* 示例: 添加边框和圆角 */
.d_table {
	border: 1px solid #bdc3c7;
	border-radius: 5px;
}

.d_table th, .d_table td {
	border: 1px solid #bdc3c7;
}
