/*-----------------------------------------------------------------------------------

	網站名稱: 行政院農業委員會
	網站 URI: http://www.coa.gov.tw
	Description: 文章所見即所得
	Author: Imita
	Author URI: http://www.imita.com.tw

-----------------------------------------------------------------------------------*/
/* 自定表格 */
.WYSIWYG_table_01 {
	width:100%;
	border:#360 4px double;
	border-collapse: collapse; 
}
.WYSIWYG_table_01 th {
	border:#CCC 1px solid;
	background:#360;
	color:#FFF;
	font-size: 1em;
}
.WYSIWYG_table_01 td {
	border:#CCC 1px solid;
	color:#333;
	font-size: 0.813em;
	padding:3px;
	margin:0px;
}
.WYSIWYG_table_01 tr {
	background-color:#FFFFFF;
}
.WYSIWYG_table_01 tr:hover {
	background-color:#FAEDFE;
}



.WYSIWYG_table_02 {
	width:100%;
	border-collapse: collapse; 
}
.WYSIWYG_table_02 th {
	border-bottom:#CCC 2px solid;
	color:#000;
	font-size: 1em;
}
.WYSIWYG_table_02 td {
	border-bottom:#CCC 1px solid;
	color:#333;
	font-size: 0.813em;
	padding:3px;
	margin:0px;
}
.WYSIWYG_table_02 tr {
	background-color:#FFFFFF;
}
.WYSIWYG_table_02 tr:hover {
	background-color:#FAEDFE;
}



/* 各種檔案icon */

.file_icon {
	width:40px;
	height:20px;
	color:#FFF !important;
	font-size:0.750em;
	font-weight:bolder;
	text-decoration:none;
	text-shadow:1px 1px 0 #000;
	line-height:20px;
	text-align:center;
	text-transform:uppercase;
	font-family:"Trebuchet MS","Century Gothic","微軟正黑體";
	display:inline-block;
	margin-left:3px;
	cursor:pointer;
	padding:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none !important;
	background: #b4ddb4;
	background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
	background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
	background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 );
}
.file_icon:hover {
	text-decoration:none;
	background: #b4ddb4;
	background: -moz-linear-gradient(top, #b4ddb4 0%, #61ce64 33%, #00b500 62%, #006806 100%);
	background: -webkit-linear-gradient(top, #b4ddb4 0%,#61ce64 33%,#00b500 62%,#006806 100%);
	background: linear-gradient(to bottom, #b4ddb4 0%,#61ce64 33%,#00b500 62%,#006806 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#006806',GradientType=0 );
}
