div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}


/* design_base css*/

*{
	padding:0px;
	margin:0px;
}
html{
	background:#FF0000 url(../images/body_bg.jpg) repeat-x;
}
body{
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FF0000 url(../images/body_bg.jpg) repeat-x;
	
}
img{
	border:none;
}
ul{
	list-style:none;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#990000;
	text-decoration:underline;
}
.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

.all{background-color:#fff; width:1000px; margin:8px auto;}
.header_img{background:url(../images/header_img.jpg) no-repeat; height:80px;border-bottom:5px solid #990000; background-color:#EEEEEE; margin-bottom:5px;}
.left_list{float:left; width:180px;}
.left_list dt{background:url(../images/left_bg.jpg) no-repeat;line-height:30px; text-indent:20px; color:#CC0000; font-size:14px;}
.left_list dd{padding:3px 4px; border:1px solid #aebac3; border-top:none; height:615px;OVERFLOW: scroll;}
.left_list dd ul li{line-height:20px; background:url(../images/paper_li.gif) left top no-repeat; text-indent:12px;}
.right_pic{float:right; width:815px; margin-bottom:5px;}
.title{line-height:28px; background:url(../images/icon.gif) 5px center no-repeat; text-indent:20px; border-bottom:2px solid #FF0000; margin-bottom:8px;}
.today_pic{height:620px;}
.today_list{line-height:28px; border-top:2px solid #FF0000; text-align:center;}
.today_list span{padding-left:5px; padding-right:10px;}

/*-- fooder --*/
#fooder{border-top:5px solid #990000; background-color:#EEEEEE; height:120px;padding-top:10px; margin-top:2px;}
#fooder p{line-height:20px; text-align:center;}
