﻿/* common begin */
/*#region*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #dff9fe;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #9adae7;
	scrollbar-darkshadow-color: #9adae7;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #006498;
	scrollbar-track-color: #fff;
}
a{
   outline:none;
   cursor:pointer;
}
.black_overlay{
    background: none repeat scroll 0 0 #E6EBF1;
    display: none;
    height: 100%;
    left: 0;
    filter:alpha(opacity=90);       /* IE */
    -moz-opacity:0.9;              /* Moz + FF */
    opacity: 0.9;           /* 支持CSS3的浏览器（FF 1.5也支持）*/
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.black_overlay_loading
{
    background-image:url(images/bg/loading.gif);
    background-position:40% 50%;
    background-repeat:no-repeat; 
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.black_overlay_loading_Text
{
    margin-left:80px;
    padding-left:40%;
    margin-bottom:3px;
}
/*--------------------------------------------------------*/
/* Common Styles   
----------------------------------------------------------*/
/*#region*/
html, body
{
	font-size: 12px;
	font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
	color: #696969;
	background-color: transparent;
}
a{
   outline:none;
   cursor:pointer;
}
a:link
{
	color: #000;
	text-decoration: none;
}

a:visited
{
	color: #505abc;
	text-decoration:none;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #12eb87;
	text-decoration:none;
}

/*p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}*/

header, footer, nav, section
{
	display: block;
}
/*#endregion*/
/*--------------------------------------------------------*/
/* HEADINGS   
----------------------------------------------------------*/
/*#region*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2
{
	padding: 0 0 10px 0;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}
/*#endregion*/
/*----------------------------------------------------------*/
/* 图片按钮
----------------------------------------------------------*/
/*#region*/
/*新建按钮图片*/
.a-create
{
	background: url('images/icons.png') no-repeat transparent 0px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*新建(不可用)按钮图片*/
.a-create-disable
{
	background: url('images/icons.png') no-repeat transparent 0px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
	cursor: not-allowed;
}
/*修改按钮图片*/
.a-edit
{
	background: url('images/icons.png') no-repeat transparent -20px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*修改（不可用）按钮图片*/
.a-edit-disable
{
	background: url('images/icons.png') no-repeat transparent -20px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
	cursor: not-allowed;
}

/*删除按钮图片*/
.a-delete
{
	background: url('images/icons.png') no-repeat transparent -40px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*删除(不可用)按钮图片*/
.a-delete-disable
{
	background: url('images/icons.png') no-repeat transparent -40px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
	cursor: not-allowed;
}

/*确认按钮图片*/
.a-confirm
{
	background: url('images/icons.png') no-repeat transparent -60px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*确认按钮(不可用)按钮图片*/
.a-confirm-disable
{
	background: url('images/icons.png') no-repeat transparent -60px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
	cursor: not-allowed;
}
/*取消按钮图片*/
.a-cancel
{
	background: url('images/icons.png') no-repeat transparent -80px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*取消按钮(不可用)按钮图片*/
.a-cancel-disable
{
	background: url('images/icons.png') no-repeat transparent -80px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
	cursor: not-allowed;
}
/*选择按钮图片*/
.a-choose
{
	background: url('images/icons.png') no-repeat transparent -100px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*选择(不可用)按钮图片*/
.a-choose-disable
{
	background: url('images/icons.png') no-repeat transparent -100px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
	cursor: not-allowed;
}
/*锁定按钮图片*/
.a-clock
{
	background: url('images/icons.png') no-repeat transparent -120px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}

/*锁定（不可用）按钮图片*/
.a-clock-disable
{
	background: url('images/icons.png') no-repeat transparent -120px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
	cursor: not-allowed;
}
/*打印按钮图片*/
.a-print
{
	background: url('images/icons.png') no-repeat transparent -140px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}

/*打印（不可用）按钮图片*/
.a-print-disable
{
	background: url('images/icons.png') no-repeat transparent -140px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
	cursor: not-allowed;
}
/*刷新按钮图片*/
.a-refresh
{
	background: url('images/icons.png') no-repeat transparent -160px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}

/*刷新（不可用）按钮图片*/
.a-refresh-disable
{
	background: url('images/icons.png') no-repeat transparent -160px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
	cursor: not-allowed;
}
/*查看详情按钮图片*/
.a-detail
{
	background: url('images/icons.png') no-repeat transparent -180px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*查看详情(不可用)按钮图片*/
.a-detail-disable
{
	background: url('images/icons.png') no-repeat transparent -180px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
	cursor: not-allowed;
}
/*替换按钮图片*/
.a-replace
{
	background: url('images/icons.png') no-repeat transparent -200px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*替换(不可用)按钮图片*/
.a-replace-disable
{
	background: url('images/icons.png') no-repeat transparent -200px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
	cursor: not-allowed;
}
/*替换按钮图片*/
.a-setting
{
	background: url('images/icons.png') no-repeat transparent -220px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*替换(不可用)按钮图片*/
.a-setting-disable
{
	background: url('images/icons.png') no-repeat transparent -220px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
	cursor: not-allowed;
}
/*EXL方式打开按钮图片*/
.a-exportEXL
{
	background: url('images/icons.png') no-repeat transparent -240px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*EXL方式打开(不可用)按钮图片*/
.a-exportEXL-disable
{
	background: url('images/icons.png') no-repeat transparent -240px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*PDF方式打开按钮图片*/
.a-exportPDF
{
	background: url('images/icons.png') no-repeat transparent -260px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}

/*WORD方式打开按钮图片*/
.a-exportWORD
{
	background: url('images/icons.png') no-repeat transparent -280px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*用户角色按钮图片*/
.a-userrole
{
	background: url('images/icons.png') no-repeat transparent -340px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*用户角色按钮图片*/
.a-userrole-disable
{
	background: url('images/icons.png') no-repeat transparent -340px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*角色权限按钮图片*/
.a-roleright
{
	background: url('images/icons.png') no-repeat transparent -360px -860px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*角色权限按钮图片*/
.a-roleright-disable
{
	background: url('images/icons.png') no-repeat transparent -360px -880px ;
	font-size: 12px;
    padding:3px 15px 3px 0px;
}
/*上移按钮图片*/
.a-up
{
	background: url('images/icons.png') no-repeat transparent -380px -857px ;
	font-size: 12px;
	margin:0px 0px 0px 8px;
    padding:0px 10px 0px 5px;
    float:left;
}
/*上移(不可用)按钮图片*/
.a-up-disable
{
	background: url('images/icons.png') no-repeat transparent -380px -875px ;
	font-size: 12px;
    margin:0px 0px 0px 8px;
    padding:0px 10px 0px 5px;
    float:left;
	cursor: not-allowed;
}
/*下移按钮图片*/
.a-down
{
	background: url('images/icons.png') no-repeat transparent -400px -857px ;
	font-size: 12px;
	margin:0px 0px 0px 8px;
    padding:0px 10px 0px 5px;
    float:left;
}
/*下移(不可用)按钮图片*/
.a-down-disable
{
	background: url('images/icons.png') no-repeat transparent -400px -875px ;
	font-size: 12px;
    margin:0px 0px 0px 8px;
    padding:0px 10px 0px 5px;
    float:left;
	cursor: not-allowed;
}
/*#endregion*/
/* --------------------------------------------------------*/
/* 工具栏功能按钮样式
----------------------------------------------------------*/
/*#region*/
.search-clue
{
    text-align:left;
    padding: 8px 0 5px 0px;
	width: 100%;
	background-color: #F6F6F6;
	line-height: 130%;
	font-size:12px;
	font-weight: bold;
	color: #646464;
}

.search-clue span
{
    padding: 5px 3px 0px 13px;
    background: url('images/icons.png') no-repeat transparent -140px -800px ;
}
/*新建按钮图片*/
.tool-create
{
	background: url('images/icons.png') no-repeat transparent 0px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*新建(不可用)按钮图片*/
.tool-create-disable
{
	background: url('images/icons.png') no-repeat transparent 0px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*修改按钮图片*/
.tool-edit
{
	background: url('images/icons.png') no-repeat transparent -20px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*修改(不可用)按钮图片*/
.tool-edit-disable
{
	background: url('images/icons.png') no-repeat transparent 0px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*删除按钮图片*/
.tool-delete
{
	background: url('images/icons.png') no-repeat transparent -40px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*删除(不可用)按钮图片*/
.tool-delete-disable
{
	background: url('images/icons.png') no-repeat transparent -40px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*确认按钮图片*/
.tool-confirm
{
	background: url('images/icons.png') no-repeat transparent -60px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*确认(不可用)按钮图片*/
.tool-confirm-disable
{
	background: url('images/icons.png') no-repeat transparent -60px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*取消按钮图片*/
.tool-cancel
{
	background: url('images/icons.png') no-repeat transparent -80px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*取消(不可用)按钮图片*/
.tool-cancel-disable
{
	background: url('images/icons.png') no-repeat transparent -80px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*确认选择按钮图片*/
.tool-confirm-select
{
	background: url('images/icons.png') no-repeat transparent -100px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*确认选择(不可用)按钮图片*/
.tool-confirm-select-disable
{
	background: url('images/icons.png') no-repeat transparent -100px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*锁定选择按钮图片*/
.tool-confirm-select
{
	background: url('images/icons.png') no-repeat transparent -120px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*锁定(不可用)按钮图片*/
.tool-confirm-select-disable
{
	background: url('images/icons.png') no-repeat transparent -120px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*打印按钮图片*/
.tool-print
{
	background: url('images/icons.png') no-repeat transparent -140px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*打印(不可用)按钮图片*/
.tool-print
{
	background: url('images/icons.png') no-repeat transparent -140px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*刷新按钮图片*/
.tool-refresh
{
	background: url('images/icons.png') no-repeat transparent -160px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*刷新(不可用)按钮图片*/
.tool-refresh
{
	background: url('images/icons.png') no-repeat transparent -160px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*查找按钮图片*/
.tool-search
{
	background: url('images/icons.png') no-repeat transparent -180px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*查找(不可用)按钮图片*/
.tool-search-disable
{
	background: url('images/icons.png') no-repeat transparent -180px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*查找按钮图片*/
.tool-setting
{
	background: url('images/icons.png') no-repeat transparent -200px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*查找(不可用)按钮图片*/
.tool-setting-disable
{
	background: url('images/icons.png') no-repeat transparent -200px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*新建按钮图片*/
.tool-exportXLS
{
	background: url('images/icons.png') no-repeat transparent -240px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*新建(不可用)按钮图片*/
.tool-exportXLS-disable
{
	background: url('images/icons.png') no-repeat transparent -240px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}

/*导出Word按钮图片*/
.tool-exportWRD
{
	background: url('images/icons.png') no-repeat transparent -280px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*导出Word(不可用)按钮图片*/
.tool-exportWRD-disable
{
	background: url('images/icons.png') no-repeat transparent -280px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*导出Word按钮图片*/
.tool-exportPDF
{
	background: url('images/icons.png') no-repeat transparent -260px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*导出Word(不可用)按钮图片*/
.tool-exportPDF-disable
{
	background: url('images/icons.png') no-repeat transparent -260px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*新建按钮图片*/
.tool-save
{
	background: url('images/icons.png') no-repeat transparent -300px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*新建(不可用)按钮图片*/
.tool-save-disable
{
	background: url('images/icons.png') no-repeat transparent -300px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*新建按钮图片*/
.tool-batch-del
{
	background: url('images/icons.png') no-repeat transparent -320px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*新建(不可用)按钮图片*/
.tool-batch-del-disable
{
	background: url('images/icons.png') no-repeat transparent -320px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*修改按钮图片*/
.tool-copy
{
	background: url('images/icons.png') no-repeat transparent -20px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*修改(不可用)按钮图片*/
.tool-copy-disable
{
	background: url('images/icons.png') no-repeat transparent 0px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*修改按钮图片*/
.tool-change
{
	background: url('images/icons.png') no-repeat transparent -20px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*修改(不可用)按钮图片*/
.tool-change-disable
{
	background: url('images/icons.png') no-repeat transparent 0px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*上移按钮图片*/
.tool-up
{
	background: url('images/icons.png') no-repeat transparent -380px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*上移(不可用)按钮图片*/
.tool-up-disable
{
	background: url('images/icons.png') no-repeat transparent -380px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*下移按钮图片*/
.tool-down
{
	background: url('images/icons.png') no-repeat transparent -400px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*下移(不可用)按钮图片*/
.tool-down-disable
{
	background: url('images/icons.png') no-repeat transparent -400px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*兼职按钮图片*/
.tool-parttime
{
	background: url('images/icons.png') no-repeat transparent -420px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*兼职(不可用)按钮图片*/
.tool-parttime-disable
{
	background: url('images/icons.png') no-repeat transparent -420px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*调动按钮图片*/
.tool-shift
{
	background: url('images/icons.png') no-repeat transparent -440px -860px ;
	font-size: 12px;
	margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
/*调动(不可用)按钮图片*/
.tool-shift-disable
{
	background: url('images/icons.png') no-repeat transparent -440px -880px ;
	font-size: 12px;
    margin:3px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
	cursor: not-allowed;
}
/*#endregion*/
/*----------------------------------------------------------*/
/* 工具条样式按钮
----------------------------------------------------------*/
/*#region*/
.toolbar-button
{
    
	color: #000;
	text-decoration: none;
	height: 26px;
	float: left;
	cursor: pointer;
	margin: 0 5px 0 0;
}
.toolbar-button:hover
{
	background: url(Images/icons.png) no-repeat -280px -240px;
	height: 26px;
}
.toolbar-button span
{
	padding: 4px 5px 3px 0px;
	margin: 0 0 0 0px;
	float: left;
	height: 16px;
	font-size:12px;
	vertical-align: middle;
}
.toolbar-button:hover span
{
	background: url(Images/icons.png) no-repeat right -240px;
	padding: 4px 5px 3px 0px;
	color: #000;
	margin: 0 0 0 0px;
	height: 16px;
}

/* 工具栏样式
----------------------------------------------------------*/
.toolbar
{
	width: 100%;
	height: 32px; /*border-bottom: 1px solid #DDEBF8;*/
	background: url(Images/bg/toolbarBg.gif) repeat-x;
	background-position:bottom;
	margin: 0px;
}
.toolbar .toolbar-left
{
    margin-top:3px;
	min-width: 40%;
	float: left;
}
.toolbar .toolbar-right
{
	width: 156px;
	height: 21px;
	padding-left:10px;
	float: right;
	background: url(Images/icons.png) no-repeat -80px -240px;
	width:189px; height:25px;
	margin-top:3px;
}
.toolbar .toolbar-right .common-search-condition
{ margin-top:3px;
	border: 0px;
	width: 140px;
	height: 17px;
	line-height:17px;
	vertical-align:middle;
	float: left;
	font-size: 12px;
	color: #808080;
	background:none;
}
.toolbar .toolbar-right .common-search-submit
{
	background: url(Images/icons.png) no-repeat -200px -860px;
	border: 0px;
	margin-top:2px;
	padding-top:2px;
	padding-bottom:2px;
	width: 24px;
	height: 20px;
	cursor: pointer;
	hidefocus:hidefocus;
}


/* 条件显示
----------------------------------------------------------*/
.search-container
{
	width: 100%;
	min-height:23px;
	display: block;
	background:#E7E8EA;
	border-bottom:1px solid #DADADA;
	display:none;
}
.search-container input[type='text']
{
	width: 100px;
	height: 16px;
}
.search-container select
{
	width: 105px;
}

.search-container .search-button
{
	/*width: 60px;*/
}
.search-container th
{
	text-align: right;
	font-size:12px;
	padding-right:2px;
	padding-left:2px;
	color:#5E5E5E;
	font-weight:normal;
}
.search-container tr
{
	height:25px;
}
/*#endregion*/
/*--------------------------------------------------------*/
/* button按钮样式开始
----------------------------------------------------------*/
/*#region*/
.button-clear
{
    padding-bottom:4px; /* 所有浏览器 */
    padding-bottom:0px\9; /* 所有IE浏览器 */
    +padding-bottom:0px; /* IE7 */
    _padding-bottom:0px; /* IE6 */ 
	height: 24px;
	width: 61px;
	margin: 0;
	cursor: pointer;
	border: 0px;
	background: url("images/icons.png") no-repeat -30px -740px transparent;
} 
.button-clear:hover
{
	background: url("images/icons.png") no-repeat -30px -770px transparent;
}
.button-search
{
    padding-bottom:4px; /* 所有浏览器 */
    padding-bottom:0px\9; /* 所有IE浏览器 */
    +padding-bottom:0px; /* IE7 */
    _padding-bottom:0px; /* IE6 */ 
	height: 24px;
	width: 61px;
	margin: 0;
	cursor: pointer;
	border: 0px;
	background: url("images/icons.png") no-repeat -30px -740px transparent;
}
.button-search:hover
{
	background: url("images/icons.png") no-repeat -30px -770px transparent;
}
.button-confirm
{
    padding-bottom:4px; /* 所有浏览器 */
    padding-bottom:0px\9; /* 所有IE浏览器 */
    +padding-bottom:0px; /* IE7 */
    _padding-bottom:0px; /* IE6 */ 
	height: 24px;
	width: 61px;
	margin: 0;
	cursor: pointer;
	border: 0px;
	background: url("images/icons.png") no-repeat -30px -740px transparent;
	font-size:14px;
	color:White;
	font-weight:bold;
	padding-bottom:2px;
}
.button-confirm:hover
{
	background: url("images/icons.png") no-repeat -30px -770px transparent;
}

.button
{
    
    padding-bottom:4px; /* 所有浏览器 */
    padding-bottom:0px\9; /* 所有IE浏览器 */
    +padding-bottom:0px; /* IE7 */
    _padding-bottom:0px; /* IE6 */ 
    height: 24px;
	cursor: pointer;
	width: 61px;
	border: 0px;
	background: url("images/icons.png") no-repeat -30px -740px transparent;
}
.button:hover
{
	background: url("images/icons.png") no-repeat -30px -770px transparent;
}
.button4
{
     padding-bottom:4px; /* 所有浏览器 */
    padding-bottom:0px\9; /* 所有IE浏览器 */
    +padding-bottom:0px; /* IE7 */
    _padding-bottom:0px; /* IE6 */ 
	cursor: pointer;
	height: 24px;
	width: 61px;
	border: 0px;
	background: url("images/icons.png") no-repeat -100px -740px transparent;	
}
.button4:hover
{
	background: url("images/icons.png") no-repeat -100px -770px transparent;
}
.button5
{
     padding-bottom:4px; /* 所有浏览器 */
    padding-bottom:0px\9; /* 所有IE浏览器 */
    +padding-bottom:0px; /* IE7 */
    _padding-bottom:0px; /* IE6 */ 
	cursor: pointer;
	height: 24px;
	width: 80px;
	border: 0px;
	background: url("images/icons.png") no-repeat -166px -740px transparent;	
}
.button5:hover
{
	background: url("images/icons.png") no-repeat -166px -770px transparent;
}
.button-ImportAll
{
	height: 40px;
	width: 130px;
	margin: 0;
	cursor: pointer;
	border: 0px;
	background: url(images/icons.png) no-repeat 0px -770px transparent;
}
/*#endregion*/
/*----------------------------------------------------------*/
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
/*#region*/
.replace-container
{
    background:none repeat scroll 0 0 #F7F7F7;
}
fieldset
{
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend
{
	font-size: 1.2em;
	font-weight: bold;
}

textarea
{
	min-height: 75px;
	margin:1px 0 1px 0;
	background:url(images/bg/input_bg.png) repeat-x White;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; 
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; 
    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; 
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner  
{
    border: 0; padding: 0; 
}

input[type="text"], input[type="password"], input[type="file"]
{
	border: 1px solid #ccc;
	padding: 2px;
	/*font-size: 1.2em;*/
	color: #444;
	width: 198px;
	height:16px;
	background:url(images/bg/input_bg.png) repeat-x;
    -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; 
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; 
    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; 
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
}
input[type="file"]
{
    height:22px;
}
select
{
	border: 1px solid #ccc;
	padding: 1px;
	/*font-size: 1.2em;*/
	color: #444;
	width: 204px;
    background:url(images/bg/input_bg.png) repeat-x White;
    -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; 
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; 
    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; 
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;

}
select option
{
    -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; 
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; 
    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; 
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;

}
.select-user
{
    
}
.select-user option
{
    background:url(images/bg/select_option_bg_user.png) no-repeat !important;
    padding-left:20px;
    margin:2px 0px;
}
.select-role option
{
    background:url(images/bg/select_option_bg_user.png) no-repeat;
    padding-left:20px;
    margin:2px 0px;
}
.select
{
    z-index:9999;
	color:Black;
	min-width: 100px;
	border: 1px solid #ccc;
	background-color:White;
	height:21px;
	float:left;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; 
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; 
    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; 
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;

}
.select li
{ 
    z-index:9999;
    list-style:none;
    background-color:White;
    background:url(images/bg/input_bg.png) repeat-x;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; 
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; 
    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; 
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
}
.select li .option li
{
    z-index:9999;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:none;
}
.select .link
{
    width:17px;
    height:21px;
    float:right;
    cursor:default;
	background:url(images/icons.png) no-repeat -120px -278px ;
	cursor:pointer;
}
.select .disabled
{
    width:17px;
    height:21px;
    float:right;
    cursor:default;
	background:url(images/icons.png) no-repeat -120px -278px ;
}
.select .link:hover
{
	background:url(images/icons.png) no-repeat -140px -278px ;
}

.select .text
{
    padding-left:2px;
    background-color:transparent;
    height:21px;
    line-height:21px;
    float:left;
    width:100px;
    cursor:default;
    overflow:hidden;
    -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; 
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; 
    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; 
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
}

.select li .option
{
    float:left;
    background-color:White;
    border: 1px solid #ccc;
	padding: 1px;
    display:none;
    position:relative;
    min-height:50px;
    max-height:250px;
    overflow-y:scroll;
    overflow-x:visible;
    min-width:50px;
    max-width:200px;
    left:0px;
    top:0px;
    z-index:9999;
}
.select li .tree
{
    float:left;
	background: url("images/bg/treebg.jpg") repeat-x scroll 0 0 #FFFFFF;
	padding: 10px 0 0 0;
	background-color:White;
    border: 1px solid #ccc;
    display:none;
    position:relative;
    min-height:150px;
    max-height:350px;
    overflow-y:scroll;
    overflow-x:visible;
    min-width:50px;
    max-width:300px;
    left:0px;
    top:0px;
    z-index:9999;
}
.select li .tree ul li a
{
    width:100%;
}
.select li .tree ul li
{
    text-align:left;
    float:left;
    width:100%;
}
.select li .tree ul li:hover
{
    background-color:transparent;
    color:White;
}
.select li .tree .select_search
{
	padding: 2px 0 2px 5px;
}
.select li .tree .select_search input[type='text']
{
	width: 80px;
	float:none;
	height: 18px;
	margin-right: 4px;
}
.select li .tree .select_search input[type='button']
{
    float:none;
}
.select li .option ul
{
    background-color:transparent;
    position:relative;
    display:inline;
    border-style:none;
}
.select li .option ul li
{
    padding-left:2px;
    background-image:none;
    border: 1px solid transparent;
    cursor:default;
}
.select li .option ul li:hover
{
    background-image:none;
    border: 1px solid #ccc;
    background-color:#3399ff;
    color:White;
}


input[type="submit"]
{
}
/*#endregion*/
/*----------------------------------------------------------*/
/* Custom Select for Tree option
----------------------------------------------------------*/
/*#region*/
.treeselect
{
    height:22px;
}
.treeselect option 
{
    z-index:-1;
    display:none;
}
/*#endregion*/
/*--------------------------------------------------------*/
/* 表格数据显示
----------------------------------------------------------*/
/*#region*/
.common-table-header
{
   border-bottom: 1px solid black;
}
.common-table-body
{
	width: 100%;
}
.common-table-container
{
	width: 100%;
	overflow:auto;
	padding:0px -6px;
	margin-top:1px;
}
.common-table
{
	font-size: 12px;
	border-collapse: collapse;
	color: #44546b;
	width: 100%;
	table-layout:fixed;
}
.common-table-checkbox-all
{
    
}
.checkboxItem
{
}
.td-left
{
	text-align: left;
	padding: 0 0 0 5px;
}

.td-right
{
	text-align: right;
	padding: 0 5px 0 0;
}
.common-table td, .common-table th
{
	border: 1px solid #C0D1E3;
	height: 27px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:break-all;
}
.common-table th
{
	border-top: 0px;
}
.redColor
{
	color: #C91D1D;
	font-weight: bold;
}
.common-table thead tr
{
    top: expression(this.parentElement.parentElement.parentElement.scrollTop + 'px');  
}
.common-table thead tr th, .common-table tfoot tr td
{
	background: #f7f7f7;
	border: 1px solid #DBDBDD;
}
.common-table-odd-backgroundColor
{
	background: #ffffff;
}

.common-table-even-backgroundColor
{
	background: #f9f9f9;
}

.common-table-tr-hover
{
	background-color: #c5cfd9;
	cursor: pointer;
}
.common-table-tr-hover-default
{
	background-color: #c5cfd9;
	cursor: default;
}

.common-table-tr-selected
{
	background: #7EC7E7;
	color: #fff;
}
/*#endregion*/
/*--------------------------------------------------------*/
/* 分页样式
----------------------------------------------------------*/
/*#region*/
.pagination-container
{
	padding: 2px 0px 2px 0px;
	background:url(images/bg/paging_bg.png) repeat-x;
	background-position:bottom;
	width: 100%;
	display: block;
	overflow: visible;
	text-align:center;
	
}
.paging
{
	display: block;
	height:28px;
	line-height:28px;
}

.paging a.page-first
{
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	background-position: -160px -800px;
    padding:3px 8px;
	font-size:12px;
	width:20px;
	empty-cells:show;
}
.paging a.page-first:hover
{
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	background-position: -160px -820px;
}
.paging a.page-first-off
{
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	background-position: -160px -820px;
	padding:3px 8px;
	font-size:12px;
	width:20px;
	empty-cells:show;
}
.paging a.page-last
{
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	padding:3px 8px;
	font-size:12px;
	background-position: -220px -800px;
	width:20px;
	empty-cells:show;
}
.paging a.page-last:hover
{
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	background-position: -220px -820px;
}
.paging a.page-last-off
{
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	padding:3px 8px;
	font-size:12px;
	background-position: -220px -820px;
	width:20px;
	empty-cells:show;
}
.paging a.page-next
{
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	padding:3px 8px;
	font-size:12px;
	background-position: -200px -800px;
	width:20px;
	empty-cells:show;
}
.paging a.page-next:hover
{
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	background-position: -200px -820px;
}
.paging a.page-next-off
{
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	padding:3px 8px;
	font-size:12px;
	background-position: -200px -820px;
	width:20px;
	empty-cells:show;
}
.paging a.page-prev
{
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	padding:3px 8px;
	font-size:12px;
	background-position: -180px -800px;
	width:20px;
	empty-cells:show;
}
.paging a.page-prev:hover
{
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	background-position: -180px -820px;
}
.paging a.page-prev-off
{
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	padding:3px 8px;
	font-size:12px;
	background-position: -180px -820px;
	width:20px;
	empty-cells:show;
}

.paging .jumpto
{
	width: 20px;
	border: solid 1px #999;
	text-align: center;
	height: 16px;
	vertical-align: middle;
	padding: 0px;
}

.paging .getPage
{
	cursor: pointer;
	width: 50px;
	font-size: 12px;
	padding:4px 14px;
	font-size:12px;
	background-image: url("images/icons.png");
	background-position: 0px -740px;
}

.paging .getPage:hover
{
	background-position: 0px -771px;
}

.paging .pageNum
{
	color:Black;
	font-size: 12px;
}
/*--------------------------------------------------------*/
/* table 详细页面、编辑页面、查看页面样式
----------------------------------------------------------*/
/*#region*/
.table-detail
{
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
	
}
.table-detail tr td, .table-detail tr th
{
}
.table-detail thead
{
	text-align: left;
}
.table-detail thead tr
{
	background: url("images/bg/sub_title_bg.jpg") repeat-x;
	height: 22px;
	color: #893B1A;
	font-size: 14px;
	font-weight: bold;
	margin-left: 4px;
}
.table-detail thead tr td
{
	padding-left: 5px;
}
.table-detail thead tr td div
{
	background: url("/content/images/title_pp.jpg") no-repeat;
	padding: 12px 0 0 25px;
	height: 22px;
}
.table-detail tbody tr
{
	height: 32px;
}

.table-detail tr th
{
	background-color: transparent;
    text-align:right;
}
.table-detail tbody tr td
{
	text-align: left;
	background-color:transparent;
	padding-left: 5px;
}
/*#endregion*/
/*--------------------------------------------------------*/
/* table 详细页面、编辑页面、查看页面  没有边框和背景
----------------------------------------------------------*/
/*#region*/
.table-detail-nostyle
{
	width: 100%;
	margin-top: 20px;
	margin-left:17px;
}
.table-detail-nostyle tr
{
	height: 25px;
}
.table-detail-nostyle th
{
	text-align: right;
}
.table-detail-nostyle td
{
	text-align: left;
}
/*#ednregion*/

/*--------------------------------------------------------*/
/* MISC  
----------------------------------------------------------*/
/*#region*/
.clear
{
	clear: both;
}
.center
{
text-align:center;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.wfill
{
	width: 100%;
	
}
.hfill
{
	height: 100%;
	/*background:#F3F7F9;*/
}
.red
{
	color: red;
	font-weight: bold;
}
.p-s1
{
	font-size: 20px;
	font-weight: bold;
	height: 15px;
	padding:0;
	margin:5px 0 15px 0;
}
/*#endregion*/
/*--------------------------------------------------------*/
/* Styles for validation helpers
----------------------------------------------------------*/
/*#region*/
.field-validation-error
{
    background: url("images/bg/error.png") no-repeat scroll 0 0 transparent;
	padding-left: 12px;
	font-size:14px;
	cursor:default;
}
/* 此处已经被更改,原为display:none , 更改原因,显示默认提示 */
.field-validation-valid
{
}
.field-validation-message
{
	color: #B1B1B1;
	font-size: 14px;
	font-style: italic;
}
.field-validation-checked
{
	background: url("images/bg/checked.png") no-repeat scroll 0 0 transparent;
	padding-left: 12px;
	font-size:14px;
	cursor:default;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	/*background-color: #ffeeee;*/
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}
/*#endregion*/
/*--------------------------------------------------------*/
/* Styles for sysright
----------------------------------------------------------*/
/*#region*/
.right-container
{
    float:left;
    width:180px;
    padding:10px 0px 10px 10px;
    height:496px;
    border:solid 1px #B7D7E7;
    margin:4px 0 0 10px;
}

.tree-root
{
    height:16px;
    background:url('images/sysright/home.png') no-repeat ;
    padding:0 0 0 20px;
}

.button-container
{
    float:left;
    padding-top:100px;
    height:100%;
    text-align:center;
}
.button-importall
{
    left:10px;
    display:block;
	height: 40px;
	width: 130px;
	margin: 0;
	cursor: pointer;
	border: 0px;
	background: url(images/sysright/btn_importall.jpg) no-repeat transparent;	
}
.button-importall:hover
{   
	background: url(images/sysright/btn_importall_hover.jpg) no-repeat transparent;
}
.button-container .button-importtoroot
{
    left:10px;
    display:block;
	height: 40px;
	width: 130px;
	margin: 0;
	cursor: pointer;
	border: 0px;
	background: url(images/sysright/btn_importtoroot.jpg) no-repeat transparent;
}
.button-container .button-importtoroot:hover
{   
	background: url(images/sysright/btn_importtoroot_hover.jpg) no-repeat transparent;
}
.button-container .button-importtochild
{
    left:10px; 
    display:block;
	height: 40px;
	width: 130px;
	margin: 0;
	cursor: pointer;
	border: 0px;
	background: url(images/sysright/btn_importtochild.jpg) no-repeat transparent;
}
.button-container .button-importtochild:hover
{   
	background: url(images/sysright/btn_importtochild_hover.jpg) no-repeat transparent;
}

.sysright-container
{
    float:left;
    width:180px;
    height:517px;
    border:solid 1px #B7D7E7;
    border-top-width:0px;
    margin:4px 0 0 10px;
    padding-top:0px;
}
.sysright-container .toolbar{
    width: 100%;
	height: 28px;
	background: url(Images/sysright/dele_bg_03.jpg) repeat-x;
	margin:0;
}
.sysright-container .toolbar .toolbar-button
{
	color: #000;
	text-decoration: none;
	height: 26px;
	float: left;
	cursor: pointer;
	margin: 0 5px 0 0;
}
.sysright-container .toolbar .toolbar-button .tool-delete
{
	background: url('images/sysright/delete.png') no-repeat ;
	font-size: 12px;
	margin:6px 0px 3px 8px;
    padding:2px 10px 2px 5px;
    float:left;
}
.sysright-container .tree-root
{   
    margin : 10px 0 0 10px;
}
.sysright-container #SystemRightTree
{
    padding-left: 10px
}

.maintainright-container
{
    float: left;
    height:517px;
    border:solid 1px #B7D7E7;
    border-left-width:0px;
    margin:4px 0px 0px 0px;
    padding-top:0px;
    border-top-width:0px;
}
.maintainright-container .table-detail1
{
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
	margin-top:0px;
}
.maintainright-container .table-detail1 tr td, .table-detail1 tr th
{
	border-bottom: 0px solid #ccc;
}
.maintainright-container .table-detail1 thead
{
	text-align: left;
}
.maintainright-container .table-detail1 thead tr
{
	background: url("images/sysright/dele_bg_03.jpg") repeat-x;
	height: 28px;
	color: #893B1A;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
}
.maintainright-container .table-detail1 thead tr td
{
	padding-left: 0px;
}
.maintainright-container .table-detail1 thead tr td div
{
	background: url("images/sysright/detail.png") no-repeat;
	padding: 0px 0 0 21px;
	height: 22px;
	margin:6px 0 0 8px;
}
.maintainright-container .table-detail1 tbody tr
{
	height: 28px;
}

.maintainright-container .table-detail1 tr th
{
	text-align: right;
}
.maintainright-container .table-detail1 tbody tr td
{
	text-align: left;
	padding-left: 5px;
}

#divForm .table-detail1
{
	font-size: 12px;
	border-collapse: collapse;
	font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
	margin:1px 0px 0px 1px;
}
#divForm .table-detail1 tr td, .table-detail1 tr th
{
	border-bottom: 0px solid #ccc;
}
#divForm .table-detail1 thead
{
	text-align: left;
}

#divForm .table-detail1 thead tr td
{
	padding-left: 0px;
}

.divText
{
	background: #CED5DB;
	height: 28px;
	color: #4A6176;
	font-size: 14px;
	font-weight: bold;
	margin:1px 0px 0px 1px;
	padding: 6px 0px 0px 0px;
 }
 .divTextDetail
{
	background: url("images/sysright/detail.png") no-repeat;
	padding: 0px 0px 0px 21px;
	height: 22px;
	margin:0px 0 0 8px;
 }
 

#divForm .table-detail1 tbody tr
{
	height: 28px;
}

#divForm .table-detail1 tr th
{
	text-align: right;
	background: #DBE0E4;
	padding:0px 5px 0px 10px;
}
#divForm .table-detail1 tbody tr td
{
	text-align: left;
	background-color: #fff;
	padding-left: 5px;
}


.button-container .button-importselected
{
    left:10px;
    display:block;
	height: 40px;
	margin: 0;
	cursor: pointer;
	border: 0px;
	background: url(images/sysright/btn_importselected.png) no-repeat transparent;
}
.button-container .button-importselected:hover
{   
	background: url(images/sysright/btn_importselected_hover.png) no-repeat transparent;
}
.button-container .button-deleteall
{
    left:10px;    
    display:block;
	height: 40px;
	width: 130px;
	margin: 0;
	cursor: pointer;
	border: 0px;
	background: url(images/sysright/btn_deleteall.png) no-repeat transparent;
}
.button-container .button-deleteall:hover
{   
	background: url(images/sysright/btn_deleteall_hover.png) no-repeat transparent;
}
.button-container .button-deleteselected
{
    left:10px;    
    display:block;
	height: 40px;
	width: 130px;
	margin: 0;
	cursor: pointer;
	border: 0px;
	background: url(images/sysright/btn_deleteselected.png) no-repeat transparent;
}
.button-container .button-deleteselected:hover
{   
	background: url(images/sysright/btn_deleteselected_hover.png) no-repeat transparent;
}
/*#endregion*/
/*--------------------------------------------------------*/
/* Styles for 个人主页
----------------------------------------------------------*/
/*#region*/
.home-left
{
    background: url(images/bg/home_left.png) no-repeat transparent;
    width:19px;
    height:46px;
}
.home-mid
{
    background: url(images/bg/home_mid.png) repeat-x transparent;
}
.home-right
{
    background: url(images/bg/home_right.png) no-repeat transparent;
    width:19px;
    height:46px;
}
.home-bottom-left
{
    background: url(images/bg/home_bottom_left.png) no-repeat transparent;
    width:19px;
    height:20px;
}
.home-bottom-mid
{
    background: url(images/bg/home_bottom_mid.png) repeat-x transparent;
}
.home-bottom-right
{
    background: url(images/bg/home_bottom_right.png) no-repeat transparent;
    width:19px;
    height:20px;
}
.home-middle-left
{
    background: url(images/bg/home_leftmid.png) repeat-y transparent;
    width:19px;
}
.home-middle-right
{
    background: url(images/bg/home_rightmid.png) repeat-y transparent;
    width:19px;
}
/*#endregion*/