/* ======================================================================================== */
/* 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
==================================================================================== */
/* Global font color and size */

/* Main headings */
h1 {
	color: #003158;
}
/* Colour of links throughout */
a,
span.required,
span.requiredForCompleteness,
div.copy code {
	color: #C30721;
}

/*Icon attributes - No min-height set by default so does not take up space for other clients */
/*div.iconAttrWrapper {
	min-height: 1.2em;
}*/

.lightbox__title { max-width: 90px; }

/* =================================================================================
	Login and registration pages
==================================================================================== */
#loginPage div.logo, #registrationPage div.logo {
	padding-top: 30px;								/* padding around logo on login page */
	padding-bottom: 30px;
	background: #fff;
}

/* =================================================================================
	Asset panel styles - contains new larger sizes
==================================================================================== */
ul.lightbox li	{
	width: 16.5em;
}
ul.lightbox li div.detailWrapper {		/* wraps thumbnmail and details */
 	min-height:19em; 							/* this is also defined as height in ie5.css and ie6.css */
}
* html ul.lightbox li div.detailWrapper {		/* IE only */
	height:19em !important;						/* explicitly define height for IE5 & 6 */
}


/* =================================================================================
	Navigation styles
==================================================================================== */
/* Colour of main navigation links */
ul.nav li a.current,
ul.nav li a.current:hover {
	/* Occasionaly may want to use nav_arrow_white.gif, if defining a dark background colour */
	color: #fff;
	background: #003158 url(../../images/standard/arrow/nav_arrow_white.gif) right center no-repeat;
}
/* Replace image-based dividers with borders */



/* =================================================================================
	Misc styles
==================================================================================== */

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



/* Styling of search keywords inputs */
input.keywords,
#qsPanel input.text,
input.inline,
div.headerContent select   {
	border: 1px solid #aaa;
}
div.headerContent input.keywords,
input.inline {
	padding: 3px;							/* match height of new buttons */
}

/* Optional browse tabs on homepage */
#homePage p.tabHolder a {
	background:url("../../images/standard/misc/lb_grad_bg.png") repeat-x scroll 0 0 #FDFDFD;
}

/* =================================================================================
   Deactivate drop shadows
==================================================================================== */

div.lbShadow {
	background: none;
	padding:0;
}


div.rightShadow, div.leftShadow {
	background: #FFF;
	padding-bottom: 5px;
}

