/* RESET (Based on Eric Meyer's Reset) */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

/* GENERAL */

/* Fonts */

	html					{ font-size: 100%; }
	body					{ color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; }

	h1, h2, h3, h4			{ font-weight: normal; }
	h1						{ font-size: 2.0em; }
	h2						{ font-size: 1.6em; }
	h3						{ font-size: 1.2em; }

	pre						{ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap;
							  white-space: -o-pre-wrap; word-wrap: break-word; }	
	pre, code				{ font-family: Consolas, "Courier New", Courier, monospace; }

	em						{ font-style: oblique; }
	strong					{ font-weight: bold; }
	
	q						{ }

	del 					{ text-decoration: line-through; }
	ins 					{ text-decoration: underline; }

	sup 					{ vertical-align: super; }
	sub 					{ vertical-align: sub; }

	abbr					{ border-bottom: 1px dotted; cursor: help; }
	
	a						{ color: #405e80; }
	a:visited				{ }
	a:hover,
	a:focus					{ }
	a:active				{ }
	a.img					{ border: 0; }

	blockquote				{ font-style: oblique; }

	dt 						{ font-weight: bold; }

	.caption, caption		{ font-size: 0.9em; }

	.note					{ color: #666; }
	.error					{ color: #ff0000; }

/* Line Heights */

	p, li, dt, dd, 
	td, th,					
	.caption, caption		{ line-height: 1.4; }
	pre						{ line-height: 1.2; }

/* Margins, Padding & Layout */

	h1:first-child,
	h2:first-child,
	h3:first-child,
	table:first-child,
	p:first-child			{ margin-top: 0; }

	h1, h2, h3, h4,
	p, ul, ol, dl			{ margin: 1em 0 0 0; }
	pre						{ margin: 1em 0; }

	blockquote				{ margin: 1em 2em 0 2em; }

	ul, ol					{ margin-left: 3em; }
	dd 						{ margin-left: 1.5em; }

	.caption				{ display: block; }

/* List Styles */

	ul						{ list-style: disc; }
	ol						{ list-style: decimal; }

/* General Alignment */

	img.center, 
	div.center				{ margin-left: auto; margin-right: auto; }
	img.left, 
	div.left				{ float: left; margin-right: 1em; margin-bottom: 1em; }
	img.right, 
	div.right				{ float: right; margin-left: 1em; margin-bottom: 1em; }
	
	p.center,				
	th.center, td.center	{ text-align: center; }
	p.left,					
	th.left, td.left		{ text-align: left; }
	p.right	,				
	th.right, td.right		{ text-align: right; }
	p.justify,
	th.justify, td.justify	{ text-align: right; }
	
	.top					{ margin-top: 0 !important; }
	

/* IMAGES */
	
	img						{ display: block; border: 0; }
	#content img			{ margin-top: 1em; }


/* LAYOUT */

/* Body */
	body					{ margin: 30px 0; background: #fff; }
	#wrapper				{ margin: 0 auto; width: 960px; }
	
/* Header */
	#header					{ position: relative; border-bottom: 1px solid #cfd9e5; padding: 0 0 6px 0; }
	#header					{ }
	#header, #header a		{ color: #405e80; }
	#version				{ position: absolute; right: 0; top: 0; line-height: 3; margin: 0; }
	
/* Navigation */
	#nav					{ list-style: none; margin: 0; }
	#nav li					{ }
	#nav a					{ }
	#nav a:hover			{ }
	#nav li.active a		{ }

/* Content */
	#content				{ padding: 20px 0; }
	
/* Footer */
	#footer					{ border-top: 1px solid #cfd9e5; padding: 5px 0 0 0;  }
	#footer, #footer a		{ color: #b8c1cc; }
	#footer p				{ font-size: 0.8em; margin: 0; }
		
/* ELEMENTS */
		
/* Tables  */
	table					{ width: 100%; margin: 1em 0 0 0; background: #edf3fa; border: 1px solid #e4ecf5; }
	th, td 					{ padding: 5px; vertical-align: top; }
	th						{ font-weight: bold; text-align: left; }

	tbody td				{ border: 1px solid #e4ecf5; border-left: 0; border-right: 0; }
	tbody tr:hover td		{ background: #e4ecf5; }

	caption					{ caption-side: bottom; }
	
	col.name				{ width: 180px; }
	td.name					{ font-weight: bold; }
	
/* Forms  */

	fieldset				{ margin: 1em 0 0 0; padding: 0 15px 15px 15px; border: 1px solid #eee;  }
	legend					{ font-size: 1.2em; background: #fff; }
	
	fieldset .row			{ margin-top: 1em; }
	fieldset .column_inner	{ margin-left: 1em; }
	
	form label				{ display: block; font-weight: bold; line-height: 1.16; margin: 0; }
	form .mandatory			{ color: #aaa; }
	form label.secondary	{ font-size: 0.85em; font-weight: normal; color: #aaa; line-height: 1; margin: 4px 0 2px 0; }
	form label .note,
	form label .error		{ font-size: 0.85em; font-weight: normal; }

	form .field				{ padding: 5px 0 0 0; overflow: hidden; clear: left; }
	form .field_part		{ margin-right: 4px; float: left; clear: none; }
	form .affix				{ font-size: 1em; }

	form label.inline		{ display: inline; font-weight: normal; line-height: 1.4; }

	input.type_text,
	input.type_password,
	input.type_submit,
	input.type_reset,
	input.type_button,
	button,
	select, textarea		{ font-family: sans-serif; }
	input.type_text,
	input.type_password,
	select, textarea		{ font-size: 1em; }
	input.type_submit,
	input.type_reset,
	input.type_button,
	button					{ font-size: 1em; }

	textarea.monospace		{ font-family: Consolas, "Courier New", Courier, monospace; }
	
	optgroup				{ font-style: normal; }

	input.type_text,
	input.type_password,
	select, textarea		{ margin: 0; padding: 0; }
	
	input.type_text,
	input.type_password,
	textarea				{ padding: 2px; }
	select					{ padding: 1px; }

	input.type_radio, 
	input.type_checkbox 	{ margin: 0; vertical-align: -0.15em; font-size: 0.85em; }
	
	input.type_text,
	input.type_password		{ width: 18em; }
	textarea				{ width: 98%; height: 10em; }
		
	input.integer, 
	input.decimal			{ width: 6em; } 

	input.size_xxs, 
	select.size_xxs			{ width: 3em; }
	input.size_xs, 
	select.size_xs			{ width: 6em; }
	input.size_s, 
	select.size_s			{ width: 12em; }
	input.size_m, 
	select.size_m			{ width: 18em; }
	input.size_l, 
	select.size_l			{ width: 24em; }
	input.size_xl, 
	select.size_xl			{ width: 30em; }
	input.size_xxl, 
	select.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; }

/* Rows & Columns */

	.row					{ overflow: hidden; margin: 1.5em 0 0 0; }	
	.row_first				{ margin-top: 0; }
	.column					{ float: left; }
	.column_inner			{ margin: 0 0 0 1.5em; }
	.column_first
		.column_inner		{ margin-left: 0; }

	.x5						{ width: 5%; }
	.x10					{ width: 10%; }
	.x15					{ width: 15%; }
	.x20					{ width: 20%; }
	.x25					{ width: 25%; }
	.x30					{ width: 30%; }
	.x35					{ width: 35%; }
	.x40					{ width: 40%; }
	.x45					{ width: 45%; }
	.x50					{ width: 50%; }
	.x55					{ width: 55%; }
	.x60					{ width: 60%; }
	.x65					{ width: 65%; }
	.x70					{ width: 70%; }
	.x75					{ width: 75%; }
	.x80					{ width: 80%; }
	.x85					{ width: 85%; }
	.x90					{ width: 90%; }
	.x95					{ width: 95%; }

/* Horizontal Rules  */

	.hr						{ border-top: 1px solid #eee; margin: 1em 0; }
	.hr	hr					{ display: none; }
