/*right*/
.right
{
margin-top: 10px;
margin-left: 21px;
width: 96%;
}
.f12{ font-size:12px;}
.f58{ color:#585858;}
.nav_bar
{
background-image: url('/images/ManagerIMG/right_mbxbg.jpg');
background-repeat: repeat-x;
padding-left: 20px;
padding-top: 12px;
width: 762px;
height: 29px;
}
.nav_bar div
{
background-image: url('/images/ManagerIMG/icon.png');
background-repeat: no-repeat;
background-position: left center;
font-size: 12px;
color: #585858;
padding-left: 20px;
font-family: 宋体;
height: 20px;
line-height: 20px;
}
.top_bar
{ 
text-align: left;
padding-left:40px;
padding-top:11px;
height:41px;
}
.form_block
{
border-bottom: 98px solid #f2f6f7;
border-left: 21px solid #f2f6f7;
border-right: 25px solid #f2f6f7;
border-top: 36px solid #f2f6f7;
margin-left: 20px;
margin-top: 26px;
width: 692px;
}
.midd_block
{
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}
.bottom_bar
{
margin-top: 10px;
}
/*控件通用样式*/
.left
{
text-align: left;
}
.right
{
}


/*表格样式*/
.tbl
{
border: 1px solid #BDDEFD ;
border-spacing: 0px;
border-collapse: collapse;
}
.tbl td, .tbl th
{
border-bottom: 1px solid #BDDEFD ;
border-right: 1px solid #BDDEFD ;
border-top: 0px solid #BDDEFD ;
border-left: 0px solid #BDDEFD;
}
.tbl_chb{background-color:#cde6f5; width:35px;}
.tbl th, .tblth
{
font-weight:bolder;
font-size: 12px;
background: url(/UILib/FrontKSControl/img/tabletopBg_blue.jpg) repeat-x;
height:34px;
}
.tbl td
{
height: 34px;
color: #585858;
word-break:break-all;
}
.r1 td
{
line-height: 30px;
background: #fff;
text-align: center;
vertical-align: middle;
}
.r2 td
{
line-height: 30px;
background: #f6fbfe;
text-align: center;
vertical-align: middle;
}
.tbl .over td,.tbl_blue .over td
{
background-color: #e6ffd3;
}
.tbl .tag,.tbl_blue .tag
{
color: Blue;
}
.tbl .outstand,.tbl_blue .outstand
{
color: Red;
}
.tbl .minlevel,.tbl_blue .minlevel
{
color: Blue;
}
.tdleft
{
text-align: left;
}
.tdright
{
text-align: right;
}
.tbldel
{
}
.tbledit
{
} 
.tbl A,.tbl A:hover,.tbl A:link,.tbl_blue A,.tbl_blue A:hover,.tbl_blue A:link,.tbl_blue A:visited,.tbl A:visited
{
color:#1c8ac5;
}
/*主要用于表单新增或者编辑*/
.tblform
{
border-spacing: 0px;
WIDTH: 100%;
padding-top:10px;
}

.tblCheckBox tr td
{
border-bottom: 0px solid #cde6f5;
border-right: 0px solid #cde6f5;
border-top: 0px solid #cde6f5;
border-left: 0px solid #cde6f5;
}

.tblform td, .tblform th
{
HEIGHT: 40px
}
.tblform .tdleft
{
text-align: left;
}
.tblform .tdcenter
{
text-align:center;
}
.tblform .tdright
{
text-align:right;
padding-right:5px;
}
.tblform .lbl
{
width: 60px;
display: inline-block;
line-height: 33px;
}
.bottombar
{
height: 35px;
text-align: center;
display: block;
padding-top: 8px;
}
.topbar
{
height: 25px;
display: block;
padding-top: 8px;
}
.span5
{
padding-left: 5px;
}
.span15
{
padding-left: 15px;
}
.span25
{
padding-left: 25px;
}
.span35
{
padding-left: 35px;
}
.span125
{
padding-left: 125px;
}
/*双层列头表格样式*/
.tblheader th
{
background-image: url(../img/grid_header01.jpg);
background-repeat: repeat-x;
}
.btndiv
{
width: 100%;
text-align: center;
height: 35px;
line-height: 35px;
}

/*文本*/
.lbl
{
color: #00508E;
font-family: 微软雅黑;
font-size: 12px;
vertical-align: middle;
line-height: 22px;
}
.f12{ font-size:12px; color:#bebebe;}

/*文本输入框样式*/
.txt
{
    height:23px;
background:#ffffff; float:left; padding-left:3px;
border-bottom:1px solid #CAD8E5;
border-right:1px solid #CAD8E5;
-moz-box-shadow:1px 1px 1px #1f283f inset; 
-webkit-box-shadow:1px 1px 1px #1f283f inset;  
box-shadow:1px 1px 1px #1f283f inset;     
}
.txtfocus
{
height:23px; background:#ffffff; float:left; padding-left:3px;
border-bottom:1px solid #CAD8E5;
border-right:1px solid #CAD8E5;
-moz-box-shadow:1px 1px 1px #1f283f inset;               /* For Firefox3.6+ */
-webkit-box-shadow:1px 1px 1px #1f283f inset;            /* For Chrome5+, Safari5+ */
box-shadow:1px 1px 1px #1f283f inset;                    /* For Latest Opera */
background-color: #FFFFDF;
vertical-align:middle;
}

/*按扭样式*/
.btn
{
/*width:85px;*/
padding-left:12px;
padding-right:12px;
background: url("/images/but_bg.gif") repeat-x;
border:1px #67a4d3 solid;
border-radius:3px; 
text-align:center;
font-size:12px;
 line-height:24px; 
color:#275c86; 
margin-top:-3px;
margin-left:6px;
height:26px;
}
.btn-hover
{
cursor: pointer;
/*width:85px;*/
padding-left:12px;
padding-right:12px;
height: 26px;
background: url(/images/ManagerIMG/anniu_bg.png) repeat-x;
border: 1px #6aa5d4 solid;
border-radius: 3px;
text-align: center;
color: #255c85;
line-height: 24px;
font-size:12px;
margin-top:-3px;
margin-left:6px;
height:26px;
}
.btn1
{
/*width:85px;*/
padding-left:12px;
padding-right:12px;
height: 25px;
background: url("/images/but_bg.gif") repeat-x;
border:1px #67a4d3 solid;
border-radius:3px; 
text-align:center;
font-size:12px;
 line-height:24px; 
color:#275c86; 
margin-left:230px;
height:26px;
}
.btn1-hover
{
cursor: pointer;
/*width:85px;*/
padding-left:12px;
padding-right:12px;
height: 25px;
background: url(/images/ManagerIMG/anniu_bg.png) repeat-x;
border: 1px #6aa5d4 solid;
border-radius: 3px;
text-align: center;
color: #255c85;
line-height: 24px;
font-size:12px;
margin-left:230px;
}
.btn *, .btn-hover *,.btn1 *, btn1-hover *
{
vertical-align: middle;
}
.btn img, .btn-hover img,.btn1 img,.btn1-hover img
{
margin-right: 2px;
}
.ManagerButton
{
border: 1px solid #b2b7b8;
background: url(../img/bg_btn_default.jpg);
text-align: center;
text-decoration: none;
color: #3d3d3d;
height: 25px;
cursor: pointer;
}
.ManagerButton-hover
{
border: 1px solid #e29a67;
background: url(../img/bg_btn.jpg);
text-align: center;
text-decoration: none;
color: #3b1600;
height: 25px;
cursor: pointer;
}
*html .ManagerButton, *html .ManagerButton-hover
{
padding: 1px 0;
}
* + html .ManagerButton, * + html .ManagerButton-hover
{
padding: 0;
}
.ManagerButton img, .ManagerButton-hover img
{
padding-right: 3px;
vertical-align: middle;
}
.ManagerButton span, .ManagerButton-hover span
{
vertical-align: middle;
line-height: 21px;
}
/*  image link*/
.linkimg
{
vertical-align: text-bottom;
border: 0px;
margin-right: 1px;
}

/*  image link end*/
/*分页样式*/
.page-ctrl
{
width: 100%;
float: left;
line-height:35px;
vertical-align: middle;
font-size:12px;
color: #383838;
padding-top:5px;
}
.page-ctrl SPAN
{
margin-right: 2px;
color: #ffffff;
padding: 4px;
padding-left: 8px;
padding-right: 8px;
text-decoration: none;
background: url(/UILib/FrontKSControl/img/page1.jpg);
}
.page-ctrl .curPageIndex
{
color:#fff;
font-weight:bolder;
}
.page-ctrl A
{
margin-right: 2px;
color: #383838;
padding: 4px;
padding-left: 8px;
padding-right: 8px;
text-decoration: none;
}
.page-ctrl A:link
{
text-decoration: none;
}
.page-ctrl A:visited
{
text-decoration: none;
}
.page-ctrl A:hover
{
background: url(/UILib/FrontKSControl/img/page1.jpg);
color: #fff;
text-decoration: none;
}

.page-ctrl-zs
{
padding-right: 0px;
padding-left: 0px;
padding-bottom: 20px;
color: #000;
line-height: 20px;
padding-top: 20px;
height: 20px;
font-family: "宋体";
font-size: 12px;
}
.page-ctrl-zs SPAN
{
width: 18px;
}

.page-ctrl-zs A
{
padding: 0px 6px 0px 6px;
line-height: 20px;
width: 20px;
font-family: 微软雅黑;
font-size: 12px;
}
.page-ctrl-zs A:link
{
text-decoration: none;
}
.page-ctrl-zs A:visited
{
text-decoration: none;
}
.page-ctrl-zs A:hover
{
color: #fff;
text-decoration: none;
}
/*Tab 样式*/
.tab
{
width: 100%;
float: left;
}

.tab ul, li
{
margin: 0;
padding: 0;
font-size: 12px;
}
.tab ul
{
overflow: hidden;
zoom: 1;
}
.tab ul li
{
margin-right: 3px;
list-style-type: none;
float: left;
text-align: center;
height: 30px;
color: #fff;
padding: 0px 1px;
}
.tab ul li a
{
height: 30px;
display: block;
line-height: 30px;
text-align: center;
text-decoration: none;
background: #666;
border-top: 1px solid #ccc;
color: #FFF;
background: url(/images/tab_bg.gif) left 0;
border: 0px solid #daf3ff;
color: #3a94e6;
}
.tab ul li a span
{
background: url(/images/tab_bg.gif) right 0;
padding: 9px 35px 5px 10px;
margin: 0 0 0 23px;
float: left;
line-height: 16px;
height: 16px;
}
.tab ul li a:hover
{
background: url(/images/tab_bg.gif) left -30px;
border: 0px solid #3a94e6;
color: #fff;
}
.tab ul li a:hover span
{
background: url(/images/tab_bg.gif) right -30px;
color: #fff;
padding: 9px 35px 5px 10px;
margin: 0 0 0 23px;
height: 16px;
}
.tab .selected
{
background: url(/images/tab_bg.gif) left -30px;
border: 0px solid #3a94e6;
color: #fff;
}
.tab .selected span
{
background: url(/images/tab_bg.gif) right -30px;
color: #fff;
padding: 9px 35px 5px 10px;
margin: 0 0 0 23px;
height: 16px;
}
/*Tab 结束*/
/*验证样式*/
input.error, select.error
{
border: 1px solid #FF0000;
background-color: #FFCCCC;
margin: 0px;
color: #EE4F11;
}

input.right, select.right
{
border: 1px solid #A5C760;
background-color: #F4FFD4;
margin: 0px;
color: #EE4F11;
}
.warningimg
{
margin: 0px 0px 0px 2px;
vertical-align: middle;
}
.warningfont
{
color: #EE4F11;
vertical-align: middle;
font-size:12px;
}

/*tell*/
.tell
{
width: 220px;
margin: 0px auto;
overflow: hidden;
padding-top: 20px;
}
.tell_top
{
width: 100%;
height: 60px;
float: left;
background: url("/images/tell1.jpg") no-repeat scroll center top transparent;
}
.tell_con
{
width: 100%;
float: left;
background: url("/images/tell2.jpg") repeat-y scroll 0% 0% transparent;
}
.tell_con1
{
width: 192px;
margin: 0px auto;
}
.tell_bottom
{
width: 100%;
height: 136px;
float: left;
background: url("/images/tell3.jpg") no-repeat scroll 0% 0% transparent;
}
.tell_bottom1
{
width: 39px;
padding-top: 15px;
margin: 0px auto;
}
/*tell end*/


#li1
{
width: 92px;
height: 30px;
}
#li2
{
width: 104px;
height: 30px;
}
#li3
{
width: 104px;
height: 30px;
}
.li4
{
width: 116px;
height: 30px;
}

.li3
{
width: 104px;
height: 30px;
}
/*某些公用样式*/
.w100{width:100px;}
.mt6{margin-top:6px;}
.span_txt {line-height: 24px; vertical-align: middle;float: left;padding:0px 5px 0px 5px; }
.pt10 {padding-top: 10px;}
.w760{width: 760px;margin: 0 auto; }
.w150{ width:150px;}
.align_center{ text-align: center; }
.clear_both{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.vertical-align{ vertical-align:middle;}
.h24{ height:24px; margin:0px 5px 0px 0px;}
.mtt10{ margin-top:10px; margin-bottom:10px; width:600px;}
/*发送短信 页面SYTLE*/
.sendmsg_conb{ width:726px; height:auto;  padding-left:20px; font-size:14px; float:left;}
.send_par1{ padding-top:20px; padding-bottom:10px; width:100%; height:auto; float:left;}
<<<<<<< .mine
.sendmsg_sPhonum { width:600px; height:146px; border:1px #cad8e5 solid; margin-top:5px;-moz-box-shadow:1px 1px 1px #1f283f inset; -webkit-box-shadow:1px 1px 1px #1f283f inset; box-shadow:1px 1px 1px #1f283f inset; float:left;}
=======
.sendmsg_sPhonum { border:1px #cad8e5 solid; margin-top:5px;-moz-box-shadow:1px 1px 1px #1f283f inset; -webkit-box-shadow:1px 1px 1px #1f283f inset; box-shadow:1px 1px 1px #1f283f inset; float:left;
width:600px; height:150px;
}
>>>>>>> .r187
.butbox{ width:100px; height:auto; margin-right:5px; float:right; }
font-size:12px; line-height:26px; color:#275c86;  }
.tishi{ font-size:12px;height:30px; float:left; padding-top:10px;}
.cred{ color:#ff0000;}

.send_par2{ background:#f8fbfe; border:1px #3f3f3f dotted; float:left; width:710px; }
.msg_pic{ width:105px; height:100px; margin:10px 0px 0px 10px; float:left; display:inline;}
.yy{ width:719px; height:9px; background:url("/images/yy.gif") no-repeat; float:left;}
.msg_txt{ float:left; line-height:26px; padding:10px 0px 0px 15px; }
.msg_txt ul{ width:560px;}
.msg_txt ul li{ width:260px; float:left;}
.corg{ color:#e56b3a; font-weight:bold;}
.send_par3{ height:auto; float:left;  margin:8px 0px 0px 20px; display:inline;}
.msg_cons { border:1px #cad8e5 solid; -moz-box-shadow:1px 1px 1px #1f283f inset;-webkit-box-shadow:1px 1px 1px #1f283f inset; box-shadow:1px 1px 1px #1f283f inset; float:left;width:735px; height:80px;}
.msg_cons p{ width:735px; margin-top:10px;}
.f14{ font-size:14px; }
.check{ line-height:24px; float:left; padding:10px 0px 10px 5px;}
.check_t{ float:right; padding:13px 0px 0px 0px; text-align:right;}
.send_time{ width:100%; line-height:24px; padding-left:5px; color:#4f6b72;}
.drop{ width:120px; height:21px; background:#ffffff;} 
.send_but{ width:730px; margin-left:18px;} 

/* 新增SYTLE*/
.pdupdown{ padding:8px 0px;}
.pl50{ padding-left:50px;} 
.tcent{ width:200px; margin:0 auto; margin-top:20px;}

.pl12{ padding-left:12px;}
/*菜单样式*/
    .l_p3
    {
        height: auto;
    }
    .moren
    {
        width: 216px;
        font-size: 14px;
        color: #1f4574;
        line-height: 33px;
        border-bottom: 1px #c0daeb dotted;
        background: url(../images/IMG/left_biaotibg.png) repeat-x;
    }
    .dangq
    {
        width: 216px;
        font-size: 14px;
        font-weight: bold;
        color: #305b90;
        line-height: 33px;
        border-bottom: 1px #c0daeb dotted;
        background: url(../images/IMG/left_biaotibg.png) repeat-x;
    }
    .icos
    {
        width: 16px;
        height: 13px;
        margin: 10px;
        float: left;
    }
    .list
    {
        width: 204px;
        background: #fbfbfb;
        height: auto;
        margin: 0 auto;
    }
    .list ul li
    {
        height: 32px;
        border-bottom: 1px #ebebeb solid;
        color: #585858;
        line-height: 32px;
        vertical-align: middle;
    }
    .hui
    {
        padding-top: 13px;
        margin-left: 30px;
        margin-right: 10px;
        float: left;
        display: inline;
    } 
    /*菜单样式 end*/