﻿@charset "utf-8";
/* CSS Document */
/*全局样式*/
body{
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:12px;
	font-family:Arial,"宋体",Helvetica,sans-serif;
	background:#1a5580;
}
hr{
	color:#1a5580;
	height:1px;
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.red{
	color:#f00;
}
.orange{
	color:#ff7300;
}
.blue{
	color:#0d3d80;
}
a:link{
	color:#0d3d80;
	text-decoration:underline;
}
a:visited{
	color:#0d3d80;
	text-decoration:underline;
}
a:hover{
	color:#ff7100;
	text-decoration:underline;
}
a:active{
	color:#009900;
	text-decoration:none;
}

/*登录页面begin*/
.Login_denlu{
	width:620px;
	height:304px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-152px 0px 0px -310px;
	color:#000000;
	background:url(../Images/Login_denlu.jpg) no-repeat;
}
.Login_denlu ul{
	width:390px;
	height:175px;
	margin:92px 0px 0px 225px;
}
.Login_denlu li{
	min-height:32px;
	_height:32px;
}
.Login_input{
	width:196px;
	height:19px;
	vertical-align:middle;
	border:1px #999999 solid;
	background:url(../Images/Text_bg.gif) repeat-x;
}
.Login_input02{
	width:40px;
	height:19px;
	vertical-align:middle;
	border:1px #999999 solid;
	background:url(../Images/Text_bg.gif) repeat-x;
}
.hidden{
	display:none;
	width:200px;
	height:19px;
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 2px;
	line-height:24px;
	margin-left:75px;
	font-size:9px;
	background:url(../Images/hidden.gif) no-repeat;
}
.hidden02{
	display:block;
	width:200px;
	height:15px;
	_height:13px;
	margin:1px 0px 2px 0px;
	padding:4px 0px 0px 2px;
	_padding:6px 0px 0px 2px;
	margin-left:75px;
	font-size:9px;
	background:url(../Images/hidden.gif) no-repeat;
}
.Login_button{
	width:74px;
	height:27px;
	line-height:27px;
	font-weight:bold;
	border:0px;
	background:url(../Images/Button/Login_button.gif) repeat-x;
}
.wxts{
	height:18px;
	margin:8px 2px 0px 0px;
	color:#999999;
}
.bq{
	height:20px;
	margin:0px 0px 0px 0px;
	color:#cccccc;
}
/*头部*/
#header{
	margin:0px auto;
	height:71px;
	background:url(../Images/header_bg.gif) repeat-x;
}
.logo{
	float:left;
	margin-left:10px;
}
.header_hand{
	float:right;
	margin-right:20px;
}
.right{
	float:right;
}

/*用户信息*/
#user{
	margin:0px auto;
	height:32px;
	background:url(../Images/uesr_bg.gif) repeat-x;
}
#user ul{
	margin-left:30px;
	margin-right:30px;
	height:30px;
	line-height:30px;
}
#user li{
	float:left;
	width:130px;
}

/*工具栏*/
#tool{
	margin:0px auto;
	height:30px;
	background:url(../Images/Tool/tool_bg.gif) repeat-x;
}
#tool a:link{
	text-decoration:none;
	color:#fff;
}
#tool a:visited{
	text-decoration:none;
	color:#fff;
}
#tool a:hover{
	text-decoration:none;
	color:#fff;
}
#tool a:active{
	text-decoration:none;
	color:#fff;
}
#tool div {
	BACKGROUND: url(../Images/Tool/tool_bg.gif); 
}

#tool ul{
	margin-left:150px;
	height:30px;
}
#tool li{
	float:left;
	width:91px;
	height:25px;
	text-align:center;
	padding-top:5px;
}
.tool_button{
	cursor:pointer;
	background:url(../Images/Tool/tool_button.gif) no-repeat left;
}
/*万年历弹窗口*/
.box-tl{
	background: transparent url(../Images/Tool/Window/1_1.gif) no-repeat 0 0;
	padding-left:6px;
    zoom:1;
}
.box-tc {
	height: 28px;
	line-height:28px;
	background: transparent url(../Images/Tool/Window/1_2.gif) repeat-x 0 0;
	overflow: hidden;
}

.box-tr {
	background: transparent url(../Images/Tool/Window/1_3.gif) no-repeat right;
	padding-right:4px;
}
.box-ml {
	background: transparent url(../Images/Tool/Window/2_1.gif) repeat-y left;
	padding-left: 0px;
}
.box-mc {
	background:none;
	padding: 0px 6px;
	font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
	color: #393939;
	font-size: 12px;
}
.box-mr {
	background: transparent url(../Images/Tool/Window/2_3.gif) repeat-y right;
	padding-right: 0px;
}
.box-bl {
	background: transparent url(../Images/Tool/Window/3_1.gif) repeat-y left;
	padding-left: 6px;
}
.box-bc {
	background: transparent url(../Images/Tool/Window/3_2.gif);
	height:28px;
	overflow:hidden;
}

.box-br {
	background: transparent url(../Images/Tool/Window/3_3.gif) repeat-y right;
	padding-right: 6px;
}

.box-tool {
	position:absolute;
	top:1px;
	right:6px;
}
.box-tool a{
	float:right;
	display:block;
	width:31px;
	height:19px;
	background:transparent url(../Images/Tool/Window/close.gif) no-repeat;
}
.box-tool a:hover{
	background:transparent url(../Images/Tool/Window/close.gif) no-repeat 0 -19px;
}
/*弹出对话窗口*/
.window{
	color:#fff;
}
.window a:link{
	color:#fff;
	text-decoration:underline;
}
.window a:visited{
	color:#fff;
	text-decoration:underline;
}
.window a:hover{
	color:#f00;
	text-decoration:underline;
}
.window a:active{
	color:#009900;
	text-decoration:underline;
}
.window_bg{
	color:#0d3d80;
	background:url(../Images/window_bg.gif) no-repeat;
}
.window_input{
	background:#fff;
	border:1px solid #1e4569;
}

/*菜单栏*/
.left_menu{
	float:left;
	font-size:12px;
	width:155px;
	background:#1a5580;
}
.left_menu li{
	margin:5px 0px 10px 0px;
	width:155px;
	height:32px;
	line-height:32px;
}
.left_menu li a{
	display:block;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg.gif) no-repeat;
}
.left_menu li a:link{
	display:block;
	color:#114082;
	width:155px;
	height:32px;
	text-decoration:none;
	background:url(../Images/Menu/menu_bg.gif) no-repeat;
}
.left_menu li a:visited{
	display:block;
	color:#114082;
	width:155px;
	height:32px;
	text-decoration:none;
	background:url(../Images/Menu/menu_bg.gif) no-repeat;
}
.left_menu li a:hover{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	text-decoration:none;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
.left_menu li a:active{
	display:block;
	color:#009900;
	width:155px;
	height:32px;
	text-decoration:none;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
/*短信提交*/
#sms_send .sms_send{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
/*短信回复*/
#sms_smsget .sms_smsget{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
/*发送统计*/
#sms_sendlog .sms_sendlog{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
/*审核短信*/
#sms_smschecklook .sms_smschecklook{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
/*已发短信*/
#sms_smslook .sms_smslook{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
/*帐户充值*/
#sms_smschargeup .sms_smschargeup{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
/*帐户注册*/
#sms_smsreg .sms_smsreg{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
/*短语库*/
#sms_smsbase .sms_smsbase{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
/*号码管理*/
#sms_mobileinfo .sms_mobileinfo{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
/*组别管理*/
#sms_mobileGroupManager .sms_mobileGroupManager{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
/*密码修改*/
#sms_smsupdpwd .sms_smsupdpwd{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}
/*充值对帐*/
#sms_accountcheck .sms_accountcheck{
	display:block;
	color:#ff7100;
	font-weight:bold;
	width:155px;
	height:32px;
	background:url(../Images/Menu/menu_bg_now.gif) no-repeat;
}

/*主体内容*/
.right_body{
	margin:5px 0px 0px 25px;
	width:780px;
	position:relative;
}
.right_body li{
	margin:0px 0px 10px 0px;
	padding:0px;
}
.sendnumber{
	width:500px;
	height:150px;
	color:#000;
	border:1px solid #b3b3b3;
	background-position:100% 0%;
	background-attachment:fixed;
	background:url(../Images/sendnumber.gif) no-repeat left;
}
.sendcontent{
	width:500px;
	height:88px;
	color:#000;
	border:1px solid #b3b3b3;
	background-position:100% 0%;
	background-attachment:fixed;
	background:url(../Images/sendcontent.gif) no-repeat left;
}
.number_content{
	width:500px;
	height:150px;
	color:#000;
	border:1px solid #b3b3b3;
	background-position:100% 0%;
	background-attachment:fixed;
	background:url(../Images/number_content.gif) no-repeat left;
}
.fixedtime{
	width:420px;
	height:37px;
	color:#000;
	padding-left:80px;
	padding-top:10px;
	border:1px solid #b3b3b3;
	background-position:100% 0%;
	background-attachment:fixed;
	position:relative;
	background:url(../Images/fixedtime.gif) no-repeat left;
}
.fixedtime li{
	margin:0px;
}
.button{
	width:72px;
	height:21px;
	border:0px;
	color:#000;
	margin:2px 2px 0px 2px;
	background:url(../Images/Button/button_bg.gif) no-repeat;
}
.button02{
	width:85px;
	height:21px;
	border:0px;
	color:#000;
	margin:2px 2px 0px 2px;
	background:url(../Images/Button/button_bg02.gif) no-repeat;
}
.number{
	color:#f00;
	font-size:10px;
	position:absolute;
	top:230px;
	right:280px;
}
.number_02{
	font-size:10px;
	position:absolute;
	top:355px;
	right:280px;
}
.input_date{
	width:155px;
	height:17px;
	line-height:17px;
	border:1px #4e6689 solid;
	cursor:pointer;
	background:url(../Images/input_date.gif) no-repeat bottom;
}
.input_date02{
	margin-left:20px;
	width:105px;
	height:17px;
	line-height:17px;
	border:1px #4e6689 solid;
	cursor:pointer;
	background:url(../Images/input_date02.gif) no-repeat bottom;
}
.button_submit{
	margin-left:120px;
	cursor:pointer;
}
.button_search{
	margin-left:100px;
	cursor:pointer;
}
.button_clear{
	margin-left:20px;
	cursor:pointer;
}
.title_finally{
	color:#808080;
	width:250px;
	font-size:12px;
	top:70px;
	right:10px;
	line-height:1.5em;
	padding-top:40px;
	position:absolute;
	background:url(../Images/Title/title_finally.gif) no-repeat ;
}
.finally{
	border:1px solid #fafafa;
	width:250px;
	height:200px;
}
/*非发送页面*/
.table_top{
	width:680px;
	height:30px;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	background:url(../Images/table_top.gif);
}
.table_bottom{
	width:680px;
	height:30px;
	border-bottom:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	background:url(../Images/table_bottom.gif);
}
.table_body{
	width:680px;
	height:auto;
	color:#0d3d80;
	position:relative;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
}
.table_body ul{
	margin-left:20px;
}
.attention{
	position:absolute;
	display:inline;
	width:290px;
	top:60px;
	right:0px;
} 
.clear ul li{
	margin:0px;
	padding:0px;
}
.table_body li{
	height:30px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.input_bg{
	width:135px;
	height:17px;
	border:1px solid #405a80;
	background:url(../Images/input_bg.gif) ;
}
.input_bg02{
	width:450px;
	height:17px;
	border:1px solid #405a80;
	background:url(../Images/input_bg.gif) ;
}
.huifu_bg{
	color:#000;
	background:#DADCDF;
}
.tr_title{
	height:25px;
	color:#0d3d80;
	text-align:center;
	background:url(../Images/tr_title.gif);
}
.tr_01{
	height:25px;
	background:#fff;
	text-align:center;
}
.tr_02{
	height:25px;
	background:#f5f5f5;
	text-align:center;
}
.huifu_topbottom{
	background-color:#ffffff;
}

/*尾部*/
#footer{
	margin:10px auto;
	height:45px;
	text-align:center;
}
#footer a:link{
	color:#fff;
	text-decoration:none;
}
#footer a:visited{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#ff7100;
	text-decoration:underline;
}
#footer a:active{
	color:#3d85cc;
	text-decoration:none;
}











