
/* ======================================================================================== */
/* 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: #072343;									/* Colour of the text throughout the application */
	font-family: tahoma, verdana, arial, sans-serif;  
	}		

body { font-size: 70%; }						/* Base font size */	
	
h1, h2, h3 { 													/* Main headings */
	font-family: arial, tahoma, verdana, arial, sans-serif;  			
	}

a,												
span.required,								
div.copy code
	{
	color: #072343;						/* Colour of links throughout */
	}

/* ================================================================================= 
	Layout and positioning																		
==================================================================================== */

#hLinks { 
	margin-top: 16px; 							/* tweak to adjust hLinks position */
	margin-bottom: 13px;							/* tweak to adjust search bar position */
	color:#fff;
	}		

#header img.logo { 								/* tweak position of logo in header */		
	margin-top:8px;
	margin-left:30px;
}			
	
#loginPage div.logo, #registrationPage div.logo {
	padding-top:10px;								/* padding around logo on login page */
	padding-bottom: 10px;
	background: #072343;
	margin-bottom:15px;
	}	

#header {
	height:132px;
	border:0;
	}	
	
#loginPage div.leftShadow, #registrationPage div.leftShadow {
	width:480px;
	}	

ul.languageLinks {
	margin:3px 0 0 1em; padding:0;
	color:#ddd;
	float:right;
	max-width:90%;
	}

ul.languageLinks li { 
	margin:0 0 0 10px;
	padding: 1px 0 0 0;
	}
ul.languageLinks li span.disabled {
	color:#2E5271;
	font-weight: bold;
	}

ul.languageLinks li a {
	color:#072343;
	font-weight: normal;
	}	

div.headShadow {
	padding-bottom:12px;
	}		


/* Larger light box panels (put in here so existing clients can overwrite) */	
ul.lightbox li { 								/* lightbox panels */ 
   width: 16.5em;  
  	}
ul.lightbox li div.detailWrapper {		/* wraps thumbnmail and details */
 	min-height:18em; 						/* this is also defined as height in ie5.css and ie6.css */
 	}			
* html ul.lightbox li div.detailWrapper {		/* wraps thumbnmail and details */
	height:18em; 							/* this is also defined as height in ie5.css and ie6.css */
 	}	

/* ================================================================================= 
	Colour Scheme																		
==================================================================================== */

#topStrip {
	background-color: #D2D7DD;		
	height:21px;			
	border-bottom:1px solid #ddd; 
	display:none;			/* temporarily hide language links */
	}

#header {
	background-color:#072343;						/* Main banner colour */
	}

div.browsePanel {									/* Coloured panel on homepage */
	border-color:#a6b2be;
	background: #e7ebee;
	}		

#qsPanel, #lbPanel, div.lbPanel {											/* Search panel on homepage */
	border-color:#7f7b7c;
	background: #d2d7dd;
	}

h1.underline,
div.hr,
div.head,
ul.results li,
#footer {
	border-color: #aaa;							/* Horizontal rules throughout the site */
	}

#infoPanel,
div.dialogPanel,
#loginPanel,
p.tabHolder strong,
#tabContent,
fieldset,
#homePage a.imgWrapper {
	border-color: #bbb;							/* Borders of panels throughout the application */
	}

ul.lightbox li	{
	background-color: #e7ebee;					/* Styling of Lightbox - also used on browse and search results pages */
	border-color: #a6b2be;			
	}	

img.image { 										/* thumbnail borders - may need toning down. */
	border-color: #000
	}	
			
ul.nav a	{	
	color: #072343;						/* 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 */
	background: #072343 url(../../images/standard/arrow/nav_arrow_white.gif) right center no-repeat;
	color:#fff; 													
	}

#hLinks a {
	color: #bfcbd4;						/* Colour of links in the header bar */			
	}

#help div.copy h2,						
#popup div.copy h2 {
	background: #072343;				/* Pop-up help headers */	
	color: #fff; 			
	}

#homePage a.imgWrapper:hover, a.videoFrameLink:hover img {				
	border-color: #a03d00 ;			/* Hover effect on recent and promoted images, and video thumbs */
	background: rgb(255,255,255);				
	} 

table#stripey tr.even th, table#stripey tr.even td  {
	background: #e7ebee;							/* color of stripes on asset detail page	 */
	}
			
input.button {
	background: #2e5271;				/* Styling of all buttons throughout the application */
	color: rgb(255,255,255); 					
	border: 2px solid #5e82a1;		
	border-right-color: #0e3251;		
	border-bottom-color: #0e3251;	
	}




/* ================================================================================= 
 	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: #999;
	border-top:8px solid #333;
	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;} 

*/


