@charset "utf-8";

body {
	font-family: "Consolas", "微軟正黑體", "細明體", "Arial", "MS Sans Serif";
	font-size: 16px;
	text-decoration: none;
	background-color: #eee;
	margin:0px;
}


input {
	font-family: "Consolas", "微軟正黑體", "細明體", "Arial", "MS Sans Serif";
	font-size:16px;
	text-decoration: none;
	vertical-align:middle;
}


select {
	font-family: "Consolas", "微軟正黑體", "細明體", "Arial", "MS Sans Serif";
	font-size:16px;
	text-decoration: none;
	vertical-align:middle;
}


textarea {
	font-family: "Consolas", "微軟正黑體", "細明體", "Arial", "MS Sans Serif";
	font-size:16px;
	text-decoration: none;
}


table {
	font-family: "Consolas", "微軟正黑體", "細明體", "Arial", "MS Sans Serif";
	font-size:16px;
	text-decoration: none;
}


td {
	font-family: "Consolas", "微軟正黑體", "細明體", "Arial", "MS Sans Serif";
	font-size:16px;
	text-decoration: none;
}


thead {
	   display:table-header-group; 
}


tfoot {
	   display:table-footer-group;
}


.m_div
{
	background: rgba(192, 192, 192, 0.8);
	width:100%;  height:100%;  position:absolute; 
	background-color:#ccc; 
	z-index:100; 
	display:none;
}

.radius-8 { border:1px #ccc solid; border-radius:8px; }

.noprint { ; }
.notshow { ; }
@media print {
	.noprint { display:none; }
	.notshow { display:inline; }
}

@media screen {
	.noprint { display:inline; }
	.notshow { display:none; }
}















