/* --------------------------------------------------------------------------------- */
/*	Generic ELEMENT styles */
/* --------------------------------------------------------------------------------- */
BODY {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url("/gfx/gfx_body_bg.gif"); 
	font-size: 75%;
	/*color: #2d4c9c;*/
	color: #000;
	text-align: left;
}

P { font-size: 1em; padding: 0 0 12px 0; margin: 0;}

UL {
	margin-top: 6px;
}

DL {
	margin: 6px 0;
}

DL DD {
	margin-left: 8px;
	padding: 3px 0 6px 0;
}

ABBR, ACRONYM { cursor: help; }

IMG { margin: 0; padding: 0; border: 0; }

FORM { margin: 0; padding: 0; }
FIELDSET { margin: 0; padding: 0; border: none; }
LEGEND { display: none; visibility: hidden; }
INPUT { vertical-align: middle; } 

SELECT {font-size:0.9em;color: #2d4d9a;}
TEXTAREA.txt {
	color: #2d4d9a;
	padding: 3px 4px 0 4px;
	margin: 0px;
	border: 1px #aaaaaa solid;
	background: url("/gfx/gfx_input_bg.gif") top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
INPUT.txt {
	color: #2d4d9a;
	padding: 3px 4px 0 4px;
	height:18px !important;
	height /**/:23px;
	margin: 0px;
	border: 1px #aaaaaa solid;
	background: url("/gfx/gfx_input_bg.gif") top left no-repeat;
	font-size:0.9em;
}

INPUT.btn {
	border-style: none;
	color: #FFFFFF; 
	background-color: #E02722;
	margin: 8px 0; 
	padding-left: 4px; 
	float: right; 
	/*cursor: hand; */
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 8pt;
}

LABEL.colour {
	font-weight: bold;
	color: #2d4c9c;
}


.formRow {
	clear: both;
	border-bottom: 1px solid #bbbbbb;
	height: 100%;
}

.formRowFirst {
	clear: both;
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	height: 100%;
}

.formLabel {
	float: left;
	width: 141px !important;
	width /**/: 147px;
	text-align: left;
	padding: 10px 2px 0 4px;
	font-size: 0.9em;
}

.formElement {
	float: right;
	width: 501px !important;
	width /**/: 511px;
	text-align: left;
	padding: 4px 8px;
	padding: 4px 4px 4px 6px;
	background-color: #eaeff9;
}

.formSubmit {
	clear: both;
	text-align: right;
	width: 719px;
	padding: 12px 0;
}


/*
.formLabel {
	width: 140px !important;
	width / * * /: 147px;
	height: 26px !important;
	height /** /: 37px;
	padding: 10px 2px 0 4px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #D2D9E9;
	float: left;
	clear: left;
}

.formElement {
	width: 500px !important;
	width /** /: 511px;
	height: 28px !important;
	height /** /: 37px;
	padding: 4px 4px 4px 6px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #bbbbbb;	
	background-color: #eaeff9;
	float: left;
}

.formLabelFirst, .formElementFirst {
	border-top: 1px #D2D9E9;
	margin-top: 10px;
}

.formSubmit {
	padding: 10px 0 0 0;
}*/


/* ---  LINKS --- */

A { color: #d02640; text-decoration: underline; padding:0px; margin:0px; }

A:active, A:hover {
	color: #fff;
	background-color: #d02640;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

A.bullet {
	padding-left: 8px;
	background: transparent url("/gfx/gfx_menu_bullet_1.gif") 0 4px no-repeat;
}

A.bullet:active, A.bullet:hover {
	color: #fff;
	background-color: #d02640;
	text-decoration: none;
	padding-left: 8px;
}

A.bullet2 {
	display: block;
	padding-left: 12px;
	background: transparent url("/gfx/gfx_menu_bullet_2.gif") 0 5px no-repeat;
}

A.bullet2:active, A.bullet2:hover {
	display: inline;
	color: #fff;
	background-color: #d02640;
	text-decoration: none;
	padding-left: 12px;
	margin: 0;
}

A.bullet3 {
	display: block;
	padding-left: 8px;
	background: transparent url("/gfx/gfx_menu_bullet_1.gif") 0 4px no-repeat;
}

A.bullet3:active, A.bullet3:hover {
	display: block;
	color: #fff;
	background-color: #d02640;
	text-decoration: none;
	padding-left: 8px;
}

A.plain:active, A.plain:hover {
	display: inline;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	padding: 0;
	margin: 0;
} 

img.trail {
	padding: 2px 8px 0 8px;
	vertical-align: middle;
}


h1 {font-size: 1.6em; padding:5px 0px; margin:0px; color:#2d4c9c;}
h2 {font-size: 1.3em; padding:5px 0px; margin:0px; color:#d02640; }
h3 {font-size: 1.2em; padding:5px 0px; margin:0px; color:#E02820;}
h4 {font-size: 1.2em; padding:5px 0px; margin:0px; color:#E02820;}

h2.headline {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #2d4c9c;
	margin-bottom: 6px;
	padding: 3px 0 3px 6px;
}

/* --------------------------------------------------------------------------------- */
/*	Site template styles CONTEXT SPECIFIC */
/* --------------------------------------------------------------------------------- */

/* ----- Header and footer  ----- */
#header_container {
	background: url("/gfx/gfx_header_bg.gif") top left repeat-x;
	height: 118px; 
}

		#header {
			width: 909px;
			padding: 0;
			margin: 0 auto;
			height: 118px; 
		}
		
		#header #logo {
			float: left;
			padding: 10px 0 5px 0;
		}
		
		#header #tabs {

		}
		
				#header #tabs ul {
					margin: 0;
					padding: 0;
				}
				
				#header #tabs ul li { 
					display: inline;
					padding: 0 1px 0 0;
					margin: 0;
					float: left;
					list-style: none;
				}
				
				#header #tabs ul li.last { 
					padding: 0 !important;
				}
				
				#header #tabs ul li a {
					text-decoration: none;
					display: block;
					float: left;
					height: 34px;
					background: #fff url("/gfx/gfx_tab_right.gif") right 0 no-repeat; 
					text-decoration: none;
					color: #fff;
					font-weight: bold;
					font-family:Arial, Helvetica, sans-serif;
					font-size: 1.3em;					
				}
				
				#header #tabs li a span {
					display: block;
					float: left;	
					height: 20px !important;				
					height /**/: 34px;					
					background: transparent url("/gfx/gfx_tab_left.gif") 0 0 no-repeat;
					cursor: pointer;
					white-space: nowrap;
					font-weight: bold;
					padding: 7px 17px;
				}
				
				
				#header #tabs ul li a:hover, 
				#header #tabs ul li a.on {
					color: #202020;					
					background: #fff url("/gfx/gfx_tab_right.gif") right -34px repeat-x; 
				}
				
				
				
				#header #tabs ul li a:hover span, 
				#header #tabs ul li a.on span {
					background-position: 0 -34px;
				}
				#language {
			width: 330px;
			float: left;
			text-align:right;
			padding-top: 21px;
			font-size: 0.9em;
		}
		
		#header #functions {
			padding: 15px 0 0 20px;
			float: right;
		}
		
		#header #functions P { padding-top: 5px; }
		
		#header #functions ul {
			display: inline; /* <-- added for IE 5.2/Mac */
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
			clear: left;
		}
		
		#header #functions ul li { 
			float: left;
			padding: 11px 0 0 24px;
			margin: 0;
			font-weight: bold;
			font-size: 0.9em;
		}
		
		
		#header #functions ul li a { 
			display: block;
		}

#content_container_top {
	background: url("/gfx/gfx_content_top.gif") top left no-repeat; 
	width: 969px;
}


		#content_container {
			background: url("/gfx/gfx_content_bg.gif") top left repeat-y; 
			width: 969px;
			margin: 0 auto;
		}
		
		#content_container #content	 {
			width: 658px !important;
			width /**/: 752px;
			padding: 16px 62px 16px 32px;
			float: left;
		}
		
		
		#navigation {
			width: 177px !important;
			width /**/: 215px;
			padding: 7px 4px 7px 36px;
			float: left;
		}
		
		#trail {
			margin-bottom: 9px;
		}
		
		#footer {	
			height: 100px;
		}
		
		#footer #copyright {
			/*float: left;*/
			padding-left: 230px;
			font-size: 0.9em;
		}

		#footer #links {
			/*padding-left: 30px;*/
			padding-left: 230px;
			font-size: 0.9em;
		}
		
		#footer #fivesite {
			float: right;
			padding-right: 40px;
		}		


/* --------------------------------------------------------------------------------- */
/*	Helper CLASSES */
/* --------------------------------------------------------------------------------- */
.hr {
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #cedae8;
	margin-bottom: 9px;
}

.panel {
	background: #fff url("/gfx/background_download_hover.gif") top left;
	margin: 9px 0;
	padding: 6px;
	height: 1%;
	font-size: 0.9em;
}

.right { float: right; margin: 0 0 9px 9px; }
.hidden { display: none; visibility: hidden; }
.border {
	border: 1px solid #cedae8;
}
.noBorder { border: none; }
.cleaner {
	clear:both;	
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	
}

.error {
	color: red;
}

.mandatory {
	padding-right: 4px;
}

/*DIV DIV DIV { border: 1px solid red; }*/

