﻿@charset "utf-8";

.panel{
	overflow:hidden;
	font-size:12px;
}
.panel-header{
	padding:5px;
	line-height:15px;
	color:#15428b;
	font-weight:bold;
	font-size:12px;
	background:url('images/panel_title.png') repeat-x;
	position:relative;
	border:1px solid #aed0ea;
}
.panel-title{
	background:url('images/blank.gif') no-repeat;
}
.panel-header-noborder{
	border-width:0px;
	border-bottom:1px solid #aed0ea;
}
.panel-body{
	overflow:auto;
	
border:1px solid #aed0ea;
	border-top-width:0px;
	/*border-left-width:0px;*/
	border-bottom-width:0px;
	background:#edf6fd;
	
}
.panel-body-noheader{
	/*	border-top-width:1px;*/
	border-width:0px;
/*	border-left:1px solid #aed0ea; border-right:1px solid #aed0ea; border-bottom:1px solid #aed0ea;*/

}
.panel-body-noborder{
	border-width:0px;
}
.panel-with-icon{
	padding-left:18px;
}
.panel-icon{
	position:absolute;
	left:5px;
	top:4px;
	width:16px;
	height:16px;
}

.panel-tool{
	position:absolute;
	right:5px;
	top:4px;
}
.panel-tool a{
	display:inline-block;
	width:16px;
	height:16px;
	opacity:0.6;
	filter:alpha(opacity=60);
	margin-left:2px;
}
.panel-tool a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.panel-tool-close{
	background:url('images/panel_tools.gif') no-repeat -16px 0px;
}
.panel-tool-min{
	background:url('images/panel_tools.gif') no-repeat 0px 0px;
}
.panel-tool-max{
	background:url('images/panel_tools.gif') no-repeat 0px -16px;
}
.panel-tool-restore{
	background:url('images/panel_tools.gif') no-repeat -16px -16px;
}
.panel-tool-collapse{
	background:url('images/panel_tool_collapse.gif') no-repeat;
}
.panel-tool-expand{
	background:url('images/panel_tool_expand.gif') no-repeat;
}
.panel-loading{
	padding:11px 0px 10px 30px;
	background:url('images/panel_loading.gif') no-repeat 10px 10px;
}
.panel-noscroll{
	overflow:hidden;
}
.panel-fit,.panel-fit body{
	height:100%;
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
}
.accordion
{
    background: #fff;
    overflow: hidden;
}
.accordion .accordion-header
{
    background: #E0ECFF;
    border-top-width: 0;
    cursor: pointer;
}
.accordion .accordion-header .panel-title
{
    font-weight: normal;
}
.accordion .accordion-header-selected .panel-title
{
    font-weight: bold;
}
.accordion-noborder .accordion-header
{
    border-width: 0 0 1px;
}
.accordion-noborder .accordion-body
{
    border-width: 0px;
}
.accordion-collapse
{
    background: url('images/accordion_collapse.png') no-repeat;
}
.accordion-expand
{
    background: url('images/accordion_expand.png') no-repeat;
}

.window {
	font-size:12px;
	position:absolute;
	overflow:hidden;
	background:#c9e4f5 url('images/panel_title.png') repeat-x;
	padding:5px;
	border:1px solid #60aae8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.window-shadow{
	position:absolute;
	background:#edf6fd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2),-2px -2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2),-2px -2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2),-2px -2px 3px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.window .window-header{
	background:transparent;
	padding:2px 0px 4px 0px;
}
.window .window-body{
	background:#fff;
	border:1px solid #60aae8;
	border-top-width:0px;
}
.window .window-body-noheader{
	border-top-width:1px;
}
.window .window-header .panel-icon{
	left:1px;
	top:1px;
}
.window .window-header .panel-with-icon{
	padding-left:18px;
}
.window .window-header .panel-tool{
	top:0px;
	right:1px;
}
.window-proxy{
	position:absolute;
	overflow:hidden;
	border:1px dashed #15428b;
}
.window-proxy-mask{
	position:absolute;
	background:#fafafa;
	filter:alpha(opacity=10);
	opacity:0.10;
}	
.window-mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	filter:alpha(opacity=40);
	opacity:0.40;
	background:#ccc;
	font-size:1px;
	*zoom:1;
	overflow:hidden;
}

.dialog-content
{
    overflow: auto;
}
.dialog-toolbar
{
    padding: 2px 5px;border-color: #95B8E7 #95B8E7 #dddddd #95B8E7;
}
.dialog-tool-separator
{
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 2px 1px;
}
.dialog-button
{
    padding: 5px;
    text-align: right; border-color: #dddddd #95B8E7 #95B8E7 #95B8E7;
}
.dialog-button .l-btn
{
    margin-left: 5px;
}
.dialog-toolbar, .dialog-button
{
    background: #e2eefa;
    border-width: 1px;
    border-style: solid;
}

.l-btn
{
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    text-align: center;
    vertical-align: middle;
}
.l-btn-plain
{
    border: 0;
    padding: 1px;
}
.l-btn-left
{
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.l-btn-text
{
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 24px;
    font-size: 12px;
    padding: 0;
    margin: 0 4px;
}
.l-btn-icon
{
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 1px;
}
.l-btn span span .l-btn-empty
{
    display: inline-block;
    margin: 0;
    width: 16px;
    height: 24px;
    font-size: 1px;
    vertical-align: top;
}
.l-btn span .l-btn-icon-left
{
    padding: 0 0 0 20px;
    background-position: left center;
}
.l-btn span .l-btn-icon-right
{
    padding: 0 20px 0 0;
    background-position: right center;
}
.l-btn-icon-left .l-btn-text
{
    margin: 0 4px 0 24px;
}
.l-btn-icon-left .l-btn-icon
{
    left: 4px;
}
.l-btn-icon-right .l-btn-text
{
    margin: 0 24px 0 4px;
}
.l-btn-icon-right .l-btn-icon
{
    right: 4px;
}
.l-btn-icon-top .l-btn-text
{
    margin: 20px 4px 0 4px;
}
.l-btn-icon-top .l-btn-icon
{
    top: 4px;
    left: 50%;
    margin: 0 0 0 -8px;
}
.l-btn-icon-bottom .l-btn-text
{
    margin: 0 4px 20px 4px;
}
.l-btn-icon-bottom .l-btn-icon
{
    top: auto;
    bottom: 4px;
    left: 50%;
    margin: 0 0 0 -8px;
}
.l-btn-left .l-btn-empty
{
    margin: 0 4px;
    width: 16px;
}
.l-btn-plain:hover
{
    padding: 0;
}
.l-btn-focus
{
    outline: #0000FF dotted thin;
}
.l-btn-large .l-btn-text
{
    line-height: 40px;
}
.l-btn-large .l-btn-icon
{
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: -16px;
}
.l-btn-large .l-btn-icon-left .l-btn-text
{
    margin-left: 40px;
}
.l-btn-large .l-btn-icon-right .l-btn-text
{
    margin-right: 40px;
}
.l-btn-large .l-btn-icon-top .l-btn-text
{
    margin-top: 36px;
    line-height: 24px;
    min-width: 32px;
}
.l-btn-large .l-btn-icon-top .l-btn-icon
{
    margin: 0 0 0 -16px;
}
.l-btn-large .l-btn-icon-bottom .l-btn-text
{
    margin-bottom: 36px;
    line-height: 24px;
    min-width: 32px;
}
.l-btn-large .l-btn-icon-bottom .l-btn-icon
{
    margin: 0 0 0 -16px;
}
.l-btn-large .l-btn-left .l-btn-empty
{
    margin: 0 4px;
    width: 32px;
}
.l-btn
{
    color: #002659;
    background: #b7e2f9;
    background-repeat: repeat-x;
    border: 1px solid #6bade0;
    background: -webkit-linear-gradient(top,#ffffff 0,#a8d2f3 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#a8d2f3 100%);
    background: -o-linear-gradient(top,#ffffff 0,#a8d2f3 100%);
    background: linear-gradient(to bottom,#ffffff 0,#a8d2f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#a8d2f3,GradientType=0);
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.l-btn:hover
{
    background: #afdbfd;
	background: -webkit-linear-gradient(top,#80c4f9 0,#51b4e9 100%);
    background: -moz-linear-gradient(top,#80c4f9 0,#51b4e9 100%);
    background: -o-linear-gradient(top,#80c4f9 0,#51b4e9 100%);
    background: linear-gradient(to bottom,#80c4f9 0,#51b4e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80c4f9,endColorstr=#51b4e9,GradientType=0);
    color: #000000;
    border: 1px solid #3087c9;
    filter: none;
}
.l-btn-plain
{
    background: transparent;
    border: 0;
    filter: none;
}
.l-btn-plain:hover
{
    background: #eaf2ff;
    color: #000000;
    border: 1px solid #b7d2ff;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.l-btn-disabled, .l-btn-disabled:hover
{
    opacity: 0.5;
    cursor: default;
    background: #fafafa;
    color: #444;
    background: -webkit-linear-gradient(top,#ffffff 0,#eeeeee 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#eeeeee 100%);
    background: -o-linear-gradient(top,#ffffff 0,#eeeeee 100%);
    background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
}
.l-btn-disabled .l-btn-text, .l-btn-disabled .l-btn-icon
{
    filter: alpha(opacity=50);
}
.l-btn-plain-disabled, .l-btn-plain-disabled:hover
{
    background: transparent;
    filter: alpha(opacity=50);
}
.l-btn-selected, .l-btn-selected:hover
{
    background: #ddd;
    filter: none;
}
.l-btn-plain-selected, .l-btn-plain-selected:hover
{
    background: #ddd;
}
.textbox
{
    position: relative;
    border: 1px solid #95B8E7;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.textbox .textbox-text
{
    font-size: 12px;
    border: 0;
    margin: 0;
    padding: 4px;
    white-space: normal;
    vertical-align: top;
    outline-style: none;
    resize: none;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.textbox .textbox-prompt
{
    font-size: 12px;
    color: #aaa;
}
.textbox-button, .textbox-button:hover
{
    position: absolute;
    top: 0;
    padding: 0;
    vertical-align: top;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.textbox-button-right, .textbox-button-right:hover
{
    border-width: 0 0 0 1px;
}
.textbox-button-left, .textbox-button-left:hover
{
    border-width: 0 1px 0 0;
}
.textbox-addon
{
    position: absolute;
    top: 0;
}
.textbox-icon
{
    display: inline-block;
    width: 18px;
    height: 20px;
    overflow: hidden;
    vertical-align: top;
    background-position: center center;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-decoration: none;
    outline-style: none;
}
.textbox-icon-disabled, .textbox-icon-readonly
{
    cursor: default;
}
.textbox-icon:hover
{
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.textbox-icon-disabled:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.textbox-focused
{
    -moz-box-shadow: 0 0 3px 0 #95B8E7;
    -webkit-box-shadow: 0 0 3px 0 #95B8E7;
    box-shadow: 0 0 3px 0 #95B8E7;
}
.textbox-invalid
{
    border-color: #c0e4ff;
    background-color: #edf6fd;
}
.filebox .textbox-value
{
    vertical-align: top;
    position: absolute;
    top: 0;
    left: -5000px;
}
.combo
{
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
   	border-color: #95B8E7;
    background-color: #fff;
    overflow: hidden;
    vertical-align: middle;
}
.combo .combo-text
{
    font-size: 12px;
    border: 0px;
    margin: 0;
    padding: 0px 2px;
    vertical-align: baseline;
}
.combo-arrow
{
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
	background-color: #E0ECFF;
}
.combo-arrow-hover
{
    opacity: 1.0;
    filter: alpha(opacity=100);
	 background-color: #eaf2ff;
}
.combo-panel
{
    overflow: auto;
	background:#d5ebf9;
	border:1px solid #95b8e7;
}
.combo-arrow
{
    background: url('images/combo_arrow.gif') no-repeat center center;
}
.combo-panel
{
    background-color: #ffffff;
}

.combo-arrow:hover
{
    background-color: #eaf2ff;
}
.combo .textbox-icon-disabled:hover
{
    cursor: default;
}
.textbox-invalid
{
    border-color: #c0e4ff;
    background-color: #edf6fd;
}
.combobox-item, .combobox-group
{
    font-size: 12px;
    padding: 3px;
    padding-right: 0px;
}
.combobox-item-disabled
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.combobox-gitem
{
    padding-left: 10px;
}
.combobox-group
{
    font-weight: bold;
}
.combobox-item-hover
{
    background-color: #e2eefa;
    color: #000000;
}
.combobox-item-selected
{
    background-color: #e2eefa;
    color: #000000;
}
.layout
{
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 0;
}
.layout-panel
{
    position: absolute;
    overflow: hidden;
}
.layout-panel-east, .layout-panel-west
{
    z-index: 2;
}
.layout-panel-north, .layout-panel-south
{
    z-index: 3;
}
.layout-expand
{
    position: absolute;
    padding: 0px;
    font-size: 1px;
    cursor: pointer;
    z-index: 1;
}
.layout-expand .panel-header, .layout-expand .panel-body
{
    background: transparent;
    filter: none;
    overflow: hidden;
}
.layout-expand .panel-header
{
    border-bottom-width: 0px;
}
.layout-split-proxy-h, .layout-split-proxy-v
{
    position: absolute;
    font-size: 1px;
    display: none;
    z-index: 5;
}
.layout-split-proxy-h
{
    width: 5px;
    cursor: e-resize;
}
.layout-split-proxy-v
{
    height: 5px;
    cursor: n-resize;
}
.layout-mask
{
    position: absolute;
    background: #fafafa;
    filter: alpha(opacity=10);
    opacity: 0.10;
    z-index: 4;
}
.layout-button-up
{
    background: url('images/layout_arrows.png') no-repeat -16px -16px;
}
.layout-button-down
{
    background: url('images/layout_arrows.png') no-repeat -16px 0;
}
.layout-button-left
{
    background: url('images/layout_arrows.png') no-repeat 0 0;
}
.layout-button-right
{
    background: url('images/layout_arrows.png') no-repeat 0 -16px;
}
.layout-split-proxy-h, .layout-split-proxy-v
{
    background-color: #aac5e7;
}
.layout-split-north
{
    border-bottom: 5px solid #E6EEF8;
}
.layout-split-south
{
    border-top: 5px solid #E6EEF8;
}
.layout-split-east
{
    border-left: 5px solid #E6EEF8;
}
.layout-split-west
{
    border-right: 5px solid #E6EEF8;
}
.layout-expand
{
    background-color: #E0ECFF;
}
.layout-expand-over
{
    background-color: #E0ECFF;
}
.tabs-container{
	overflow:hidden;
	background:#fff;
}
.tabs-header{
	border-top:1px solid #8DB2E3; border-left:1px solid #8DB2E3; border-right:1px solid #8DB2E3;
	background:#e8f3fc;
	border-bottom:0px;
	position:relative;
	overflow:hidden;
	padding:0px;
	padding-top:2px;
	overflow:hidden;
}
.tabs-header-noborder{
	border:0px;
}
.tabs-header-plain{
	border:0px;
	background:transparent;
}
.tabs-scroller-left{
	position:absolute;
	left:0px;
	top:-1px;
	width:18px;
	height:28px!important;
	height:30px;
	border:1px solid #8DB2E3;
	font-size:1px;
	display:none;
	cursor:pointer;
	background:#E0ECFF url('images/tabs_leftarrow.png') no-repeat 1px 5px;
}
.tabs-scroller-right{
	position:absolute;
	right:0;
	top:-1px;
	width:18px;
	height:28px!important;
	height:30px;
	border:1px solid #8DB2E3;
	font-size:1px;
	display:none;
	cursor:pointer;
	background:#E0ECFF url('images/tabs_rightarrow.png') no-repeat 2px 5px;
}
.tabs-tool{
	position:absolute;
	top:-1px;
	border:1px solid #8DB2E3;
	padding:1px;
	background:#E0ECFF;
	overflow:hidden;
}
.tabs-header-plain .tabs-scroller-left{
	top:2px;
	height:25px!important;
	height:27px;
}
.tabs-header-plain .tabs-scroller-right{
	top:2px;
	height:25px!important;
	height:27px;
}
.tabs-header-plain .tabs-tool{
	top:2px;
	padding-top:0;
}
.tabs-scroller-over{
	background-color:#ECF9F9;
}
.tabs-wrap{
	position:relative;
	left:0px;
	overflow:hidden;
	width:100%;
	margin:0px;
	padding:0px;
}
.tabs-scrolling{
	margin-left:18px;
	margin-right:18px;
}
.tabs-disabled{
	opacity:0.3;
	filter:alpha(opacity=30);
}
.tabs{
	list-style-type:none;
	height:26px;
	margin:0px;
	padding:0px;
	padding-left:4px;
	font-size:12px;
	width:5000px;
	/*border-bottom:1px solid #d7e9fa;*/
}
.tabs li{
	float:left;
	display:inline-block;
	margin-right:4px;
	margin-bottom:-1px;
	padding:0;
	position:relative;
	border:1px solid #8DB2E3;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.tabs li a.tabs-inner{
	display:inline-block;
	text-decoration:none;
	color:#3b80c0;
	background:url('images/tabs_enabled.png') repeat-x left top;
	margin:0px;
	padding:0px 10px;
	height:25px;
	line-height:25px;
	text-align:center;
	white-space:nowrap;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.tabs li a.tabs-inner:hover{
	background:url('images/tabs_active.png') repeat-x left bottom;
}
.tabs li.tabs-selected{
	border:1px solid #8DB2E3;
	border-bottom:1px solid #fff;
}
.tabs li.tabs-selected a.tabs-inner{
	color:#416AA3;
	font-weight:bold;
	background:#fff;
	background:#a5d3f6 url('images/tabs_active.png') repeat-x left bottom;
	outline: none;
}
.tabs li.tabs-selected a:hover.tabs-inner{
	cursor:default;
	pointer:default;
}
.tabs-p-tool{
	position:absolute;
	right:16px;
	top:7px;
	display:block;
}
.tabs-p-tool a{
	display:inline-block;
	font-size:1px;
	width:12px;
	height:12px;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.tabs-p-tool a:hover{
	opacity:1;
	filter:alpha(opacity=100);
	cursor:hand;
	cursor:pointer;
	background-color:#8DB2E3;
}
.tabs-with-icon{
	padding-left:18px;
}
.tabs-icon{
	position:absolute;
	width:16px;
	height:16px;
	left:10px;
	top:5px;
}
.tabs-closable{
	padding-right:8px;
}
.tabs li a.tabs-close{
	position:absolute;
	font-size:1px;
	display:block;
	padding:0px;
	width:11px;
	height:11px;
	top:7px;
	right:5px;
	opacity:0.6;
	filter:alpha(opacity=60);
	background:url('images/tabs_close.gif') no-repeat 2px 2px;
}
.tabs li a:hover.tabs-close{
	opacity:1;
	filter:alpha(opacity=100);
	cursor:hand;
	cursor:pointer;
	background-color:#8DB2E3;
}


.tabs-panels{
	margin:0px;
	padding:0px;
	border:1px solid #8DB2E3;
	border-top:0px;
	overflow:hidden;
}
.tabs-panels-noborder{
	border:0px;
}
.datagrid .panel-body{
	overflow:hidden;
}
.datagrid-wrap{
	position:relative;
}
.datagrid-view {
  position: relative;
  overflow: hidden;
}
.datagrid-view1,
.datagrid-view2 {
  position: absolute;
  overflow: hidden;
  top: 0;
}
.datagrid-view1 {
  left: 0;
}
.datagrid-view2 {
  right: 0;
}
.datagrid-mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#ccc;
	opacity:0.3;
	filter:alpha(opacity=30);
	display:none;
}
.datagrid-mask-msg{
	position:absolute;
	top:50%;
	margin-top:-20px;
	width:auto;
	height:16px;
	padding:12px 5px 10px 30px;
	background:#fff url('images/pagination_loading.gif') no-repeat scroll 5px 10px;
	border:2px solid #6593CF;
	color:#222;
	display:none;
}
.datagrid-sort-desc .datagrid-sort-icon{
	padding:2px 13px 3px 0px;
	background:url('images/datagrid_sort_desc.gif') no-repeat center center;
}
.datagrid-sort-asc .datagrid-sort-icon{
	padding:2px 13px 3px 0px;
	background:url('images/datagrid_sort_asc.gif') no-repeat center center;
}
.datagrid-toolbar{
	height:28px;
	background:#e2eefa;
	padding:1px 2px;
	border-bottom:1px solid #60aae8;
}
.datagrid-btn-separator{
	float:left;
	height:24px;
	border-left:1px solid #60aae8;
	border-right:1px solid #fff;
	margin:2px 1px;
}
.datagrid-pager{
	background:#efefef;
	border-top:1px solid #9ac8e5;
	position:relative;
}
.datagrid-pager-top{
	border-top:0;
	border-bottom:1px solid #60aae8;
}

.datagrid-header{
	overflow:hidden;
	
	background:#c3e1fc;
	background:-moz-linear-gradient(top,#f1f7fd,#c3e1fc);  
background:-webkit-gradient(linear, left top, left bottom, from(#f1f7fd), to(#c3e1fc));  
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f7fd', endColorstr='#c3e1fc');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f7fd', endColorstr='#c3e1fc')";
	border-bottom:1px solid #60aae8;
	cursor:default;
}
.datagrid-header-inner{
	float:left;
	width:10000px;
}
.datagrid-header-row{
	height:25px;
}
.datagrid-header td{
	border-right:1px dotted #60aae8;
	font-size:12px;
	font-weight:normal;
	
	border-bottom:1px dotted #60aae8;
	border-top:1px dotted #fff;
	text-align:center;
}
.datagrid-header td.datagrid-header-over{
	background:#60aae8;
	color:#FFF;
}
.datagrid-header .datagrid-cell{
	margin:0;
	padding:3px 4px;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
	text-align:center;
}
.datagrid-header .datagrid-cell-group{
	margin:0;
	padding:4px 2px 4px 4px;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
	text-align:center;
}
.datagrid-header-rownumber{
	width:25px;
	text-align:center;
	margin:0px;
	padding:3px 0px;
}
.datagrid-td-rownumber{
	background:#fafafa url('images/datagrid_header_bg.gif') repeat-x left bottom;
}
.datagrid-cell-rownumber{
	width:25px;
	text-align:center;
	margin:0px;
	padding:3px 0px;
	color:#000;
}
.datagrid-body{
	margin:0;
	padding:0;
	overflow:auto;
	zoom:1;
	
}
.datagrid-body tr {background-color:expression((this.sectionRowIndex%2==0)?"#edf6fd":"#ddefff")}

.datagrid-body td {background-color:expression((this.cellIndex%2==0)?"":((this.parentElement.sectionRowIndex%2==0)?"#edf6fd":"#ddefff"))}

/*.datagrid-body tr:hover, .datagrid-body tr.altrow{background-color:#a1d2fb;}*/

.datagrid-view1 .datagrid-body-inner{
	padding-bottom:20px;
}
.datagrid-view1 .datagrid-body{
	overflow:hidden;
	
}
.datagrid-footer{
	overflow:hidden;
}
.datagrid-footer-inner{
	border-top:1px solid #60aae8;
	width:10000px;
	float:left;
}
.datagrid-body td,.datagrid-footer td{
	font-size:12px;
	border-right:1px dotted #60aae8;
	border-bottom:1px dotted #60aae8;
	overflow:hidden;
	padding:0;
	margin:0;
}
.datagrid-body .datagrid-cell,.datagrid-footer .datagrid-cell{
	overflow:hidden;
	margin:0;
	padding:0px 4px;
	white-space:nowrap;
	word-wrap:normal;
	height:18px;
	line-height:18px;
}
.datagrid-row-editing .datagrid-cell{
	height:auto;
}
.datagrid-header-check,.datagrid-cell-check{
	padding:0;
	width:27px;
	height:18px;
	font-size:1px;
	text-align:center;
	overflow:hidden;
}
.datagrid-header-check input,.datagrid-cell-check input{
	margin:0;
	padding:0;
	width:15px;
	height:18px;
}
.datagrid-row{
	height:25px;
}
.datagrid-row-collapse{
	background:url('images/datagrid_row_collapse.gif') no-repeat center center;
}
.datagrid-row-expand{
	background:url('images/datagrid_row_expand.gif') no-repeat center center;
}
.datagrid-row-alt{
	background:#d5ebf9;
}
.datagrid-row-over{
	background:#ddefff url('images/list_title.png') repeat 50% 50%;
	color:#039;
	cursor:default;
}
.datagrid-row-selected{
	background:#c9e4f5 url('images/list_title.png') repeat 50% 50%;
	color:#930;
}
.datagrid-resize-proxy{
	position:absolute;
	width:1px;
	top:0;
	height:10000px;
	background:red;
	cursor:e-resize;
	display:none;
}
.datagrid-body .datagrid-editable{
	padding:0;
}
.datagrid-body .datagrid-editable table{
	width:100%;
	height:100%;
}
.datagrid-body .datagrid-editable td{
	border:0;
	padding:0;
}
.datagrid-body .datagrid-editable .datagrid-editable-input{
	width:100%;
	font-size:12px;
	border:1px solid #A4BED4;
	padding:3px 2px;
}
.propertygrid .datagrid-view1 .datagrid-body td
{
    padding-bottom: 1px;
    border-width: 0 1px 0 0;
}
.propertygrid .datagrid-group
{
    height: 21px;
    overflow: hidden;
    border-width: 0 0 1px 0;
    border-style: solid;
}
.propertygrid .datagrid-group span
{
    font-weight: bold;
}
.propertygrid .datagrid-view1 .datagrid-body td
{
    border-color: #dddddd;
}
.propertygrid .datagrid-view1 .datagrid-group
{
    border-color: #E0ECFF;
}
.propertygrid .datagrid-view2 .datagrid-group
{
    border-color: #dddddd;
}
.propertygrid .datagrid-group, .propertygrid .datagrid-view1 .datagrid-body, .propertygrid .datagrid-view1 .datagrid-row-over, .propertygrid .datagrid-view1 .datagrid-row-selected
{
    background: #E0ECFF;
}
.pagination
{
    zoom: 1;
}
.pagination table
{
    float: left;
    height: 30px;
}
.pagination td
{
    border: 0;
}
.pagination-btn-separator
{
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 3px 1px;
}
.pagination .pagination-num
{
    border-width: 1px;
    border-style: solid;
    margin: 0 2px;
    padding: 2px;
    width: 2em;
    height: auto;
}
.pagination-page-list
{
    margin: 0px 6px;
    padding: 1px 2px;
    width: auto;
    height: auto;
    border-width: 1px;
    border-style: solid;
}
.pagination-info
{
    float: right;
    margin: 0 6px 0 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.pagination span
{
    font-size: 12px;
}
.pagination-link .l-btn-text
{
    width: 24px;
    text-align: center;
    margin: 0;
}
.pagination-first
{
    background: url('images/pagination_icons.png') no-repeat 0 center;
}
.pagination-prev
{
    background: url('images/pagination_icons.png') no-repeat -16px center;
}
.pagination-next
{
    background: url('images/pagination_icons.png') no-repeat -32px center;
}
.pagination-last
{
    background: url('images/pagination_icons.png') no-repeat -48px center;
}
.pagination-load
{
    background: url('images/pagination_icons.png') no-repeat -64px center;
}
.pagination-loading
{
    background: url('images/loading.gif') no-repeat center center;
}
.pagination-page-list, .pagination .pagination-num
{
    border-color: #95B8E7;
}
.calendar
{
    border-width: 1px;
    border-style: solid;
    padding: 1px;
    overflow: hidden;
}
.calendar table
{
    table-layout: fixed;
    border-collapse: separate;
    font-size: 12px;
    width: 100%;
    height: 100%;
}
.calendar table td, .calendar table th
{
    font-size: 12px;
}
.calendar-noborder
{
    border: 0;
}
.calendar-header
{
    position: relative;
    height: 22px;
}
.calendar-title
{
    text-align: center;
    height: 22px;
}
.calendar-title span
{
    position: relative;
    display: inline-block;
    top: 2px;
    padding: 0 3px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    cursor: pointer;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth, .calendar-nextmonth, .calendar-prevyear, .calendar-nextyear
{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    font-size: 1px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth
{
    left: 20px;
    background: url('images/calendar_arrows.png') no-repeat -18px -2px;
}
.calendar-nextmonth
{
    right: 20px;
    background: url('images/calendar_arrows.png') no-repeat -34px -2px;
}
.calendar-prevyear
{
    left: 3px;
    background: url('images/calendar_arrows.png') no-repeat -1px -2px;
}
.calendar-nextyear
{
    right: 3px;
    background: url('images/calendar_arrows.png') no-repeat -49px -2px;
}
.calendar-body
{
    position: relative;
}
.calendar-body th, .calendar-body td
{
    text-align: center;
}
.calendar-day
{
    border: 0;
    padding: 1px;
    cursor: pointer;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.calendar-other-month
{
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.calendar-disabled
{
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
}
.calendar-menu
{
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    padding: 5px;
    font-size: 12px;
    display: none;
    overflow: hidden;
}
.calendar-menu-year-inner
{
    text-align: center;
    padding-bottom: 5px;
}
.calendar-menu-year
{
    width: 40px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 2px;
    font-weight: bold;
    font-size: 12px;
}
.calendar-menu-prev, .calendar-menu-next
{
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.calendar-menu-prev
{
    margin-right: 10px;
    background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}
.calendar-menu-next
{
    margin-left: 10px;
    background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}
.calendar-menu-month
{
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.calendar-body th, .calendar-menu-month
{
    color: #4d4d4d;
}
.calendar-day
{
    color: #000000;
}
.calendar-sunday
{
    color: #CC2222;
}
.calendar-saturday
{
    color: #00ee00;
}
.calendar-today
{
    color: #0000ff;
}
.calendar-menu-year
{
    border-color: #95B8E7;
}
.calendar
{
    border-color: #95B8E7;
}
.calendar-header
{
    background: #E0ECFF;
}
.calendar-body, .calendar-menu
{
    background: #ffffff;
}
.calendar-body th
{
    background: #e2eefa;
    padding: 2px 0;
}
.calendar-hover, .calendar-nav-hover, .calendar-menu-hover
{
    background-color: #eaf2ff;
    color: #000000;
}
.calendar-hover
{
    border: 1px solid #b7d2ff;
    padding: 0;
}
.calendar-selected
{
    background-color: #ffe48d;
    color: #000000;
    border: 1px solid #ffab3f;
    padding: 0;
}
.datebox-calendar-inner
{
    height: 180px;
}
.datebox-button
{
    height: 18px;
    padding: 2px 5px;
    text-align: center;
}
.datebox-button a
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.datebox-button a:hover
{
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.datebox-current, .datebox-close
{
    float: left;
}
.datebox-close
{
    float: right;
}
.datebox .combo-arrow
{
    background-image: url('images/datebox_arrow.png');
    background-position: center center;
}
.datebox-button
{
    background-color: #e2eefa;
}
.datebox-button a
{
    color: #444;
}
.numberbox
{
    border: 1px solid #95B8E7;
    margin: 0;
    padding: 0 2px;
    vertical-align: middle;
}
.textbox
{
    padding: 0;
}
.spinner
{
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    vertical-align: middle;
}
.spinner .spinner-text
{
    font-size: 12px;
    border: 0px;
    margin: 0;
    padding: 0 2px;
    vertical-align: baseline;
}
.spinner-arrow
{
    background-color: #E0ECFF;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 0;
    padding: 0;
    opacity: 1.0;
    filter: alpha(opacity=100);
    width: 18px;
}
.spinner-arrow-up, .spinner-arrow-down
{
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: block;
    font-size: 1px;
    width: 18px;
    height: 10px;
    width: 100%;
    height: 50%;
    outline-style: none;
}
.spinner-arrow-hover
{
    background-color: #eaf2ff;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.spinner-arrow-up:hover, .spinner-arrow-down:hover
{
    opacity: 1.0;
    filter: alpha(opacity=100);
    background-color: #eaf2ff;
}
.textbox-icon-disabled .spinner-arrow-up:hover, .textbox-icon-disabled .spinner-arrow-down:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-color: #E0ECFF;
    cursor: default;
}
.spinner .textbox-icon-disabled
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.spinner-arrow-up
{
    background: url('images/spinner_arrows.png') no-repeat 1px center;
}
.spinner-arrow-down
{
    background: url('images/spinner_arrows.png') no-repeat -15px center;
}
.spinner
{
    border-color: #95B8E7;
}
.progressbar
{
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    position: relative;
}
.progressbar-text
{
    text-align: center;
    position: absolute;
}
.progressbar-value
{
    position: relative;
    overflow: hidden;
    width: 0;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.progressbar
{
    border-color: #95B8E7;
}
.progressbar-text
{
    color: #000000;
    font-size: 12px;
}
.progressbar-value .progressbar-text
{
    background-color: #ffe48d;
    color: #000000;
}
.searchbox
{
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    vertical-align: middle;
}
.searchbox .searchbox-text
{
    font-size: 12px;
    border: 0;
    margin: 0;
    padding: 0 2px;
    vertical-align: top;
}
.searchbox .searchbox-prompt
{
    font-size: 12px;
    color: #ccc;
}
.searchbox-button
{
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.searchbox-button-hover
{
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.searchbox .l-btn-plain
{
    border: 0;
    padding: 0;
    vertical-align: top;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.searchbox .l-btn-plain:hover
{
    border: 0;
    padding: 0;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.searchbox a.m-btn-plain-active
{
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.searchbox .m-btn-active
{
    border-width: 0 1px 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.searchbox .textbox-button-right
{
    border-width: 0 0 0 1px;
}
.searchbox .textbox-button-left
{
    border-width: 0 1px 0 0;
}
.searchbox-button
{
    background: url('images/searchbox_button.png') no-repeat center center;
}
.searchbox
{
    border-color: #95B8E7;
    background-color: #fff;
}
.searchbox .l-btn-plain
{
    background: #E0ECFF;
}
.searchbox .l-btn-plain-disabled, .searchbox .l-btn-plain-disabled:hover
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.textbox-invalid
{
    border-color: #b5defd;
    background-color: #edf6fd;
}
.slider-disabled
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.slider-h
{
    height: 22px;
}
.slider-v
{
    width: 22px;
}
.slider-inner
{
    position: relative;
    height: 6px;
    top: 7px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}
.slider-handle
{
    position: absolute;
    display: block;
    outline: none;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
}
.slider-tip
{
    position: absolute;
    display: inline-block;
    line-height: 12px;
    font-size: 12px;
    white-space: nowrap;
    top: -22px;
}
.slider-rule
{
    position: relative;
    top: 15px;
}
.slider-rule span
{
    position: absolute;
    display: inline-block;
    font-size: 0;
    height: 5px;
    border-width: 0 0 0 1px;
    border-style: solid;
}
.slider-rulelabel
{
    position: relative;
    top: 20px;
}
.slider-rulelabel span
{
    position: absolute;
    display: inline-block;
    font-size: 12px;
}
.slider-v .slider-inner
{
    width: 6px;
    left: 7px;
    top: 0;
    float: left;
}
.slider-v .slider-handle
{
    left: 50%;
    margin-top: -10px;
}
.slider-v .slider-tip
{
    left: -10px;
    margin-top: -6px;
}
.slider-v .slider-rule
{
    float: left;
    top: 0;
    left: 16px;
}
.slider-v .slider-rule span
{
    width: 5px;
    height: 'auto';
    border-left: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
}
.slider-v .slider-rulelabel
{
    float: left;
    top: 0;
    left: 23px;
}
.slider-handle
{
    background: url('images/slider_handle.png') no-repeat;
}
.slider-inner
{
    border-color: #95B8E7;
    background: #E0ECFF;
}
.slider-rule span
{
    border-color: #95B8E7;
}
.slider-rulelabel span
{
    color: #000000;
}
.menu
{
    position: absolute;
    margin: 0;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}
.menu-item
{
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
}
.menu-text
{
    height: 20px;
    line-height: 20px;
    float: left;
    padding-left: 28px;
}
.menu-icon
{
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 50%;
    margin-top: -8px;
}
.menu-rightarrow
{
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.menu-line
{
    position: absolute;
    left: 26px;
    top: 0;
    height: 2000px;
    font-size: 1px;
}
.menu-sep
{
    margin: 3px 0px 3px 25px;
    font-size: 1px;
}
.menu-active
{
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.menu-item-disabled
{
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}
.menu-text, .menu-text span
{
    font-size: 12px;
}
.menu-shadow
{
    position: absolute;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #ccc;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow
{
    background: url('images/menu_arrows.png') no-repeat -32px center;
}
.menu-line
{
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
}
.menu-sep
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
.menu
{
    background-color: #fafafa;
    border-color: #ddd;
    color: #444;
}
.menu-content
{
    background: #ffffff;
}
.menu-item
{
    border-color: transparent;
    _border-color: #fafafa;
}
.menu-active
{
    border-color: #b7d2ff;
    color: #000000;
    background: #eaf2ff;
}
.menu-active-disabled
{
    border-color: transparent;
    background: transparent;
    color: #444;
}
.m-btn-downarrow, .s-btn-downarrow
{
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 1px;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.m-btn-active, .s-btn-active
{
    background: #eaf2ff;
    color: #000000;
    border: 1px solid #b7d2ff;
    filter: none;
}
.m-btn-plain-active, .s-btn-plain-active
{
    background: transparent;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.m-btn .l-btn-left .l-btn-text
{
    margin-right: 20px;
}
.m-btn .l-btn-icon-right .l-btn-text
{
    margin-right: 40px;
}
.m-btn .l-btn-icon-right .l-btn-icon
{
    right: 20px;
}
.m-btn .l-btn-icon-top .l-btn-text
{
    margin-right: 4px;
    margin-bottom: 14px;
}
.m-btn .l-btn-icon-bottom .l-btn-text
{
    margin-right: 4px;
    margin-bottom: 34px;
}
.m-btn .l-btn-icon-bottom .l-btn-icon
{
    top: auto;
    bottom: 20px;
}
.m-btn .l-btn-icon-top .m-btn-downarrow, .m-btn .l-btn-icon-bottom .m-btn-downarrow
{
    top: auto;
    bottom: 0px;
    left: 50%;
    margin-left: -8px;
}
.m-btn-line
{
    display: inline-block;
    position: absolute;
    font-size: 1px;
    display: none;
}
.m-btn .l-btn-left .m-btn-line
{
    right: 0;
    width: 16px;
    height: 500px;
    border-style: solid;
    border-color: #aac5e7;
    border-width: 0 0 0 1px;
}
.m-btn .l-btn-icon-top .m-btn-line, .m-btn .l-btn-icon-bottom .m-btn-line
{
    left: 0;
    bottom: 0;
    width: 500px;
    height: 16px;
    border-width: 1px 0 0 0;
}
.m-btn-large .l-btn-icon-right .l-btn-text
{
    margin-right: 56px;
}
.m-btn-large .l-btn-icon-bottom .l-btn-text
{
    margin-bottom: 50px;
}
.m-btn-downarrow, .s-btn-downarrow
{
    background: url('images/menu_arrows.png') no-repeat 0 center;
}
.m-btn-plain-active, .s-btn-plain-active
{
    border-color: #b7d2ff;
    background-color: #eaf2ff;
    color: #000000;
}
.s-btn:hover .m-btn-line, .s-btn-active .m-btn-line, .s-btn-plain-active .m-btn-line
{
    display: inline-block;
}
.l-btn:hover .s-btn-downarrow, .s-btn-active .s-btn-downarrow, .s-btn-plain-active .s-btn-downarrow
{
    border-style: solid;
    border-color: #aac5e7;
    border-width: 0 0 0 1px;
}
.messager-body
{
    padding: 10px;
    overflow: hidden;
}
.messager-button
{
    text-align: center;
    padding-top: 10px;
}
.messager-button .l-btn
{
    width: 70px;
}
.messager-icon
{
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 10px 10px 0;
}
.messager-error
{
    background: url('images/messager_icons.png') no-repeat scroll -64px 0;
}
.messager-info
{
    background: url('images/messager_icons.png') no-repeat scroll 0 0;
}
.messager-question
{
    background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}
.messager-warning
{
    background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}
.messager-progress
{
    padding: 10px;
}
.messager-p-msg
{
    margin-bottom: 5px;
}
.messager-body .messager-input
{
    width: 100%;
    padding: 1px 0;
    border: 1px solid #95B8E7;
}
.tree
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.tree li
{
    white-space: nowrap;
}
.tree li ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tree-node
{
    height: 24px;
    white-space: nowrap;
    cursor: pointer;
}
.tree-hit
{
    cursor: pointer;
}
.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent
{
    display: inline-block;
    width: 16px;
    height:24px;
    vertical-align: middle;
    overflow: hidden;
}



.tree-expanded
{
    background: url('images/tree_icons.png') no-repeat -18px 5px;
}
.tree-expanded-hover
{
    background: url('images/tree_icons.png') no-repeat -50px 5px;
}
.tree-collapsed
{
    background: url('images/tree_icons.png') no-repeat 0px 5px;
}
.tree-collapsed-hover
{
    background: url('images/tree_icons.png') no-repeat -32px 5px;
}
.tree-lines .tree-expanded, .tree-lines .tree-root-first .tree-expanded
{
    background: url('images/tree_icons.png') no-repeat -144px 0;
}
.tree-lines .tree-collapsed, .tree-lines .tree-root-first .tree-collapsed
{
    background: url('images/tree_icons.png') no-repeat -128px 0;
}
.tree-lines .tree-node-last .tree-expanded, .tree-lines .tree-root-one .tree-expanded
{
    background: url('images/tree_icons.png') no-repeat -80px 0;
}
.tree-lines .tree-node-last .tree-collapsed, .tree-lines .tree-root-one .tree-collapsed
{
    background: url('images/tree_icons.png') no-repeat -64px 0;
}
.tree-line
{
    background: url('images/tree_icons.png') no-repeat -176px 0;
}
.tree-join
{
    background: url('images/tree_icons.png') no-repeat -192px 0;
}
.tree-joinbottom
{
    background: url('images/tree_icons.png') no-repeat -160px 0;
}
.tree-folder
{
    background: url('images/tree_icons.png') no-repeat -208px 5px;
}
.tree-folder-open
{
    background: url('images/tree_icons.png') no-repeat -224px 5px;
}
.tree-file
{
    background: url('images/tree_icons.png') no-repeat -240px 5px;
}
.tree-loading
{
    background: url('images/loading.gif') no-repeat center center;
}
.tree-checkbox0
{
    background: url('images/tree_icons.png') no-repeat -208px -16px;
}
.tree-checkbox1
{
    background: url('images/tree_icons.png') no-repeat -224px -16px;
}
.tree-checkbox2
{
    background: url('images/tree_icons.png') no-repeat -240px -16px;
}
.tree-title
{
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 2px;
    height: 30px;
    line-height: 30px;
}
.tree-node-proxy
{
    font-size: 12px;
    line-height: 20px;
    padding: 0 2px 0 20px;
    border-width: 1px;
    border-style: solid;
    z-index: 9900000;
}
.tree-dnd-icon
{
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 24px;
    left: 2px;
    top: 50%;
    margin-top: -9px;
}
.tree-dnd-yes
{
    background: url('images/tree_icons.png') no-repeat -256px 0;
}
.tree-dnd-no
{
    background: url('images/tree_icons.png') no-repeat -256px -18px;
}
.tree-node-top
{
    border-top: 1px dotted red;
}
.tree-node-bottom
{
    border-bottom: 1px dotted red;
}
.tree-node-append .tree-title
{
    border: 1px dotted red;
}
.tree-editor
{
    border: 1px solid #ccc;
    font-size: 12px;
    height: 14px !important;
    height: 18px;
    line-height: 14px;
    padding: 1px 2px;
    width: 80px;
    position: absolute;
    top: 0;
}
.tree-node-proxy
{
    background-color: #ffffff;
    color: #000000;
    border-color: #95B8E7;
}
.tree-node-hover
{
    background: #eaf2ff;
    color: #000000;
}
.tree-node-selected
{
    background: #ffe48d;
    color: #000000;
}


.validatebox-invalid
{
    border:1px solid #c0e4ff;
    background-color: #edf6fd;
    color: #000;
}

.validatebox-text{ border:1px solid #98c9f1;}
.tooltip
{
    position: absolute;
    display: none;
    z-index: 9900000;
    outline: none;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.tooltip-content
{
    font-size: 12px;
}
.tooltip-arrow-outer, .tooltip-arrow
{
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato);
}
.tooltip-right .tooltip-arrow-outer
{
    left: 0;
    top: 50%;
    margin: -6px 0 0 -13px;
}
.tooltip-right .tooltip-arrow
{
    left: 0;
    top: 50%;
    margin: -6px 0 0 -12px;
}
.tooltip-left .tooltip-arrow-outer
{
    right: 0;
    top: 50%;
    margin: -6px -13px 0 0;
}
.tooltip-left .tooltip-arrow
{
    right: 0;
    top: 50%;
    margin: -6px -12px 0 0;
}
.tooltip-top .tooltip-arrow-outer
{
    bottom: 0;
    left: 50%;
    margin: 0 0 -13px -6px;
}
.tooltip-top .tooltip-arrow
{
    bottom: 0;
    left: 50%;
    margin: 0 0 -12px -6px;
}
.tooltip-bottom .tooltip-arrow-outer
{
    top: 0;
    left: 50%;
    margin: -13px 0 0 -6px;
}
.tooltip-bottom .tooltip-arrow
{
    top: 0;
    left: 50%;
    margin: -12px 0 0 -6px;
}
.tooltip
{
    background-color: #ffffff;
    border-color: #95B8E7;
    color: #000000;
}
.tooltip-right .tooltip-arrow-outer
{
    border-right-color: #95B8E7;
}
.tooltip-right .tooltip-arrow
{
    border-right-color: #ffffff;
}
.tooltip-left .tooltip-arrow-outer
{
    border-left-color: #95B8E7;
}
.tooltip-left .tooltip-arrow
{
    border-left-color: #ffffff;
}
.tooltip-top .tooltip-arrow-outer
{
    border-top-color: #95B8E7;
}
.tooltip-top .tooltip-arrow
{
    border-top-color: #ffffff;
}
.tooltip-bottom .tooltip-arrow-outer
{
    border-bottom-color: #95B8E7;
}
.tooltip-bottom .tooltip-arrow
{
    border-bottom-color: #ffffff;
}



/*begin:»»·ôÅäÉ«¿ªÊ¼*/
A
{
    color: #3e3e3e;
    text-decoration: none;
}
A:hover
{
    color: #b90101;
    text-decoration: underline;
}
.h
{
    color: #b90101 !important;
}
.h *
{
    color: #b90101 !important;
}

a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: none;
}
.cs-north
{
    height: 80px;
    background: url(images/header_bgre.png) top repeat-x;
}
.cs-north-bg
{
    width: 100%;
    height: 100%;
    background: url(images/header_bg.png) right no-repeat;
}
.cs-north-logo
{
    height: 40px;
    margin: 15px 0px 0px 5px;
    display: inline-block;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}
.cs-west
{
    width: 200px;
    padding: 0px;
}
.cs-south
{
    background-image: url(images/botom.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 30px;
    padding: 0px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin-top: 1px;
    text-shadow: 0px 1px 1px #003366;
    -webkit-text-shadow: 0px 1px 1px #003366;
    -moz-text-shadow: 0px 1px 1px #003366;
}
.cs-navi-tab
{
    padding: 5px;
}
.cs-tab-menu
{
    width: 120px;
}
.cs-home-remark
{
    padding: 10px;
}
.wrapper
{
    float: right;
    height: 30px;
    margin-left: 10px;
}
.ui-skin-nav
{
    float: right;
    padding-right: 10px;
    margin-right: 10px;
    list-style: none outside none;
}

.ui-skin-nav .li-skinitem
{
    float: left;
    font-size: 12px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
}
.ui-skin-nav .li-skinitem span
{
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.ui-skin-nav .li-skinitem span.cs-skin-on
{
    border: 1px solid #FFFFFF;
}

.ui-skin-nav .li-skinitem span.gray
{
    background-color: gray;
}
.ui-skin-nav .li-skinitem span.pepper-grinder
{
    background-color: #BC3604;
}
.ui-skin-nav .li-skinitem span.blue
{
    background-color: blue;
}
.ui-skin-nav .li-skinitem span.cupertino
{
    background-color: #D7EBF9;
}
.ui-skin-nav .li-skinitem span.dark-hive
{
    background-color: black;
}
.ui-skin-nav .li-skinitem span.sunny
{
    background-color: #FFE57E;
}
.f_l
{
    float: left;
    background: url(images/name.png) no-repeat;
    width: 455px;
    height: 80px;
}

.f_r
{
    float: right;
}
.c_l
{
    clear: left;
}
.c_r
{
    clear: right;
}
.clear
{
    clear: both;
}
#fav
{
    width: 300px;
    padding-top: 12px;
    float: right;
}
#fav td a
{
    color: #000000;
    text-decoration: none;
    text-shadow: 0px 1px 1px #FFFFFF;
    -webkit-text-shadow: 0px 1px 1px #FFFFFF;
    -moz-text-shadow: 0px 1px 1px #FFF;
}
#time
{
    float: right;
    background-image: url(images/time_bg.png);
    height: 31px;
    width: 300px;
    margin-top: 7px;
}
#time p
{
    color: #0c476d;
    text-align: left;
    margin-top: 10px;
    padding-left: 35px;
    text-shadow: 0px 1px 1px #FFFFFF;
    -webkit-text-shadow: 0px 1px 1px #FFFFFF;
    -moz-text-shadow: 0px 1px 1px #FFFFFF;
}
.leftmenu
{
    border-bottom: 1px solid #AED0EA;
    height: 30px;
    line-height: 30px;
    min-width: 195px;
}
.curtab
{
    color: Red;
}
#end
{
    height: 30px;
    width: 100%;
}
#end p
{
    color: #FFFFFF;
    padding-top: 8px;
}
.olb
{
    background-image: url(Images/olb_bg.jpg);
    background-repeat: repeat-x;
    height: 33px;
    width: 100%;
}
.mainhome
{
    /*background-image: url('images/skyBlue.jpg')*/
    background-image: url("images/background.png");
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position-x: left;
    background-position-y: top;
    background-color: rgb(255, 255, 255);
}
/*end:»»·ôÅäÉ«½áÊø*/
.jgmc_inpt{ border:1px solid #9dd0fb;}

.table_form{ background:#edf6fd; border-top:1px solid #c0e4ff; border-left:1px solid #c0e4ff; border-bottom:1px solid #ffffff; border-right:1px solid  #ffffff;}

.table_form td{border:1px solid #c0e4ff; padding-top:2px; padding-bottom:2px;padding-left:5px; padding-right:5px; border-left:1px solid #ffffff; border-top:1px solid #ffffff;}

.table_inpt{border:1px solid #98c9f1; }

/*- 2015-05-11 add-*/
.Addbodys{ margin:0px auto; padding:0px;background:#b00203 url(images/bg.jpg) left 0px  no-repeat; overflow:hidden;}

.Addmain{ width:100%; margin:0px auto; height:auto; overflow:hidden;/* min-width:1004px;*/ font-size:12px;}img{ border:0px;}

.Addtop{ width:100%; margin:0px auto; height:79px; background:url(images/header_bgre.png) repeat-x;}

.Addtop_cont{ width:100%; height:79px; float:left; background:url(images/header_bg.png) left no-repeat; }

.Addtop_name{ width:555px; height:79px; float:left; background:url(images/name.png) no-repeat;}

.Addcenters{ width:100%; height:auto; margin:0px auto; padding-top:5px; }

#Addleft{ width:231px; height:auto;float:left;padding-top:3px; }

.Addtongdao{ width:231px; height:auto; float:right; cursor:pointer; }

.Addtongdao_title{ width:231px; height:26px; line-height:26px; font-size:14px; font-weight:bold; float:left; background:url(images/kj_title.png) no-repeat; }

.Addtongdao_cont{ width:231px; height:auto; float:left; }

.Addtd_info{ width:223px;  height:420px; overflow:hidden; float:left; background:url(images/kj_rtre.png) repeat-y; padding:6px 4px; font-family:"宋体";}

.Addtd_info_kuang{ width:111px; height:auto; list-style:none; float:left; text-align:center; }

.Addtd_info_tu{ width:111px; height:auto; float:left; text-align:center;}

.Addtd_info_tu img{ width:64px; height:64px; text-align:center;}

.Addtd_info_text{ width:111px; height:40px; line-height:40px; float:left; text-align:center;}

.Addtd_info_text a{ text-decoration:none; color:#113571;}

.Addtd_info_text a:hover{ color:#8a3202;}

.Addtd_bottom{ width:231px; height:15px; float:left; background:url(images/kj_bottom.png) no-repeat; }

.AddLeftBotton { FLOAT:right; WIDTH: 20px; CURSOR: pointer; POSITION:absolute; TOP:255px; right:220px; HEIGHT:20px; z-index:100;}

.AddRightBotton {RIGHT:0px;  FLOAT: right; WIDTH:20px; CURSOR: pointer; POSITION: absolute; TOP:255px; HEIGHT:20px; z-index:110;}

#Addright{
	position: absolute;
	right:1px;
	top: 0px;
	bottom: 0px;
	float: right;
	left: 232px;
	min-width: 770px;
}

.Addrtinfo{ width:100%; height:auto; float:left;}

.Addrtinfo ul li{ width:49.9%; height:auto; float:left; list-style:none;}

.Addswtx{width:99%;  height:auto; float:left; margin-left:5px; display:block; margin-top:8px;}

.Addswtx_title{ width:99.6%; height:26px;float:left; background:url(images/sw_titlere.png) repeat-x;line-height:26px; font-size:14px; font-weight:bold; border-left:1px solid #6ba6d2; border-right:1px solid #6ba6d2; -moz-border-radius:6px 6px 0px 0px; -webkit-border-radius:6px 6px 0px 0px; border-radius:6px 6px 0px 0px;  }

/*.swtx_titleLt{ width:8px; height:26px; float:left; background:url(images/title_left.gif)  no-repeat;}

.swtx_titleRt{ width:8px; height:26px; float:right;background:url(images/title_right.gif)  no-repeat;}

.swtx_titleInfo{ width:97.1%;height:26px;  line-height:26px; font-size:14px; font-weight:bold; float:left;}*/

.Addswtx_title img{ padding-right:5px; padding-left:8px;}

.Addswtx_cont{width:100%; min-height:193px;  height:auto !important; height:193px; float:left; background:url(images/ctbg.png) repeat; padding-bottom:5px; cursor:pointer; padding-top:5px; }

.Addswtx_cont ul li a:hover{ color:#039;}

.Addsjcb_cont{width:100%; min-height:193px;  height:auto !important; height:193px; float:left; background:url(images/ctbg.png) repeat; padding-bottom:5px; cursor:pointer; padding-top:5px; }

.Addsjcb_cont img{ width:100%; height:193px; text-align:center; }


.Addswtx_gh{ height:25px; background:url(images/gh_bg.png) repeat-x;}

.Addswtx_bottom{ width:100%; height:3px; float:left; background:url(images/swcont_bt.png) repeat-x;}

.Addmores{ float:right; padding-right:10px;}

.Addmores a{ text-decoration:none; color:#000000; font-size:12px; font-weight:normal; font-family:"宋体";}

.Addmores a:hover{ color:#F00;}

.Addsjqs{ width:98.4%;/*min-width:365px;overflow-x:auto;*/ height:auto; float:left; margin-left:5px; display:block; margin-top:8px; }

.Addsjqs_title{ width:100%; height:26px; line-height:26px; float:left; background:url(images/sw_titlere.png); font-size:14px; font-weight:bold;border-left:1px solid #6ba6d2; border-right:1px solid #6ba6d2; -moz-border-radius:6px 6px 0px 0px; -webkit-border-radius:6px 6px 0px 0px; border-radius:6px 6px 0px 0px; }

.Addsjqs_title img{ padding-right:5px; padding-left:8px;}

.Addsjqs_cont{width:100%; min-height:193px;  height:auto !important; height:193px; float:left; background:url(images/ctbg.png) repeat; padding-bottom:5px; cursor:pointer;padding-top:5px;}

.Addsjqs_cont img{ width:100%;height:193px;  text-align:center;}

.Adddatalist{width:100%; border:none; border-collapse:collapse;}

.Adddatalist th{ background:url(images/gh_bg.png) repeat-x;color:#000000;font-weight:bold;padding-top:4px; padding-bottom:4px;text-align:center;}

.Adddatalist td{text-align:left;line-height:35px; font-size:12px;}

.Adddatalist td a{ text-decoration:none; color:#000; padding-left:10px;}

.Adddatalist td a:hover{ color:#039;}

.font_col{ color:#113571}
/*.top_right{ max-width:445px; height:80px; float:right;  }

#top_menu{ float:right; height:79px; text-align:right; margin-right:5px;} */