body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	height:100%;
	margin: 0px;
	background-color: #f0f6fc;}

/* 三層Body顏色*/

.home_area {
	background-color: #F0F6FC;}
.personal_area {
	background-color: #e8f7ee;}
.map_area {
	background-color: #fdfbee;}

/* 版權申明 */
.legal {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #AFCCEA;
	height: 15px;
	text-align: right;}

/* 捷徑文字 */
.framain_route {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	white-space: nowrap;
	color: #2f5b85;}

/* Fratop 灰色階設定 */
.fratop_bg_gray {
	background-color: #F0F0F0;
	background-image: url(../images/layout/top_bg_gray.jpg);
	background-position: top;
	height: 55px;
	text-align: left;
	vertical-align: top;
	background-repeat: repeat-x;
	padding-right: 20px;}

/* Fratop 藍色階設定 */
.fratop_bg_blue {
	background-color: #84A5C5;
	background-image: url(../images/layout/top_bg_blue.gif);
	background-position: top;
	height: 35px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;}

/* Home 頁籤  l代表左邊, c代表中間, r代表右邊 */
.top_btn_blue_l {
	background-image: url(../images/layout/top_btn_bule_l.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 5px;
	background-position: left top;
}
.top_btn_blue_c {
	background-image: url(../images/layout/top_btn_bule_c.gif);
	background-repeat: repeat-x;
	height: 30px;
	font-family: Tahoma;
	font-size: 15px;
	line-height: 25px;
	padding-right: 3px;
	padding-left: 3px;}

.top_btn_blue_r {
	background-image: url(../images/layout/top_btn_bule_r.gif);
	height: 30px;
	width: 6px;
	background-position: right top;}

/* 未選擇的頁籤  l代表左邊, c代表中間, r代表右邊 */	
.top_btn_gray_l {
	background-image: url(../images/layout/top_btn_gray_l.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 6px;
	background-position: 1px top;}

.top_btn_gray_c {
	background-image: url(../images/layout/top_btn_gray_c.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	font-family: Tahoma;
	padding-right: 1px;
	padding-left: 1px;}
	
.top_btn_gray_r {
	background-image: url(../images/layout/top_btn_gray_r.gif);
	height: 30px;
	width: 6px;
	background-position: right top;}
	
/* 個人環境頁籤  l代表左邊, c代表中間, r代表右邊 */
.top_btn_green_l {
	background-image: url(../images/layout/top_btn_green_l.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 5px;
	background-position: left top;}

.top_btn_green_c {
	background-image: url(../images/layout/top_btn_green_c.gif);
	background-repeat: repeat-x;
	height: 30px;
	font-family: Tahoma;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	white-space: nowrap;
	padding-right: 3px;
	padding-left: 3px;}
	
.top_btn_green_r {
	background-image: url(../images/layout/top_btn_green_r.gif);
	height: 30px;
	width: 6px;
	background-position: right top;}

/* Map的頁籤  l代表左邊, c代表中間, r代表右邊 */
.top_btn_yellow_l {
	background-image: url(../images/layout/top_btn_yellow_l.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 5px;
	background-position: left top;}
	
.top_btn_yellow_c {
	background-image: url(../images/layout/top_btn_yellow_c.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	font-family: Tahoma;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	white-space: nowrap;
	padding-right: 3px;
	padding-left: 3px;}
	
.top_btn_yellow_r {
	background-image: url(../images/layout/top_btn_yellow_r.gif);
	height: 30px;
	width: 6px;
	background-position: right top;}

/* 未核取的頁籤文字定義 */
.top_btn_gray_font {
	background-repeat: repeat-x;
	height: 30px;
	font-family: Tahoma;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
	white-space: nowrap;
	padding-right: 1px;
	padding-left: 1px;
	letter-spacing: 3px;
	color: #666666;}

/* 已核取的頁籤文字定義 */	
.top_btn_select_font {
	background-repeat: repeat-x;
	height: 30px;
	font-family: Tahoma;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	white-space: nowrap;
	padding-right: 3px;
	padding-left: 3px;
	letter-spacing: 5px;}

/* 首頁Login 區域的DIV定義 */	
#rightside {
	float: right;
	width: 200px;
	text-align: left;
	vertical-align: top;}

/* Login底色*/	
.loginarea {background-color: #E7E7E7;}
	
/* Login旁陰影*/
.loginarea_shadow {
	background-image: url(../images/layout/right_side_v_line.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 2px;}

/* Login Btn*/
.login_btn {
	background-color: #E7E7E7;
	background-image: url(../images/buttons/blue_btn.gif);
	letter-spacing: 1px;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	height: 21px;
	width: 55px;
	color: #000000;
	border: none;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;}

/* 登入資訊*/
.login_info {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 25px;
	padding-right: 15px;
	text-align: right;
	white-space: nowrap;}
	
/* Login 下方修飾的底色*/
.loginarea_below {
	background-color: #e1e1e1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #efefef;
	border-left-color: #a0a0a0;
	text-align: left;
	padding: 10px;}

/* Login 下方的相關聯結*/
#loginarea {
	background-color: #e1e1e1;
	display: block;
	padding: 15px;
	text-align: left;}
#loginarea th a {
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	line-height: 30px;}
#loginarea td a {
	color: #000000;
	text-decoration: underline;
	text-align: left;
	font-size: 12px;
	padding-bottom: 4px;
	line-height: 19px;}

/* 選單的大項目*/
.menu_item {
	height: 27px;
	background-color: #D0D1D2;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	vertical-align: middle;
	font-weight: bold;
	font-family: Tahoma;
	padding-left: 9px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;}

/* 不知*/
.menu_subitem {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	padding-left: 7px;
	line-height: 25px;
	text-align: left;}

/* Home_menu主背景設定*/
.home_menu {
	background-color: #AFCCEA;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #78A2E0;}

/* Home_menu內文字區域顏色*/
.home_menu_area {
	background-color: #deeff6;
	font-size: 13px;
	line-height: 25px;
	color: #333333;
	padding-left: 8px;
	text-align: left;}

/* 首頁快速連結*/
.home_link {
	background-image: url(../images/layout/link_bg.gif);
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcbcbc;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	padding-left: 8px;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 25px;
	color: #09457f;
	font-weight: bold;
	text-align: left;}

#home_link a{
	display:block;
	background-image: url(../images/layout/link_bg.gif);
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcbcbc;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 30px;
	color: #09457f;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-indent: 15px;}
/* 首頁選單案件資訊按鈕*/
#case_info a {
	display:block;
	background-image: url(../images/layout/link_bg_orange.gif);
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcbcbc;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	color: #bb3300;
	text-align: left;
	text-decoration: none;
	text-indent: 15px;
	font: bold 13px/30px Tahoma;}

/* 首頁選單active效果*/
.home_menu_active {
    color: #FFF;
    background-color: #6ca6cd;
    display:block;
    line-height: 25px;}

/* personal_menu顏色*/
.personal_menu {
	background-color: #BEECD9;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5FBA9E;}

/* personal_menu內文字區域顏色*/
.personal_menu_area {
	background-color: #E0F5ED;
	font-size: 13px;
	line-height: 25px;
	color: #333333;
	padding-left: 8px;
	text-align: left;}

/* personal_menu active效果*/
.personal_menu_active {
    color: #FFF;
    background-color: #45af94;
    display:block;
    line-height: 25px;}

/* Map_menu內文字區域顏色*/
.map_menu_area{
	background-color: #fde6c2;
	font-size: 13px;
	line-height: 25px;
	color: #333333;
	padding-right: 8px;	
	padding-left: 8px;
	text-align: left;}

/* 快捷按鈕*/
.quick_bar_btn {
	background-image: url(../images/buttons/green_btn.gif);
	letter-spacing: 3px;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	height: 21px;
	width: 35px;
	border: 0px;
	border-style: none;
	color: #FFFFFF;
	background-color: #7EA1C2;
	cursor:hand;}
	
/* 首頁元素 */
.h_line_point {
	background-image: url(../images/layout/h_line_point.gif);
	background-repeat: no-repeat;
	background-position: right center;}

.home_mian_contant {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;}
	
.home_mian_contant_title {
	font-family: Tahoma;
	font-size: 13px;
	color: #095eb0;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;}
	
.home_mian_contant_text {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	text-align: left;}

/* 測試模式跳出 */
.test_mode_bg_z1 {
	background-image: url(../images/layout/gradient_wtb.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F6FAFC;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;}
	
.test_mode_bg_z2 {
	background-image: url(../images/layout/gradient_btw.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F6FAFC;
	border: 1px solid #4B99CD;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;}

/* Sitemap 使用提示 */
.notice_outline_v {
	background-color: #FFFFFF;
	font-family: Tahoma;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #edd3a6;
	padding-top: 5px;
	padding-bottom: 5px;}

