@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
margin:0;padding:0;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
input {line-height: 12px;font-size:12px;}

.mem_table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}
.mem_table a {
	color:#3399CC;
}
.mem_table td{
	padding:3px;
	height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
.mem_table .mem_add_title {
	font-size: 15px;
	height: 30px;
	background-color:#99CCFF;
}
.mem_table .mem_add_sub_title {
	height: 25px;
	background-color:#CCFF99;
}
.mem_table .mem_add_left_title {
	background-color:#FFFFCC;
	width:80px;
}
.mem_table .red_font {
	color:#FF0000;
}
.imp_font {
	color:#000000;
	font-weight: bold;
}

/* =-=-=-=-=-=-=-[後端管理系統 選單上方div]-=-=-=-=-=-=-=- */
.menu_titlename_font {
	color:#3399CC;
	font-weight: bold;
}
.menu_titlename_div {
	color:#000000;
	height: 20px;
	width:200px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
	background-color: #F3FAFF;
	text-align: center;
	padding-top:10px;
}
