/* p {color: red;}
*/

table {
	border-collapse: collapse; /* 折叠边框产生细线表格*/
	border: 1px solid black;   /* 外框粗线、内部细线表格，表格线为黑色 */
}

table td {
	border: 1px solid black;
	padding: 3px;
}

.list_file table {
	border-collapse: collapse; /* 折叠边框产生细线表格*/
	border: 1px solid black;   /* 外框粗线、内部细线表格，表格线为黑色 */
}

.list_file table td {
	border: 1px solid black;
	padding: 2px;
}


#idtime {
	text-align=right;
	float: right;
	font-size: 16;
	color: black;
	background: white;
	margin-right: 20px;
}

.classheader { 
	margin:0 auto; 
	background:#4089B2;
	padding-top:10px; 
	padding-bottom:10px; 
	overflow:hidden;
} 

.classheader-left { 
	float:left; 
	font-size: 24;
	color: white;
	width:200px; 
	text-align:left;
	padding-left: 20px;
} 
    
.classheader-right { 
	float:right; 
	font-size: 24;
	color: white;
	width:400px; 
	text-align:right;
	padding-right: 20px;
} 
     
.classheader a {text-decoration: none; color: white; }
.classheader a:hover { text-decoration: underline; }
     
a {text-decoration: none; color: #4089b2; }
a:hover { text-decoration: underline; }
     
.pluginitem {
	font-size: 16;
}

.classbodymain { 
	margin:0 auto; 
	background:white;
	padding-top:10px; 
	padding-bottom:10px; 
	overflow:hidden;
} 

.classbody { 
	margin:0 auto; 
	background:white;
	font-size: 16;
	padding-top:10px; 
	padding-bottom:10px; 
	overflow:hidden;
} 

.classbody_table {
	font-size: 16;
	overflow-x:scroll;
}

.classbody_table table {
	font-size: 16;
}

.classbody-left { 
	float:left; 
	font-size: 16;
	color: black;
	width:200px; 
	text-align:left;
	padding-left: 20px;
	padding-top:10px; 
} 
    
.classbody-right { 
	float:right; 
	font-size: 16;
	color: black;
	text-align:right;
	padding-right: 20px;
	padding-top:10px; 
} 

.hotlink { 
	font-size: 16;
	color: #888888;
	text-align:left;
	padding-left: 10px;
	padding-top:0px; 
} 

.hotlink a {text-decoration: none; color: #003333; }
.hotlink a:hover { text-decoration: underline; }

.homework_status {
	font-size: 16;
	background: #f5f5f5;
}

.homework_status table {
	font-size: 16;
}

.homework_title {
	font-size: 20;
	background: #e5e5e5;
}

.homework_submit {
	font-size: 16;
	background: #f5f5f5;
}

.homework_content {
	font-size: 16;
	background: #e5e5e5;
}

.timetable {
	font-size: 14;
	overflow-x:scroll;
}

.timetable table {
	white-space: nowrap;
	font-size: 12;
}

.timetable_button {
	background-color: lightblue;
	border-color: blue;
	width: 10px;
	height: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.item_status {
	font-size: 16;
	background: #f5f5f5;
}

.item_status table {
	font-size: 16;
}

.item_title {
	font-size: 16;
	background: #e5e5e5;
}

.item_submit {
	font-size: 12;
	background: #f5f5f5;
}

.item_content {
	font-size: 12;
	background: #e5e5e5;
}

.homeworkitem_deadline {
	font-size: 16;
	background: #e5e5e5;
}

.homeworkitem_deadline a {text-decoration: line-through; color: #60a9d2; }

.homeworkitem_regular {
	font-size: 16;
	background: #f5f5f5;
}

.homeworkitem_regular a {text-decoration: none; color: #4089b2; }

.item_deadline {
	font-size: 16;
	background: #e5e5e5;
}

.item_deadline a {text-decoration: line-through; color: #60a9d2; }

.item_regular {
	font-size: 16;
	background: #f5f5f5;
}

.item_regular a {text-decoration: none; color: #4089b2; }


