/*general*/

header h1 a, header h1 a:visited{
  color:#c2c2c2;
}

a { 		
	color : #e48423; 
	text-decoration: underline; 
}	

a:active{ 
	color : #e48423;
} 

a:visited{ 
	color : #333333;
} 


table#topbar 
{
    border:0px;    
    background-color:#f5f5f5;
}

table#topbar td 
{
	color: #333333;
}

table#topbar td.userinfo a:link, table#topbar td.userinfo a:visited
{
    color: #333333;
}



/*treeview*/

li.subfolder, li.folder, li.private, li.denied
{
    padding:0px 0px 0px 15px;  
    list-style-type:none;
    background-repeat: no-repeat;
    background-position: 0px 0px;   
}

li.folder{ background-image: url(images/folder_withchildren.png) !important;}
li.folder.open { background-image: url(images/folder_withchildren_open.png) !important;}

li.subfolder{ background-image: url(images/folder_nochildren.png);}
    
li.private
{
    color:gray;
    background-image: url(images/padlock.jpg);
} 

li.denied
{
    background-image: url(images/padlock.jpg);
}

/*search results*/
input#searchBox {
    padding-left: 32px;
    background: white url(images/bg-search.png) no-repeat left top;
}


/*thumbnails*/
ul#thumbnails li a img.selected
{    
	border-color: #333333;	
}

/*main image*/
#mainImageContainer img
{
    border-color: #c2c2c2;
}
