/*	SCREEN CSS
==		Default stylesheet for html clients
==
==	HISTORY
==		2006-06-13	v1.0	Initial version
==		2006-06-16	v1.1	Updated to style homepage																					David Barr
==		2006-06-19	v1.2	Updated cos block elements are playing silly buggers				Richard Kingston
==		2006-06-20	v1.3	Redeveloped DIV's as per http://www.glish.com/css/7.asp			Richard Kingston
==		2006-06-21	v1.4	Changed from DIV's to TD's to reach launch deadline					Richard Kingston
==		2006-06-22  v1.5	Language bar styling completed.															Richard Kingston
==		2006-06-23 	v1.6	Footer styling completed.																		Richard Kingston
==		2006-09-26	v2.0	Redeveloped from TABLES to DIVs															Richard Kingston
==
================================================================================================= */

/* GENERIC OBJECTS
Provides generic styling options
================================================================================================= */
BODY
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
}

H1
{
	color: #990000;
	font-size: 1.2em;
	margin-top: 0px;
}

H2
{
	color: #000000;
	font-size: 1.1em;
}

H3
{
	color: #000000;
	font-size: 0.9em;
}

H4
{
	color: #000000;
	font-size: 0.9em;
}

IMG
{
	border: 0px;
}

A
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

FORM
{
	margin: 0px;
}

OL
{
	list-style-type: decimal;
}

UL
{
	
}

INPUT
{
	font-size: 1em;
}

SELECT
{
	font-size: 1em;
}

#frmCorporateIdBarSearch
{
	background-color: #B4C5EB;
}

/* NAVIGATION PANEL
Styling definitions for the navigation panel, usually situated on the left hand side
================================================================================================= */
#divNavigationPanel
{
	left: 0px;
	position: absolute;
	top: 115px;
	width: 200px;
}

/* NAVIGATION MENU DEFINITIONS
Definitions for the main navigation menu
================================================================================================= */
#divNavigation
{
	border-right: solid 1px #FFFFFF;
	width: 100%;
}

#divNavigation LI.liBreadCrumb
{
	background-color: #A3D769;
	background-image: url(MenuIconBreadCrumb.gif);
}

#divNavigation LI.liCurrent
{
	background-color: #990000;
}

#divNavigation LI.liCurrent A
{
	color: #FFFFFF;
}

/* CONTENT AREA
Provides styling definitions for the main content area of the screen
================================================================================================= */
#divContentPanel
{
	background-image: url(background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 201px;
	margin-right: 0px;
	padding-top: 18px;
	height: 808px;
}

#divContentPanel #divPageStats
{
	background-color: #959697;
	color: #FFFFFF;
	padding: 4px;
}

#divContentPanel #divContent
{
	padding: 4px;
}

/* RELATED CONTENT
Provides style definitions for the related / see also content
================================================================================================= */
#divRelatedContent
{
	border-bottom: dashed 1px #AAAAAA;
	border-top: dashed 1px #AAAAAA;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* MENU CLASSES
Provides styling definitions for any div with a class of menu
================================================================================================= */
.divMenu
{
	background-color: #B4C5EB;
	overflow-x: hidden;
}

.divMenu H1
{
	background-color: #959697;
	background-image: url(MenuIconHeading.gif);
	background-position: 4px 6px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding: 6px;
	padding-left: 20px;
}

.h1Menu
{
	background-color: #959697;
	background-image: url(MenuIconHeading.gif);
	background-position: 4px 6px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding: 6px;
	padding-left: 20px;
}

.divMenu UL
{
	padding: 0px;
	margin: 0px;
}

.divMenu LI
{
	background-image: url(MenuIconDefault.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #FFFFFF;
	list-style-type: none;
	padding: 3px;
	padding-left: 15px;
}

.divMenu LI A
{
	color: #000000;
}

.divMenu P.parDisclaimer
{
	border-bottom: solid 1px #FFFFFF;
	text-align: center;
}

.divMenu P.parNoListItems
{
	border-bottom: solid 1px #FFFFFF;
	text-align: center;
}

.divMenu P
{
	margin: 0px;
	padding: 6px;
}

/* PARAGRAPH LIST DEFINITIONS
Definitions for any UL tag with a class of 'Paragraph'
================================================================================================= */
DIV.divParagraph H1
{
	color: #000000;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding-right: 4px;
}

DIV.divParagraph UL
{
	display: inline;
	padding: 0px;
	margin: 0px;
}

DIV.divParagraph LI
{
	background-image: url(bgLiArrow.gif);
	background-position: 2px 1px;
	background-repeat: no-repeat;
	display: inline;
	padding-left: 20px;
}

/* OBJECT LIST
Definitions for object lists - e.g. search results
================================================================================================= */
DIV.divObjectList
{
	width: 100%;
}

DIV.divObjectList UL
{
	list-style-type: none;
	margin: 0px;
}

DIV.divObjectList UL LI
{
	background-position: 4px 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* ICON SETTINGS
Definitions for bullet point icons
================================================================================================= */
LI.li			{ background-image: url(MenuIconDefault.gif); } /*default*/


/* SITEMAP UL LEVELS
Definitions for the sitemap that might have up to six indented ul tags
================================================================================================= */
#divSiteMapBlock
{
	background-color: #CAE5A1;
	margin-bottom: 6px;
}

UL.level1
{
	background-color: #A3D769;
	border-right: 1px solid #8FAF6D;
	border-left: 1px solid #CBEFA4;
	border-top: 1px solid #CBEFA4;
	border-bottom: 1px solid #8FAF6D;
	color: #000000;
	list-style-type: none; 
	margin-left: 0px;
	padding: 4px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 150%;
}

UL.level1 a
{
	color: #000000;
}

UL.level2
{
	background-color: #CAE5A1;
	border-right: 1px solid #A3BF77;
	border-left: 1px solid #F3FFDF;
	border-top: 1px solid #F3FFDF;
	border-bottom: 1px solid #A3BF77;
	list-style-type: disc;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 120%;
	padding-left: 20px;
	margin-left: 0px;
}

UL.level3
{
	list-style-type: circle;
	padding-left: 25px;
	margin-left: 0px;
}

UL.level4
{
	list-style-type: square;
	padding-left: 25px;
	margin-left: 0px;
}

UL.level5
{
	list-style-type: disc;
	padding-left: 25px;
	margin-left: 0px;
}

UL.level6
{
	list-style-type: circle;
	padding-left: 25px;
	margin-left: 0px;
}

/* HIDDEN CONTENT
Hides any DIVs that require it - e.g. empty DIVs
================================================================================================= */
DIV.divHidden
{
	display: none;
}
