/* CSS Document */
.page{
	float:right;
	margin-bottom:5px;
	}
.page a{
	float:left;
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border:1px solid #778CC9;
	margin-left:5px;
	text-decoration:none;
	color:#5D629F;
	}
.page a:hover{
	background-color:#DDEBFB;	
	}
	
.page a.now{
	background-color:#DDEBFB;	
	}
	
.innertitle{
	clear:both;
	text-align:center;
	height:30px;
	line-height:30px;
	font-weight:bold;
	color:#04266d;
	background:url(../images/other/title.jpg) repeat-x;
	border:1px solid #d6dde3;
	margin-bottom:10px;
}

.taskTable{
	width:98%;
	}
h3{
	clear:both;
	font-size:14px;
	color:#084488;
	margin:10px;
	background:url(../images/other/book.png) left center no-repeat;
	padding-left:20px;
	}
.taskList{
	margin-left:20px;
	}
.taskList ul{
	list-style:none;
}

.taskList ul li{
	background:url(../images/other/online.png) left center no-repeat;
	padding-left:15px;
	line-height:2;	
	}
	
.picPos{
	position:absolute; 
	top:50px;
	left:0px;
	width:600px; 
	height:500px;
	overflow:auto;
	border:7px solid #044c77; 
	display:none;
	text-align:center;
	background-color:#FFFFFF;
	}
	
.picPos img{
	margin-top:5px;
	}
.picButton{
	background:#e2f3fd;
	color:#04266d;
	width:100%;
	position:static;
	line-height:2;
	}
.picButton span{
	float:left;
	color:#000;
	width:450px;
	text-align:center;
	color:#04266d;
	font-weight:bold;
	}
.posImg{
	float:left;
	width:625px;
	height:100px;
	overflow:hidden;
	margin:0 auto;
	}
.pre{
	float:left;
	cursor:pointer;
	width:13px;
	height:70px;
	background:url(../images/other/pre.gif) left center no-repeat;
	margin-right:5px;
	}
.next{
	float:left;
	cursor:pointer;
	width:13px;
	height:64px;
	background:url(../images/other/next.gif) left center no-repeat;
	margin-left:5px;
	}
.posImg ul{
	list-style:none;
	}
.posImg li{
	float:left;
	width:102px;
	margin-left:5px;
	text-align:center;
	font-size:12px;
	}
.posImg li img{
	width:100px;
	height:70px;
	}
.posImg li img{
	border:1px solid #aaa;
	}
.posImg li img:hover{
	border:1px solid #f00;
	}
.flow{
	overflow:auto;
	background-color:#f1f8fd;
	}
.flow ul{
	list-style:none;
	}
.flow ul li{
	float:left;
	width:160px;
	height:240px;
	text-align:center;
	margin-left:5px;
	padding-top:5px;
	font-size:12px;
	}
.flow ul li img{
	width:150px;
	height:200px;
	}
.flow ul li img:hover{
	border:1px solid #047daf;
	}