/*100%宽度使用*/
.fullWidth
{
}
/*填充剩余高度*/
.filled
{
}
*
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
html, body
{
	height: 100%;
	padding: 0;
	margin: 0;
}
body
{
	background-color: #FAF4FD;
}
p
{
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
}

div
{
	scrollbar-face-color: #F2DFFD;
	scrollbar-shadow-color: #EDFBFF;
	scrollbar-highlight-color: #EDFBFF;
	scrollbar-3dlight-color: #F2DFFD;
	scrollbar-darkshadow-color: #F2DFFD;
	scrollbar-track-color: #FFFFED;
	scrollbar-arrow-color: #FFFFFF;
}


/*解决IE8Bug*/
/*
iframe { 
	float:left;
} */
form
{
	margin: 0px;
	padding: 0px;
	display: inline;
}
table
{
	border-collapse: collapse;
}
/*所有图片无边框,垂直居中*/
img
{
	border-style: none;
	/*vertical-align: middle;*/
}
/*定义输入框边框*/
input[type="text"]
{
	height: 15px;
	background: #FFFFFF;
	border: #999999 solid 1px;
	font-size: 12px;
}

textarea
{
	background: #FFFFFF;
	border: #999999 solid 1px;
	font-size: 12px;
}
select
{
	background: #FFFFFF;
	border: #999999 solid 1px;
	font-size: 12px;
}

/*只读输入框*/
.InputReadOnly
{
	height: 15px;
	background: transparent;
	border: #999999 solid 1px;
	font-size: 12px;

}

.TextAreaReadOnly
{
	background: transparent;
	border: #999999 solid 1px;
	font-size: 12px;
}


a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
a
{
	color: #0080C0;
}

a.black
{
	color: #000;
}
a.black:link
{
	text-decoration: none;
}

a.black:visited
{
	text-decoration: none;
}

a.black:active
{
	text-decoration: none;
}
a.black:hover
{
	text-decoration: none;
}
/*右侧页面样式*/
#rightBody
{
	background-color: #FFFFEE;
}

/*默认标题字体*/
.fontTitle
{
	color: #156B9A;
	font-weight: bold;
	font-size: 14px;
}

/*标签控件样式*/
.Label
{
	border: 0px;
	background: transparent;
}



/*输入项标题*/
.fontItemTitle
{
	color: #156B9A;
	font-weight: bold;
	font-size: 13px;
}
/*小标题*/
.fontSmallTitle
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
/*明细标题字体*/
.fontDetailsTitle
{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
/*明细内容字体*/
.fontDetailsContent
{
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 25px;
}
/*用于布局的边框*/
.borderLayout
{
	border-color: #C3ADCF;
}
/*四周填充*/
.padding
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*左填充*/
.paddingLeft
{
	padding-left: 5px;
}
/*右填充*/
.paddingRight
{
	padding-right: 5px;
}
/*上填充*/
.paddingTop
{
	padding-top: 5px;
}
/*下填充*/
.paddingBottom
{
	padding-bottom: 5px;
}
/*隐藏*/
.hide
{
	display: none;
}
/*无边框*/
.noborder
{
	border: 0px;
}
/*高亮输入框*/
.highlightInput
{
	border: solid 2px #FFC852;
}
/*高亮显示*/
.highlight
{
	background-color: #ffffbf !important;
}
.toolbarBg
{
    background-image:url(images/skin4/bg/homeheaderbar.jpg);
}
/****************************************按钮****************************************/
/*按钮table*/
.buttonTable
{
	height: 20px;
	cursor: pointer;
}
/*按钮左侧*/
.buttonLeft
{
	padding-right: 2px;
	background-image: url("../../images/skin4/button/buttonLeft.gif");
	background-repeat: no-repeat;
}
/*按钮右侧*/
.buttonRight
{
	padding-left: 2px;
	background-image: url("../../images/skin4/button/buttonRight.gif");
	background-repeat: no-repeat;
}
/*按钮中部*/
.buttonCenter
{
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 20px;
	vertical-align: top;
	color: #FFF;
	width: 100%;
	background-image: url("../../images/skin4/button/buttonCenter.gif");
	background-repeat: repeat-x;
	white-space: nowrap;
}

/*工具按钮table*/
.toolButtonTable
{
	height: 29px;
	cursor: pointer;
}
/*工具按钮左侧*/
.toolButtonLeft
{
	padding-left: 3px;
}
.btnhighlight .toolButtonLeft
{
	background-image: url("../../images/skin4/button/toolButtonLeft.gif");
	background-repeat: no-repeat;
}
/*工具按钮右侧*/
.toolButtonRight
{
	padding-left: 3px;
}
.btnhighlight .toolButtonRight
{
	background-image: url("../../images/skin4/button/toolButtonRight.gif");
	background-repeat: no-repeat;
}
/*工具按钮中部*/
.toolButtonCenter
{
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 29px;
	width: 100%;
	white-space: nowrap;
}
.btnhighlight .toolButtonCenter
{
	background-image: url("../../images/skin4/button/toolButtonCenter.gif");
	background-repeat: repeat-x;
}
/*上下左右 四个箭头*/
.btn_arrowUp
{
	height: 6px;
	width: 9px;
	cursor: hand; /*IE6下图片往上串了，需要在上边加3个像素的边距：margin-top:3px;*/
	background-image: url(../../images/skin4/ico/arrowUp.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
}
.btn_arrowDown
{
	width: 9px;
	height: 9px;
	cursor: hand; /*IE6下图片往上串了，需要在上边加3个像素的边距：margin-top:3px;*/
	background-image: url(../../images/skin4/ico/arrowDown.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
}
.btn_arrowLeft
{
	height: 9px;
	width: 9px;
	cursor: hand; /*IE6下图片往上串了，需要在上边加3个像素的边距：margin-top:3px;*/
	background-image: url(../../images/skin4/ico/arrowLeft.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
}
.btn_arrowRight
{
	height: 9px;
	width: 9px;
	cursor: hand; /*IE6下图片往上串了，需要在上边加3个像素的边距：margin-top:3px;*/
	background-image: url(../../images/skin4/ico/arrowRight.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
}
/***********************************按钮结束**************************************/

/*工具栏样式*/
.toolbar
{
	height: 38px;
	vertical-align: middle;
	background-image: url("../../images/skin4/bg/toolbar.jpg");
	background-repeat: repeat-x;
}
/*标题栏样式*/
.titlebar
{
	height: 25px;
	background-image: url("../../images/skin4/bg/titlebar.gif");
	background-repeat: repeat-x;
}
/*快速导航栏样式*/
.QuickNavBar
{
	border-left: #C3ADCF solid 1px;
	background-color: #FFFFEE;
}
/*左侧菜单栏样式*/
.LeftMenu
{
	border-right: #C3ADCF solid 1px;
}
/*左侧菜单项的样式*/
.LeftMenuItem
{
	cursor: hand;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
/*快速导航栏项目*/
.QuickNavItem
{
}


.headerDiv
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0px;
	width: auto;
	_width: 100%;
	height: 37px;
	line-height: 37px;
	border-bottom: solid 1px #C3ADCF;
}

.topNav
{color:#4C0073; }