@charset "utf-8";

/* CSS Document */
.main {
	font-size: 14px;
	line-height: 18px;
	font-family: "Microsoft YaHei UI";
}
.main input{
	font-size:  12px;
	line-height: 16px;
}
/*************************login****************************************
.log{
	margin:0 auto;
	border:1px solid #99BBE8;
	background:url(../images/login/bg.gif) repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
	position:relative;
}
.log form{
	margin:10px 9px;
	background:#fff;
	border:1px solid #99BBE8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:absolute;
}
.log form p{
	margin:30px 100px;
	width:100%;
}
.log form p label {
	float: left;
	width: 80px;
}
.log form p button {
	margin:auto 20px;
}
*************************login****************************************
.reg{
	margin:0 auto;
	border:1px solid #99BBE8;
	background:url(../images/login/bg.gif) repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
	position:relative;
}
.reg form{
	margin:10px 9px;
	background:#fff;
	border:1px solid #99BBE8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:absolute;
}
.reg form p{
	margin:10px 100px;
	width:100%;
}
.reg form p label {
	float: left;
	width: 80px;
}
.reg form p button {
	margin:auto 20px;
}

/*************************dialog*****************************************/
.mask {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(240,250,255);
	/*能够兼容的滤镜效果*/
	filter: alpha(opacity=50); /*IE*/
	opacity: 0.5; /*FF*/
}



/*****************************freetable**********************************/
.fr {
	overflow: auto; /*允许出现滚动条*/
	border: 1px solid #99BBE8;
	background-color: #fff;
	/*yy6
	margin: 2px;
	padding: 1px;
	*/
	
}

/*freeTable*/
.fr table {
	table-layout: fixed;
	border-collapse: collapse;
	/*add	
	border: solid #99BBE8;
	border-width: 1px 0 0 1px;
	*/
}

/*单元格td*/
.fr table td {
	vertical-align: middle;
	white-space: pre;
	border: 0px;
	padding: 0px;
	/*text-overflow:ellipsis; /*ie特有属性*/ /*add*/ /*
	border: solid #99BBE8;
	border-width: 0 1px 1px 0;	
	text-align: center;
	*/
}

/************************/
.frag{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/*********************date*********************************************/
.dt {
	position: absolute;
	border: 1px solid #99BBE8;
	background: #fff;
}


/******************menu********************************************/
.mu {
	position: absolute;
	top: 100px;
	left: 100px;
	padding: 2px;
	border: 1px solid #ccc;
	background: transparent url("../images/menu/menu.gif") repeat-y;
	overflow: hidden;
}

.mu-item {
	border: 1px solid transparent;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
}

.mu-text {
	position: absolute;
	left: 28px;
	top: 2px;
}

.menu-icon {
	height: 16px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 16px;
}

.mu-sep {
	background: url("../images/menu/sep.gif") repeat-x;
	margin-left: 24px;
}

.mu-arrow {
	background: url("../images/menu/arrow.gif") no-repeat;
	height: 9px;
	position: absolute;
	top: 6px;
	right: 0px;
	width: 12px;
}

div.mu-item:hover {
	border: 1px solid #99BBE8;
	background: #fafafa; /*
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
*/
}

div.mu-item .active {
	border: 1px solid #99BBE8;
	background: #fafafa;
	/*-moz-border-radius:3px;
	-webkit-border-radius: 3px;
*/
}

	/*****************************************split**************************************/
.split_pnl {
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.split .layout-panel {
	position: absolute;
	overflow: hidden;
	border: 1px solid #79CEFF;
}

.split .layout-body {
	/*border: 1px solid #99BBE8;*/
	overflow: auto;
	background: #fff;
}

.split .split-h {
	position: absolute;
	width: 5px;
	background: #ccc;
	font-size: 1px;
	cursor: e-resize;
	display: none;
	z-index: 5;
}

.split .split-v {
	position: absolute;
	height: 5px;
	background: #ccc;
	font-size: 1px;
	cursor: n-resize;
	display: none;
	z-index: 5;
	text-align: center;
}



/*************************************************panel*********************/
.panel {	
	/*yy4
	border: 1px solid #99BBE8;*/
	position: relative;
}



.panel-handle-h {
	background-color: #ccc;
	cursor: col-resize;
	position: absolute;
	top: 0px;
}

.panel-handle-v {
	background-color: #ccc;
	cursor: row-resize;
	text-align: center;
}

/************************************** tabs *******************************/
.tabs {
	border: 1px solid #99BBE8;
	background-color: #fff;
}

.tabs-hd {
	padding: 0px 30px;
	background: url(../images/tabs/tab-bg.gif) repeat-x;
}

.tabs-hd ul,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.tabs-hd ul {
	overflow: hidden;
}

.tabs-hd ul li {
	float: left;
	padding: 0px 4px;
	margin: 1px 2px auto auto;
	/*width:80px; /**/
	height: 20px;
	line-height: 20px;
	border: 1px solid #8DB2E3;
	list-style-type: none;
	background: url(../images/tabs/li-normal.gif) repeat-x;
}

.tabs-hd ul li.active {
	background: url(../images/tabs/li-active.gif) repeat-x;
	border-bottom: 1px solid #DEECFD;
	color: #15428b;
	font-weight: bold;
}

.tabs-edge {
	height: 3px;
	border: solid #8DB2E3;
	border-width: 1px 0;
	background: #DEECFD;
	margin-top: -1px;
}

.tabs-main {
	height: auto;
}


/******************************* list ************************************/
.ls {
	border: 1px solid #99BBE8;
	background: url("../images/bg/bg.gif") repeat;
}
.m-on {
	background: url("../images/grid/row-sel.gif") repeat-x;
	/*background: blue;*/
}
.ls-hd {
	height: 25px;
	background: url("../images/bg/foot-bg.gif") repeat-x;
	font-weight: bold;
	color: #15428b;
}

.ls-title {
	margin: 2px 0px 0px 1px;
	float: left;
	width: 100px;
}

.ls-main {
	padding: 10px;
}

/*绝对定位的菜单*/
.m-pop {
	position: absolute;
	border: 1px solid #99BBE8;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	width: 100%;
}
/*******************************field***********************************/
.sh {
	margin: 1px;
	padding: 0px;
}

.sh-lb {
	text-align: right;
	vertical-align: top;
}

.farea {
	/**
	margin-top: 0px;
	*/
	margin: 0px;
	padding: 1px;
	
}

.sh .ftext {
	/**
	margin: 0px;
	padding: 0px;
	*/
}

.sh .fpercent {
	text-align: right;
}

.sh .float {
	text-align: right;
}

.sh .fint {
	text-align: center;
}

.sh .fcombo {
	text-align: right;
}

.fp-lb {
	position: relative;
	font-size: 16px;
	font-weight: bolder;
	width: 10px;
	right: 0px;
}
