@charset "utf-8";

/* CONTENT */

/* Text */

	html					{ font-size: 100%; }
	body					{ font-size: 87.5%; font-family: Arial, Helvetica, sans-serif;	  
							  color: #fff; }

/* Headers */

	h1, h2, h3, h4, h5, h6	{ font-weight: bold; }
	h1, h2					{ letter-spacing: -0.04em; }
	
	h1						{ font-size: 3.428em; line-height: 1em;
							  margin: 0.75em 0 0 0; }
	h2						{ font-size: 1.0em; line-height: 1.5em;	
							  margin: 1.5em 0 0 0; }
	h3						{ font-size: 1.0em; line-height: 1.5em;	
							  margin: 1.5em 0 0 0; }
	h4						{ font-size: 1.0em; line-height: 1.5em;	
							  margin: 1.5em 0 0 0; }
	h5						{ font-size: 1.0em; line-height: 1.5em;	
							  margin: 1.5em 0 0 0; }
	h6						{ font-size: 1.0em; line-height: 1.5em;	
							  margin: 1.5em 0 0 0; }

/* Paragraphs */

	p						{ line-height: 1.5em;	
							  margin: 1.5em 0 0 0; }
	h1 + p					{ margin-top: 0.75em; }
	
	p.note					{ font-size: 0.857em; line-height: 1.75em; }
	p .asterisk				{ font-size: 2.25em; vertical-align: -0.425em; padding-right: 0.1em; }

/* Lists */

	ul, ol					{ overflow: hidden;
							  margin: 1.5em 0 0 0; padding-left: 30px; }
	ul ul, ul ol,
	ol ol, ol ul			{ margin-top: 0; }
	dl						{ margin: 1.5em 0 0 0; }

	li 						{ line-height: 1.5em; }
	dt 						{ line-height: 1.5em; font-weight: bold; }
	dd 						{ line-height: 1.5em;
							  margin-left: 30px; }

	ul						{ list-style: disc; }
	ul ul					{ list-style: circle; }
	ul ul ul				{ list-style: square; }
	ol						{ list-style: decimal; }
	ol ol					{ list-style: lower-alpha; }
	ol ol ol				{ list-style: lower-roman; }

/* Links */
	
	a						{ color: #00aeef; }
	a:visited				{ }
	a:focus,
	a:hover,
	a:active				{ color: #00aeef; }
	
	a.forwards				{ padding: 0 16px 0 0;
							  background: url(../images/layout/arrow_right.png) right no-repeat; }
	a.backwards				{ padding: 0 0 0 16px;
							  background: url(../images/layout/arrow_left.png) left no-repeat; }
	a.up					{ padding: 0 0 0 16px;
							  background: url(../images/layout/arrow_up.png) left no-repeat; }
	a.down					{ padding: 0 0 0 16px;
							  background: url(../images/layout/arrow_down.png) left no-repeat; }


/* Emphasised Text */

	em, i					{ font-style: oblique; }
	strong, b				{ font-weight: bold; }

/* Quotes */

	blockquote				{ font-style: oblique;
							  margin: 1.5em 0 0 0; padding: 0 30px 0 28px;
							  border-left: 2px solid #ccc; }
	blockquote > *:first-child 
							{ margin-top: 0; }

	q						{ quotes: '\201C' '\201D' '\2018' '\2019'; }
	q:before				{ content: open-quote; }
	q:after					{ content: close-quote; }

/* Preformatted Text & Code */

	pre, code				{ font-size: 1em; line-height: 1.5em;
							  font-family: Consolas, "Courier New", Courier, monospace; }

	pre						{ margin: 1.5em 0 0 0; padding: 1.5em;
							  white-space: pre-wrap; white-space: -moz-pre-wrap;
							  white-space: -pre-wrap; white-space: -o-pre-wrap;
							  word-wrap: break-word;
							  background: #eee;
							  -moz-border-radius: 2px;
							  -webkit-border-radius: 2px; }

	code					{ padding: 0 0.3em; color: #fff;
							  background: #000; }
	pre.code				{ color: #fff;
							  background: #000; }
	pre.code code			{ padding: 0; }

/* Abbreviations */

	abbr					{ border-bottom: 1px dotted; cursor: help; }

/* Superscript & Subscript Text */

	sup 					{ vertical-align: super; vertical-align: 0.4em; }
	sub 					{ vertical-align: sub; vertical-align: -0.2em; }

/* Deleted & Inserted Text */

	del, strike				{ text-decoration: line-through; }
	ins, u 					{ text-decoration: underline; }
	
/* Other Text Styles */

	.small 					{ font-size: 0.857em; line-height: 1.75em; }
	.large 					{ font-size: 1.142em; line-height: 1.312em; }
	.note, .asterisk 		{ color: #808080; }
	.error					{ color: #ef003e; }

/* Images & Objects */

	img, object				{ border: 0; }

/* Tables */

	table					{ width: 100%; margin: 1.5em 0 0 0;
							  border-collapse: collapse; border-spacing: 0; }
	th, td 					{ line-height: 1.5em;	
							  vertical-align: top;
							  padding: 0.25em 0.5em;
							  border: 0 solid #000; }
	th						{ font-weight: bold;
							  text-align: left; }

	thead th				{ color: #fff;
							  background: #000; }
	tfoot th, tfoot td		{ font-weight: bold;
							  border-top-width: 2px; }
	tbody th, tbody td		{ }
	
	tbody tr:hover th, 
	tbody tr:hover td		{ background: #eee; }

	caption					{ font-size: 0.857em; line-height: 1.454em;
							  font-style: oblique; text-align: right;
							  margin: 0.5em 0 0 0;
							  caption-side: bottom; }

/* Figure */

	.figure					{ margin: 1.5em 0 0 0; width: 210px; }
	.figure img				{ display: block; }
	.figure .legend			{ font-size: 0.857em; line-height: 1.454em;
							  font-style: oblique; text-align: right;
							  margin: 0.5em 0 0 0; }

/* Box */

	.box					{ margin: 1.5em 0 0 0; padding: 1.5em;
							  background: #eee;
							  -moz-border-radius: 2px;
							  -webkit-border-radius: 2px; }
	.box .details + p		{ margin-top: 0; }

/* Forms */

	form					{ }
	fieldset				{ margin: 0; padding: 0;
							  border: 0; }
	legend					{ display: none; }

	.form					{ margin: 1.5em 0 0 0; }
	.form > *:first-child 	{ margin-top: 0; }
	.form fieldset			{ margin: 1.5em 0 0 0; padding: 0; }
	.form legend			{ font-size: 1.428em; line-height: 1.05;
							  font-weight: bold; color: #000;
							  display: block;
							  margin: 1.05em 0 0 0; padding: 0; }
	.form legend span		{ }
	.form legend + *		{ margin-top: 0; }
	
	.form .control			{ overflow: hidden; margin: 0.5em 0 0 0; }
	.form p + .control		{ margin-top: 1.5em; }
	.form .mandatory		{ }
	.form .description		{ float: left; width: 110px; }
	.form .fields			{ margin: 0 0 0 120px; }
	.form .fields p			{ font-size: 0.857em; line-height: 1.454em;
							  margin: 0.5em 0 0 0; }

	.form label				{ display: block; }
	.form .asterisk			{ float: right; font-size: 1.5em; color: #ccc; font-weight: normal; }

	.form .actions			{ padding: 0 0 0 120px; background: transparent; }
	.form .actions legend	{ display: none; }

/* Inputs */
	
	input, button, select,
	textarea				{ font-size: 1em; font-family: sans-serif;
							  text-rendering: optimizeSpeed; }
	input[type=text],
	input.type_text,
	input[type=password],
	input.type_password,
	textarea,				
	select					{ margin: 0; padding: 5px;
							  border: 2px solid #ccc;
							  -moz-border-radius: 2px;
							  -webkit-border-radius: 2px; }
	input[type=text]:focus,
	input.type_text:focus,
	input[type=password]:focus,
	input.type_password:focus,
	textarea:focus,				
	select:focus			{ border-color: #000; }
	select					{ padding: 4px; }
	input[type=file],
	input.type_file			{ margin: 0; }
	input[type=radio], 
	input.type_radio, 
	input[type=checkbox],
	input.type_checkbox 	{ margin: 0; vertical-align: -0.15em; font-size: 0.857em; line-height: 1.75em; }

	textarea.monospaced		{ font-family: Consolas, "Courier New", Courier, monospace; }
	optgroup				{ font-style: normal; font-weight: bold;
							  text-indent: 2px; }
	optgroup option			{ padding-left: 15px; }
	
	.size_liquid			{ width: 97%; }

	input.size_xxs			{ width: 3em; }
	input.size_xs			{ width: 6em; }
	input.size_s			{ width: 12em; }
	input.size_m			{ width: 18em; }
	input.size_l			{ width: 24em; }
	input.size_xl			{ width: 30em; }
	input.size_xxl			{ width: 36em; }
	
	textarea.size_xs		{ height: 2.5em; }
	textarea.size_s			{ height: 5em; }
	textarea.size_m			{ height: 10em; }
	textarea.size_l			{ height: 20em; }
	textarea.size_xl		{ height: 40em; }

/* Links */

	.links					{ padding: 0;
							  list-style: none;
							  border: solid #000; border-width: 2px 0; }
	.links ul				{ padding: 0 0 0 30px;
							  list-style: none; }
	.links li				{ border-top: 1px solid #eee; }
	.links > li:first-child	{ border-top: 0; }
	.links a				{ color: #000;
							  display: block;
							  padding: 0.25em 0.5em; }
	.links a:focus, 
	.links a:hover,
	.links a:active, 
	.links li.current > a	{ background: #eee; }
	.links li.active > a	{ font-weight: bold; }
	
/* Rule */

	.rule					{ border-top: 2px solid #ccc; margin: 1.428em 0; }
	.rule hr				{ display: none; }
	
		
/* UTILITIES */

/* Grid */

	.x						{ margin: 40px 0 0 0; overflow: hidden; }
	.y						{ float: left; }
	.y_l					{ margin-right: -10px; }
	.y > div				{ margin: 0 0 0 3em; }
	.y:first-child > div	{ margin-left: 0 !important;
							  padding-left: 0 !important;
							  border-left: 0 !important; }

/* Content */

	.c > *:first-child, 
	.c > a > *:first-child,
	.c > .ab_lr:first-child + *, 
	.c > .ab_rw:first-child + *
							{ margin-top: 0 !important; }

/* Text Alignment */

	.at_c					{ text-align: center; }
	.at_l					{ text-align: left; }
	.at_r					{ text-align: right; }
	.at_j					{ text-align: justify; }

/* Block Alignment */
	
	.ab_c					{ display: block;
							  margin-left: auto; margin-right: auto; }
	.ab_l					{ display: block;
							  margin-left: 0; margin-right: auto; }
	.ab_r					{ display: block;
							  margin-left: auto; margin-right: 0; }
	.ab_lw					{ display: block; float: left; clear: left;
							  margin-left: 0; margin-right: 1.5em; margin-bottom: 1.5em; }
	.ab_rw					{ display: block; float: right; clear: right;
							  margin-left: 1.5em; margin-right: 0; margin-bottom: 1.5em; }
							  
/* Hidden */

	.p_yes					{ display: none; }


/* PAGE LAYOUT */

/* Body */

	html					{ height: 100%; }
	body					{ height: 100%; margin: 0;
							  background: #000000 url(../images/layout/bg.jpg) center no-repeat; }
/*	body					{ background: url(../images/layout/baseline.png) 0 18px; }*/
	#top					{ min-height: 100%; position: relative; }
	#bottom					{ margin: -40px 0 0 0; height: 40px; overflow: hidden; position: relative; }

/* Header */

	#header					{ padding: 60px 0 0 0;
						  	  position: relative; }
	#header, #header a		{ color: #000; }
		
	#logo					{ display: block; }
	#title					{ font-size: 5.142em; line-height: 0.8;
							  font-weight: bold; letter-spacing: -0.07em;
							  margin: 0; }
	#title a				{ text-decoration: none; }
	
/* Navigation */

	#nav					{ position: absolute; top: 78px; right: 0; }
	#nav ul					{ margin: 0; padding: 0;
							  list-style: none; }
	#nav li					{ display: inline;
							  padding: 0 0 0 5px; }
	#nav li:first-child		{ padding-left: 0; }
	#nav a					{ font-size: 1.285em; line-height: 1.166em;
							  color: #fff; text-decoration: none;
							  display: inline-block;
							  padding: 0.25em 0.5em;
							  background: #000;
							  -moz-border-radius: 2px;
							  -webkit-border-radius: 2px; }
	#nav a:focus, 
	#nav a:hover,
	#nav a:active, 
	#nav li.active a		{ color: #000;
							  background: #eee; }
	#nav li.active a		{ text-decoration: underline;
							  background: transparent; }

/* Breadcrumbs */

	#breadcrumbs p			{ font-weight: bold;
							  display: inline;
							  margin: 0; }
	#breadcrumbs ul			{ padding: 0; margin: 0;
							  list-style: none;
							  display: inline; }
	#breadcrumbs li			{ display: inline; }
	#breadcrumbs a			{ color: #000;
							  display: inline;
							  padding: 0 16px 0 0;
							  background: url(../images/layout/arrow_right.png) right no-repeat; }

/* Content */

	#content				{ text-shadow: #000 0 1px;
							  width: 640px; margin: 0 auto;
							  position: absolute; top: 50%; left: 50%; margin: -290px 0 0 -320px; }

/* Footer */

	#footer 				{ height: 40px; padding: 0 25px; }
	#footer, #footer a		{ color: #808080; }
	#footer a				{ text-decoration: none; }
	#footer:hover,
	#footer:hover a			{ color: #fff; }
	#footer:hover a			{ text-decoration: underline; }

	#footer	p				{ font-size: 0.857em; line-height: 1.75em; }
							

/* MEDIA PRINT */ 

@media print {
/* Hidden */

	#header,
	#footer, 
	.p_no					{ display: none; }

/* Visible */

	.p_yes					{ display: block; }
	
/* Reset */

	body, 
	#wrapper, 
	#content, 
	#primary,
	#primary > div,
	#secondary, 
	#secondary > div		{ display: block; float: none; clear: none; overflow: visible;
							  position: static; top: auto; right: auto; bottom: auto; left: auto;
							  width: auto; min-width: 0; max-width: none;
							  height: auto !important; min-height: 0; max-height: none;
							  margin: 0; padding: 0;
							  border: 0;
							  background: transparent; }						  
}