/* 图片部份 */ .topBg { background-image: url(/images/top_bg.jpg); background-repeat: repeat-x; } .leftBg { background-image: url(/images/left_bg.jpg); background-repeat: repeat-y; } .menuNameBg { background-image: url(/images/menuName_bg.jpg); background-repeat: repeat-x; } .manNavBg { background-image: url(/images/manNav_bg.jpg); background-repeat: repeat-x; } .manNavLeftBg { background-image: url(/images/manNav_leftPic.jpg); background-repeat: no-repeat; width: 20px; height: 34px; } .manNavLineBg { background-image: url(/images/manNav_line.jpg); background-repeat: no-repeat; width: 5px; height: 34px; } .manNavRightBg { background-image: url(/images/manNav_rightPic.jpg); background-repeat: no-repeat; width: 10px; height: 34px; } .logoBg { background-image: url(/images/logo.jpg); background-repeat: no-repeat; width: 233px; height: 80px; } .messageAlertLinkBg { background-image: url(/images/MessageAlertLink.gif); background-repeat: no-repeat; width: 16px; height: 16px; } .messageLinkBg { background-image: url(/images/MessageLink.gif); background-repeat: no-repeat; width: 16px; height: 16px; } .counterLinkBg { background-image: url(/images/CounterLink.gif); background-repeat: no-repeat; width: 16px; height: 16px; } .passwordLinkBg { background-image: url(/images/icon2.gif); background-repeat: no-repeat; width: 16px; height: 16px; } /* 主体区标外框的背景样式 */ .frameCloseBg { background-image: url(/images/icon3.gif); background-repeat: no-repeat; width: 16px; height: 16px; } .frameArrowBg { background-image: url(/images/arrow.gif); background-repeat: no-repeat; background-position-y: 2px; width: 14px; height: 9px; } .frameTopBg { background-image: url(/images/frameTop_bg.jpg); background-repeat: repeat-x; } .frameColorBg { background-image: url(/images/frameColor_bg.jpg); background-repeat: repeat; text-align:center; } .frameBottomBg { background-image: url(/images/frameBottom_bg.jpg); background-repeat: repeat-x; } .frameBodyLeftBg { background-image: url(/images/frameBody_leftBg.jpg); background-repeat: repeat-y; } .frameBodyRightBg { background-image: url(/images/frameBody_rightBg.jpg); background-repeat: repeat-y; } .frameLineBg { background-image: url(/images/frameLine_bg.jpg); background-repeat: repeat-x; } .frameLineTopBg { background-image: url(/images/frameLine_bg.jpg); background-repeat: repeat-x; display:expression(top.location.href == location.href ? '' : 'none'); } .frameBodyLeft{ background-image: url(/images/frameBody_1.jpg); } .frameBodyRight{ background-image: url(/images/frameBody_2.jpg); } .frameLineRight{ background-image: url(/images/frameLine_right.jpg); } .frameEmpty{ background-color:#F7F8FD; } .frameMain{ background-color:#FFFFFF; vertical-align:top; width:98%; } .tableMain{ width: 100%; height:expression((location.href == top.location.href) ? (document.body.offsetHeight-offsetTop-35) : (document.body.offsetHeight-offsetTop-30)); } .frameHeadMain { height:expression(document.body.offsetHeight - offsetTop - 2); } .lastTr { height:expression(document.body.offsetHeight-offsetTop-40- Header_TableMain.offsetTop-offsetParent.offsetTop); } /* 主体区标外框的背景样式 End */ /* 左边菜单栏的标题背景样式 */ .leftTitleImg { background-repeat: no-repeat; height: 80px; width: 194px; } /* 左边菜单栏的标题背景样式 End */ /* 主体区标题背景样式 */ .subTitleImg1 { background-image: url(/images/MainTitle/subTitleImg_1.jpg); background-repeat: no-repeat; } .subTitleImg2 { background-image: url(/images/MainTitle/subTitleImg_2.jpg); background-repeat: no-repeat; } .subTitleImg3 { background-image: url(/images/MainTitle/subTitleImg_3.jpg); background-repeat: no-repeat; } .subTitleImg4 { background-image: url(/images/MainTitle/subTitleImg_4.jpg); background-repeat: no-repeat; } .subTitleImg5 { background-image: url(/images/MainTitle/subTitleImg_5.jpg); background-repeat: no-repeat; } .subTitleImg6 { background-image: url(/images/MainTitle/subTitleImg_6.jpg); background-repeat: no-repeat; } .subTitleImg7 { background-image: url(/images/MainTitle/subTitleImg_4.jpg); background-repeat: no-repeat; } /* 主体区标题背景样式 End */ .currentBg { background-image: url(/images/currentBg.jpg); background-repeat: no-repeat; } .dotLine { background-image: url(/images/dotLine.gif); background-repeat: repeat-x; background-position: left bottom; } .desktopListTd { height:expression((document.body.offsetHeight - offsetTop - 250)/2); } /* 样式部份 */ body { background-color: #FFFFFF; margin: 0px; scrollbar-3dlight-color :#F7F8Fd; scrollbar-highlight-color :#F7F8Fd; scrollbar-face-color : #F7F8Fd; scrollbar-arrow-color : #A2BAEA; scrollbar-shadow-color :#A2BAEA; scrollbar-darkshadow-color :#F7F8Fd; scrollbar-base-color : #F7F8Fd; scrollbar-track-color :#FFFFFF; } body,td,th { color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* 链接样式 */ a:link{color: #003399;text-decoration: none;} a:visited{color: #003399;text-decoration: none;} a:hover{color: #FF0000;text-decoration: underline;} /* 链接样式 End */ /* 标题样式 */ .subTitle { font-size: 14px; font-weight: bold; color: #FF6600; } .subTitle2 { font-size: 14px; font-weight: bold; color: #003399; } .whiteTitle { color: #FFFFFF; font-weight: bold; } /* 标题样式 End */ .copyright { color: #003399; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } /* 提示信息样式 */ .Message { color: red; } /* 提示信息样式 END */ /* 信息列表的表格样式 */ .DataGrid { background-color:White; border-collapse:collapse; width: 99%; border: 1px solid #A2BAEA; } .DataGrid_Header { vertical-align:middle; font-weight:bold; height: 22px; background-color: #888888; background-image: url(/images/tableHead_bg.gif); cursor: default; color: #000000; } .DataGrid_HeaderLink { color: #000000; font-weight:bold; } .DataGrid_Item { background-color: #E8EEFA; height: 24px; behavior: url(/Js/DataGrid_Item.htc); } .DataGrid_AltItem { background-color: #f6f6f6; height: 24px; behavior: url(/Js/DataGrid_AltItem.htc); } .DataGrid_Item_Static { background-color: #E8EEFA; height: 24px; } .DataGrid_AltItem_Static { background-color: #f6f6f6; height: 24px; } .DataGrid_Select { color: #F6F9FF; background-color: #738A9C; height:24px; } .DataGrid_Pager { height: 24px; background-color: #dfdfdf; text-align:right; cursor: default; } .DataGrid_Footer { height: 25px; background-color: #dfdfdf; cursor: default; } /* 信息列表的表格样式 End */ .checkBoxList { background-color:White; border-collapse:collapse; width: 100%; border: 1px solid #A2BAEA; } .checkBoxList TD { background-color: #eeeeee; } /* 提交信息的表格样式 */ .formTable { background-color:White; border-collapse:collapse; width: 100%; border: 1px solid #A2BAEA; } .formTableDepTree { background-color:White; border-collapse:collapse; width: 100%; border: 1px solid #A2BAEA; height : expression(document.body.offsetHeight - offsetTop - 90); } .formTable2 { background-color:White; border-collapse:collapse; width: 100%; } .formTable_Header { vertical-align:middle; font-weight:bold; height: 22px; background-color: #eeeeee; background-image: url(/images/tableHead_bg.gif); cursor: default; padding:4px 4px 4px 4px; } .formTable_Item{ background-color: #eeeeee; padding:4px 4px 4px 4px; } .formTable_ItemInput{ background-color: #f6f6f6; padding:4px 4px 4px 4px; work-break : break-all; } .formTable_Footer { background-color: #dddddd; padding:4px 4px 4px 4px; } /* 提交信息的表格样式 End */ /* 标输入框和按钮的样式 */ select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } .input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; word-wrap : break-word; work-break : break-all; behavior : url(/Js/input.htc); } .viewInput{ border-top-style: none; border-right-style: none; border-left-style: none; BACKGROUND-COLOR: transparent; border-bottom-style: none; overflow : visible; word-wrap : break-word; work-break : break-all; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } .inputDate { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; width:80px; } .inputButton { height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; cursor:hand; } .inputButton4 { height: 65px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; cursor:hand; } .button { behavior: url(/Js/Button.htc); cursor:hand; } .ImageValidateCode { filter : progid:DXImageTransform.Microsoft.Chroma( color= #00FFFFFF) ; } .ImageSign { filter : progid:DXImageTransform.Microsoft.Chroma( color= #00FFFFFF) ; } .ImageButton { cursor:hand; } .refreshButton { height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; behavior: url(/Js/RefreshButton.htc); } .hand { cursor:hand; } .miniToolBar { cursor : hand; width : 16px; height : 16px; margin-left : 2px; margin-right : 2px; behavior: url(/Js/MiniToolBar.htc); } .dotHiddenText { width : 40px; overflow :hidden; text-overflow : ellipsis; } /* 标输入框和按钮的样式 End */ /* 其他样式 */ .LoadingFrame { width : 100%; height : 100%; background-color: #eeeeee; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 30px; text-align : center; vertical-align : middle; position : absolute ; top : 0px; left : 0px ; z-index : 9999; cursor : wait; } .LoadingFrameTD { width : 100%; height : 100%; background-color: #eeeeee; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; text-align : center; vertical-align : middle; cursor : wait; } .onlineNum { color:#003399; } .countNum { color:red; } .ScrollViewDiv { overflow : hidden; height : 55px; width : 100%; behavior : url(/Js/ScrollViewDiv.htc); } .TreeView { position:relative; height:expression(document.body.offsetHeight- offsetTop); overflow:auto; width:97%; scrollbar-3dlight-color :#E8EEFA; scrollbar-highlight-color :#E8EEFA; scrollbar-face-color : #E8EEFA; scrollbar-arrow-color : #A2BAEA; scrollbar-shadow-color :#A2BAEA; scrollbar-darkshadow-color :#E8EEFA; scrollbar-base-color : #E8EEFA; scrollbar-track-color :#F7F8Fd; } .ManageDepartmentTreeView { width : expression(document.body.offsetWidth * 95 / 200); height : 100%; } .FormDefineMultiPage { height:expression(document.body.offsetHeight-150); width:100%; } .MultiPageSelected { font-weight:bold; background-color: #eeeeee; width:100px; display:inline; } .MultiPageUnSelected { background-color: #eeeeee; width:100px; display:inline; } .OnlyDisplayInFrame { display:expression(top.location.href == location.href ? 'none' : ''); } .OnlyDisplayInTop { display:expression(top.location.href == location.href ? '' : 'none'); } .clsMenu { BORDER-RIGHT: buttonhighlight 2px outset; BORDER-TOP: buttonhighlight 2px outset; Z-INDEX: 1; VISIBILITY: hidden; BORDER-LEFT: buttonhighlight 2px outset; WIDTH: 100px; CURSOR: default; COLOR: menutext; BORDER-BOTTOM: buttonhighlight 2px outset; POSITION: absolute; BACKGROUND-COLOR: menu } .menuitems { PADDING-RIGHT: 10px; PADDING-LEFT: 20px; FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: 18px } IFRAME { BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: transparent; BORDER-BOTTOM-STYLE: none } /* 其他样式 END */ /* 桌面相关样式 */ .DesktopListItem { width : 40px; overflow :hidden; text-overflow : ellipsis; } /* 桌面相关样式 END */ /* 网络标签样式 */ .bookMarkFolderList { border-collapse:collapse; width: 100%; border: 1px solid #A2BAEA; } /* 网络标签样式 END */ /* 日程安排样式 */ .calendarTable { background-color:White; border-collapse:collapse; width: 100%; border: 1px solid #A2BAEA; height:expression(offsetParent.offsetHeight - offsetTop); } /* 日程安排样式 END */ /* 表单定义用到的CSS */ .form_input-text { border: 1px solid #eeeeee; background-color: #f6f6f6; width: 92%; color: #003399; } .form_input2 { border: 1px solid #eeeeee; background-color: #f6f6f6; width: 25px; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #003399; } .form_table { line-height: 100%; } .form_input-text { border: 1px solid #eeeeee; background-color: #f6f6f6; width: 92%; color: #003399; } .form_input2 { border: 1px solid #eeeeee; background-color: #f6f6f6; width: 25px; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #003399; } .form_input3 { border: 1px solid #eeeeee; background-color: #f6f6f6; width: 14px; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #003399; } .form_title { line-height: 150%; text-align: center; font-size: 24px; color: #003399; padding-top: 15px; font-weight: bolder; } .form_remark { font-size: 14px; color: #FF0000; line-height: 180%; } /* 表单定义用到的CSS END */ /* 特定页面的CSS */ .NoticeViewContentTr { height : expression(document.body.offsetHeight- 270); } .file_form { background-color: #a2baea; width: 100% } .file_form_table { background-color: #CCCCCC; width: 100% } .file_form_table_left { background-color: #DFDFFF; text-align: center; cursor:hand; } .file_form_table_item { background-color: #f6f6f6; } .file_form_table_item_input { background-color: #ffffff; color: #003399; } .file_form_table_header { background-color: #f6f6f6; color: #003399; } /* 特定页面的CSS END */ @media print { .Noprint { display:none; } .Command{ display:none; } .frameTopBg{ display:none; } .frameLineTopBg{ display:none; } .frameMain{ background-color:#FFFFFF; vertical-align:top; height:expression(document.body.offsetHeight-121); width:100%; overflow-y:visible; overflow-x:visible; } .input { border: 0px solid #eeeeee; background-color: #f6f6f6; color: #003399; } .DataGrid { background-color:White; border-width:1px; } .DataGrid_Pager { display:none; } }