a.navlink:link
{		 
		color: #000000;
		background-color: transparent;
		text-decoration: none;
}

a.navlink:visited
{		
		color: #0000EE;
		background-color: transparent;
		text-decoration: none;
}

a.navlink:hover
{		
		color: #EE0000;
		background-color: #E0E0E0;
		text-decoration: none;
}

a.headerlink:link
{		 
		color: #54575A;
		background-color: transparent;
		text-decoration: none;
}

a.headerlink:visited
{		
		color: #54575A;
		background-color: transparent;
		text-decoration: none;
}

a.headerlink:hover
{		
		color: #EE0000;
		background-color: #E0E0E0;
		text-decoration: none;
}


/* Gallery Header Cell */

.headerCell 
{	
		font-family: Verdana, Arial, Tahoma; 
		font-weight: bold; 
		color: #000000; 
		font-size: 11px; 
		border-left: #C8B186 1px solid; 
		border-top: #C8B186 1px solid; 
		border-right: #C8B186 1px solid; 
		border-bottom: #C8B186 1px solid; 
}
							
/* Gallery Paging Cell */

.pagingCell 
{	
		font-family: Verdana, Arial, Tahoma; 
		font-weight: bold; 
		color: #0066CC; 
		font-size: 10px; 
		border-left: #C8B186 1px solid; 
		border-top: #C8B186 1px solid; 
		border-bottom: #C8B186 1px solid; 
		border-right: #C8B186 1px solid;  
		background-color: #EEEEEE; 
}

/* Status/Error Message Cell */

.errorCell 
{	
		font-family: Verdana, Arial, Tahoma; 
		font-weight: bold; 
		color: #FF0000; 
		font-size: 11px; 
		border-left: #C8B186 1px solid; 
		border-top: 0px; 
		border-bottom: #C8B186 1px solid; 
		border-right: #C8B186 1px solid;  
		background-color: #EEEEEE;
}