@CHARSET "ISO-8859-1";
#qdoc_table_header{	
	background-color: #6AAEFD;	
}

.qdoc_header{	
	padding: 2px;	
	color:black;
	font-weight:bold;
	font-size:12px;
	text-align: center; 
}

#qdoc_element{	
	background-color: #EFEFEF;
}

#qdoc_folder_up{	
	height:20px;
	background:url(../images/folder_up.png) 0 0 no-repeat;	
	cursor: pointer;	
}
#qdoc_element:HOVER{
	background-color: #D6E7FF;
}

#qdoc_folder{	
	min-height:25px;
	background:url(../images/folder_document.png) 0 0 no-repeat;
	cursor: pointer;
}

.folder_title{	
	color:black;
	font-weight:bold;
	font-size:12px;
	margin-left:28px;		
}


#qdoc_item{
	width:28px;	
	background:url(../images/document.png) 0 0 no-repeat;
	cursor: pointer;	
}

.item_title{
	color:black;	
	line-height: 15px;	
}
.item_title:HOVER{
	color:blue;	
	font-weight: bold;	
}

a.media_link{	
	border: 0;
}