/* CSS Document */

BODY {
    font:12px bold "ËÎÌå" Arial, Helvetica, Verdana;
	color:#666;
	line-height:150%;
	margin:0;
	padding:0;
	border:0;
}
.login
{
    width:140px;
	border:1px solid #ccc;
	background:#f5f5f5;
	float:left;
	display:inline;
}
input.login
{
	height:15px;
}
textarea.login{
	height:60px;
}
.input-box{
    width: 155px;
    border:1px solid #C9C9C9;
    background:#f5f5f5;
}
img{
    border:0;
}
a:link,
a:active,
a:visited,
a:hover
 {
	color: #666;
	text-decoration: none
}
a:hover{
    color:#000;
}
.text_font{
	color:#3e5c9c;
}







#admin_enterbg{
    background:url(admin_enterbg.jpg) no-repeat left top;
	width:800px;
	height:600px;
	margin:0 auto;
}
#field{
    float:left;
	height:80px;
	width:300px;
	position:relative;
	left:220px;
	top:330px;
}
#field legend{
    display:none;
}
#field fieldset{
    border:0px;
	text-align:left;
}
#field p{
	margin:0 0px 14px 0;
}

.floatleft{
    float:left;
}
.floatright{
    float:left;
	width:60px;
	margin-left:5px;
}
.btn-enter{
    background:url(../images/btn-enter.gif) no-repeat;
	width:54px;
	height:56px;
	border:0;
}




.admin_btn1{
    background:url(admin_btn.gif) no-repeat;
	width:48px;
	height:21px;
	border:0;
	cursor: pointer;
}
.admin_btn1_1{
    background:url(admin_btn2.gif) no-repeat;
	width:92px;
	height:21px;
	border:0;
	cursor: pointer;
}
.admin_btn1_2{
    background:url(admin_btn3.gif) no-repeat;
	width:111px;
	height:21px;
	border:0;
	cursor: pointer;
}
.admin_btn2{
     background:url(admin_btn2.gif) no-repeat;
	width:92px;
	height:21px;
	border:0;
	cursor: pointer;
}
.table_1{
    margin-top:5px;
}
.table_1 th{
    background:#F5F5F5;
	padding:0;
	margin:0;
}
.table_1 td.company{
    text-align:left;
	padding-left:3px;
	height:25px;
	}
.table_1 td.right
{
    text-align:right;
    padding-right:3px;
    height:25px;
    width:150px;
}
.table_1 td{
    text-align:center;
}
.text-align{
    text-align:center;
	font:bold 14px "ËÎÌå";
	color:#3e5c9c;
}
.text-write{
    color:#fff;
}
.table_2 td{
    text-align:left;
	padding-left:3px;
}
.table_3{
    border:5px solid #e5e5e5;
	padding:5px;
}
.table_3 .bborder{
    border-bottom:1px solid #000;
    padding:2px;
	margin:0;
}

.table_check td
{
    text-align:left;
}

.input-edit
{
 	height:15px;
 	width:140px;
	border:1px solid #7DBCF7;
	background:white;
	float:left;
	display:inline;    
}

.input-view
{
 	height:15px;
 	width:140px;
	border:1px solid #ccc;
	background:#f5f5f5;
	float:left;
	display:inline;    
}


.combox_input{border:1px solid gray;background-color:white;}
    .combox_text{vertical-align:middle;position:relative;border:none;}
.combox_container{background:white;border:1px solid silver;overflow-y:auto;overflow-x:hidden;}
.combox_dplist{list-style-type:none;margin:0;padding:0;background-color:#fff}
.combox_row{text-indent:4px;height:20px;line-height:20px;font-size:12px;margin:0;padding:0;}
.combox_row_mouseover{background-color:gray;color:white;text-indent:4px;height:20px;line-height:20px;font-size:12px;}
.combox_row_mouseout{background-color:white;color:black;text-indent:4px;height:20px;line-height:20px;font-size:12px;}