﻿/*全局*/
body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 12px;
  
}
form
{
    padding:0px;
    margin:0px;
}
/*---超链接样式---*/
a:link, a:visited
{
    color:#000000;
    text-decoration:none;
}
a:hover
{
    text-decoration:none;
    color:#1488FD;
}

#PageContainer
{
    clear: both;
    width: 100%;
    margin: auto;
    float: left;
}

#PageContainer #Herder
{
    clear: both;
    width: 100%;
    float: left;
}

/* 顶部导航面板 */
#PageContainer #Herder #NavigationPanel *
{
    z-index: 100;
}

#PageContainer #Herder #NavigationPanel
{
    width: 100%;
    height:24px;
    float: left;
    background: #575757 url(NavigationBg.gif) repeat-x;
}
#PageContainer #Herder #NavigationPanel #Logo
{
    clear: both;
    float: right;
    width: 88px;
    height:24px;
}
#PageContainer #Herder #NavigationPanel #NavigationIcon
{
    float:left;
    margin:2px 5px;
    width: 20px;
    height:21px;
    text-align:right;
    background: url(NavigationIcon.png) no-repeat;
}
#PageContainer #Herder #NavigationPanel #NavigationContent
{
    line-height: 19px;
    list-style-type: none;
    z-index: 100;
}
#PageContainer #Herder #NavigationPanel #NavigationContent a
{
    display: block;
    width: 80px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 1px;
    text-decoration:none;
}
#PageContainer #Herder #NavigationPanel #NavigationContent li li a
{
    color: #000000;
}
#PageContainer #Herder #NavigationPanel #NavigationContent li
{
    float: left;
    width: 80px;
    background-image: url(nav_menu_hover.png);
}
#PageContainer #Herder #NavigationPanel #NavigationContent li a:hover
{
    background-image: url(nav_menu_hover_effect.png);
}
#PageContainer #Herder #NavigationPanel #NavigationContent li ul
{
    list-style-type: none;
    text-align: left;
    left: -999em;
    width: 240px;
    position: absolute;
    display: block;
    border: 1px solid #000000;
    margin: 0 auto auto 2px;
    background: #B6CBE7;
    padding: 2px;
    opacity: .9;
    filter: alpha(opacity=90);
}
#PageContainer #Herder #NavigationPanel #NavigationContent li ul li
{
    float: left;
    width: 50%;
    display: block;
    background: #B6CBE7;
}
#PageContainer #Herder #NavigationPanel #NavigationContent li ul a
{
    display: block;
    width: 100%;
    text-align: left;
    text-indent: 1.5em;
    background-image: url(nav_item.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    line-height: 160%;
}
#PageContainer #Herder #NavigationPanel #NavigationContent li hr
{
    height: 1px;
    margin: 0 auto;
    padding: 0;
    display: none;
}
#PageContainer #Herder #NavigationPanel #NavigationContent li ul a:link
{
    color: #000000;
    text-decoration: none;
}
#PageContainer #Herder #NavigationPanel #NavigationContent li ul a:visited
{
    color: #000000;
    text-decoration: none;
}
#PageContainer #Herder #NavigationPanel #NavigationContent li ul a:hover
{
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    background: #000000;
}
#PageContainer #Herder #NavigationPanel #NavigationContent li:hover ul
{
    left: auto;
}
#PageContainer #Herder #NavigationPanel #NavigationContent li.nhover ul
{
    left: auto;
}
#PageContainer #Herder #NavigationPanel #NavigationContent ul li.Single li
{
    width: 100%;
    float: none;
}

/* 快捷面板 */
#PageContainer #Herder #ShortPanel
{
    width: 100%;
    height: 70px !important;
    height: 75px;
    border-bottom:2px solid #FFFFFF;
    background: #295C9E url(ShortPanelbg.gif) repeat-x;
}
.ShortList
{
    float:left;
    clear: both;
    height:60px;
    margin-top:5px;
    margin-left:5px;
}
.ShortList a
{
    padding:3px;
}
.ShortList a:hover
{
    border-top: solid 1px #C0C0C0;
    border-left: solid 1px #C0C0C0;
    border-bottom: solid 1px #808080;
    border-right: solid 1px #808080;
    padding:2px;
}
.ShortList img
{
    margin-top:3px;
    margin-right: 12px;
    height: 60px;
    width: 50px;
    border: none;
}

/* 快捷菜单 */
.ShortMenu
{
    clear: both;
    font-size: 12px;
    color: #FFFFFF;
    padding: 2px 5px 0 5px;
    margin-top:-29px;
}
.ShortMenu ul
{
    float:right;
    margin:0px;
    padding:0px;
}
.ShortMenu ul li
{
    list-style:none;
    float:left;
    margin:5px auto;
}
.ShortMenu ul li a
{
    color:#FFFFFF;
    display:block;
    padding: 0px 0px 0px 2px;
    line-height:26px;
    background: url(SysTypeBg1.gif) no-repeat left top;
}
.ShortMenu ul li a span
{
    color:#FFFFFF;
    display:block;
    padding: 0px 10px 0px 8px;
    line-height:26px;
    background: url(SysTypeBg2.gif) no-repeat right top;
}
.ShortMenu ul li a:hover, .ShortMenu ul li a:active
{
    background-position:left -42px;
    background-repeat:no-repeat;
}
.ShortMenu ul li a:hover span, .ShortMenu ul li a:active span
{
    background-position:right -42px;
    background-repeat:no-repeat;
}

/*---底部样式---*/
#PageContainer #Footer
{
    color:#aaa;
    margin:5px auto;
    width:100%;
    text-align:left;
    font-size:11px;
}
#PageContainer #Footer p
{
    margin:0px 20px;
}
#PageContainer #Footer a:link,a:visited
{
    color:#555
}
#PageContainer #Footer a:hover
{
}

/* 主区域框架 */
#PageContainer #Main
{
    width: 96%;
    background: #FFFFFF;
    margin:10px auto;
    padding: 2px 2px 2px 2px;
    border: solid 1px #8eb0db;
}

#PageContainer #Main #ContentTitle
{
    width:100%;
    text-align:center;
    padding:5px 3px 1px 3px;
    height:18px;
    vertical-align:middle;
    color:#FFFFFF;
    font-weight:bold;
    margin:-1px;
    background: #E8E8E8 url(TitleBg.gif) repeat-x;
}

#PageContainer #Main #ContentBody 
{
    clear: both;
    margin: auto;
    padding:5px
}

#PageContainer #Main #ContentBottom 
{
    clear: both;
    text-align:center;
    padding:3px;
    margin-top:10px;
}

#PageContainer #Main .Nav_Title
{
	background: #CFEBF7 url(notice.gif) no-repeat 1em;
	border: 1px solid #2580B2;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 3em;
}

.SubmitButton
{
    background: url(SubmitButtonBg.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	text-align:center;
}

.LinkButton
{
    background: url(SubmitButtonBg.png );
	border: 1px solid #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.15em;
	margin:3px;
	text-align:center;
}

.MainContentTable
{
	display:block;
	margin:0px auto;
	padding:1px;
	width: 100%;
	background: #CCCCCC;
}

.MainContentList_HeadTR
{
    width:100%;
    height:18px;
	margin: 0px;
	background: #2685af url(TitleBg.gif);
	font-size: 12px;
	color: #E3EFF5;
}

.MainContentList_HeadTD
{
    text-align:center;
}

.MainContentList_ItemTR
{
    padding:5px;
	border:0px;
	background: #FFFFFF;
}

.MainContentList_ItemTD
{
    text-align:center;
    white-space:normal;
    word-break:break-all;
}

.ContentBox
{
	display:block;
	margin:0px auto;
	padding:1px;
	width: 99%;
	border: 1px solid #CCCCCC;
}

.ContentBox_Head
{
    width:100%;
    height:14px;
	margin: 0px;
	padding:5px;
	background: #2685af url(TitleBg.gif);
	font-size: 12px;
	color: #E3EFF5;
	text-align:left;
	cursor: pointer;
	cursor: hand;
}

.ContentBox_ContentBox
{
    padding:5px;
	border:0px;
}

.ContentBox_ContentItem
{
	text-align:left;
	margin: 2px;
	display: block;
}

.SideBox
{
    display:block;
	margin:0px;
	padding:0px;
	width: 160px;
	border:none;
	background-image: url(box-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.SideBox_Head
{
    height:14px;
	margin: 0px;
	padding: 6px 1em 2px;
	background: #2685af url(box-head.gif) no-repeat right;
	font-size: 12px;
	color: #E3EFF5;
	text-align:left;
	cursor: pointer;
	cursor: hand;
}

.SideBox_ContentBox
{
	background: url(box-butt.gif) no-repeat bottom right;
	padding-bottom: 15px;
	padding-right: 2px;
	padding-top: 2px;
	padding-left: 1pc;
}

.SideBox_ContentItem
{
	text-align:left;
	margin: 2px;
	display: block;
}

.SwitchIcon
{
    float:right;
    width:14px;
    height:14px;
}

/*---收缩图标--*/
.SwitchIcon_Up, .SwitchIcon_Down
{

    float:right;
    width:14px;
    height:14px;
    background: url(Box_SwitchIcon.gif) no-repeat right top;
}
.SwitchIcon_Up
{    
    background-position:right -16px;
}

.NotesText
{
    color:#666666;
    padding:0px 5px;
}


/*---070111--*/
.ViewEditPanelBox
{
	clear:both;
	width:100%;
}
.ViewEditPanel_LeftTitle
{
	width:auto;
	float:left;
	padding: 2px;
	margin-bottom: 2px;
	height: 24px;
	line-height: 24px;
}
.ViewEditPanel_onmouseover, .ViewEditPanel_onmouseout
{
	text-align:left;
	margin-bottom: 2px;
	padding: 2px;
	cursor: hand;
	width: auto;
	height: 24px;
	line-height: 24px;
	float:left;
	text-align:left;
}
.ViewEditPanel_onmouseover
{
	background-color: #ffffcc;
}
.ViewEditPanel_onmouseover .ViewPanel, .ViewEditPanel_onmouseout .ViewPanel
{
	width:100%;
}
.ViewEditPanel_onmouseover .EditPanel, .ViewEditPanel_onmouseout .EditPanel
{
	width:100%;
}
.EditPanel
{
	width:100%;
}
.EditPanel_Input
{
	width:auto;
	float:left;
}
.EditPanel_Button
{
	float:left;
}

.Fieldset01
{
	float:left;
	text-align:center;
}

.btnSubmit02, .btnCancel02
{
	width: 25px;
	height: 18px;
	border: none;
	margin:3px 0px 0px 2px;
}
.btnSubmit02
{
	background: url(btnSubmit02.gif);
}

.btnCancel02
{
	background: url(btnCancel02.gif);
}
.BrokenLine
{
	margin:10px 0px 15px 0px;
	border-bottom: gainsboro 1px dashed;
}

/*---各种Box--*/
.BrokenLineBox
{
	border-bottom: gainsboro 1px solid;
	margin-bottom: 2px;
	padding: 2px;
}
.LeftFloatBox
{
	float:left;
}
.RightFloatBox
{
	float:right;
}
.FullWidthBox
{
	width:100%;
}
.LeftFloatPanel
{
	float:left;
}
