@font-face {
	font-weight: normal;
	font-style: normal;
}

body{
    font-family: sylfaen;
    font-size : 12px;
	color: #000;
}

div{
	font-family: sylfaen;
	color: #000;
}

table{
	font-family: sylfaen;
    font-size: 12px;
    color: #000;
}

a:link, a:visited, a:active{
	font-family: sylfaen;
    text-decoration : none;
    color: #000;
    font-size: 12px;
}

a:hover{
    font-family: sylfaen;
    text-decoration : underline;
    color: #383838;
    font-size: 12px;
}

.main_div{
	text-align: center;
}

.clear_div{
	clear: both;
}
.menu_td{
	background: #000;
	background-image: url('../images/menu_back.jpg');
	background-repeat:repeat-x;
}

.body{
	padding: 20px 40px 30px 30px;
}

.footer{
	padding: 5px;
	margin: 5px 40px 30px 30px;
	border-top: 1px solid #09477b; 
	color: #545454; 
	font-size: 12px;
	text-align: left;
}


#center{
    
}

#right{
    
}
#left{
    text-align: left;
    width: 206px;
}
.center_div{
	
}
.right_div{
	
}

.popup{
	background: #FFF;
	width: 500px;
    overflow: hidden;
}

.ok{
	font-weight: bold;
	color: #008000;
	font-size: 14px;
}

.edit{
	font-weight: bold;
	color: #CE0000;
	background: #FFF;
	font-size: 12px;
}
.error{
	font-weight: bold;
	color: #B90000;
	font-size: 14px;
}

.admin_table{
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
}

.admin_table_head{
	background: #e1e1e1;
	background-image: url('../images/admin_head_back.jpg');
	color: #000;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

.admin_table_td1{
	background: #f0f0f0;
	border-right: 1px solid #b2b2b2;
}

.admin_table_td2{
	background: #fff;
	border-right: 1px solid #b2b2b2;
}

.admin_table_td3{
	background: #9EACD1;
	font-weight: bold;
}


.admin_head{
	background: #e1e1e1;
	background-image: url('../images/admin_head_back.jpg');
	color: #000;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.admin_td1{
	background: #f0f0f0;
	padding: 2px;
	border-right: 1px solid #b2b2b2;
	float: left;
}

.admin_td2{
	background: #FFF;
	padding: 2px;
	border-right: 1px solid #b2b2b2;
	float: left;
}
.admin_td3{
	background: #AAC8DD;
	font-weight: bold;
	float: left;
	padding: 2px;
	text-align: center;
	border-right: 2px solid #FFF;
}

.div_pad{
	padding: 5px;
}

.center_text_div{
	text-align: center;
	border: 1px solid #000;
}

.auth{
	font-size: 12px;
	color: #800000;
}
.auth a:link,
.auth a:visited,
.auth a:active{
	font-size: 12px;
	color: #800000;
}

#loading_area{
	position: absolute;
}

.loading_area_sub{
	border: 1px solid #CFDFFF;
	padding-top: 5px;
	background: #FFF;
}

#check{
	font-weight: bold;
	color: #B90000;
	font-size: 14px;
	padding: 5px;
}

.split_page{
	color: #000;
}
.split_page a:link,
.split_page a:visited,
.split_page a:active{
	color: #000;
}

