﻿@charset "utf-8";
/* CSS Document */

/*----- TABLE_FORM_BORDER  ----- */
table.form {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	margin:0;
}
table.form th {
	background: #c8eddf url(images/table_th_bg.gif) repeat-x;
	border: 1px solid #bbe8b9;
	border-top: none;
	font-size: 13px;
	color:#3d8c47;
	text-align: center;
	height: 25px;
	line-height: 25px;
	overflow:hidden;
}
table.form td {
	font-size: 13px;
	text-align: center;
	line-height:20px;
}
table.form th.cell_serial,
table.form td.cell_serial {
	width: 50px;
	text-align: center;
}
table.form th.cell_status,
table.form td.cell_status {
	width: 60px;
	text-align: center;
}
table.form th.cell_date,
table.form td.cell_date {
	width: 80px;
	text-align: center;
}
table.form th.cell_info,
table.form td.cell_info {
	padding: 0;
	width: 80px;
	text-align: center;
}
table.form th.cell_action,
table.form td.cell_action {
	width: 110px;
	text-align: center;
}
table.form th.cell_long,
table.form td.cell_long {
	width: 110px;
	text-align: center;
}
table.form th.cell_type,
table.form td.cell_type {
	width: 150px;
	text-align: center;
}
table.form td.cell_title {
	padding-left: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
table.form td.cell_title2 {
	padding-left: 3px;
	text-align: left;
}
table.form td.center {
	text-align: center;
}
table.form td div.check {
	background: url(/x/img/yes.gif) no-repeat center;
	height: 16px;
}
table.border td {
	border: 1px solid #bbe8b9;
	border-top: none;
}
/* 字數4字以下 */
table.form th.txt_less,
table.form td.txt_less {
	width:60px;
	text-align: center;
}
/* 字數4字以上 */
table.form th.txt_more,
table.form td.txt_more {
	width:150px;
	text-align: center;
}

/* -- EVENT_TABLE --*/
table.event td {
	border: 1px solid #bbe8b9;
	border-top: none;
}
/* 三欄式 */
table.event td.txt_03_title {
	width:33%;
	vertical-align:middle;
	text-align:center;
}
table.event td.txt_03 {
	width:33%;
	vertical-align:top;
	text-align:left;
}
table.event td.txt_03 ul{
	list-style:none;
	margin:0;
	padding:0;
}
table.event td.txt_03 li{
	line-height:25px;
}
table.event td.txt_03 li li{
	padding-left:10px;
}
.ajax__calendar_days td {
    border: none !important;
}