@import url("form.css");
@import url("pager.css");
@import url("performance.css");
@import url("content.css");

body
{
	margin:0px;
	color: #333333;
	font-family:"微軟正黑體";
}

.app
{
	width:100%;
	position:relative;
}

th
{
	color:#000000;
	font-weight:normal;
}

td
{
	color:#333333;	
}

.title
{
}

a,a:visited,a:hover,a:active,a:link
{
	color:#333333;
	text-decoration: none;
}

.data
{
	overflow-wrap:break-word;
}

#container
{
	width:100%;
	margin:0px auto;
}

.index_menu img
{
	width:100%;
}

.login_input
{
	width:94%;
	border:0px;
	height:50px;
	font-size:20px;
	line-height:50px;
	margin-left:10px;
	letter-spacing:5px;
	font-family:"微軟正黑體";
}

.logout
{
	color:#000;
	width:80px;
	cursor:pointer;
	font-size:20px;
	margin:10px auto;
	text-align:center;
	background-color:#ccc;
	
	/* 圓角效果 */
	border-radius:50px;
	-o-border-radius:50px;
	-ms-border-radius:50px;
	-moz-border-radius:50px;
	-khtml-border-radius:50px;
	-webkit-border-radius:50px;
}

.download
{
}

.download:hover
{
	color:#cc0000;
	font-weight:bold;
	text-decoration:underline;	
}

.leave
{
	width:100%;
	font-size:16px;
}

.alert_lable
{
	color:#ff0000;
}

#keybord
{
	height:0px;
	width:100%;
	overflow:hidden;
}

/*
#postion_debug
{
	top:5px;
	right:5px;
	color:#fff;	
	width:40px;
	height:15px;
	font-size:10px;
	position:fixed;
	line-height:15px;
	text-align:center;
	border-radius:4px;
	background-color:rgba(0,0,0,0.2);
}
*/

.layered
{
	background:#ffffff;
	background:-moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background:-webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background:linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); 
}

.send_area
{
	width:90%;
	margin:0 auto;
	padding:20px 0px 20px 0px;	
}

#overlay
{
	left:0px;
	width:100%;
	height:0px;
	bottom:0px;
	display:none;
	z-index:99999;
	position:fixed;
	background-color:rgba(212,245,255,0.40);
}

.position-absolute
{
	position:absolute;
}
