﻿/*
Create By Jacky Lee on 2010-5-9
系统主框架样式提供
*/
/*Body样式*/
html, body
{
	height: 100%;
	overflow: auto;
}
A
{
	text-decoration: none;
	color: #333;
}
A:hover
{
	text-decoration: none;
	color: Blue;
}
.BlueLink
{
    color:Blue;
    text-decoration:underline;
}
.BlueLink a
{
    color:Blue;
    text-decoration:underline;
}
.BlueLink a:hover
{
    color:Orange;
}
.SystemBody
{
	margin: 0px;
	padding: 0px;
	overflow: visible;
	width: 100%;
	height: 100%;
}
/*------------------------------------框架头部样式--------------------------------*/
.SystemHead
{
	background-image: url("FramePic/Banner.gif");
	width: 100%;
	height: 48px;
	margin: 0px;
	padding: 0px;
}
/*导航栏样式*/
.SystemList
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 8px;
	left: 15;
	padding-top: 8px;
	font-family: 微软雅黑,宋体; 
	/*filter:alpha(opacity=70)DropShadow(Color=#FFFFFF,OffX=1, OffY=0,Direction=270); */
}
/*系统功能：如关于我们，系统帮助等等*/
.systemCommand
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 15px;
	left: 75%;
	color:#f2f2f2;
	font-family: 微软雅黑,宋体;
}
.systemCommand a
{
    color:#f2f2f2;
}
.MenuLeftBody
{
    	background-image:url(FramePic/LeftBg.gif);
	background-repeat:repeat;
}
/*---------------------系统内容区------------------------*/
.systemContent
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	/*height: 85%;*/
}
.systemContent .MenuInfo
{
	margin: 0px;
	padding: 0px;
	width: 170px;
	height: 100%;
	float: left;
}
.systemContent .BarInfo
{
	margin: 0px;
	padding: 0px;
	width: 8px;
	background-image: url(FramePic/spliter.png);
	height: 100%;
	float: left;
	cursor: pointer;
}
/*鼠标放在上面之前*/
.systemContent .BarInfo .Bar_Button
{
	background-image: url(FramePic/close.png);
	width: 8px;
	height: 60px;
	margin-top: 200px;
}
.systemContent .BarInfo .Bar_ButtonOver
{
	background-image: url(FramePic/open.png);
	width: 10px;
	height: 50px;
	margin-top: 200px;
}
.systemContent .ContentInfo
{
    float: left;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.Hello
{
	background-image: url(FramePic/hello.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	width: 15px;
	height: 15px;
}
/*---------------------------------------------左侧导航列表-------------------------------------------------*/
.MenuLeft_Lay
{
	background-image: url(FramePic/MenuLeftBg.gif);
	height: 25px;
	width: 100%;
	text-indent:20px;
	line-height:2em;
	background-repeat: repeat-x;
	cursor: pointer;
	color: #39418b;
	text-decoration: none;
	font-size: 13px;
}
.TreeView
{
	font-size: 12px;
	font-family: 微软雅黑,宋体;
}
/*点击之前的样式*/
.ClickBefore
{
	color: #333;
}
/*点击之后的样式*/
.ClickAfter
{
	color: Red;
	font-weight: bold;
}
.Line
{
	height:10px;
	background-image:url(ICON/Line.gif);
	background-repeat:repeat-x;
}
/*-----------------------------主页面操作样式------------------------------------------*/
.FRPage
{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: 微软雅黑,宋体,Arial;
	overflow:hidden;
	position:relative;
}
/*内容主框架*/
.FRPage_Content
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border: solid #99BBEB;
	border-width: 0px 1px 1px 1px;
}
/*内容背景区*/
.FRPage_Header
{
	background: url(table/tabletop-bg.gif) repeat-x;
	height: 26px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width:100%;
}
/*标识图片*/
.FRPage_Header_ICO
{
	background: url(table/grid.png) no-repeat;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	height: 25px;
	width: 0px;
	visibility: hidden;
}
/*导航栏文字*/
.FRPage_Header_Navigation
{
	float: left;
	visibility: hidden;
	margin-top: 5px;
	margin-right: 10px;
}
/*命令所在位置*/
.FRPage_Header_Command
{
	float: left;
	margin-top: 5px;
	color: #333333;
	padding-left: 3px;
	width:90%;
}
/*内容区*/
.FRPage_Body
{
	margin: 0px;
	padding: 0px;
	overflow:auto;
}
/*脚部信息区*/
.FRPage_Foot
{
	background-image: url(Table/table_footer.gif);
	height: 30px; /*margin-top:390px;*/
	color:#333;
}
/*首页*/
.FirstPage
{
	background-image: url(Table/first.gif);
	width: 10px;
	height: 17px;
	cursor: pointer;
	float: left;
	margin-top: 8px;
	margin-left: 20px;
}
/*上一页*/
.PrePage
{
	background-image: url(Table/Previous.gif);
	width: 6px;
	height: 17px;
	cursor: pointer;
	float: left;
	margin-top: 9px;
	margin-left: 10px;
}
/*下一页*/
.NextPage
{
	background-image: url(Table/next.gif);
	width: 6px;
	height: 17px;
	cursor: pointer;
	float: left;
	margin-top: 9px;
	margin-left: 10px;
}
/*最后一页*/
.LastPage
{
	background-image: url(Table/last.gif);
	width: 10px;
	height: 17px;
	cursor: pointer;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
/*分页信息*/
.PageInfo
{
	float: left;
	margin-top: 7px;
	margin-left: 10px;
	color:#333;
}
/*记录信息*/
.RecordInfo
{
	float: right;
	margin-top: 6px;
	margin-right: 30px;
	color:#333;
}
/****************************************数字分页*********************************************/
/*脚部信息区*/
.FRPage_Foot_Numeric
{
	height: 30px;
	color:#333;
}
/*上一页*/
.PrePage_Numeric
{
	background-image: url(Table/Previous_Numeric.gif);
	width:  30px;
	height: 22px;
	cursor: pointer;
	float: left;
	margin-top:6px;
	margin-left: 20px;
}
.FRPage_Numeric
{
	border:solid 1px #666666;
	padding-left:5px; 
	padding-right:5px; 
	width:20px; 
	height:10px;
	color:#333;
}
.FRPage_NumericChoice
{
	border:solid 1px #666666;
	padding-left:5px; 
	padding-right:5px; 
	width:20px; 
	height:10px;
	background-color:Green;
	color:#fff;
}
.FRPage_Numeric_Over
{
	border:solid 1px Green;
	padding-left:5px; 
	padding-right:5px; 
	width:20px; 
	height:10px;
	background-color:#e8ffe8;
	color:#333;
}
/*下一页*/
.NextPage_Numeric
{
	background-image: url(Table/Next_Numeric.gif);
	width:  30px;
	height: 22px;
	cursor: pointer;
	float: left;
	margin-top:6px;
	margin-left: 20px;
}
/******************************************************弹出窗口*******************************************/
.pop-up
{
	display: none;
	font-family: 微软雅黑,宋体;
}
.tool-close
{
	overflow: hidden;
	width: 15px;
	height: 15px;
	float: right;
	cursor: pointer;
	background: transparent url(FlowWindow/tool-sprites.gif) no-repeat;
}
.toolover
{
	overflow: hidden;
	width: 15px;
	height: 15px;
	float: right;
	cursor: pointer;
	background: transparent url(FlowWindow/tool-sprites.gif) no-repeat -15px 0;
}
.header-tl
{
	background: url(FlowWindow/left-corners.gif) no-repeat 0 0;
	padding-left: 6px;
	z-index: 1;
}
.header-tr
{
	background: url(FlowWindow/right-corners.gif) no-repeat right 0;
	padding-right: 6px;
}
.header
{
	background: url(FlowWindow/top-bottom.jpg) repeat-x 0 0;
	overflow: hidden;
	cursor: move;
	padding: 5px 0 4px 2px;
}
.title
{
	color: #15428b;
	font-weight:bold;
	font-family: 微软雅黑,宋体;
	font-size: 10pt;
	background: url(table/grid.png) no-repeat;
	height:20px;
	margin-left: 5px;
	padding-left:22px;
	float: left;
	width: 80%;
}
.window-ml
{
	background: url(FlowWindow/left-right.jpg) repeat-y 0 0;
	padding-left: 6px;
}

.window-mc
{
	border: 1px solid #99bbe8;
	padding: 0;
	margin: 0;
	font-size:9pt;
	font-family:微软雅黑,宋体,Arial;
	background: #dfe8f6;
}
.window-mc table
{
	width: 100%;
	padding: 1px;
	margin: 0px;
	background: #ffffff;
}
.window-mc table, .window-mc table td
{
	border: 1px solid #eeeeee;
	border-collapse: collapse;
	height: 25px;
}
.window-mc .AJAXT
{
	font-size: 9pt;
	font-family: 微软雅黑,宋体;
	margin: 0px;
	padding: 0px;
	border: solid 0px #999999;
	border-collapse: collapse;
}
.window-mc .AJAXT td
{
	white-space: nowrap;
	height: 20px;
}
.Choice
{
	font-weight: bold;
	color: Red;
}
.window-mr
{
	background: url(FlowWindow/left-right.jpg) repeat-y right 0;
	padding-right: 6px;
}
.foot-bl
{
	background: url(FlowWindow/left-corners.gif) no-repeat 0 bottom;
	padding-left: 6px;
}
.foot-br
{
	background: url(FlowWindow/right-corners.gif) no-repeat right bottom;
	padding-right: 6px;
}
.foot-bc
{
	background: url(FlowWindow/top-bottom.jpg) repeat-x 0 bottom;
	text-align: center;
	padding: 4px 0 8px 0;
}
