body{
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
	color:#666666;
	background-color: #E0E0E0;
	height: 100%;
	cursor: default;
	overflow-y:scroll;
}
a:link{
	color: #0000FF; text-decoration: none;
}
a:visited{
	color: #0000FF; text-decoration: none;
}
a:active{
	color: #0000FF; text-decoration: none;
}
a:hover{
	color: #FF0000; text-decoration: underline;
}
#page_wrapper{
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 50px;
	width: 100%;
	text-align: left;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
}
#notification{
	margin-top: 0;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #000;
	color: #FFF;
	cursor: default;
	padding: 2px;
	height: 20px;
	vertical-align: middle;
}
#header_wrapper{
	background: #000;
	margin:0px; padding:0px;
}
#header{
	min-height: 30px;
	padding:10px;
	/*background: url('../img/header_bg.gif') top right no-repeat;*/
	margin:0px;
	text-align: center;
}
#header h1{
	margin:0px auto;
	font-family: fantasy;
	font-size: 24px;
	color:#FFF;
	letter-spacing: -1px;
}
#header h2{
	margin:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color:#B1C6EB;
	letter-spacing: 1px;
}
#personal{
	position: relative;
	bottom: 40px;
	right: 10px;
	float: right;
	color: #FF0;
}
#footer{
	height: 0px;
	background-color: #000;
	clear: both;
	text-align: center;
}
#content{
	margin-top: 20px;
	margin-bottom: -15px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}
#content div.content{
	width: 100%;
	float: right;
}
#content p{
	margin-top:15px; margin-bottom: 15px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#content h3{
	margin-top:5px; margin-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
}
#content h4{
	margin-top:0px;margin-bottom:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #2153AA;
}
#navlist{
	clear: both;
	margin-top:1px;
	margin-bottom:0px;
	text-align:center;
	padding: 5px 0;
	margin-left: 0;
	border-bottom: 1px solid #000;
	font: bold 14px Verdana, sans-serif;
}
#navlist li{
	list-style: none;
	margin: 0;
	display: inline;
}
#navlist li a{
	color: #F1F6FE;
	padding: 5px 15px;
	margin-left: 3px;
	border: 1px solid #FFF;
	border-bottom: none;
	background: #000 url('../img/tab_bg.gif') bottom left repeat-x;
	text-decoration: none;
}
#navlist li a:link{ color: #F1F6FE; }
#navlist li a:visited{ color: #F1F6FE; }
#navlist li a:hover{
	color: #000;
	background: #FF0;
	border-color: #FF0;
}
#navlist li a.current{
	color: #000;
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.float_left{
	float: left;
	margin-right: 10px;
}
.float_right{
	float: right;
	margin-left: 10px;
}
.featurebox_center{
	background-color: #fffff6;
	margin:0px;
	padding:10px;
	border: 1px solid #DFE8F7;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
.featurebox_side{
	background-color: #fffff6;
	margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
	padding:10px;
	border: 1px solid #DFE8F7;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
#table tbody tr:hover{
	font-size:16px;
	font-weight:450;
	color:#F60;
}
.w100p{width: 100%;}
.w99p{width: 99%;}
.w98p{width: 98%;}
.w95p{width: 95%;}
.w94p{width: 94%;}
.w90p{width: 90%;}
.w85p{width: 85%;}
.w250{width: 250px;}
.w200{width: 200px;}
.w170{width: 170px;}
.w150{width: 150px;}
.w130{width: 130px;}
.w100{width: 100px;}
.w95{width: 95px;}
.w85{width: 85px;}
.w75{width: 75px;}
.w55{width: 55px;}
.w45{width: 45px;}
.w35{width: 35px;}
.full{width: 96%;}
.mid{width: 300px;}
.short{width: 200px;}
.tiny{width: 100px;}
.table_edit .noright{
	border-right: none;
}
.table_edit .noleft{
	border-left: none;
}
.table_edit .nobottom{
	border-bottom: none;
}
.table_edit .notop{
	border-top: none;
}
.table_edit .noborder{
	border: none;
}
.table_edit .noboth{
	border-left: none;
	border-right: none;
}
.table_edit th, td{
	padding: 5px;
	border: 1px solid #000;
}
.table_edit input[type="text"]{
	margin: 0;
}
.table_edit textarea{
	margin: 0;
	min-height: 75px;
	resize: none;
}
.table_edit select{
	margin: 0;
}
#err_msg{
	position:fixed;
	bottom:0px;
	margin-left:-1.6px;
	text-align:center;
	width:100%;
	color:#C00;
	font-size:14px;
	font-style: italic;
	height: 20px;
	z-index: 0;
}
.yellowbg{
	background-color: #FF0;
	color: #000;
}
a.account{
	color: #FF0;
	font-size:13px;
}
a.account:hover{
	color: #00ff66;
}
.table_pass .noright{
	border-right: none;
}
.table_pass .noleft{
	border-left: none;
}
.table_pass .nobottom{
	border-bottom: none;
}
.table_pass .notop{
	border-top: none;
}
.table_pass .noborder{
	border: none;
}
.table_pass .noboth{
	border-left: none;
	border-right: none;
}
.table_pass th, td{
	border: 1px solid #000;
}
.table_pass input[type="text"]{
	margin: 0;
}
.table_pass input[type="password"]{
	margin: 0;
}
.table_pass textarea{
	margin: 0;
	min-height: 75px;
	resize: none;
}
.table_pass select{
	margin: 0;
}
.icon-btn{
	cursor: pointer;
}
.table_pos .noright{
	border-right: none;
}
.table_pos .noleft{
	border-left: none;
}
.table_pos .nobottom{
	border-bottom: none;
}
.table_pos .notop{
	border-top: none;
}
.table_pos .noborder{
	border: none;
}
.table_pos .noboth{
	border-left: none;
	border-right: none;
}
.table_pos th, td{
	padding: 2px 4px;
	border: 1px solid #000;
}
.table_pos input[type="text"]{
	margin: 0;
}
.table_pos textarea{
	margin: 0;
	min-height: 50px;
	resize: none;
}
.table_pos select{
	margin: 0;
}
.table_pos{
	margin-bottom:5px;
}
.table_pos .bgn{
	background-color: #DFE8F7;
}
.remark{
	color:#F00;
	font-size:10px;
}
.hide{
	display:none;
}
div.paging{
	position:absolute;
	top:50px;
	left:30px;
	font-size:14px;
	color:#FF0;
}
.haserror{ border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
.haserror:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; }
.btn-pos{margin-left:5px;margin-right:5px;}
.result{padding-right:50px;}
div.timer h6{margin-top:-10px;width:100%;}
form.formcontent{min-width:650px;margin-left:auto;margin-right:auto;}
span.ast{position:relative;right:0;float:right;}
table.table{margin-left:auto;margin-right:auto;}
table textarea{resize:none;}
table th{font-size:14px;}
table td{font-size:14px;}
textarea.noresize{resize:none;}
.hasborder{border:1px solid #000;}
div.input-group-text{font-size:12px;padding-top:0px;padding-bottom:0px;margin:0px;}
select.smalltext{font-size:12px;}
select.centered{margin-left:auto;margin-right:auto;}
input.smalltext{font-size:12px;padding-top:0px;padding-bottom:0px;margin:0px;}
input.centered{margin-left:auto;margin-right:auto;}
textarea.smalltext{font-size:12px;padding:5px;}
div.require{color:#00F;}














