/*	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
==		2006-10-24	v2.1	Stripped to provide styling only for default templates			Richard Kingston
==
================================================================================================= */

/* GENERIC OBJECTS
Provides generic styling options
================================================================================================= */
BODY
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}


IMG
{
	border: 0px;
}

A
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

FORM
{
	margin: 0px;
}

/* CORPORATE ID BAR
Styling definitions for the global corporate id bar
================================================================================================= */
#divCorporateIdBar
{
	/*background-color: #959697;*/																									 	/* PANTONE 423M */
	/*border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	color: #FFFFFF;
	height: 13px;
	padding: 7px;
	margin-bottom: 1px;
	margin-right: 254px;
	text-align: right;*/
}

#divCorporateIdBar A
{
	/*color: #FFFFFF;*/
}

/*#divCorporateIdBar #imgCorporateIdBarLogo
{
	background-image: url(bgCorporateIdBarLogo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	left: 6px;
	position: absolute;
	height: 12px;
	top: 8px;
	width: 101px;
}

#divCorporateIdBar #frmCorporateIdBarSearch
{
	position: absolute;
	height: 27px;
	right: 0px;
	top: 0px;
	width: 250px;
}

#divCorporateIdBar #lblSearch
{
	display: none;
}

#divCorporateIdBar #searchString
{
	height: 15px;
	position: absolute;
	top: 5px;
	right: 50px;
	width: 190px;
}

#divCorporateIdBar #btnSubmit
{
	height: 20px;
	position: absolute;
	right: 6px;
	top: 4px;
	width: 40px;
}*/