/*
 * 浣跨敤doctype鍚�
 * 椤甸潰鐨勬粴鍔ㄦ潯鐢卞師鏉ョ殑body缁欎簡html瀵硅薄
 */
html {
	height:100%;	
	border: 0;
	overflow:auto;
}
 
body {
	height:100%;	
	border: 0;
	line-height: 1;
}


/* 涓诲鍣ㄦ牱寮�*/
#mainWrapper, .center {
	margin:0 auto;
}


/* v1.0 | 20080212 http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, b, u, i, 
dl, dt, dd, ol, ul, li,
form, label, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
}


/*
 * 缁熶竴瀛椾綋鍜屽昂瀵�
 */ 
body,input,select,textarea,th,td,div,fieldset,blockquote,p{
    font-family:arial,sans-serif;
	font-size:12px;
}
input,textarea{font-size: 13px;}


/* 缁熶竴杈规鏍峰紡 */
input[type=text], input[type=password], textarea {
    border:1px solid #7F9DB9;    
    padding:2px;
}
input[type=text], input[type=password], select, textarea{
    margin-top:2px;
}
	
/* 缁熶竴readonly/disabled鐨勬牱寮�*/
.readonly, input[readonly], input[disabled], textarea[readonly],textarea[disabled] {
	color:#555;
	background-color: #e8e8e8;
}

/* 鑾峰緱鐒︾偣鏃惰竟妗嗙敤绾㈣壊 */
.focus, input:focus, select:focus, textarea:focus {
	outline:red solid 1px;
} 


/* 
 * 缁熶竴瓒呴摼鎺ョ殑鏍峰紡
 * 瀹氫箟椤哄簭涓嶈兘鍙�
 */
a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #FF0000;}


/**
 *	灞傛诞鍔�
 */
.left{ float:left; display:inline;}
.right{	float:right; display:inline;}
.clear { clear:both; }

div.hr {
	clear:both;
    
	/* 璁剧疆div楂樺害 */
	height:0px;
    line-height:0px;
    font-size:0px;
	
    border:1px solid #99CCFF;
    
    padding:0;
    margin:2px;
}

/* 
 *	鍔ㄦ�鎸夐挳鏁堟灉
 */
input[type=button]{
	border: 1px solid #7F9DB9;
    padding: 2px;
	background:#ecf1fb;
	
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#9DBCEA);
}




/* 
 * 缂栬緫琛ㄦ牸鐨勬牱寮�*/
.table-edit {
	border-collapse: collapse;
	border-spacing:0;
}
.table-edit tr{height:22px;}


.table-edit td{	
	border-color:#cccccc;
	border-style:none none dashed none;
	border-width:0px 0px 1px 0px;
	padding:5px;
}
.table-edit .title{	
	background-color:#CCF;
}

.title {
	background:url('image/title.png') repeat-x;
	height:26px;
}

/* 淇涓巈asyui鍐茬獊鐨勫湴鏂�*/
td span.combobox{
	margin-top:2px;
}
input.combobox-text{
	margin:0;
}

input[readonly].combotree-text{
	background:window;	
}
input[disabled].combotree-text{
	background:#e8e8e8;	
}

div.menu-item{border:0}

div.combobox-content{
	cursor:pointer;	
}

div.tree-node{
	height:23px;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.big {
	font-size: 14px;
	padding: .5em 1.5em .5em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.2em .42em;
}
.small {
	font-size: 11px;
	padding: .25em 1em .25em;
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
