@charset "utf-8";
/* 你自己的样式 */
.tip-blue {
	color: blue;
}

.mdt {
	width: 120px;
	margin: 0 10;
}

.mdt1 {
	
}

.mdt2 {
	
}

#searchdivmain { /*搜索框*/
	
}

.rpttitle {
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-weight: bold;
}

.rptul {
	margin-top: 25px;
}

.rptul li {
	min-width: 250px;
	max-width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rptul li>div {
	height: 25px;
}

.rptul li div p {
	margin-top: 10px;
}

.rptul li div a {
	text-decoration: none;
	cursor: pointer;
}

.rptul li div a:hover {
	color: black;
	font-weight: bold;
}

.wrec_shifa {
	font-weight: bold;
}

.wrec_nozero_gray {
	color: #000000;
}

.wrec_zero_gray {
	color: #c8c8c8;
	font-style: italic;
}

.home-tip-1 {
	min-height: 400px;
}

.home-tip-title {
	height: 40px;
	text-align: center;
	background-color: lightsky;
	color: black;
}

.home-tip-content {
	padding: 5px;
	text-align: left;
	max-height: 400px;
	overflow-y: auto;
}

#btn-refresh-unorder {
	color: blue;
}

.tb_1 {
	width: 600px;
	max-width: 800px;
	margin: 0 auto;
}

#editdiv {
	text-algin: center;
}

#p-print {
	width: 500px;
}

.rpt11-div {
	display: inline;
}

.rpt11-div div {
	width: 120px;
	height: 20px;
	text-align: left;
	float: left;
}

.status {
	display: inline-block;
	width: 40px;
	height: 25px;
	line-height: 25px;;
}

.online {
	background-color: lightgreen;
}

.offline {
	background-color: red;
}
.freeze{
	background-color: #ff8000;
}

.statu_join {
	background-color: #f3de87;
}

.statu_unjoin {
	background-color: #d9d9d9;
}
/**编辑框*/
.editpanel {
	margin-top: 30px;
	width: auto;
	height: 100%;
	background-color: gray;
	padding: 10px 150px;
	display: none;
	overflow: hidden;
}

.editpanel .editbg {
	background-color: white;
}

#editdiv {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
/**图片上传*/
.upimgpanel {
	min-height: 150px;
	min-width: 150px;
	max-width: 300px;
	max-height: 300px;
	text-align: center;
}

.upimgpanel img {
	margin: 0 auto;
}
/**翻页 上下页*/
.pagebar {
	padding: 0;
}

ul.dialogul {
	list-style: none;
}

ul.dialogul li {
	cursor: pointer;
}

ul.dialogul li:hover {
	color: white;
	background-color: gray;
}