@charset "utf-8";
/* CSS Document */

#upload {
	width: 90%;
	height:500px;
}
#admin_contains ul{
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
	list-style: none;
}
#admin_contains a{
	height: 13px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 13px;
	color: #003298;
	text-decoration: none;
}
#admin_contains ul a:visited{
	color: #003298;
}
#admin_contains ul a:hover{
	background-color: #003399!important;
	color: #FFFFFF!important;
}
#admin_contains #link{
	background-color:#333333;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}
#admin_contains #link a:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#admin_contains #link a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#admin_contains #link a:hover{
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
table{
	width: 90%;
	border: 1px solid #333333;
}
th{
	background-color:#003298;
	height: 20px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align:center;
}
.txt_moca{
	font-size:20px;
	color:#FFFFFF;
	background-color:#333333;
	padding: 5px;
}
.bordo_file{
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#admin_contains{
	font-size: 11px;
	line-height: 20px;
	padding: 0em;
	margin: 0px 0px auto -450px;
	width: 950px;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 120px;
	right: auto;
	bottom: auto;
}
#admin_contains #login_table{
	width: 600px;
	height: 500px;
	background-image: url(images/restricted_area.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: 150px;
	margin-top: 100px;
}
/*
#login_table th{
	height: 40px;
	font-size: 18px;
	font-weight: normal;
}
#login_table td{
	height: 40px;
}
*/
#ac_sx{
	width: 48%;
	float: left;
}
#ac_dx{
	width: 48%;
	float: right;
}
#help_div{
	font-size: 11px;
	line-height: 20px;
	padding: 5px;
	margin: 0px 0px auto -450px;
	width: 890px;
	position: absolute;
	z-index: 11;
	left: 50%;
	top: 53px;
	right: auto;
	bottom: auto;
	text-align:right;
}
#help_contains{
	font-size: 15px;
	line-height: 20px;
	padding: 5px;
	margin: 0px auto;
	width: 100%;
}