html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	border:none; 
	font-size:16px;
}
#scrolldiv{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	border:none;
	overflow:auto;
}
.tableborder{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:12px;
}
.tableborder td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:8px 4px 8px 4px;
	text-align:left;
}
a{
	text-decoration : none;
	color:blue;
	font-size:12px;
}
td.td1{
	background:#f0f0ff;
	text-align:right;
}
.tableborder div{
	overflow:hidden;
}
button{
	background:#a0d0ff; height:28px;margin-left:1px;margin-right:1px;
}
input,textarea,button{
	font-size:12px;
	margin:0;
}
.text,.password{
	width:123px;
}
select{
	font-size:12px;
	width:132px;
	margin:0;
	margin-top:1px;
}
textarea{
	width:123px;
	height:40px;
}
caption{
	height:28px;
	line-height:28px;
	color:#666666;
	font-weight:bold;
	font-size:24px;
	background:#fffff0;
}
tfoot td{
	height:28px;
	line-height:28px;
	font-size:12px;
	background:#fffff0;
}
#top{
	height:54px;
	width:100%;
	overflow:hidden;
	background-image: url(../img/j_header_middle.png);
	background-repeat: repeat-x;
}
#top span{
	color:#ffffff;
	font-size: 36px;
	line-height: 46px;
	font-weight: bold;
	padding-left:100px;
	margin-bottom:20px;
	float:left;
/*	background-image: url(../img/cn_r.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;*/
}
#top div{
	height:36px;
	margin-right:4px;
	float:right; color:#ffffff;
	margin-top:4px;
	text-align:right;
	overflow:hidden;
}
#top div img{
	cursor:pointer;
	margin-right:4px;
}
#top div p{
	margin:0;
	padding:3px;
	font-size:12px;
}
#mid{
	height:120px; width:100%; overflow:hidden;
}
#left{
	background:#e0e0ff; 
	width:120px; 
	height:100%; 
	float:left; 
	overflow:auto;
	/*display:none;*/
}
#left ul{
	display:block;
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
}
#left ul li{
	display:block;
	height:24px;
	line-height:24px;
	font-size:12px;
	font-weight:bold;
	list-style:none;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 20px;
	cursor:pointer;
	overflow:hidden;
	color:blue;
	background-color:
}
#main{
	background:#f0f0f0; 
	width:120px; 
	height:100%; 
	float:left;
	overflow:hidden;
}
#bottom{
	background:#e0e0e0; 
	height:20px; 
	text-align:center;
}
#submenu,#contentfood{
	width:100%;
	height:24px;
	line-height:24px;
	overflow:hidden;
	background:#f0f0f0;
	padding-left:8px;
	/*display:none;*/
}
#submenu span{
	display:block;
	float:left;
	line-height:24px;
	font-size:12px;
	padding:0 4px 0 4px;
	text-decoration:none;
	font-weight:bold;
	color:blue;
	cursor:pointer;
}
#contentbox{
	background:#ffffff;
	width:100px;
	height:20px;
	overflow:hidden;
	margin:4px;
	text-align:center;
}
#aboutbox{
	width:310px;
	height:140px;
	margin-top:8px;
	padding-top:20px;
	border:1px solid #c0c0c0;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#a0a0a0;
}
#aboutbox div{
	height:30px;
}
#aboutbox div span{
	width:100px;
	display:block;
	float:left;
	text-align:right;
	font-weight:bold;
	line-height:30px;
}
#aboutbox div p{
	width:200px;
	display:block;
	float:left;
	font-weight:bold;
	line-height:30px;
	margin:0;
	padding-left:8px;
}
#login{
	border:1px solid #c0c0c0;
	margin-top:8px;
	width:450px;
	height:200px;
}
#logintitle{
	font-size:36px;
	color:blue;
	text-align:left;
	padding-left:10px;
	font-weight:bold;
}
#loginleft{
	width:120px;
	height:245px;
	text-align:left;
	font-size:12px;
	text-indent:24px;
	word-wrap:break-word;
	word-break:break-all;
	float:left;
	padding-top:8px;
	padding-left:4px;
	padding-right:4px;
	background-image: url(../img/j_login_lock.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#loginright{
	width:310px;
	height:230px;
	margin-top:8px;
	float:left;
	border:1px solid #c0c0c0;
	text-align:left;
	font-size:12px;
}
#loginright div{
	line-height:35px;
	height:35px;
}
#loginright div span{
	width:80px;
	display:block;
	float:left;
	text-align:right;
	font-weight:bold;
	margin-top:12px;
}
#loginright div input{
	width:120px;
	margin-top:14px;
}
#loginverifyprompt{
	text-align:right;
	padding-right:10px;
}
#loginverifyprompt a{
	font-size:12px;
	text-decoration:none;
	color:blue;
}
#loginbutton{
	text-align:right;
	padding-right:100px;
}
#loginbutton img{
	cursor:pointer;
}