@charset "utf-8";
.btn {	
	color: #333333;
	padding: 0 15px;
	height: 30px;
	font-size: 12px;/*不能刪除*/
}
.form {
	clear: both;
	font-size: 100%;
}
.form h3 {
	font-size: 120%;
	color: #930;
	margin: 10px;
}
.form h4 {
	font-size: 100%;
	margin: 5px 10px;
}
.form caption {
	text-align: left;
}
.form p {
	color: #666666;
	margin: 8px 0;
}
.form .text_edit {
	margin: 0px 5px 0 0px;
	text-align: right;
	width: 200px;
}
.form .text_edit li {
	display: inline;
	margin: 0 5px 0;
}
.form .text_edit li.modify {
	background-image: url(../images/icon_modfiy.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.form .text_edit li.confirm {
	background-image: url(../images/icon_confirm.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.form ul {
	margin: 0 0 0 5px;
	padding: 0px;
}
.form ol {
	margin: 0 0 0 45px;
	padding: 0px;
}
.form ol li {
	list-style-type: decimal;
}
.form li {
	line-height: 140%;
}
.form .message {
	color: #960;
	margin: 10px 0 10px 10px;
}
.form .Rtext {
	float: right;
	margin: -33px 0 0;
	display: inline;
	color: #666666;
}
.form form {
	margin: 0;
	padding: 0;
}

.form .meeting_table tr td{vertical-align:middle!important;}
.form .meeting_table .allday{background:#DCEEF3; color:#333; font-weight:bold;}
.form .meeting_table .allday ul li{ text-align:left; list-style:none;}
.form .meeting_table .allday ul li a{ text-align:left;}
.form .meeting_table .time{ background:#F7F7F7; color:#036; text-align:center;}
.form .meeting_table tr td .do_list{ margin:0px; padding:0px;}
.form .meeting_table tr td .do_list li{ list-style:none; padding:0 0 0 10px!important; margin-left:0px; background:url(../images/dot4.gif) no-repeat 0px 8px!important;}

.form .meeting_tabtool {
	background-color:;
	border: none;
	
}
.form .meeting_tabtool th {
	border: #FFF;
	text-align:center;
	padding:0px;
}
.form .meeting_tabtool th ul{ margin:0px;}

.form .meeting_tabtool th ul li {
	float: left;
	font-size: 13px;
	margin: 5px 5px;
	list-style:none;
}
.form .meeting_tabtool th ul li a {
	color: #333;
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 20px;
	border-radius: 5px;
	background-color: #c9c9c9;
	border: 1px #c9c9c9 solid;
	/*box-shadow:0px 0px 5px rgba(0%,0%,0%,0.1);*/
}
.form .meeting_tabtool th ul li .next{
	background:url(../images/control_play_blue.png) no-repeat 3px 6px;}

	.form .meeting_tabtool th ul li .next:hover {
		background:#DCFCFB url(../images/control_play_blue.png) no-repeat 3px 6px;
		color: #036!important;	
	}

	.form .meeting_tabtool th ul li .back{
		background:url(../images/control_play_blue02.png) no-repeat 3px 6px;}

		.form .meeting_tabtool th ul li .back:hover {
			background:#DCFCFB url(../images/control_play_blue02.png) no-repeat 3px 6px;
			color: #036!important;

		}

		.form .meeting_tabtool th .style{ float:right; display:block; padding-left:40px; background:url(../images/Calendar_icon.png) no-repeat left;}
		.form .meeting_tabtool th ul li .day{ padding:5px 10px;font-weight:bold; }
		.form .meeting_tabtool th ul li .week{padding:5px 10px;font-weight:bold;}
		.form .meeting_tabtool th ul li .month{padding:5px 10px;font-weight:bold;}

		.form .meeting_tabtool th ul li .here{ background:#dc3d2c; color:#FFF;}

		.form table {
			margin: 5px 0 8px 0px;			
			width: 100%;
			border: 1px solid #CCC;
			background-color: #FFF;
			border-radius:5px;	
		}
		.form td img {
			border: 0px;
		}
		.form th {
			font-weight: normal;
			text-align: right;
			vertical-align: top;
			padding: 4px;
			color: #000;
			white-space: nowrap;
			border-right: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			border-collapse: collapse;
		}
		.form th.thcol {
			font-weight: normal;
			text-align: left;
			vertical-align: top;
			padding: 6px;
			color: #666;
			white-space: nowrap;
			border-right: 1px solid #D4D4D4;
			border-bottom: 1px solid #D4D4D4;
			background: #F6F6F6;
			font-size: 100%;
			font-weight: bold;
		}
		.form tr .week {
			text-align: center;
			font-weight: bold;
			background: #959595;
			color: #FFF;
		}

		.form tr .month{ background:#175f89; color:#FFF; font-weight:bold;}
		.form th.thcol a {
			color: #408080;
			text-decoration: underline;
			float: right;
			background: url(../images/calendar_edit.png) left center no-repeat;
			padding-left: 13px;
			margin-top: -18px;
		}
		.form th img {
		}
		.form span {
			color: #066;
			margin-right: 5px;
			vertical-align: top;
		}
		.form td strong {
			font-weight: bold;
			color: #036;
			font-size: 90%;
			letter-spacing: 0px;
		}
		.form td {
			vertical-align: top;
			padding: 4px;
			border-right: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			width: 90px;
			min-height: 80px;
		}
		.form th, .form td {
		}
		.form .full {
			background:;
		}
		.form td p {
			color: #666;
			margin: 0px;
		}
		.form input.text {
			margin-top: -4px;
			border: 1px solid #eee;
			
			padding: 2px;
		}
		.form textarea {
			margin-top: -4px;
			border: 1px solid #eee;
			
			padding: 3px 2px 0;
		}
		.buttonDiv {
			text-align: center;
		}
		.buttonDiv input {
		}
		.buttonDiv p {
			display: inline;
			margin-left: 2em;
		}
