﻿/*2012-01-18 地图控件*/
.mapdesc_box { background: #f5fcff; border: 1px solid #8fb9d0; border-radius: 10px; z-index: 999; width: 310px; height: 100%; margin: 10px auto; display: none; }
.mapdesc_box_tit { height: 36px; line-height: 36px; padding: 0 10px; color: #222; background: -webkit-gradient(linear, 0 0, 0 100%, from(#eef8fd), to(#cfedfb)) repeat-x 0 bottom; border-bottom: 1px solid #8fb9d0; border-radius: 10px 10px 0 0; }
.mapdesc_box_tit h4 { text-align: left; overflow: hidden; }
.mapdesc_box_tit h4 span { float: right; padding: 10px; cursor: pointer; }

.mapdesc_box_nr { width: 280px; margin: 0 auto; margin-top: 20px; text-align: center; }
.mapdesc_box_nr a { display: block; height: 40px; line-height: 40px; color: #fff; overflow: hidden; margin-bottom: 12px; border-radius: 10px; }
/*2012-01-18 分页*/
.page_go{ font-size:15px; margin:10px 15px;border:1px solid #bbb;background:#E2E9EB;
	-webkit-border-radius:3px; height:30px; line-height:30px; padding:0 80px; position:relative;}
.page_go .p_0{ text-align:center; background:#fefefe;}
.page_go .p_0 span{ color:#f30;}
.page_go .p_l{ position:absolute; width:80px; left:5px; top:0; width:80px; text-align:center;}
.page_go .p_r{ position:absolute; width:80px; right:5px; top:0; width:80px; text-align:center;}

.button_0{ border:1px solid #999; background:#eee; font-size:15px;-webkit-border-radius:3px;  padding:5px 10px; cursor:pointer;}

/*无内容*/
.noconter{border:1px solid #ddd; background:#eee url(noconter.png) no-repeat 10px center;padding:10px;padding-left:35px;margin:10px;}
div.sitereport
{
    text-align:center;margin:10px 0;color:Blue;font-size:14px;padding-top:10px;
}
div.sitereport a
{
    background:#ddd;color:#333;padding:2px 5px;
}

/*错误提醒*/
div.result{}
	div.result h5{color:#fff;font-size:17px;padding:5px;}
		div.result h5.red{background:red;}
		div.result h5.green{background:green;}
	div.result div{ padding:5px 0; }
	div.result li{list-style:disc; padding-left:5px;}