.admin-form .error, .error {
	padding: 5px 0 10px;
	color: #f00;
}

.g-label {
	padding-bottom: 10px;
	font-weight: bold;
}

/* no data */
.g-no-data {
	padding: 10px;
}

.g-logo {
	overflow: hidden;
	width: 210px;
	padding-left: 0;
	background: url('/tms/module/common/img/logo.png') no-repeat center center;
	text-indent: -9999em;
}

#examdiff{
	display:none;
}

/*表格的公共样式*/
.table{
	table-layout:fixed ;
}
.table th{
	white-space: nowrap; 
	min-width: 100px;
}
.table td{
	word-break:break-all;
}
.table img{
	max-width: 100%;
}
.table pre{
	white-space: normal;
}

.table .max400{
	max-width: 400px;
}

.blue-link{
	color: #169BD5;
}