﻿/* 列表1 */

.list1 {
	clear: both;
	float: none;
	width: 100%;
	margin: 0 auto;
	font-size: 13px;
}
/* 列表 - 檔頭 */

.list1 .header {
	clear: both;
	float: none;
	width: 100%;
	height: 24px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
	background-image: url(list1_header.jpg);
}
.list1 .header .listSize {
	float: left;
	padding-left: 15px;
	margin-top: -3px;
}
.list1 .header .title {
	float: left;
	display: block;
	padding-left: 230px;
	background-image: none;
}
.list1 .header .add {
	float: right;
	padding-right: 10px;
	margin-top: -3px;
}
/* 列表 - 內容 */

.list1 .body {
	border-left: 1px solid #c9d5e1;
	border-right: 1px solid #c9d5e1;
}
.list1 .body .table {
	width: 100%;
	text-align: center;
	background-color: #ebebeb;
}
.list1 .body .table td {
	background-color: White;
}
.list1 .body .title {
	color: #333;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
}
.list1 .body .title td {
	padding: 6px 6px;
	background-color: #F1F8E0;
}
.list1 .body .label {
	background-color: #FFF;
	text-align: left;
	font-weight: normal;
	height: 25px;
	padding: 5px 3px;
}
.list1 .body .ctrl {
	background-color: #FFF;
	text-align: left;
	font-weight: normal;
}
/* 列表 - 檔腳 */

.list1 .footer {
	clear: both;
	float: none;
	width: 100%;
	height: 25px;
	color: #7D7D7D;
	background-color: #E9F2F8;
	font-size: 13px;
	text-align: center;
	margin: 0px;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c9d5e1;
	border-bottom-color: #c9d5e1;
	border-left-color: #c9d5e1;
}
/* 列表序號 */

.body .table .index {
	width: 50px;
	text-align: center;
}
/* 列表狀態 */

.body .table .status {
	width: 80px;
	text-align: center;
}
/* 列表編輯 */

.body .table .edit {
	width: 60px;
	text-align: center;
}
/* 列表刪除 */

.body .table .delete {
	width: 60px;
	text-align: center;
}
.body .table .delete img {
	border: 0px;
	text-align: center;
}
/* 列表日期 */

.body .table .date {
	width: 80px;
	text-align: center;
}
/* 列表兩個日期 */

.body .table .tdate {
	width: 160px;
	text-align: left;
}
/* 列表帳號 */

.body .table .account {
	width: 80px;
	text-align: center;
}
/* 列表系統功能 */

.body .table .function {
	width: 100px;
	text-align: center;
}
/* 列表托兒所名稱 */

.body .table .nursery {
	width: 100px;
	text-align: center;
}
/* 內容列表 */

#LIST li, #LIST ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#LIST {
	display: block;
	margin: auto;
	padding: 10px 0 30px 0;
}
#LIST li a {
	display: block;
	background-image: url(./news_line.jpg);
	width: 700px;
	height: 30px;
	padding: 10px 0 0 40px;
	margin-top: 5px;
}
#LIST li a:hover {
	background-position: bottom;
}
#LIST li p {
	display: block;
	padding: 0 25px 20px 30px;
	font-size: 12px;
	line-height: 1.5em;
	overflow: auto
}
#LIST li p a {
	display: inline;
	background-image: none;
	width: auto;
	height: auto;
	padding: 0;
	font-weight: bold;
	color: #996600
}
#LIST li img {
	display: block;
	width: 100px;
	padding: 5px 10px 0 0;
	float: left
}
#LIST li li a {
	display: block;
	background-image: url(./icon02.gif);
	width: 500px;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-left: 20px;
	border-bottom: #CCCCCC 1px dotted;
	font-size: 12px;
}
#LIST li li a:hover {
	background-position: left
}