@charset "utf-8";
/*====================================
*内容：框架及通用样式
*制作者：fengyanchao
*联系方式：fengyanchao@ceopen.cn
*创建日期：2008-10-6
====================================*/
html, body {
	color:#535353;
	background:#fff;
}
/* input 输入框边框颜色  张春 */
input {
	vertical-align:middle;
	padding:0;
	margin:0;
	border:#979fa5 1px solid;
}
.input {
	border:#979fa5 1px solid;
	height:16px;
}
.inputOff {
	border:#979fa5 1px solid;
}
textarea {
	border:#979fa5 1px solid;
}
/* select 输入框边框颜色--开始  张春 */
select {
	border:#979fa5 1px solid;
}
/* select 输入框边框颜色--结束  张春 */
/* 字体样式--开始  张春 */
.fontBlue {
	color:#31598d;
}
.fontBlue2 {
	color:#7c9dbc;
}
.fontGreen {
	color:#ff7018;
}
.fontGreenPlay {/* 语音邮件 composevoice_play.html */
	color:#94be5c;
}
.fontGreenCom {/* 语音邮件 composevoice_play.html */
	color:#7890b4;
}
.fontGray {/* 语音邮件 composevoice_play.html */
	color:#495259;
}
.fontGrayPlay {/* 语音邮件 composevoice_play.html */
	color:#787d83;
}
.fontRed {/* 发送错误 sms_error.html */
	color:#ea0b03;
}
.fontSize14 {
	font-size:14px;
}
/* 收信页面 shoulatter.html 收件箱字体颜色 */
.font0d4da4 {
	color:#0d4da4;
}
/* 收件箱页面 composevoice.html 主题的链接字体颜色 */
.fontblack {
	color:#000;
}
/* 字体样式--结束  张春 */
/*字体样式add by zm--*/
.red {
    color:red;
}
/* added--*/   
/*公用样式*/
/*分隔线-样式*/
.mailBr {
	color:#d2dbe4;
}
/*提示灰色字*/
.fonttsz {
	color:#939393;
}
/* readtemplate.html 按钮一行距左边十四个像素 张春 */
/*所有标题颜色*/
body h3 {
	color:#333;
}
div a {
	color:#607998;
}
.fontRed {
	color:#dd3400;
}
/*清空超链接*/
a.fontDelet:link {
	color:#849bba;
}
a.fontDelet:hover {
	color:#669cd8;
}
.fontList {/*未读信件*/
	color:#6085b9;
	font-weight:bold;
}
.rightTitle {/*右侧标题14号字*/
	color:#5f799a;
}
.rightH3 {/*右侧标题12号字*/
	color:#5f799a;
}
/*右侧相关字体颜色*/
.tableMail th {/*右侧表格标题*/
	color:#535353;
}
.tableMail th a {/*右侧表格标题*/
	color:#535353;
}
.tableMail td {/*右侧表格项文字*/
	color:#535353;
}
.tableMail td a {/*右侧表格项文字*/
	color:#535353;
}
a.fontRightDelet:link, a.fontRightDelet:visited {/*删除链接*/
	color:#4d9cc5;
	font-weight:normal;
}
a.fontRightDelet:hover {
	color:#67b5c9;
}
/*右侧表格内、提示a链接*/
.fontTishi {
	color:#67b5c9;
}
.fontTishi:link , a.fontTishi:visited{
	color:#67b5c9;
	text-decoration:underline;
}
a.fontTishi:hover {
	color:#67b5c9;
}
/*底部页面声明*/
.footer {
	color:#808080;
	border-top:1px solid #e4e4e4;
}
.footer p {
	color:#b8b8b8;
}

/*----------------按钮样式---------------*/
/**设置弹出层按钮样式**/
.onClickButton {
	background:url(../../images/zh_CN/blue/buttonZ.gif) 100% -22px no-repeat;
	color:#333;
	font-size:12px;
}
span.buttonRight{
    background:url(../../images/zh_CN/blue/buttonZ.gif) 0 0 no-repeat;
}
span.buttonRight1{
    background:url(../../images/zh_CN/blue/buttonZ.gif) 0 0 no-repeat;
}
/*自适应按钮*/
.buttonZ {
	color:#333;
	background:url(../../images/zh_CN/blue/buttonZ.gif) 0 0 no-repeat;
}
.buttonZ span {
	background:url(../../images/zh_CN/blue/buttonZ.gif) 100% -22px no-repeat;
}
.buttonZ:hover {
	color:#333;
}
.buttonB {
	color:#333;
	width:54px;
	height:22px;
	line-height:22px;
	text-align:center;
	border:0;
	background:url(../../images/zh_CN/blue/buttonZ.gif) 0 100% no-repeat;
}
.buttonB4 {
	color:#333;
	width:76px;
	height:22px;
	line-height:22px;
	text-align:center;
	border:0;
	background:url(../../images/zh_CN/blue/buttonZ.gif) -73px 100% no-repeat;
}
/*--------topFrame.html------------------以下为头部，左侧样式请勿动----------------**/
.topF {
	background:url(../../images/zh_CN/blue/top_bg.gif) left top repeat-x;
}
.topFrame {
	background:url(../../images/zh_CN/blue/top_leftbg.gif) left top no-repeat;
}
.topFrame .privy p {
	color:#898989;
}
.topFrame .privy p span {
	color:#dbdbdb;
	font-weight:bold;
}
.topFrame .privy p a {
	color:#fa9c00;
	text-decoration:none;
}
.topFrame .privy .search .SeInput {
	background:#b2b2b2;
	border:1px solid #6c6c6c;
	color:#626262;
}
.topFrame .privy .search .SeButton {
	background:url(../../images/zh_CN/blue/seles_but.gif) 0 0 no-repeat;
}
.topFrame .privy .search a {
	color:#fa9c00;
	text-decoration:underline;
}
.topFrame .system {
	color:#949494;
}

/*左侧样式*/
/*leftFrame.html*/
.leftF {
	background:url(../../images/zh_CN/blue/left_bg.gif) bottom left no-repeat;
}
.leftF .logo {
	background:url(../../images/zh_CN/blue/logobg.gif) left top no-repeat;
}
.menu {
	background:url(../../images/zh_CN/blue/left_xx_bg.gif) left top repeat-y;
}
.leftH3X a.fontWeight {
	color:#ff7018;
}
.readtemplate {
	background:url(../../images/zh_CN/blue/left_icon.gif) left -140px no-repeat;
}
.shoulatter {
	background:url(../../images/zh_CN/blue/left_icon.gif) left -190px no-repeat;
}
.botB, .pupDivOver {
	background:url(../../images/zh_CN/blue/boB.gif) 0 17px no-repeat;
}
.Zpup {
	background:#fff;
	border:1px solid #bfbfbf;
}
.Zpup li a {
	color:#333;
}
.Zpup li a:hover {
	color:#ff7018;
}
/*隔行换色*/
.pupalt {
	background:#eeeeee;
}
/*页签*/
.preview {
	background:url(../../images/zh_CN/blue/left_tab_bg.gif) left top no-repeat;
}
.labelRule li a.yx {
	background:url(../../images/zh_CN/blue/left_tab.gif) 0 0 no-repeat;
}
.labelRule li a.yy {
	background:url(../../images/zh_CN/blue/left_tab.gif) -29px 0 no-repeat;
}
.labelRule li a.txl {
	background:url(../../images/zh_CN/blue/left_tab.gif) -58px 0 no-repeat;
}
#tibOpen a.yx {
	background:url(../../images/zh_CN/blue/left_tab.gif) -87px 0 no-repeat;
}
#tibOpen a.yy {
	background:url(../../images/zh_CN/blue/left_tab.gif) -116px 0 no-repeat;
}
#tibOpen a.txl {
	background:url(../../images/zh_CN/blue/left_tab.gif) -145px 0 no-repeat;
}
/*页签内容区*/
.labelContent ul li.tabHover {
	background:url(../../images/zh_CN/blue/tabhover.gif) 0 0 no-repeat;
}
.labelContent a span {
	color:#333;
}
/*左侧未读邮件*/
.labelContent .fonttsz {
	color:#939393;
}
/*邮箱分类icon*/
.labelContent a span.sjx {
	background:url(../../images/zh_CN/blue/left_icon.gif) 0 0 no-repeat;
}
.labelContent a span.songjx {
	background:url(../../images/zh_CN/blue/left_icon.gif) 0 -25px no-repeat;
}
.labelContent a span.cgx {
	background:url(../../images/zh_CN/blue/left_icon.gif) 0 -50px no-repeat;
}
.labelContent a span.bfx {
	background:url(../../images/zh_CN/blue/left_icon.gif) 0 -75px no-repeat;
}
.labelContent a span.ljx {
	background:url(../../images/zh_CN/blue/left_icon.gif) 0 -100px no-repeat;
}
/*pop收件箱*/
.labelContent a span.pop {
	background:url(../../images/zh_CN/blue/left_icon.gif) 0 -318px no-repeat;
}
/*应用分类icon*/
.labelContent a span.djjgl {
	background:url(../../images/zh_CN/blue/left_icon.gif) -132px 0 no-repeat;
}
.labelContent a span.ggwlcc {
	background:url(../../images/zh_CN/blue/left_icon.gif) -132px -25px no-repeat;
}
.labelContent a span.cssz {
	background:url(../../images/zh_CN/blue/left_icon.gif) -132px -49px no-repeat;
}
.labelContent a span.rcgl {
	background:url(../../images/zh_CN/blue/left_icon.gif) -132px -83px no-repeat;
}
/*通讯录分类icon*/
.labelContent a span.qytxl {
	background:url(../../images/zh_CN/blue/left_icon.gif) -264px 0 no-repeat;
}
.labelContent a span.grtxl {
	background:url(../../images/zh_CN/blue/left_icon.gif) -264px -28px no-repeat;
}
/*新建分类icon*/
.labelContent a span.xjwjj {
	background:url(../../images/zh_CN/blue/left_icon.gif) 0 -258px no-repeat;
}
/*左测新建文件显示*/
/*左侧收缩按钮*/
.leftStyle1 {
	background:url(../../images/zh_CN/blue/shangxia.gif) no-repeat 0 0;
}
.leftStyle2 {
	background:url(../../images/zh_CN/blue/shangxia.gif) no-repeat 0 -13px;
}
.leftStyle4 {
	background:url(../../images/zh_CN/blue/shangxia.gif) no-repeat 0 -27px;
}
.leftStyle3 {
	background:url(../../images/zh_CN/blue/shangxia.gif) no-repeat 0 -40px;
}
/*-----------------------以上为头部，左侧样式请勿动---------------------------*/
/*------------------以下为右侧最大宽度，请勿动---------------------------*/
.rightFrame {
	margin-top:0;
	margin-left:1px;
	max-width:815px;
	width:expression(document.body.clientWidth > 815? "815px": "auto" );
}
/* 新建文件夹 */
.rightFrame .fileInput {/*输入框小扩大镜*/
	border:1px solid #9ec1dd;
	border-right:none;
}
.rightFrame .fileButton {/*搜索*/
	background:url(../../images/zh_CN/blue/button.gif) -73px -94px no-repeat;
}
.folder_rightFrame {
	margin-top:0;
	margin-left:1px;
	max-width:965px;
	width:expression(document.body.clientWidth > 965? "965px": "auto" );
}
/* 新建文件夹 */
.folder_rightFrame .fileInput {/*输入框小扩大镜*/
	border:1px solid #9ec1dd;
	border-right:none;
}
.folder_rightFrame .fileButton {/*搜索*/
	background:url(../../images/zh_CN/blue/button.gif) -73px -94px no-repeat;
}

/*功能小提示*/
.gnxts {
}
.gnxts h3 {
	background:url(../../images/zh_CN/blue/gnts.gif) 0 0 no-repeat;
}
.gnxts p {
}
/**------------------------以下为公共模板样式，请参照---------------------------**/
/*-+++++++++右侧：信箱表格++++++++++++*/
.tableMail {
	border-top:1px solid #e2e2e2;
}
.tableMail th {
	background:url(../../images/zh_CN/blue/bgX.gif) 0 0 repeat-x;
}
.tableMail th span {
	background:url(../../images/zh_CN/blue/bgX.gif) bottom right no-repeat;
}
.tableMail td {
	border-bottom:1px solid #e4e4e4;
}
/*.tableMail tr.alt td {
	background:#f7fbfe; /*这行将给所有偶数行加上背景色
}*/
.tableMail tr.over td {
	background:#ffffe1;/*鼠标经过背景颜色*/
}
.tableMail tr.over td.biaoR {
	background:#ffffe1 url(../../images/zh_CN/blue/table_tab.gif) right no-repeat;/*鼠标经过右侧箭头图标*/
}
/**回复页面 auto_reply.html 表单上一页下一页链拉样式开始 张春**/
.tableMail a.mailBlue {
	color:#4d75b0;
}
.tableMail a.mailUp {
	background:url(../../images/zh_CN/blue/ico_all.gif) -88px -16px no-repeat;
}
.tableMail a.mailDn {
	background:url(../../images/zh_CN/blue/ico_all.gif) -48px -27px no-repeat;
}
/**回复页面 auto_reply.html 表单上一页下一页链拉样式 张春**/

/*+++++++++++分页效果++++++++++*/
.page {
	background:#f5f5f5;
	border-top:1px solid #fff;
}
.page, .page a {/*分页*/
	color:#666;
}
.page a:hover {
	color:#666;
}
/*+++++++++++ 收件箱 shoulatter.html  张春 ++++++++++*/
.pageClue {
	border-top:1px solid #fff;
	color:#666;
}
.pageClue a {
	color:#4d9cc5;
}
.pageClue p b {
	color:#333;
}
/**+++++++++++++++++++-设置弹出样式+++++++++++++++++**/
/* 文件夹页--冯艳超*/
.mainFrameX {
	color:#535353;
	background: url(../../images/zh_CN/blue/mainR_bg.gif) bottom left no-repeat;
}
/*邮件箱标题*/
.indexbt {
	background: url(../../images/zh_CN/blue/yjxbt.gif) 20px bottom no-repeat;
}
/** 通讯录 tel.html 冯艳超*/
.telBody {
	background:url(../../images/zh_CN/blue/tel_left_bo.gif) 0px bottom no-repeat;
	/*background:url(../../images/zh_CN/blue/tel_left_bo.gif) 0px bottom no-repeat !important;
	background:url(../../images/zh_CN/blue/tel_left_bo.gif) -3px 0 bottom no-repeat;*/
}
.telNav {
	background:#fff;
}
/* 标签式样 */
.telLeftBg #tibOpen {
	font-weight:bold;
	color:#fa9c00;
	background:url(../../images/zh_CN/blue/tel_lefth3.gif) top left no-repeat;
}

.telLeftBg a {
        color:#333;
}
/* 标签内容式样 */
.telRight table {
	border-top:1px solid #fff;
}
.telRight table a {
	color:#333;
}
/*企业通讯录-搜索*/
.telSearch .inputSea {
	border:1px solid #979fa5;
	border-right:none;
}
.telSearch .buttonSea {
	border:1px solid #979fa5;
	border-left:none;
	background:url(../../images/zh_CN/blue/ico_all.gif) -85px -150px no-repeat;
}
/*通讯录-添加联系人 allLink.html*/
.allLeft {
	border-top:1px solid #d4e6f2;
	background:url(../../images/zh_CN/blue/tel_all_1.gif) right no-repeat;
}
.allLeft th.bixun {
	color:#dd3400;
	border-bottom:1px solid #d4e6f2;
	background:#ffeaea;
}
.allLeft th.kexuan {
	border-bottom:1px solid #d3e6f2;
	background:#eef5fc;
}
.allRight th.kexuan {
	border-bottom:1px solid #d3e6f2;
	border-top:1px solid #d4e6f2;
	background:#eef5fc;
}
.allRight th.shangwu {
	background:url(../../images/zh_CN/blue/tel_all_3.gif) left no-repeat;
}
.allLinkTable .inputAll {
	color:#bcbcbc;
}
.allRight {
	background: url(../../images/zh_CN/blue/tel_all_2.gif) 246px 0 no-repeat;
}
/*添加组*/
.allGroupTable {
	background: url(../../images/zh_CN/blue/allgroupTable.gif) top left no-repeat;
}
/*换肤*/
.huanfu li a {
}
.huanfu .current {
	background:url(../../images/zh_CN/blue/huanfu_bg.gif) 0 0 no-repeat;
}
.huanfu .joinus {
	background:url(../../images/zh_CN/blue/huanfu_bg.gif) 0 -100px no-repeat;
}
/**写信页面 compose.html 按钮样式开始 张春**/
.inputborder {
	border:1px solid #c4daec;
}
.txt {
	border: #8db5d8 1px solid;
}
/** 写信页面 compose.html 右侧样式 **/
.writeTab {
	background:url(../../images/zh_CN/blue/read_bg.gif) no-repeat;
}
/*
.writeTab a {
	color:#0e4067;
	background:none;
	border:0;
}
.writeTab a:hover {
	background:url(../../images/zh_CN/blue/button.gif) left -22px no-repeat;
	text-decoration:none;
}
*/
.writeTab a {
	color:#333;
	background:none;
}
.writeTab a:hover {
	background:url(../../images/zh_CN/blue/button1.gif) right -246px no-repeat;
	text-decoration:none;
}
.writeTab a:hover span.bgLeft {
	background:url(../../images/zh_CN/blue/button1.gif) left -222px no-repeat;
	display:block;
	float:left;
}
/*
.writeTab .allLinkWidth:hover {
	background:url(../../images/zh_CN/blue/button.gif) left -46px no-repeat;
}
.writeTab .allGroupWidth:hover {
	background:url(../../images/zh_CN/blue/button.gif) left -70px no-repeat;
}
*/
.writeTab .send {/* 发送 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -3px no-repeat;
}
.writeTab .save {/* 草稿箱 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -23px no-repeat;
}
.writeTab .close {/* 取消 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -40px no-repeat;
}
.writeTab .revert {/* 回复 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -93px no-repeat;
}
.writeTab .forward {/* 转寄 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -113px no-repeat;
}
.writeTab .delete {/* 删除 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -136px no-repeat;
}
.writeTab .thoroughDele {/* 彻底删除 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -306px no-repeat;
}

.writeTab .return {/* 彻底删除 */
	background:url(../../images/zh_CN/blue/ico_all.gif) -78px -178px no-repeat;
}
.writeTab .move {/* 移动 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -157px no-repeat;
}
.writeTab .more {/* 更多 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -177px no-repeat;
}
.writeTab .upload {/* 上传 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 6px -512px no-repeat;
}
.writeTab .dnload {/* 下载 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 6px -543px no-repeat;
}
.writeTab .listRejigger {/* 目录更改 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -438px no-repeat;
}
.writeTab .listNew {/* 新建目录 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -463px no-repeat;
}
.writeTab .listDel {/* 删除目录 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -486px no-repeat;
}
.writeTab .ggck {/* 查看 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -574px no-repeat;
}
.writeTab .gggx {/* 共享 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -602px no-repeat;
}
.composeTab {/* 语音邮件页面 composevoice.html 录音一行链接样式 */
	background: #f5f5f5;
}
.composeTab a {
	color:#0e4067;
	border:0;
	background:none;
}
/*
.composeTab a.signedBg {
	color:#0e4067;
	border:0;
	background:none;
}
*/
.composeTab p {
	border-right:1px #bfd5ea solid;
}
.composeTab a:hover {
	background:url(../../images/zh_CN/blue/button1.gif) right -200px no-repeat;
	color:#1851B8;
}
.composeTab a:hover span.bgLeft1{
	background:url(../../images/zh_CN/blue/button1.gif) left -178px no-repeat;
	color:#1851B8;
}
/*
.composeTab a.signedBg:hover {
	background:url(../../images/zh_CN/blue/button.gif) left -137px no-repeat;
	color:#1851B8;
}*/
.composeTab .record {/* 录音 */
	background:url(../../images/zh_CN/blue/ico_all.gif) -83px -92px no-repeat;
}
.composeTab .play {/* 播放 */
	background:url(../../images/zh_CN/blue/ico_all.gif) -83px -109px no-repeat;
}
.composeTab .stop {/* 停止 */
	background:url(../../images/zh_CN/blue/ico_all.gif) -83px -129px no-repeat;
}
.composeTab .signed {/* 签名档 */
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -325px no-repeat;
}
/*通讯录*/
.writeTab .allLink {
	background:url(../../images/zh_CN/blue/ico_all.gif) 3px -199px no-repeat;
}
.writeTab .allGroup {
	background:url(../../images/zh_CN/blue/ico_all.gif) 3px -220px no-repeat;
}
.writeTab .delet {
	background:url(../../images/zh_CN/blue/ico_all.gif) 3px -243px no-repeat;
}
.writeTab .enter {
	background:url(../../images/zh_CN/blue/ico_all.gif) 3px -265px no-repeat;
}
.writeTab .go {
	background:url(../../images/zh_CN/blue/ico_all.gif) 3px -286px no-repeat;
}
/****搜索-高级***/
.searchNuTb {
	border-right:1px solid #d4dce7;
}
.searchNu span {
	color:#858585;
}
.searchNu {
	color:#000;
}
.searchNu th {
	color:#0e4ca1;
}
/*******设置首页prefer.html******/
.preferOver {
	width:226px;
	height:67px;
	background:url(../../images/zh_CN/blue/prefer_bg.gif) left top no-repeat;
}
/** 写信页面 compose.html 写信页样式 **/
.readMailInfo {
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	width:auto !important;
	max-width:820px;
 width:expression(document.body.clientwidth > 820? "820px": "auto" );
	min-width:615px;
	width:615px;
}
.readMailInfo .linfoRight {/* 写信页面 compose.html 右侧联系人区域 */
	background: url(../../images/zh_CN/blue/read_right.gif) left no-repeat;
}
/* 标签式样 */
.readMailInfo .linfoRight h3, .titleAppendix {
	background: url(../../images/zh_CN/blue/h3_bg.gif) no-repeat;
	font-size:13px;
}
.readMailInfo .linfoRight h3 span, .titleAppendix span.titleAff {
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -351px no-repeat;
	color:#799ecb;
}
.titleAppendix span.titleApp {
	background:url(../../images/zh_CN/blue/ico_all.gif) 2px -376px no-repeat;
	color:#0e4ca3;
}
.tibOpen, .titleAppendix a:hover {
	background:url(../../images/zh_CN/blue/title_a.gif) no-repeat;
}
.content {/* 写信页面 compose.html 右面联系要预留区 */
	background:#eceef3;
}
.appManager {
	background:#ecf3fd;
}
.readMailInfo .preFD {
	background:url(../../images/zh_CN/blue/prefd.gif) no-repeat;
}
.readMailInfo .nextFD {
	background: url(../../images/zh_CN/blue/nextfd.gif) no-repeat;
}
.readMailInfo .inputMeinu {/* 写信页面 compose.html 文本框预留区内复选框一行的样式 */
	background: #f5f5f5;
}
.readMailInfo .tableTime {
	background:url(../../images/zh_CN/blue/ico_all.gif) -86px -1px no-repeat;
}
span.accessories {
	background:url(../../images/zh_CN/blue/tag.gif) no-repeat;
}
a.big {
	background:url(../../images/zh_CN/blue/ico_all.gif) 0 -75px no-repeat;
}
/**写信页面 compose.html 按钮样式结束 张春**/
/** 开发为大附件加的 开始**/
.shezhi_title{
    background:#F0F8FE;
    }

.shezhi_content{
    background:#fff;
    border-top:1px solid #ebf1f8;
     }
.shezhi_content th{
     background:#F8FBFF;
     padding:2px 5px;
     font-weight:normal;
     text-align:left;
     height:24px;

    }
.shezhi_content td{
      background:#FFF;
      padding:2px 5px;

     }
.shezhi_content a{
       color:#0033FF;
    }
.shezhi_content a:hover{
      text-decoration:underline;
   }
.title_1{
     color:#00469e;
     background:#F0F8FE;
     font-size:12px;
     font-weight:bold;
     padding:5px;
   }
.onClickDiv2{/* 开发书写的样式 */
    width:500px;
    border-top:1px solid #C4D3E6;
    border-left:1px solid #C4D3E6;
    border-bottom:3px solid #9eb5d2;
    border-right:2px solid #9eb5d2;
    background:#fff;
    }
/**开发为大附件加的 结束 **/




/**弹出层内容样式**/
.cardIco {
	background-image:url(../../images/zh_CN/blue/onClick_icon.gif);
	background-repeat:no-repeat;
}
/**弹出层内容样式**/
/**---设置弹出样式(大附件中使用)  结束---**/

/*  大附件提示页面样式      */
.infotiptitle_red {
	border-top:#c4d3e6 1px solid;
	border-left:#c4d3e6 1px solid;
	border-bottom:3px solid #9eb5d2;
	border-right:3px solid #9eb5d2;
	color:#0e4ca1;
	font-size:12px;
	font-family:"宋体", arial, helvetica, sans-serif;
}
.infotiptitle_red a {
	color:#0e4ca1;
}
.infotip_red {
	background-color:#f0f8fe;
	border-bottom:#ebf1f8 1px solid;
	color:#00469e;
	padding-left:5px;
	font-size:12px;
	font-family:"宋体", arial, helvetica, sans-serif;
}
/**语音邮件 composevoice_play.html 样式开始 张春**/
.composevoicePlay ul {
	border-top:1px #dfeaf0 solid;
	border-bottom:1px #dfeaf0 solid;
	background:#f8fcff;
}
.composevoicePlay li {
	color:#000;
	padding-left:4px;
}
/**语音邮件 composevoice_play.html 样式结束 张春**/


/*---网络书签按钮样式-----*/
.setupLayer151 {
	background:url(../../images/zh_CN/blue/ydsq_03.gif) no-repeat;
	width:82px;
	height:20px;
	cursor:hand;
}
.setupLayer1511 {
	background:url(../../images/zh_CN/blue/ydsq1_03.gif) no-repeat;
	width:82px;
	height:20px;
	cursor:hand;
}
.setupLayer152 {
	background:url(../../images/zh_CN/blue/ydsq_05.gif) no-repeat;
	width:82px;
	height:20px;
	cursor:hand;
}
.setupLayer1521 {
	background:url(../../images/zh_CN/blue/ydsq1_05.gif) no-repeat;
	width:82px;
	height:20px;
	cursor:hand;
}
.setupLayer153 {
	background:url(../../images/zh_CN/blue/ydsq_07.gif) no-repeat;
	width:82px;
	height:20px;
	cursor:hand;
}
.setupLayer1531 {
	background:url(../../images/zh_CN/blue/ydsq1_07.gif) no-repeat;
	width:82px;
	height:20px;
	cursor:hand;
}
.setupLayer154 {
	background:url(../../images/zh_CN/blue/ydsq_09.gif) no-repeat;
	width:82px;
	height:20px;
	cursor:hand;
}
.setupLayer1541 {
	background:url(../../images/zh_CN/blue/ydsq1_09.gif) no-repeat;
	width:82px;
	height:20px;
	cursor:hand;
}
.back1 {
	background:url(../../images/zh_CN/blue/back1.gif) no-repeat;
	width:3px;
	height:17px;
}
/**回执 returnRec.html 样式开始 张春**/
.returnRec {
	background:url(../../images/zh_CN/blue/returnRec_bg.jpg) no-repeat;
}
/**回执 returnRec.html 样式结束 张春**/

/** 设置样式 **/
.qqShowBD {
	margin-top:0;
	margin-left:1px;
	width:100%;
	max-width:843px;
	width:expression(document.body.clientWidth > 843? "843px": "auto" );
}
.qqShowBD h3 {
	color:#5b9d08;
	background:url(../../images/zh_CN/blue/read_bg.gif) no-repeat;
	text-align:left;
	font-size: 12px;
	height:31px;
	padding:4px 0 0 15px;
	display:none;
}
ul.enterUl {
	padding:10px 13px;
	list-style-type: none;
}
ul.enterUl li {
	float:left;
	width:226px;
	height:80px;
	margin:0px 11px 9px 5px;
	cursor:pointer;
	overflow:hidden;
	border:1px solid #fff;
}
ul.enterUl li.borderWhite {
	background:none;
}
ul.enterUl li.bd {
	/*background:url(../../images/zh_CN/blue/prefer_bg.gif) no-repeat;*/
	border:1px solid #fbe2b9;
	background:#ffffe1;
}
.enterTip {
	width:100%;
	padding: 6px 0 0 11px;
}
.enterTip h4 {
	width:60%;
	float:left;
	color:#5f799a;
	font: bold 12px Verdana;
	padding-left:13px;
	margin-top:6px;
}
.grayDiv {
	width:65%;
	float:left;
	margin:0;
	padding:0;
	color:#898989;
	padding-left:13px;
	padding-top:3px;
	line-height:18px;
}
.enterImg {
	width:30%;
	float:left;
	border:0;
	margin-top:5px;
}
.indexToday1 {
	background: url(../../images/zh_CN/blue/prefer_01.gif) no-repeat;
	width: 51px;
	height: 36px;
}
.indexToday2 {
	background: url(../../images/zh_CN/blue/prefer_02.gif) no-repeat;
	width: 51px;
	height: 49px;
}
.indexToday3 {
	background: url(../../images/zh_CN/blue/prefer_03.gif) no-repeat;
	width: 51px;
	height: 49px;
}
.indexToday4 {
	background: url(../../images/zh_CN/blue/prefer_04.gif) no-repeat;
	width: 51px;
	height: 47px;
}
.indexToday5 {
	background: url(../../images/zh_CN/blue/prefer_05.gif) no-repeat;
	width: 51px;
	height: 51px;
}
.indexToday6 {
	background: url(../../images/zh_CN/blue/prefer_06.gif) no-repeat;
	width: 51px;
	height: 45px;
}
.indexToday7 {
	background: url(../../images/zh_CN/blue/prefer_07.gif) no-repeat;
	width: 51px;
	height: 42px;
}
.indexToday8 {
	background: url(../../images/zh_CN/blue/prefer_08.gif) no-repeat;
	width: 51px;
	height: 44px;
}
.indexToday9 {
	background: url(../../images/zh_CN/blue/prefer_09.gif) no-repeat;
	width: 51px;
	height: 48px;
}
.indexToday10 {
	background: url(../../images/zh_CN/blue/prefer_10.gif) no-repeat;
	width: 51px;
	height: 43px;
}
.indexToday11 {
	background: url(../../images/zh_CN/blue/prefer_11.gif) no-repeat;
	width: 51px;
	height: 46px;
}
.indexToday12 {
	background: url(../../images/zh_CN/blue/prefer_12.gif) no-repeat;
	width: 51px;
	height: 38px;
}
.indexToday13 {
	background: url(../../images/zh_CN/blue/prefer_13.gif) no-repeat;
	width: 51px;
	height: 48px;
}
.indexToday14 {
	background: url(../../images/zh_CN/blue/prefer_14.gif) no-repeat;
	width: 51px;
	height: 50px;
}
.indexToday15 {
	background: url(../../images/zh_CN/blue/prefer_15.gif) no-repeat;
	width: 41px;
	height: 41px;
}
.indexToday16 {
	background: url(../../images/zh_CN/blue/prefer_16.gif) no-repeat;
	width: 48px;
	height: 35px;
}

/**设置弹出层样式**/
.onClickDiv {
	width:510px;
	background:url(../../images/zh_CN/blue/onClick_leBo.gif) left bottom no-repeat;
}
.sheZhiTitle {
	background:#F0F8FE;
}
.onClickRiBo{
	background:url(../../images/zh_CN/blue/onClick_riBo.gif) bottom right no-repeat;
}
.onClickRiTop{
	background:url(../../images/zh_CN/blue/onClick_riTop.gif) right top no-repeat;
}
.onClickLeftTop{
	background:url(../../images/zh_CN/blue/onClick_leftTop.gif) left top no-repeat;
	padding:0 0 10px 0px;
}
/**弹出层内容样式**/
.preferPup {
	border-right:1px solid #7398c8;
	border-left:1px solid #7398c8;
	background:#fff;
}
.onClickLeftTop .title {
	width:100%!important;
	width:510px;
	height:50px;
	overflow:hidden;
}
.onClickLeftTop h3 {
	padding-left:10px;
	color:#32588d;
	font-size:12px;
	height:50px;
	line-height:40px;
	overflow:hidden;
	float:left;
	width:200px;
	margin:0 0 0 8px;
}
.onClickLeftTop p.clickClose {
	float:right;
	width:34px;
	padding-top:7px;
	margin:0 8px 0 0!important;
	_margin:0;
}
/*ie二次弹出关闭按钮*/
.onClickLeftTop p.Close2 {
	_margin-right:5px;
}
/*.onClickLeftTop p {
	float:right;
	width:34px;
	padding-top:7px;
	margin:0 8px 0 0!important;
	margin:0;
}*/
/* 设置-弹出层表格样式 */
.sheZhiContent {
	background:none;
}
.sheZhiContent th {
	font-weight:normal;
	text-align:left;
	height:24px;
	padding:2px 5px;
	color:#32588d;
}
.sheZhiContent td {
	padding:2px 5px;
	color:#333;
}
.sheZhiContent a {
	color:#333;
}
.sheZhiContent a:hover {
	text-decoration:underline;
}
.sheZhiContent .inputborder {
	border:1px solid #8db5d7;
}

/**屏蔽透明层样式**/
#ma {
	position:absolute;
	z-index:1;
	height:100%;
	width:90%;
	display:none;
	background:#fff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
}
#ma1 {
	position:absolute;
	z-index:3;
	height:100%;
	width:90%;
	display:none;
	background:#fff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
}
#ma2 {
	position:absolute;
	z-index:6;
	height:139%;
	width:90%;
	display:none;
	background:#fff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
}
#Layer1 {
	position:absolute;
	left:20%;
	top:15%;
	z-index:2;
	display:none;
}
#Layer2 {
	position:absolute;
	left:20%;
	top:15%;
	z-index:4;
	display:none;
}
#Layer3 {
	position:absolute;
	left:20%;
	top:15%;
	z-index:6;
	display:none;
}
/*公共网络存储*/
.labelgg ul.yeqiangg a {
	color:#333;
	background:url(../../images/zh_CN/blue/ggtab.gif) 0 0 no-repeat;
}
.labelgg ul.yeqiangg a span {
	color:#333;
	background:url(../../images/zh_CN/blue/ggtab.gif) right -26px no-repeat;
}
.labelgg ul.yeqiangg li#tibOpen1 a {
	color:#333;
	background:url(../../images/zh_CN/blue/ggtab.gif) 0 -78px no-repeat;
}
.labelgg ul.yeqiangg li#tibOpen1 a span {
	background:url(../../images/zh_CN/blue/ggtab.gif) right -107px no-repeat;
}
/*文件夹图标*/
.wenjianjia {
	background:url(../../images/zh_CN/blue/ico_all.gif) left -649px no-repeat;
}
/*文夹图标*/
.wenjian {
	background:url(../../images/zh_CN/blue/ico_all.gif) left -621px no-repeat;
}

/*login 登录*/
.login22 {
    background:url(../../images/zh_CN/blue/mail_login_tbg.gif) top left repeat-x;
}
.loginDiv {
    width:942px;
}
.loginT h3 {
    height:95px;
    width:240px;
    float:left;
    background:url(../../images/zh_CN/blue/mail_login_logo.gif) top left no-repeat;
}
.loginT p {
    height:95px;
    width:240px;
    float:right;
    text-align:right;
}
.loginT p a {
    font-size:12px;
    color:#000;
    line-height:70px;
}
.loginCen {
    height:408px;
    clear:both;
    background:url(../../images/zh_CN/blue/mail_login_lbg.gif) top left no-repeat;
}
/*中文登录样式*/
.loginCen1 {
    height:418px;
    padding-left:418px;
    background:url(../../images/zh_CN/blue/mail_login_rbg.gif) top right no-repeat;
}
.loginN {
    height:231px;
    /*background:url(../../images/zh_CN/blue/userlogin_16.gif) bottom left no-repeat;*/
}
.loginCen1 p {
    padding-bottom:16px;
    *padding-bottom:14px;
    margin-left:80px;
}
.loginCen1 .input {
    width:118px;
    height:17px;
    border:1px solid #999;
}
.loginCen1 .input2 {
    width:80px;
    height:17px;
    border:1px solid #999;
}
.centop {
    padding-top:122px;
}
.loginAdmin{
	padding-left:110px;
	padding-top:6px;
}
.loginAdmin .loginButton2{
	width:70px;
	height:24px;
	border:0;
	cursor:pointer;
	background:none;
}
.loginCen1 .loginButton {
	width:47px;
	height:24px;
	border:0;
	cursor:pointer;
	background:none;
}
/*英文登录样式*/
.loginCen2 {
    height:418px;
    padding-left:418px;
    background:url(../../images/zh_CN/blue/mail_login_rbg_en.gif) top right no-repeat;
}

.loginCen2 p {
	padding-bottom:16px;
    *padding-bottom:14px;
    margin-left:80px;
}
.loginCen2 .input {
    width:118px;
    height:17px;
    border:1px solid #999;
}
.loginCen2 .input2 {
	width:80px;
	height:17px;
	border:1px solid #999;
}

.loginCen2 .loginButton {
	width:47px;
	height:24px;
	border:0;
	cursor:pointer;
	background:none;
}
.loginAdmin1{
	padding-left:80px;
	padding-top:6px;
}
.loginAdmin1 .loginButton3{
	width:110px;
	height:24px;
	border:0;
	cursor:pointer;
	background:none;
}
.loginButtonP {
    padding:7px 0 0 96px;
}
.loginB {
    height:88px;
    background:url(../../images/zh_CN/blue/mail_login_bbg.gif) top left repeat-x;
}
.loginB p {
    height:70px;
    width:942px;
    background:url(../../images/zh_CN/blue/mail_login_02.gif) right 5px no-repeat;
}
/*提示*/
.tishi0 {
	margin:64px 0 0 170px;
}
.tishi {
	width:450px;
	background:#fffbe1 url(../../images/zh_CN/blue/ts.gif) 70px 37px no-repeat;
	border:1px solid #e6dbae;
}
.tishiok {
	background:#fffbe1 url(../../images/zh_CN/blue/tsok.gif) 70px 37px no-repeat;
}
.tishino {
	background:#fffbe1 url(../../images/zh_CN/blue/tsno.gif) 70px 37px no-repeat;
}
.tishii {
	background:#fffbe1 url(../../images/zh_CN/blue/tsi.gif) 70px 37px no-repeat;
}
.tishi p.contentti {
	margin:46px 30px 0 136px;
}
.tishi p.buttonti {
	text-align:center;
	margin:26px 0;
}

/***/
.phptcc {}
.phptcc .tishi0 {
    padding-top:15px;
    margin:0px;
}
.phptcc .tishi {
	margin:10px 15px;
	background:#fffbe1 url(../../images/zh_CN/blue/ts.gif) 40px 37px no-repeat;
	border:1px solid #e6dbae;
}
.phptcc .tishiok {
	background:#fffbe1 url(../../images/zh_CN/blue/tsok.gif) 40px 37px no-repeat;
}
.phptcc .tishino {
	background:#fffbe1 url(../../images/zh_CN/blue/tsno.gif) 40px 37px no-repeat;
}
.phptcc .tishii {
	background:#fffbe1 url(../../images/zh_CN/blue/tsi.gif) 40px 37px no-repeat;
}
/*
.phptcc .tishi p.contentti {
margin:46px 30px 0 96px;
}
.phptcc .tishi p.buttonti {
    text-align:center;
margin:26px 0;
}
*/
.onClickLeftTop .phptcc p.contentti {
	margin:46px 30px 0 96px;
}
.onClickLeftTop .phptcc p.buttonti {
	text-align:center;
	margin:26px 0;	
}

/*compose 输入框说明文字颜色--灰色*/
.grayWord {
	color:#ccc;
	vertical-align:middle;	  
}	

/*compose 选择群发单显功能，输入框内的地址颜色为蓝色*/
.blueWord {
	color:#607998;	
}	

/*banner右对齐*/
#bannerR {
	float:right;
	margin-right:70px;
}	
