@CHARSET "UTF-8";
body,h1,h2,h3,p,form,ul,li,dl,dt,dd {
	padding:0;
	margin:0;
	list-style-type: none;
}
body {

	margin:0;
	background:#fff;
	font-size:12px;
	color:#666;

}
a{
	font-weight: normal;
	color: #0566AD;
	text-decoration: none;
}
a:hover{
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
#main{
background-color:#F5F5F5;
}
#main ul{
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 40px;
	border: 1px solid #E4E4E4;
	margin: 5px;
}
#main dl{
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right:60px;
}
#tb{
	background-color:#F5F5F5;
	padding: 20px;
}
#tb h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin-bottom: 20px;
}
#tb th {
	background:#eef3f7;
	font-weight:bold;
	border-bottom: 1px solid #d5dfe8;
	border-right: 1px solid #d5dfe8;
}
#tb ul{
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin: 5px;
}
#tb ul table {
	line-height: 30px;
	border-top:1px solid #d5dfe8;
	border-left:1px solid #d5dfe8;
}
#sim ul dl{
	float: left;
	width: 150px;
	text-indent: 10px;
	line-height: 30px;	
}

#sim ul dl a{
	display: block;
}
#sim ul dl a:hover{
	background:#eef3f7;
	display: block;
}
#simtb td{
	border-bottom:1px solid #d5dfe8;
	border-right:1px solid #d5dfe8;
	padding-right: 10px;
	padding-left: 10px;
}
#simtb tr:hover{
	background:#eef3f7;
}

#iccid ul table th {
	font-weight:bold;
	width: 150px;
	padding-right: 20px;
	background-color: #F4F8FB;
	border-bottom: 1px solid #d5dfe8;
	border-right: 1px solid #d5dfe8;
}
#iccid ul table td{
	border-bottom:1px solid #d5dfe8;
	border-right:1px solid #d5dfe8;
	text-align: left;
	text-indent: 20px;
}
#iccid ul table tr:hover{
	background:#eef3f7;
}
#iccid ul dl{
	line-height: 35px;
}
#main dl{
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right:60px;
}
#left {
	width:300px;
	
	background-color: #ECF0F2;
}
#left dl {
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCDBDF;
}

#left form {
	margin-top: 30px;
	margin-left: 30px;
}
#left form input {
	margin-top: 10px;
	height: 25px;
	line-height: 30px;
}
#left form select {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	width: 130px;
}
#left input.submit_button {
	width: 75px;
	height: 30px;
	line-height: 30px;
}

#left dl a{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	display: block;
}
#left dl a:hover{
	background-color: #48576a;
	color: #FFFFFF;
}

.curr{
	display:block;
	padding: 2px;
	background-color: #B7E3F9;
} 
#clear{
	clear: both;
	}
	

.submit {
	height: 30px;
	line-height: 20px;
	position: relative;
	cursor: pointer;
	color: #666666;
	border: 1px solid #FF9900;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
    *display: inline;
    *zoom: 1; 
	width: 100px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #FFD393;
	font-size: 16px;
	font-weight: bold;
}

.submit input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.submit:hover {
	color: #444;
	text-decoration: none;
	background-color: #FFB17D;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.menu {
	height: 25px;
	position: relative;
	cursor: pointer;
	color: #666666;
	border: 1px solid #FF9900;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
    *display: inline;
    *zoom: 1; 
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #FFD393;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	margin-top:7px;
}

.menu input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.menu:hover {
	color: #444;
	text-decoration: none;
	background-color: #FFB17D;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.title{
	font-size: 14px;
	font-weight: bold;
	background-color: #eef3f7;
	padding: 8px 0 8px 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-bottom-color: #A6B7C4;
	border-left-color: #A6B7C4;
	margin-bottom: 30px;
}
/*分页*/
.pageurl{
	font-size: 14px;
	text-indent: 20px;
	line-height: 200%;
}
.pageurl a {
	background-color: #eef3f7;
	border: 1px solid #A6B7C4;
	text-decoration: none;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #666666;
}
.pageurl a:hover {
	background-color: #DFE8EE;
	color: #FF0000;
}
/*提交按钮*/
.sub{
	width:100px;
	height:35px;
	line-height:35px;
	background-color: #FF8635;
	border: 1px solid #FF6600;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	cursor:pointer;
	margin-left: 20px;
	color: #FFFFFF;
}
/*输入框*/
.inp{
	
	height: 32px;
	margin-left: 18px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.inp:hover{
    border: 1px solid #ff7d0a;
}
/*分页*/
.page {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.page a {
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	border: 1px solid #CCCCCC;
	line-height: 100%;
	text-align: center;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.page span.current {
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	line-height: 100%;
	text-align: center;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-color: #CCCCCC;
}
.page a:hover {
	color: #FF0000;
	background-color: #CCCCCC;
}