﻿*,input, button, select, textarea,input[type="text"], input[type="password"],label
{
    font-family:  Verdana,"宋体";
    font-size: 12px;
    line-height: 20px;
    color:#000;
}

input[type="text"]:focus,input[type="password"]:focus,textarea:focus,*,a:focus
{
    outline: none;   
 }
body, html,ul,input[type="radio"], input[type="checkbox"],input,textarea
{
    margin: 0px;
    padding:0px; 
}
div.container
{
    width: 100%;
    padding: 0px;
}
div[class^="span"], div[class*=" span"], div.row
{
    padding: 0px;
    margin: 0px;
}
.logo
{
    height: 66px;
    width: 155px;
    display: block;
    margin-top: 12px;
    margin-left: 22px;
}
/*****************************WebPart**************************************/
.webPart
{
    margin-top: 10px;
    margin-right: 10px;
}
.webPart > .webpart-content
{
    height: auto;
    position: absolute;
}
.webPart > .webpart-content > .webpart-content-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: White;
    z-index: 100;
    -moz-opacity: 0.01;
    opacity: .01;
    filter: alpha(opacity=1);
}
.webPart > .webpart-content > .webpart-content-more
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}
.webPart > .webpart-head > .webpart-btn
{
    float: right;
    margin-right: 5px;
    height: 27px;
    line-height: 27px;
}
.webPart > .webpart-head > .webpart-btn > i
{
    margin-right: 5px;
    cursor: pointer;
}
.drag-item
{
    cursor: move;
    height: 27px;
    background: -moz-linear-gradient(top, #fbfbfb, #f0f0f0);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fbfbfb), to(#f0f0f0));
    background: url(images/webpart-head-bg.png) repeat-x\0;
    padding-left: 20px;
}
.webpart-item
{
    cursor: move;
}
#layout11 .webPart
{
    margin-top: 0px;
}
/*****************************WebPart**************************************/
p{word-wrap: break-word;word-break: break-all;}
a{cursor:pointer;}
a:hover{color:#38A1DB;} 
a.new:hover{background-color:#559935;}
li{list-style-type:none}
.btn-group{top:-2px}
table.commonTable td{padding-bottom:10px;}
table.commonTable{width:100%;margin-top:20px}
/*单选文字对其*/
input[type="radio"]
{
    vertical-align:middle; 
    margin-top:-2px; 
    /*margin-bottom:1px;*/
    margin-right: 5px;
    }
.table th
{
    font: normal 12px Verdana,"宋体";
    background-color:#ddecf5;
    line-height:25px;
    vertical-align:middle;
    border-top: 1px solid #E3E2E2 !important;
}
.table th a
{
    color: #505050;
    line-height:20px;
}
.table th a:hover
{
        color: #38A1DB;
} 
    
.table th, .table td {
padding: 2px;
text-align:inherit;
}
.table td
{
     word-break: break-all;
}
textarea.static
{
    resize: none;    
}
/*Common Button */
button,input[type="button"],[class^="btn-normal"],[class*="btn-normal"]
{
    width:60px;
    color:#6A6A6A;
    /*font-family:"宋体";*/
    background-color:#F9F9F9;
    border:1px solid #C8C8C8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: none;
}
button:hover,input[type="button"]:hover,[class^="btn-normal"]:hover,[class*="btn-normal"]:hover{background-color:#C8C8C8;}
button[class^="btn-blue"],button[class*="btn-blue"],input[type="button"][class^="btn-blue"],input[type="button"][class*="btn-blue"]
{
    width:60px;
    color: #ffffff;
    background: #38a1db;
    border: 1px solid #117aa8;
}
button[class^="btn-blue"]:hover,button[class*="btn-blue"]:hover,input[type="button"][class^="btn-blue"]:hover,input[type="button"][class*="btn-blue"]:hover
{background-color: #117AA8;}
button[class="btn-blue-75"],input[type="button"][class^="btn-blue-75"]
{
    width:75px;
}
button[class="btn-blue-90"],input[type="button"][class^="btn-blue-90"]
{
    width:90px;
}
button[class="btn-blue-105"],input[type="button"][class^="btn-blue-105"]
{
    width:105px;
}

button[class="btn-normal-75"],input[type="button"][class^="btn-normal-75"]
{
    width:75px;
}
button[class="btn-normal-90"],input[type="button"][class^="btn-normal-90"]
{
    width:90px;
}
button[class="btn-normal-105"],input[type="button"][class^="btn-normal-105"]
{
    width:105px;
}
/*Common*/
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], 
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], 
input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input,
.input-append, .input-prepend
{
    margin-bottom:0px;
    height:24px;
    *line-height:24px;
    padding: 0px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
}

.input-append .add-on, .input-prepend .add-on
{
    padding: 3px 5px;
    height:18px;
    line-height:16px;
    *margin-top:1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=white,endcolorstr=#ECEDEC,gradientType=0);
    background:linear-gradient(to bottom, #fff, #ECEDEC);
    background:-moz-linear-gradient(top, #fff, #ECEDEC); 
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ECEDEC));
}

/*Common Icon*/
[class^="icon-common-"],
[class*="icon-common-"]
{
    margin-top:0px;
    display: inline-block;
    background:none;
    background:url(images/portal-icons.png) no-repeat;
    width:14px;
    height:15px;
}
/*8*8*/
.icon-common-down-blackarrow{background-position:0px 0px;width:9px;height:8px}
.icon-common-down-whitearrow{background-position:-18px 0px;width:9px;height:8px;cursor:pointer}
.icon-common-down-select{background-position:-36px 0px;width:9px;height:8px}
.icon-common-add{background-position:-54px 0px;width:9px;height:8px}
.icon-common-right-gray{background-position:-108px 0px;width:9px;height:8px}
/*10*10*/
.icon-common-category{background-position:0px -102px;width:10px;height:10px}
.icon-common-file-active{background-position:-20px -102px;width:10px;height:10px}
.icon-common-file{background-position:-40px -102px;width:10px;height:10px}
.icon-common-head1{background-position:-60px -102px;width:10px;height:10px}
/*14*14*/
.icon-common-logout{background-position:0px -79px;}
.icon-common-edit{background-position:-24px -79px;}
.icon-common-edit:hover{background-position:-192px -79px;}
.icon-common-location{background-position:-48px -79px;padding-left: 5px;}
.icon-common-help{background-position:-72px -79px;}
.icon-common-magnifier-gray{background-position:-96px -79px;}
.icon-common-magnifier-blue{background-position:-120px -79px;cursor:pointer}
.icon-common-delete{background-position:-144px -79px;cursor:pointer}
.icon-common-delete:hover{background-position:-216px -79px;cursor:pointer}
.icon-common-setting{background-position:-169px -79px;}
.icon-common-dev
{
    background-position: -433px -79px;
}
/*20*20*/
.icon-common-add-gray{background-position:0px -122px;width:22px;height:23px}
.icon-common-add-select  
{
      display: inline-block;
      width: 21px;
      height: 21px;
      vertical-align:middle;
      background-image: url("images/icons.png");
      background-position: -60px -60px;
      cursor:pointer;
 }
.icon-common-add-pwd{background-position:-90px -122px;width:21px;height:20px}
.icon-common-add-user{background-position:-120px -122px;width:21px;height:20px}
/*29*24*/
.icon-common-more{background-position:0px -44px;width:27px;height:25px}
.icon-common-more:hover{background-position:-36px -44px;cursor:pointer}
/*16*22*/
.icon-common-uparrow{background-position:0px -219px;width:16px;height:22px;cursor:pointer;}
.icon-common-uparrow:hover{background-position:-52px -219px;}
.icon-common-downarrow{background-position:-26px -219px;width:16px;height:22px;cursor:pointer;}
.icon-common-downarrow:hover{background-position:-78px -219px;}
.icon-common-leftarrow{background-position:0px -355px;width:35px;height:20px;cursor:pointer;}
.icon-common-leftarrow:hover{background-position:-88px -355px;}
.icon-common-rightarrow{background-position:-43px -355px;width:35px;height:20px;cursor:pointer;}
.icon-common-rightarrow:hover{background-position:-131px -355px;}
.icon-common-leftarrowhid{background-position:0px -355px;width:35px;height:20px;}
.icon-common-rightarrowhid{background-position:-43px -355px;width:35px;height:20px;}
.icon-common-point
{
    width:3px;
    height:3px;
    background-position: -0px -275px;
}
.detail:hover
{
    cursor:pointer;
}
.detail:hover .icon-common-point
    {
        background-position:-13px -275px;
    }
.detail:hover span.ellipsis {
    text-decoration: underline;
    color: #38a1db;
}
.icon-common-nav
{
    background-position: -0px -322px;
    width: 94px;
    height: 24px;
    cursor: pointer;
    text-align: right;
}
.icon-common-nav:hover
{
    background-position: -104px -322px;
}
.icon-common-nav.active
{
    background-position: -129px -288px;
    width: 119px;
    margin-left: -25px;
}
.icon-common-nav-first
{
    background-position: -0px -288px;
    width: 119px;
    height: 24px;
    cursor: pointer;
    text-align: right;
}
.icon-common-nav-first:hover
{
     background-position: -258px -288px;
}
.icon-common-nav-first.active:hover
{
    background-position: -129px -288px;
}
.icon-common-nav-first.active
{
    background-position: -129px -288px;
}
/*54*23*/
.icon-common-next{background-position:0px -174px;width:55px;height:24px}
.icon-common-next:hover{background-position:-127px -174px;}
.icon-common-prev{background-position:-64px -174px;width:55px;height:24px}
.icon-common-prev:hover{background-position:-192px -174px;}
/*17*11*/
.icon-common-new{background-position:0px -152px;width:18px;height:12px}
/*16*16*/
.icon-common-link{background-position:0px -19px;width:17px;height:16px}
.icon-common-link-batch{background-position:0px -19px;width:17px;height:16px}
.icon-common-link-forms{background-position:-25px -19px;width:17px;height:16px}
.icon-common-link-favorites{background-position:-51px -19px;width:17px;height:16px}
.icon-common-link-addressbook{background-position:-77px -19px;width:17px;height:16px}
.icon-common-diy{background-position:-103px -19px;width:17px;height:16px}
.icon-common-diy-finance{background-position:-103px -19px;width:17px;height:16px}
.icon-common-diy-hr{background-position:-130px -19px;width:17px;height:16px}
.icon-common-diy-baidu{background-position:-156px -19px;width:17px;height:16px}
.icon-common-diy-sina{background-position:-181px -19px;width:17px;height:16px}

/*old system*/
.table-sort-downarrow i
{
    background-position: 0px -201px;
    background-image: url("images/icons.png");
    width: 10px;
    height: 6px;
    display: inline-block;
}

.table-sort-uparrow i
{
    background-position: -20px -201px;
    background-image: url("images/icons.png");
    width: 10px;
    height: 6px;
    display: inline-block;
}
/*UserPhoto*/
[class^="big-head-"],
[class*=" big-head-"]
{
    background:url(images/head-portrait.png) no-repeat;
}
.big-head-man
{
    width:48px;
    height:64px;
    margin: 14px 34px;
    float: left;
    background-position:-58px -115px;
}
.big-head-woman
{
    width:48px;
    height:64px;
    float: left;
    margin: 14px 34px;
    background-position:0px -115px;
}

/*navigation*/
.navigation
{
    height:24px;
    line-height:24px;
    margin:10px 0px;
}
.navigation-list li
{
    list-style-type:none;
    float:left;
    line-height:24px;
    width:24px;    
    height:24px;
    text-align:center;
    cursor:pointer;
    margin:0px 5px;
}

.navigation-list li.navigation-normal:hover
{
    border-bottom:1px solid #38A1DB;
}

.navigation-list li.navigation-active
{
    background-color:#38A1DB;
    color:#FFFFFF;
}

.navigation .navigation-info
{
    line-height:24px;    
    float:right;
}
.navigation .navigation-list
{
    line-height:24px;    
    float:right;
}

/*Common */
.horizontal-split
{
    margin:10px 0px;
    height:1px;
    border-bottom:1px solid #38A1DB;  
}
.horizontal-dashed-split
{
    margin:10px 0px;
    height:1px;
    border-bottom:1px dashed #999;    
}

.page-title
{
    border-bottom: 1px solid #E9E9E9;
    height:30px;
    line-height:30px;
    font-family:微软雅黑;
    font-size: 12px;
    /*padding-left:30px;*/
}
.page-title span
{
    color:#999;    
    line-height:30px;
}
span.ellipsis
    {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor:pointer;
     }

.page-content
{
    width:100%;
}
.title1
{
    color: #38A1DB;
    font-size: 12px;   
    font-family:微软雅黑; 
}
.title2
{
    color: #38A1DB;
    font-size: 14px;    
    font-family:微软雅黑; 
}
.title3
{
    color: #38A1DB;
    font-size: 24px;    
    font-family:微软雅黑; 
}
div.left-webpart .title
{
    padding:0px;
    height:28px;
    color:#fff;
    background-color:#38A1DB;
    display:block;
    text-align:left;
    line-height:28px;    
    padding-left:20%;
    font-size:12px;
}
div.left-webpart .list a
{
    text-align:left;
	color:#222;
	display: block;
    padding-left:20%;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background-color:#e8eaeb;
}
div.left-webpart .list a:hover
{
    background-color: #E8E8E8;
}
div.left-webpart .list a.active
{
    background-color:#e8eaeb;
    color:rgb(30,88,174)
}
div.leftNav
{
    background-color:#f5f5f5;
    border:1px solid #e1e0ef    
}

div.nextpage span  
{
    color: #505050;
}

div.nextpage a  
{
    color: #505050;
}
div.nextpage p>span:hover a, div.nextpage p>span:hover span
{
    color: #38a1db;
}

.articlelist
{
    border: 1px Solid #D5D5D5; 
    height: 110px; 
    margin: 10px 0px; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
    border-radius: 3px;
}
.articlelist .thumbnails
{
    width: 180px; 
    float: left;    
    margin-left:0px;
}
.articlelist .title
{
   font-family:微软雅黑;
    display: inline-block; 
    padding: 5px 5px 5px 0px; 
    font-size: 16px;
    color: #38A1DB;
 }
.articlelist .summary
{
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumbnails img
{
    height: 100px; 
    width: 160px; 
    padding: 5px;
}

div.nav-webpart li 
{
    position: relative;
    float: none;
    height: 30px;
	cursor: pointer;
	padding-left: 20%;
	text-align: left;
}

div.nav-webpart li:hover
{
    background-color: #DDECF5;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a
{
    background-color:#E8E8E8;
    background-image: none;
}

div.nav-webpart li i
{
    float: left;
}
div.nav-webpart li.active{background-color:#B8e3f4;}

div.nav-webpart li span
{
    display: inline;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-decoration: none;  
}


div.mess-webpart {
    padding-left: 10px;
}
div.mess-webpart li {
    padding:2px 0px;
}

div.mess-webpart li span.title:hover
{
    text-decoration: underline;   
    color:#38A1DB;
}
div.mess-webpart li span
{
    cursor:pointer;
}

.widget-placeholder {
  	border: #777 dashed 1px;/*拖动框底纹*/
  	background:#aee9ff; opacity: .35; filter:Alpha(Opacity=35); 
}

.widget-placeholder {
	color: red;
	margin: 1em;
	background-color: #ebebeb;
}

.icon-nav 
{
    background-position:-24px -78px;
}

.form-horizontal
{
    margin-top:20px;
 }
.form-horizontal .control-group {
    margin-bottom: 5px;
}
.control-group .control-label 
{
    text-align:left;
    width:120px;
    cursor:auto;
}
.control-group .controls
{
    margin-left:150px;    
}

.ui-dialog .ui-dialog-content{padding:20px}

/**************排序列表*****************/
.sortList-HeadTd
{
    text-align: left;
    height: 30px; 
    background: -moz-linear-gradient(top, #fbfbfb, #f0f0f0);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fbfbfb), to(#f0f0f0));
    background: url(images/webpart-head-bg.png) repeat-x\0; 
    border: 1px solid #DBDEE1;
    border-bottom: 0px
}

.sortList-HeadTd span
{
    margin-left:10px;
    font-family:微软雅黑;
    color:#666666;
}

.sortList-Content
{
    padding: 0px; border: 1px solid #DBDEE1; border-top: #E2E2E2
}
.sortList-Content>ul.sortList
{
    border:0px;
}

ul.sortList
{
    border: 1px solid #DBDEE1;
    margin: 0;
    padding: 0;
    overflow:auto;
}

ul.sortList li
{
   line-height: 24px;
   height: 24px;
   cursor: pointer;
   padding-left: 10px;
   margin-bottom: 1px;
 }
 ul.sortList li span
 {
     color:#666666;
     }
 ul.sortList li:hover
 {
      background-color:#E8E8E8;
 }
ul.sortList li.active
{
    background-color: #73BCE5;
}
ul.sortList li.active span
{
    color: white;
}

.redStar {
    color: red;
    vertical-align: middle
}

/*******************************/
.loading
{
    background:url(images/loading.gif) no-repeat;
    width:25px;
    height:25px;
    margin:auto;
    position:absolute;
	top:50%;
	left:50%;
	margin-top:-12.5px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a
{
    background-color:#DDECF5;
    background-image: none;
}

/****************************************Alert Icon**************************************************/
[class^="icon-alert-"],
[class*=" icon-alert-"] {
    display: inline-block;
    width: 42px; 
    height: 42px; 
    background-image: url(images/MessagePrompt.png); 
    background-repeat: initial;                       
}
.icon-alert-success
{
     background-position: 0px 0px;
}
.icon-alert-error
{
     background-position: -50px 0px;
}
.icon-alert-warning
{
     background-position: -100px 0px;
}

/*********************Dialog****************************/
[class^="icon-big-square-"],
[class*=" icon-big-square-"] 
{
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align:middle;
  background-image: url("images/icons.png");
  background-position: 29px 29px;
  background-repeat: no-repeat;
  float:left;
}
.icon-big-square-dialog
{
    background-position: -62.5px -62.5px;
    width:16px;
    float:none;
    cursor:pointer;
}

 .btn-link,div.Pagination >.btn-link
 {
    padding: 0px;
    width: auto;
    font-family: Verdana,"宋体";
    font-size: 12px;
    height: auto;
    vertical-align: top;
    background:none;
    filter:none;
    margin:0 3px;
    border:0px;
    line-height: 18px;
 }   
 
 input[type="text"].search
 {
      padding-left:5px;
 }
 
 .ztree li a.curSelectedNode
 {
     background-color:#B5DAF8;
     border: 0px #B5DAF8 solid;
     line-height: 18px;
     height: 18px;
 }
 .ztree li a.curSelectedNode:hover
 {
     background-color:#DDDDDD;
      border: 0px #DDDDDD solid;
 }
 .ztree li>a:hover
 {
     background-color:#DDDDDD;
 }
/**********************************Webpart**********************************/
.webPart
{
    border: 1px solid #DBDEE1;
}
.webPart:hover
{
    border: 1px solid #38a1db;
}
.webPart > .webpart-head
{
    text-align: left;
    height: 27px;
    background: -moz-linear-gradient(top, #fbfbfb, #f0f0f0);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fbfbfb), to(#f0f0f0));
    background: url(images/webpart-head-bg.png) repeat-x\0;
    border-bottom: 1px solid #DBDEE1;
}
.webPart > .webpart-head > .webpart-title
{
    float: left;
    width: 90px;
    border-top: 2px solid #38a1db;
    height: 27px;
    background-color: White;
    margin-top: -1px;
    border-right: 1px solid #DBDEE1;
    display: block;
    text-align: center;
}
#layout11
{
    background: -moz-linear-gradient(top, #1b75e3, #5aa5f7);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1b75e3), to(#5aa5f7));
    background: url(images/top-color.png) repeat-x\0; 
    height: 90px;
    width: 100%;
}
#layout11>div
{ 
    background:url(images/sky.png) no-repeat right top;
}
#layout21 .webpart-head
{
    background: rgb(30,88,174);
    height: 27px;
}
/***********************menu********************************/
.custom-menu-level1 li span,.custom-menu-level2 li span
{
    font-size:12px;
    font-family:Verdana,"宋体";
    color:WHITE;
        margin:0px;
    padding:0px;
}
.custom-menu-level2 li span
{
    color:black;
}
.custom-menu-level1 li a,.custom-menu-level1 li a i,
.custom-menu-level2 li a,.custom-menu-level2 li a i
{
    display:inline-block;
    margin:0px;
    padding:0px;
    background: url("images/portal-meue-bar.png") no-repeat;
}
.custom-menu-level1
{
    padding:0px;
    margin:0px 10px;
    width:163px;
}
.custom-menu-level1 li
{
    padding:0px;
    margin:0px;
    width:163px;
    *display:inline;
    list-style:none;
    margin-bottom: 1px;
}
.custom-menu-level1 li a
{
    width:163px;
    height:26px;
    background-position:0 -48px;
}
.custom-menu-level1 li a:hover
{
    background-color:#1273AF;
    background-image:none;
}
.custom-menu-level1 li a i
{
    float:right;
    width:16px;
    height:16px;
    background-position:-26px -84px;
    margin: 5px 10px 0 0;
}
.custom-menu-level1 li a i.active
{
    float:right;
    width:16px;
    height:16px;
    margin: 5px 10px 0 0;
    background-position:0 -84px;
}

.custom-menu-level1 li span
{
    margin: 3px 10px;
    float: left;
}
.custom-menu-level2
{
    padding:0px;
    margin:0px;
    width:161px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.custom-menu-level2 li
{
    padding:0px;
    margin:0px;
    width:161px;
    *display:inline;
    list-style:none;
    background-color:#e8eaeb;
}
.custom-menu-level2 li a i
{
    float:left;
    width:8px;
    height:13px;
    background-position:0 -145px;
    margin:6px 10px;
}
.custom-menu-level2 li a.active i
{
    float:left;
    width:8px;
    height:13px;
    margin:6px 10px;
    background-position:-16px -145px;
}
.custom-menu-level2 li a.active span
{
    color:rgb(30,88,174);
}
.custom-menu-level2 li a
{
    width:161px;
    height:26px;
    background-position:0 -13px;
    
}
.custom-menu-level2 li a.active
{
    width:161px;
    height:26px;
   /*修改 background: url("images/portal-meue-bar.png");
    background-position:0 -110px;*/
    
}
.custom-menu-level2 li span
{
    background-image:none;
    margin: 2px 0px;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    text-align:left;
    width:100px;
   
}
.custom-menu-level2 li a:hover
{
    background-color:#e8eaeb;
    background-image:none;
     /*修改*/
    color:rgb(30,88,174);
}
.custom-menu-level2 li a > .count
{
    background: url("images/portal-meue-bar.png");
    background-position:-52px -84px;
    background-repeat:no-repeat;
    text-align:center;
    width:26px;
    line-height: 16px;
    height:16px;
    margin: 5px 4px 0 0;
    float: right;
    display:inline-block;
    font-family:Verdana,"宋体";
    font-size:10px;
}
.custom-menu-level2 li a.active > .count
{
    background: url("images/portal-meue-bar.png");
    background-position:-87px -84px;
    background-repeat:no-repeat;
    text-align:center;
    width:26px;
    line-height: 16px;
    height:16px;
    margin: 5px 4px 0 0;
    float: right;
    display:inline-block;
    color:White;
    font-family:Verdana,"宋体";
    font-size:10px;
}
/*********************************************************************************************/
#homeCalendar .ui-datepicker-prev span
{
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    vertical-align: text-top;
    background-image: url("images/portal-icons.png");
    background-position: -208px -18px;
    background-repeat: no-repeat;
}
#homeCalendar .ui-datepicker-next span
{
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    vertical-align: text-top;
    background-image: url("images/portal-icons.png");
    background-position: -234px -18px;
    background-repeat: no-repeat;
}
/********************new********************/
a {
    color: #38a1db;
    text-decoration: none;
}
#topNav .ul-table > li.active a,#topNav .ul-table > li:hover a {
    color: #38a1db;
}

#topNav .ul-table li.active .btn .caret,#topNav .ul-table li.active .btn .caret {
    border-top: 6px solid #38a1db;
}
#topNav .ul-table .dropdown-menu table li a {
    color:Black;
}
#topNav .ul-table .dropdown-menu table li a:hover,#topNav #userInfo >.btn-group.open .btn ,
#topNav .HomeTop-block:hover > a
{
    color: #38a1db;
}
#topNav .ul-table table li.active a {
    color: #38a1db;
    background-color: white;
}
#homeCalendar .ui-widget-header {
    background: #DDECF5;
    border: 0px;
    height: 2.5em;
    line-height: 2.5em;
}
.taskCenter-count {
    margin-right: 20px;
    margin-left: 2px;
    color: #38a1db;
}

.themes-font {
    color: #38a1db;
}

.themes-background {
   background-color:#38a1db;
}
/****homeCalendar***/
#homeCalendar .ui-datepicker-calendar tbody td.ui-datepicker-week-end a.ui-state-default {
background-color: #f9f2de;
}
#homeCalendar .ui-state-highlight, 
#homeCalendar .ui-widget-content .ui-state-highlight, 
#homeCalendar .ui-widget-header .ui-state-highlight, 
#homeCalendar .ui-state-highlight:hover, 
#homeCalendar .ui-widget-content .ui-state-highlight:hover, 
#homeCalendar .ui-widget-header .ui-state-highlight:hover {
    background-color: #f5ddb8;
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
    color: black;
    text-shadow: none;
}
#noteslist span.ellipsis:hover {
   color: #38a1db; 
}

/**************************************通讯录Begin***************************************************/
#addressBookList .contact:hover
{
    background-color: #ddecf5;
    text-decoration: none;
}
    
    
#addressBookList   .active
{
    background-color: #38a1db;
}

 #addressBookList .active:hover
{
    background-color: #38a1db;
}
/**************************************通讯录End***************************************************/




/**************************************新增Begin*************************************************/

#layout21  .AddHead {
    background: #71BF4F;
    border: 1px solid #559935;
}
a.new:hover{background-color:#559935;}

/**************************************新增End***************************************************/

/**************************************Report Begin*************************************************/


.table_form .row_table {
    background-color: #ddecf5;
    font-family: Verdana,"微软雅黑";
    font-size: 12px;
}
div.title2 {
    background-color: #ddecf5;
    color: #38a1db;
    padding-left: 10px;
    margin-bottom: 5px;
    padding: 5px;
}
.title > span.name,.title > a.name
{
    margin-left: 5px;
    float:left;
    font-family:Verdana,"微软雅黑";
    font-size:16px;
    color:#38a1db;
    font-weight: normal;
}

.row_subtable tr td:hover a {
color: #38a1db;
}

.icon-big-square-report {
    background-position: -210px -30px;
}
.row_table td>a
{
    color: #505050;
    text-decoration: none;
}

/**************************************Report End**************************************************/
.row .title2 {
    
font-family: Verdana,"宋体";
font-size: 12px;
}

#nav {
       
font-family: Verdana,"宋体";
font-size: 12px; 
}


/*填写表单**/
.icon-big-square-form {
background-position: -180px -30px;
}

/**/