﻿body {font-family: "微軟正黑體",Arial,"新細明體";font-size: 12pt;padding: 0px;margin: 0px;background:#FFF;}
/* 連結圖不要出現虛線 */
input, a { outline:expression(hideFocus='true'); outline:none;}

.divTitle {font-size:16pt;font-weight:bold;color:#C7E3A4}
.input {
	font-size:12pt;
    height:30px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btn {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24c4c), color-stop(1, #ce0000));
	background:-moz-linear-gradient(top, #f24c4c 5%, #ce0000 100%);
	background:-webkit-linear-gradient(top, #f24c4c 5%, #ce0000 100%);
	background:-o-linear-gradient(top, #f24c4c 5%, #ce0000 100%);
	background:-ms-linear-gradient(top, #f24c4c 5%, #ce0000 100%);
	background:linear-gradient(to bottom, #f24c4c 5%, #ce0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24c4c', endColorstr='#ce0000',GradientType=0);
	background-color:#f24c4c;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #f8abab;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12pt;
	padding:1px 25px;
	text-decoration:none;
    height:30px;
    font-family: "微軟正黑體",Arial,"新細明體";
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0000), color-stop(1, #f24c4c));
	background:-moz-linear-gradient(top, #ce0000 5%, #116AFF 100%);
	background:-webkit-linear-gradient(top, #ce0000 5%, #f24c4c 100%);
	background:-o-linear-gradient(top, #ce0000 5%, #f24c4c 100%);
	background:-ms-linear-gradient(top, #ce0000 5%, #f24c4c 100%);
	background:linear-gradient(to bottom, #ce0000 5%, #f24c4c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0000', endColorstr='#f24c4c',GradientType=0);
	background-color:#ce0000;
}
.btn:active {position:relative;top:1px;}

.divMsg{color:red}

/*File*/
.divFile A{font-size:11pt}
.divFile A:link {color: #9b59b6}
.divFile A:visited {color: #9b59b6}
.divFile A:active {color: #9b59b6}
.divFile A:hover {color: #FF3833}

/* MsgBox */
.tbMsgBox{font-family: Arial, sans-serif;font-size: 10pt;min-width: 350px;max-width: 600px;background: #FFFFFF;border: solid 2px #999999;color: #111111;}
.tdMsgBoxTitle {font-weight: bold;text-align:left;color: #FFF;background:#F79F17;border: solid 1px #B06C06;padding:5px 10px;margin: 0px;}
.MsgIcon{vertical-align:middle;margin:5px}
.tdMsgBoxContent {text-align:left;line-height:20px;color: #000}
.btnHidden{display:none}
.mpeBackground {background-color: Gray;filter: alpha(opacity=35); opacity: 0.5;z-index:999;height:100%;width:100%;}

.divURL A{font-size:11pt}
.divURL A:link {color: #004ECE}
.divURL A:visited {color: #004ECE}
.divURL A:active {color: #004ECE}
.divURL A:hover {color: #111}

.divFooter{margin-top:10px;line-height:25px;text-align:center;font-size:12pt;color:#3E4550}