
/* ======================================================================================== */
/* C U S T O M I S A T I O N   S T Y L E S H E E T                                          */
/* ---------------------------------------------------------------------------------------- */
/*                                                                                     
	Customisations of the look and feel of Asset Bank should go in here.                                         
*/
/* ======================================================================================== */

/* ================================================================================= 
	General typography																		
==================================================================================== */

body,
legend {
	color: #000;									/* Colour of the text throughout the application */
	font-family: tahoma, verdana, arial, sans-serif; 
	}		
	
h1	{ 												
	color: #CC0000;						/* Main page headings */
}

a,												
span.required,								
div.copy code	{
	color: #CC0000;;						/* Colour of links throughout */
	}

/* ================================================================================= 
	Layout and positioning																		
==================================================================================== */

#hLinks { 
	margin-top: 12px; 							/* tweak to adjust hLinks position */
	margin-bottom: 10px							/* tweak to adjust search bar position */
	}		

#header img.logo { margin-top:4px;}			/* tweak position of logo in header */		
	
#loginPage div.logo, #registrationPage div.logo {
	padding-top:15px;								/* padding around logo on login page */
	padding-bottom: 5px;
	}	
/* Peter taylor ad */
div.navcolPromo { 
	border:1px solid #555; width: 138px; text-align:center;
	background: url(../../images/standard/misc/panel_grad.gif) bottom left repeat-x;
	}
div.navcolPromo a:hover { text-decoration: none; }

ul.lightbox li div.detailWrapper {		/* wraps thumbnmail and details */
	height:13em;
	}	
#browsePage ul.lightbox li div.detailWrapper { 
	height: 15em; 
	} 	


ul.lightbox li div.detailWrapper {		/* wraps thumbnmail and details */
	margin: 8px;
 	height:auto !important;					/* to get min height working in IE6 */
	min-height:16em;
 	}		

* html ul.lightbox li div.detailWrapper {		/* define height for IE - other browsers use min-height*/
	height:16em !important;
 	}		

#resultsPage ul.lightbox li div.detailWrapper {
	height:17em;							/* needs to be taller to accomodate item descriptions */
	}	
			
/* ================================================================================= 
	Colour Scheme																		
==================================================================================== */

#topStrip {
	background-color: #CC0000;		
	height:15px;			
	}

#header {
	background-color: #fff;						/* Main banner colour */
	border-color: #999;
	}

div.browsePanel {									/* Coloured panel on homepage */
	border-color:#ddd;
	background: #ddd;
	}		

#qsPanel {											/* Search panel on homepage */
	border-color:#666;
	background: #ddd; 
	padding-top:15px;
	padding-bottom:15px;
	}

h1.underline,
div.hr,
div.head,
ul.results li,
#footer {
	border-color: #666;							/* Horizontal rules throughout the site */
	}

#lbPanel,
div.dialogPanel,
#loginPanel,
p.tabHolder a,
#tab-content,
fieldset,
#downloadPage fieldset,
#downloadLightbox fieldset,
#homePage a.imgWrapper {
	border-color: #555;							/* Borders of panels throughout the application */
	}

ul.lightbox li	{
	background-color: #ddd;				/* Styling of Lightbox */
	border-color: #000;	
}	
			
ul.nav a	{	
	color: #222;						/* Colour of main navigation links */
	}
							
ul.nav li a.current, 							
ul.nav li a.current:hover {					/* Current page highlighting */
	/* Occasionaly may want to use nav_arrow_white.gif, if defining a dark background colour */
	color:#fff;
	background: #000 url(../../images/standard/arrow/nav_arrow_white.gif) right center no-repeat;
}

#hLinks a, #hLinks {
	color: #fff;						/* Colour of links in the header bar */			
	}

#help div.copy h2,						
#popup div.copy h2 {
	background: #CC0000;				/* Pop-up help headers */	
	color: #fff; 			
	}

#homePage a.imgWrapper:hover {				/* Hover effect on recent and promoted images */
	border-color: #CC0000 ;	
	background: rgb(255,255,255);				
	} 
			
input.button {
	background: #999;				/* Styling of all buttons throughout the application */
	color: rgb(255,255,255); 					
	border: 2px solid #BBB;		
	border-right-color: #666;		
	border-bottom-color: #666;	
	}




/* ================================================================================= 
 	Deactivate nav menu stylings 							 									 		
==================================================================================== */
ul.nav,										/* images/standard/misc/dots.gif */
ul.nav li,									/* images/standard/misc/dots.gif */
ul.nav ul li,								/* images/standard/misc/dots.gif */
ul.nav ul,
ul.nav li.last 	
{
/* 
	background-image: none;
	padding: 0px;
	border: 0px solid #ddd;	
 */
}

ul.nav,								/* Replace image-based dividers with borders */
ul#admin_nav,
ul#upload_nav
{
/* 	border-top-width: 1px;  */
}

ul.nav li,							/* Replace image-based dividers with borders */
ul.nav ul li
{
/* 	border-bottom-width: 1px;  */
}



/* ================================================================================= 
   Deactivate drop shadows				 																
==================================================================================== */
	
/* div.leftShadow, div.rightShadow, div.headShadow, div.lbShadow {
	background: none;
	padding:0;
	} */

	
/* ================================================================================= */
/* Revert to older Asset Bank styles 																 */
/* ================================================================================= */


#topStrip { background: #fff;}

div.headShadow {
	background: none;
	}
div.headerContent { 
	background: #CC0000;
	padding: 0 8px 10px 0;
	}	
#header { 
	border:0;
	}	

/* 
	
div.recent {
	padding:8px;
	background-color: #ccc;
	position:relative;
	top:-11px;
	z-index:1000;}

a.imgWrapper {
	position:relative;
	}
			
a.imgWrapper img {margin:0!important;} 

*/


