﻿/*
	===================================================
	2014-09-24  12:22
	集控后台样式表--全局公用部分
	===================================================
*/
HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
	margin:0px 0px;
	padding:0px 0px;
	font-size:14px;
	font-family:"微软雅黑","黑体","宋体";
	}
img{
	border:none;
	}
a:link{

	text-decoration:none;
	}
a:visited{
 	text-decoration:none;
	}
a:hover{

	text-decoration:none;
	}
a:active{

	text-decoration:none;
	}
li{
	list-style-type:none;
	}
/*
	===================================================
	2014-09-24  12:22
	集控后台样式表--公用部分
	===================================================
*/
.public{
	margin:0 auto;
	min-width: 1200px;
	}
.public_head{
	border-bottom:2px solid #28b779;
	background: #333333;
	float: left;
	height: 70px;
	position: relative;
	width: 100%;
	}
.public_head_logo{
	color: #fff;
	font-size: 30px;
	height: 31px;
	margin: 15px auto 0 auto;
	text-align: center;
	width: 316px;
	}
.public_adminout{
	color: #fff;
	height:18px;
	line-height: 18px;
	position: absolute;
	right: 30px;
	top: 30px;
}
.public_admin{
	border-right:1px solid #fff;
	margin-right: 10px;
	padding-right:10px;
	}
.public_left{
	float: left;
	min-height: 680px;
	position: relative;
	width: 258px;
	}
.public_right{
	border-left:2px solid #28b779;
	background: #f2f2f2;
	min-height: 800px;
	position: relative;
	}
.public_right_center{
	/*height: 550px;*/
	margin: 0 auto;
	min-width: 845px;
	padding-top: 20px;
	width: 100%;
	}
.foot{
	border-top:2px solid #28b779;
	background: #333333;
	/*float: left;*/
	height: 66px;
	min-width: 1200px;
	width: 100%;
	}
.foot_center{
	color: #fff;
	line-height: 30px;
	height: 30px;
	left: 50%;
	margin-left:-300px;
	position: relative;
	text-align: center;
	width: 600px;
}
/*
	===================================================
	2014-09-24  12:22
	集控后台样式表--登录页面
	===================================================
*/
.public_head_login{
	border-bottom:2px solid #28b779;
	background: #333333;
	float: left;
	height: 104px;
	position: relative;
	width: 100%;
	}
.public_head_logo_login{
	background: url(../../images/public/logo_login.png) left top no-repeat;
	height: 51px;
	margin: 68px auto 0 auto;
	width: 568px;
	}
.public_login_form{
	float: left;
	min-height: 466px;
	position: relative;
	width: 100%;
	}
.public_login_form_center{
	height: 190px;
	margin: 125px auto 0 auto;
	width: 386px;
	}
.public_login_input{
	border:1px solid #28b779;
	height: 35px;
	margin-bottom: 30px;
	text-indent: 18px;
	width: 358px;
	}
.public_login_inputline{
	height: 35px;
	margin-bottom: 30px;
	width: 358px;
	}
.public_login_btn{
	border:none;
	background: #28b779;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	float: right;
	height: 35px;
	line-height: 35px;
	outline: none;
	text-align: center;
	text-indent: 0;
	width: 100px;
	}

.public_login_btn_left{
    border:none;
    background: #28b779;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    float: left;
    height: 35px;
    line-height: 35px;
    outline: none;
    text-align: center;
    text-indent: 0;
    width: 100px;
}
/*
	===================================================
	2014-09-24  12:22
	集控后台样式表--树形菜单
	===================================================
*/
.tree_title{
	border-bottom: 1px solid #e4e4e4;
	cursor:pointer;
	float: left;
	line-height:33px;
	text-indent: 25px;
	width:258px;
	}
.tree_title a{
	color:#333;
	cursor:pointer;
	float: left;
	height: 33px;
	line-height:33px;
	overflow: hidden;
	text-indent: 25px;
	width:258px;
	}
.tree_title_close{background: url(../../images/public/n_icon_140924.png) 12px -79px no-repeat;}
.tree_title_open{background: url(../../images/public/n_icon_140924.png) -173px -27px no-repeat;}
.tree_content{
	float: left;
	width:258px;
	}
.tree_content a{
	color:#333;
	float:left;
	line-height:33px;
	margin-left: 15px;
	width:238px;
	}

.tree_select {
    background:#dbdbdb;
    color:#fff;
  	text-decoration:none;
}
.tree_select a:link{
    color:#fff;
}
.tree_select a:visited{
    color:#fff;
}
.tree_select a:hover{
    color:#fff;
}
.tree_select a:active{
    color:#fff;
}
/*
	===================================================
	2014-09-24  12:22
	集控后台样式表--checkbox菜单  美化
	===================================================
*/	
label{
	float: left;
	position: relative;
	}
.bg{
	background: url(../../images/public/radio.gif) 0 0 no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	left: 0;
	top: 0;
	}
.bged{
	background: url(../../images/public/radio.gif)0 -35px no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	left: 0;
	top: 0;
	}
.checkall_head,.check_head{
	line-height: 18px;
	height: 18px;
	width: 18px;
	}
/*.check_all{
	margin-top: 20px;
	overflow-y:scroll ;
	overflow-x: hidden;
	}*/
/*
	===================================================
	2014-09-24  12:22
	集控后台样式表--分页
	===================================================
*/
.page_prev,.page_next,.page_center{
	padding: 0 5px;
}
/*
	===================================================
	2014-06-13  10:50
	新增网页字体设置
	font开头
	新增网页字体颜色设置
	color开头
	清除margin
	clear开头
	===================================================
*/

/*
	===================================================
	2014-09-24  12:22
	集控后台样式表--表格
	===================================================
*/
.td
{
    line-height:60px;
}
#searchcode{
	border: 1px solid #28b779;
	line-height: 25px;
	width: 200px;
	border-radius: 3px;
}
#pagebar{
	color: #333;
	line-height: 25px;
}
#pagebar a{
	color: #28b779;
}
.codelist_edit,.msg_edit,.xml_edit{
	color: #28b779;
}
.codelist_edit,.msg_edit,.xml_edit a{
	color: #28b779;
	text-decoration:underline;
}
.codelist_edit,.msg_edit,.xml_edit a:link{
	color: #28b779;
}
.codelist_edit,.msg_edit,.xml_edit a:visited{
	color: #28b779;
}
.codelist_edit,.msg_edit,.xml_edit a:hover{
	color: #28b779;
}
.codelist_edit,.msg_edit,.xml_edit a:active{
	color: #28b779;
}
.codelist_delete,.userlist_delete,.softversion_delete,.xml_delete,.msg_delete,.softtype_delete{color:#f00;text-decoration:underline;}
.searchbtn{
	width: 50px;

	border: 1px solid #28B779;
	background: #28B779;
	color: #FFF;
    height: 34px;
	text-indent: 0;
	text-align: center;
	border-radius: 3px;
}

input{
	width: 300px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	text-indent: 10px;
	outline: none;
}
select{
	width: 150px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	text-indent: 10px;
	outline: none;
}
