/*  This is the base css file for the entire BSI Draft Review System Application.
	19/09/2011 by Zebedee Creations
	These styles cover the colours used and background properties.  
	
	Table of Contents:
		1. Colour Palette
		2. Background Colours and Images


*/

/* 1. Colour Palette - start - */

#header ul li a
{
color:#3d4142;
text-decoration:none;
}

#navigation,
#navigation  a
{
color:#fff;
}

#header #pageTitle {
color: #344586;
}

#footer a
{
color:#3D4142;
}

/* Colour Palette - end - */

/* 2. Background Colours and Images - start - */

#footer
{
background:url('/content/images2/footerBackground.jpg') repeat-x;
}

#headWrapper 
{
background:url('/content/images2/headerBackground.jpg') repeat-x;
}
 
#navigationWrapper
{
background:#344C84 url('/content/images2/navigationBackground.jpg') repeat-x;
}

#navigation a#userControlLogin,
#navigation a#userControlLogout
{
background-color: #5060a2;
}

#navigation a#userControlLogin:hover,
#navigation a#userControlLogout:hover,
#navigation a#userControlLogin:focus,
#navigation a#userControlLogout:focus
{
background: #313f72 url('/content/images2/activeNavigationBackground.jpg') repeat-x;
    outline: none;
}

.active,
#navigation ul li a:hover,
#navigation ul li a:focus
{
background:#313f72 url('/content/images2/activeNavigationBackground.jpg') repeat-x;
}

/* Background Colours and Images - end -*/