@charset "utf-8";
/* CSS Document */

#documentlist_documents{
	margin:20px 0 20px 0;
	height:410px;
	overflow-y:scroll;
	overflow-x:hidden;
	border:1px solid #ccc;
}

#documentlist_documents .document{
	width:430px;
	border:1px solid #EFEFEF;
	padding:6px;
	margin:0 0 4px 0;
	float:none;
	clear:both;
}

#documentlist_documents  .displaying{
	color:#666666;
	margin:10px 0 10px 0;
}

#documentlist_documents .icon{
	width:40px;
	height:20px;
	float:left;
}	
#documentlist_documents .filename{
	font-size:11px;
	color:#666666;
	margin:3px 0 0 0;
}

#documentlist_documents a.icon_pdf{
	width:20px;
	height:20px;
	background:url(/_framework/images/icons/icon_pdf.gif) no-repeat;
	display:block;
	
}	

#documentlist_documents a.icon_word{
	width:20px;
	height:20px;
	background:url(/_framework/images/icons/icon_word.gif) no-repeat;
	display:block;
	
}

#documentlist_documents .documentdesc{
	width:310px;
	height:20px;
	float:left;
}

#documentlist_documents a.doctitle, #documentlist_documents a.doctitle:visited{
	/*color:#990000;*/
	
}


#documentlist #documentlist_paging{
	margin:40px 0 0 0;
	text-align:center;
	
}

#documentlist_documents .filesize{
	width:50px;
	float:right;
	height:20px;
	font-size:10px;
	padding-top:4px;
	color:#999999;
}

#documentlist .prevlink{
	padding-right:4px;
}
#documentlist .nextlink{
	padding-left:4px;
}

a.paging_selected{
	text-decoration:none;
	font-weight:bold;
}