<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /**Login.jsp **/
/* 登入畫面的背景顏色 */
.login_background{
	background-color: #d0d0d0;
	margin-top: 20px;
}

/* 切換Login頁面的按鈕圖片 */
.login_button{
	background-image:url(/NaNaWeb/theme/default/images/login_images/icon_login_1_empty.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	width:100%;
	min-width:91px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
.login_button:hover{
	background-image:url(/NaNaWeb/theme/default/images/login_images/icon_login_2_empty.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	min-width:91px;
	text-align:center;
	vertical-align:middle;
	cursor:hand;
}

/** TITLE **/
/* 標題文字 */
.topTitle{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #0066FF;
}

/* 次標題文字 */
.topSubTitle{ 
	font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 11px;
	color: #000000;
	font-weight: bold;
}


/** TABLE **/
/* 重要 修正標準模式下表格空隙的問題 */
td img { 
	vertical-align: bottom;
}


/** LIST **/
/* List的預設背景色 */
.ListClass{
	background-color:transparent;
}

/* List標頭 */
.ListHeadClass{
	 height="30px";
	 background-image:url(/NaNaWeb/theme/default/images/index_images/ListHeadbg.jpg); 
	 background-repeat: repeat-x;
}

/* List簽核意見標頭 */
.ListCommentClass{
	 height="30px";
	 background-image:url(/NaNaWeb/theme/default/images/index_images/intbg.jpg); 
	 background-repeat: repeat-x;
}

/* List內容 */
/* List奇數行 */
.ListBodyClass_odd{
	background-color:"#F3EDDE";
	cursor: hand;
	/*
	event:expression(
		onmouseover = function(){
			this.style.backgroundColor='#F7F7F7'
		},
		onmouseout = function(){
			this.style.backgroundColor='#F3EDDE'
		}
	)
	*/
}
	
/* List偶數行 */
.ListBodyClass_even{
	background-color:"#E3E7F3";
	cursor: hand;
	/*
	event:expression(
		onmouseover = function(){
			this.style.backgroundColor='#F7F7F7'
		},
		onmouseout = function(){
			this.style.backgroundColor='E3E7F3'
		}
	)
	*/
}

/* List 追蹤流程開啟工作事項預設顯示的內容(當一個人參與流程中多關卡時) */
.ListBodyClass_default{
	background-color:"#F1E0CD";
	cursor: hand;
	/*
	event:expression(
		onmouseover = function(){
			this.style.backgroundColor='#F7F7F7'
		},
		onmouseout = function(){
			this.style.backgroundColor='#F1E0CD'
		}
	)
	*/
}

.ListBody2Class_default{
	background-color:"#F1E0CD";
}
/* list 結尾(如顯示上一頁、下一頁) */
.ListFootClass{
/*	目前沒有設定，是沿用把整個list的table設為透明
	依背景來顯示，但此設定還是保留，編輯此處就有效果 
	background-color:transparent; 
	 background-color:"#D1DAF9"; 
	 
	 */
}


/* 用在類List表格，但左邊是欄位名稱，右邊是維護欄位的情況 */
/* Table外框 */
.List2Class{
	border-style:solid;
	border-color: #B3D4FC;
	border-width:1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

/* 欄位名稱 */
.List2Class_Title{
	/*background-color:"#F3EDDE";*/
	background-image: url(/NaNaWeb/theme/default/images/background_images/list2_bg.jpg);
	background-color: white;
	background-repeat: repeat-x;
	background-position: top;
	vertical-align:middle;
	border-style:solid;
	border-color: #B3D4FC;
	border-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
}
/* 欄位名稱  只有上和左有框線*/
.List3Class_Title{
	/*background-color:"#F3EDDE";*/
	background-image: url(/NaNaWeb/theme/default/images/background_images/list2_bg.jpg);
	background-color: white;
	background-repeat: repeat-x;
	background-position: top;
	vertical-align:middle;
	border-style:solid;
	border-color: #B3D4FC;
	border-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
/* 維護欄位 */
.List2Class_Field{
	/*background-color:"#E3E7F3";*/
	background-color:transparent;
	border-style:solid;
	border-color: #B3D4FC;
	border-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
}


/* List 內容2 */
/* 此部分的list是僅列表而已，不會點選列表項目後，開啟list項目，所以css部分，不會出現cursor: hand */
/* List奇數行 */
.ListBody2Class_odd{
	background-color:"#F3EDDE";
}
/* List偶數行 */
.ListBody2Class_even{
	background-color:"#E3E7F3";
}
/*用於表格欄位td 背景顏色為透明,外框為淺藍,表格內的字體為黑色12px,一般搭配ListClass當tr*/
.ListBodyTd1{
	background-color:"transparent";
	border-style:solid;
	border-color: #B3D4FC;
	border-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #525252;
}
/*欄位顏色為row_field_bg.jpg(藍灰色),外框為淺藍,表格內的字體為黑色12px*/
.ListBodyTd2{
	background-image:url(/NaNaWeb/theme/default/images/index_images/row_field_bg.jpg);
	border-style:solid;
	border-color: #B3D4FC;
	border-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #525252;
}
/*用於表格欄位td 背景顏色為透明,外框為淺藍,只有上框線及左框線*/
.ListBodyTd3{
	background-color:"transparent";
	border-style:solid;
	border-color: #B3D4FC;
	border-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #525252;
	}
/*td外框1*/
.FrameTd1{
	background-image:url(/NaNaWeb/theme/default/images/index_images/row_field_bg.jpg);
	border-width: 0px;
}
/*td外框2*/
.FrameTd2{
	background-image:url(/NaNaWeb/theme/default/images/index_images/row_field_bg_center.jpg);
	border-width: 0px;
}
/*td外框3*/
.FrameTd3{
	background-image:url(/NaNaWeb/theme/default/images/index_images/row_field_bg_down.jpg);
	border-width: 0px;
}

/* 左側Menu選單標題列 */
.menu {
	background-color: #F4F4F4;
}


/*popu menu的header欄位顏色為row_field_bg.jpg(藍灰色),字體粗黑13px*/
.popup_menu_form_header{
background-image:url(/NaNaWeb/theme/default/images/index_images/row_field_bg.jpg);
  border: 1px solid black;
  border-bottom: 0px;

  cursor: default;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;

  text-decoration: none;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-weight: 900;
  font-size: 13px;
  color: #000000;
}
/*table 全框線為淺藍*/
.TableBorder1{
	border-style:solid;
	border-color: #B3D4FC;
	border-width: 1px;
	}
/*table 全框線為淺藍(上側及左側無框線一般搭配ListBodyTd1及ListBodyTd2使用)*/
.TableBorder2{
	border-style:solid;
	border-color: #B3D4FC;
	border-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	}

/* 頁籤文字 */
/* 目前選定的頁籤文字 */
.TabText1{
	Color:"#ffffff";
}
/* 其他頁籤文字 */
.TabText2{
	Color:"#000000"
}

/* 查詢條件的table背景色 */
.table_bgcolor{
	background-color:#98AFC7; 
}
/* 查詢條件的table 奇數行背景色 */
.table_list_bgcolor1{
	background-color:#F3EDDE; 
}
/* 查詢條件的table 偶數行背景色 */
.table_list_bgcolor2{
	background-color:#E3E7F3; 
}


/* 處理待辦事項「可用時間比例」 */
/* deadlinePercentClass1 (75%-99% 綠) */
.deadlinePercentClass1{
	background-image:url(/NaNaWeb/theme/default/images/index_images/color_G2.gif);
}
/* deadlinePercentClass2 (50%-74% 黃) */
.deadlinePercentClass2{
	background-image:url(/NaNaWeb/theme/default/images/index_images/color_Y2.gif);
}
/* deadlinePercentClass3 (25%-49% 橘) */
.deadlinePercentClass3{
	background-image:url(/NaNaWeb/theme/default/images/index_images/color_O2.gif);
}
/* deadlinePercentClass4 (0%-24% 紅) */
.deadlinePercentClass4{
	background-image:url(/NaNaWeb/theme/default/images/index_images/color_R2.gif);
}




/** 文字 **/
.text8{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 8px;
	text-decoration: none;
}

.text10{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	text-decoration: none;
}

.text11 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #525252;
	
}
.text11Org{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	text-decoration: none;
	line-height: 30px;
	color:#FF9900;
}
﻿.text12{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-decoration: none;
}
.text12Org{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
	color:#FF9900;
}
.text13
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 20px;
	color: #285468;
	text-decoration: none;
}

.text14{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	text-decoration: none
}

.text15{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	text-decoration: none;
}
.text15Red
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	line-height: 30px;
	color: #990000;
	text-decoration: none;
}
.text16
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	line-height: 30px;
	color: #525252;
	text-decoration: none;
}
.text16Red
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	line-height: 35px;
	color: #990000;
	text-decoration: none;
}
.text13B
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 25px;
	font-weight: bolder;
	color: #313131;
}
/** MISC **/
/* 跟主題相搭配的背景色系 */
.themeLeftBgColor {
	background-color:#DDEAFB;
}

/** MISC **/
/* 跟主題相搭配的背景色系 */
.themeRightBgColor {
	background-color:#F4F4F4;
}

/* 上方頁面的背景圖 */
.topBgImg {
	background-image:url(/NaNaWeb/theme/default/images/background_images/top_bg.jpg);
	background-repeat:no-repeat; 
	background-position:right bottom;
	/* 這裡之後放背景色  */
	background-color:#F0F3FC;
	height:75px;
	width:100%;
}

/* 上方頁面放按鈕的背景圖 */
.topButtonBgImg {
	background-image:url(/NaNaWeb/theme/default/images/background_images/top_03.jpg);
	height:52px;
	width:100%;
}

/* 每個主要內容頁面的背景圖 */
.mainBgImg {
	background-image:url(/NaNaWeb/theme/default/images/background_images/panel_body_bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-attachment: fixed;
	background-color:#F4F4F4;
	height:580px;
	width:100%;
}

/* 子視窗的背景圖 */
.subWindowBgImg{
	background-image:url(/NaNaWeb/theme/default/images/background_images/sub_window_bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-attachment: fixed;
	background-color:#F4F4F4;
	width:100%;
	height:100%;
}
/* 子視窗的背景圖  不限定高寬以套用的table高寬為主*/
.subWindowBgImg2{
	background-image:url(/NaNaWeb/theme/default/images/background_images/sub_window_bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#F4F4F4;
	
}
/* 主視窗的背景圖 */
.mainWindowBgImg{
	background-image:url(/NaNaWeb/theme/default/images/background_images/main_window_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#F4F4F4;
	width:100%;
	height:100%;
}
/* 上方畫面與下方內容的分隔線 */
.splitLine {
	background-color:#6EB2D2;
	height: 1px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:transparent;
}
/* 似乎不需要先拿掉
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 20px;
	color: #313131;
}

*/


/** 超連結 **/
a:link{
	line-height: 22px;
	color: #656464;
	text-decoration: none;
	cursor: hand;
}

a:hover {
	line-height: 22px;
	color: #000000;
	cursor: hand;
}

a:visited {
	line-height: 22px;
	color: #656464;
	text-decoration: none;
	cursor: hand;
}


/** 功能按鈕圖 **/
.dojoHtmlFisheyeListBar {
	margin: 0 auto;
	text-align: center;
}

.outerbar{
	background-color: transparent;
	text-align: left;
/*	position: absolute; */
	left: 15px;
	top: 0px;
	width: 100%;
}

.nanaHtmlFisheyeListItemLabel {
	width:60px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	background-color: #ffffcc;
	border: 1px solid #666;
	padding: 1px;
	text-align: center;
	position: absolute;
	display: none;
	color: #666;
}


/** UNKNOW **/
/* 右側頁面的背景  */
.topitembg {	
	background-image:url(default/top_right_background.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

/* 右側頁面的背景  */
.topbg{
	background-image:url(default/top_background.jpg);
	background-repeat:repeat-x;
}

.txt11 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	line-height: 16px;
	color: #606060;
}
.txt12 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 18px;
	color: #606060;
}
.txt13 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 22px;
	color: #030303;
}
.txt13W {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
}
.txt13B {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: bolder;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
}
.txt15B {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	line-height: 25px;
	font-weight: bolder;
	color: #313131;
}
.txt20B {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 20px;
	line-height: 30px;
	font-weight: bolder;
	color: #606060;
}
.txt15W {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	line-height: 25px;
	color: #313131;
}
.txt15n {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	line-height: 30px;
	color: #848383;
}
.color {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 18px;
	color: #313131;
	background-color: #99CC33;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDEE2;
}
a:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 22px;
	color: #656464;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 22px;
	color: #000000;
}
a:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 22px;
	color: #656464;
	text-decoration: none;
}
a.b:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #4c4c4c;
	text-decoration: none;
}
a.b:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #1497c2;
}
a.b:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #b0afaf;
	text-decoration: underline;
}
a.G:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #4c4c4c;
	text-decoration: none;
}
a.G:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #72ac65;
}
a.R:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #4c4c4c;
	text-decoration: none;
}
a.R:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #f88d03;
}
a.R:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #b0afaf;
	text-decoration: underline;
}
.lineTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a7b5cd;
}
.lineL {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a7b5cd;
}
.lineLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b7c7e3;
	border-left-color: #b7c7e3;
}
.GlineLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9cc094;
	border-left-color: #9cc094;
}
.BlineLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bdbdbd;
	border-left-color: #bdbdbd;
}
.lineLR_w {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bdbdbd;
	border-left-color: #bdbdbd;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #313131;
}
.lineLR_A {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #adb8cd;
	border-left-color: #adb8cd;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #313131;
}
.lineLR_G {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b3cdad;
	border-left-color: #b3cdad;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 20px;
	color: #313131;
}
.lineLR_b {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d0deeb;
	border-left-color: #d0deeb;
}
/* 右側選單單頭背景及文字*/
.lineLR_b_2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d0deeb;
	border-left-color: #d0deeb;
	background-color: #EAF1F7;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 20px;
	color: #606060;
	text-decoration: none;
}
/*右側選單的table背景色淺藍*/
.TableBg{
	background-color: #BED7E5;
}
/*右側選單的td背景色白色*/
.TdBg2{
	background-color: #FFFFFF;
}
.lineRW {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
.lineR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a7b5cd;
}
.GlineR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9cc094;
}
.BlineR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bdbdbd;
}
.style4 {color: #666666}
.topLbg {
	background-attachment: fixed;
	background-image: url(images/topLbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tdbg {
	background-attachment: fixed;
	background-image: url(images/index_top_07.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.2line {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #86baff;
	border-left-color: #86baff;
	border-top-style: none;
	border-bottom-style: none;
}
.line_D1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbe9f6;
}
.line_D2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7eacc;
}
.line_D3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
}

/* 圖片按鈕淡出效果 */
.buttonFilter{
	cursor: hand;
	event:expression(
		onmouseover = function(){
			this.style.opacity = 0.4; /* FF 0~1 */
			this.style.filter = 'alpha(opacity=40)';
		},
		onmouseout = function(){
			this.style.opacity = 1;
			this.style.filter = 'alpha(opacity=100)';
		}
	)
}

/* 放置儲存表單按鈕的浮動視窗外觀 */
.topbar{
	position:absolute;
	border: 2px dashed #ff9500;
	padding: 1px;
	background-color: #fff9e5;
	width: 120px;
	visibility: hidden;
	z-index: 100;
	opacity: 0.5;
	filter: alpha(opacity=50);
	event:expression(
		onmouseover = function(){
			this.style.opacity = 1; /* FF 0~1 */
			this.style.filter = 'alpha(opacity=100)';
		},
		onmouseout = function(){
			this.style.opacity = 0.5;
			this.style.filter = 'alpha(opacity=50)';
		}
	)
}

/* 發起流程清單的畫面使用 */
.a7:visited {
text-decoration: none;
}
.a7:hover {
background: #DDEAFB;
}
.a7:link {
text-decoration: none;
}

/* 待辦事項:可用流程時間比例 */
.green{
	background-image:url(/NaNaWeb/theme/default/images/index_images/color_Green.gif);
}
.orange{
	background-image:url(/NaNaWeb/theme/default/images/index_images/color_Orange.gif);
}
.yellow{
	background-image:url(/NaNaWeb/theme/default/images/index_images/color_Yellow.gif);
}
.Red{
	background-image:url(/NaNaWeb/theme/default/images/index_images/color_Red.gif);
}

/* 流程圖外框 */
.processImgBorder{
	border-style:dashed;
	border-color:#DDEAFB;
}
/* 20110805修正Chrome進階查詢DIV日期Button過寬會讓排版異常，導致日期元件部份被遮住 */
.cnnNavButtonWidth{
	width:25px;
}</pre></body></html>