#library { padding: 30px 0 0 0; }

#library span.expander
{
	background: transparent url(../images/library/folder_close.png) no-repeat scroll 15px top;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 3px 0 3px 50px;
}

	#library span.folder-open
	{
		background: transparent url(../images/library/folder_open.png) no-repeat scroll 15px top !important;
	}
	
#library ul
{
	margin: 0;
	padding: 0;
}
	#library ul li { background: none !important; }
	
	
	#library li
	{
		margin:5px 0 !important;
		padding-left:50px !important;
	}
	
	#library li.link { background:transparent url(../images/library/link_icon.png) no-repeat scroll 30px top !important; }
	#library li.excel { background:transparent url(../images/library/excel_icon.gif) no-repeat scroll 30px top !important; }
	#library li.pdf { background:transparent url(../images/library/pdf_icon.gif) no-repeat scroll 30px top !important; }
	#library li.ppt { background:transparent url(../images/library/ppt_icon.gif) no-repeat scroll 30px top !important; }
	#library li.word { background:transparent url(../images/library/word_icon.gif) no-repeat scroll 30px top !important; }
	
	
input.button, #Search, input.defaultbutton, #id1, #id2 {
	background-color:#FFFFFF;
	border:1px solid #9BA2A8;
	color:#0055B1;
}
