/* 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; }


/* TEXT */

/* Fonts */

	html					{ font-size: 100%; }
	body					{ color: #656565; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 75%; }

	h1, h2, h3, h4, h5, h6	{ color: #659a02; }
	h1						{ font-size: 1.4em; }
	h2						{ font-size: 1.2em; }
	h3						{ font-size: 1.1em; }
	h4						{ font-size: 1.0em; }
	h5						{ font-size: 1.0em; font-weight: bold; }
	h6						{ font-size: 1.0em; font-weight: bold; }

	p						{ }
	
	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: #659a02; }
	a:visited				{ }
	a:hover,
	a:focus					{ }
	a:active				{ }

	a.rss					{ color: #e77122; background: url(../images/layout/rss.png) left no-repeat;
							  padding: 0 0 0 18px; text-decoration: none; }
	a.rss:hover				{ text-decoration: underline; }

	blockquote				{ font-style: oblique; }

	dt 						{ font-weight: bold; }

	caption					{ font-size: 0.9em; }

	.note					{ color: #666; }
	.error					{ color: #ff0000; }
	.highlight				{ color: #9acc35; }
	.subtitle				{ display: block; margin: 0.2em 0 0 0; font-size: 1.2em; font-weight: bold; }
	.date					{ display: block; margin: 0.5em 0 0 0; }
	.date a					{ color: #656565; text-decoration: none; }

/* Line Heights */

	h1, h2, h3, h4, h5, h6	{ line-height: 1.3; }
	p, li, dt, dd, 
	td, th,	caption			{ line-height: 1.4; }
	pre						{ line-height: 1.2; }

/* Margins */

	h1, h2, h3, h4, h5, h6	{ margin: 1em 0 0 0; }
	p, ul, ol, dl, pre, 
	blockquote				{ margin: 1em 0 0 0; }
	blockquote				{ margin-left: 2em; margin-right: 2em; }

	ul, ol					{ margin-left: 2em; }
	ul ul, ul ol,
	ol ol, ol ul			{ margin-top: 0; margin-bottom: 0; }
	
	dd 						{ margin-left: 2em; }

	.top					{ margin-top: 0 !important; }
	.top_h1					{ margin-top: 2.0em !important; }
	.top_h2					{ margin-top: 1.8em !important; }
	.top_h3					{ margin-top: 1.6em !important; }
	.top_h4					{ margin-top: 1.4em !important; }
	.top_h5					{ margin-top: 1.2em !important; }
	.top_h6					{ }

/* Text Alignment */

	.text_center			{ text-align: center; }
	.text_left				{ text-align: left; }
	.text_right				{ text-align: right; }
	.text_justify			{ text-align: justify; }

/* List Styles */

	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; }
	
	
/* IMAGES & MEDIA */

	img, object, .object	{ display: block; margin: 0 auto; }
/*	img, object, .object	{ display: block; margin: 1em auto; }*/


/* OBJECTS */

	.object					{ margin: 1em auto; }	
	.object_standard		{ width: 200px; }

	.object img,
	.object object, 
	.object table			{ margin: 0; border: 0; float: none; }

	.object p				{ padding: 0.5em; margin: 0; background: #333; color: #fff; font-size: 0.7em; }

/* Alignment */
	
	.object_center			{ margin-left: auto; margin-right: auto; }
	.object_left			{ margin-left: 0; margin-right: auto; }
	.object_right			{ margin-left: auto; margin-right: 0; }
	.object_float_left		{ margin-left: 0; margin-right: 1em; float: left; }
	.object_float_right		{ margin-left: 1em; margin-right: 0; float: right; }

img.center,  
div.center { margin-left: auto; margin-right: auto; margin-top: 1em; } 
img.left,  
div.left { float: left; clear: left; margin: 0 20px 15px 0; } 
/*img.left, 
div.left { float: left; clear: left; margin: 1em 20px 15px 0; } */
img.right,  
div.right { float: right; clear: right; margin: 1em 0 15px 20px; } 


/* TABLES  */

	table					{ width: 100%; margin: 1em 0; }
	th, td 					{ padding: 2px 0; vertical-align: top; border: 0 solid #ddd; }
	th						{ font-weight: bold; text-align: left; }

	thead th				{ border-bottom-width: 2px; }
	tfoot th, tfoot td		{ border-top-width: 2px; }
	tbody th, tbody td		{ border-bottom-width: 1px; }
	
	tbody tr:hover td		{ background-color: #eee; }

	caption					{ caption-side: bottom; }


/* FORMS */

/* Layout */

	form					{ margin: 1em 0; }
	fieldset				{ margin: 0; padding: 0 20px 20px 20px; border: 1px solid #eee;  }
	legend					{ font-size: 1.2em; background: #fff; }

	fieldset .row			{ margin-top: 1em; overflow: hidden; }
	
	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; }

/* Inputs */

	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; }
	optgroup				{ font-size: 1em; }
	input.type_submit,
	input.type_reset,
	input.type_button,
	button					{ font-size: 1em; }

	textarea.pre			{ font-family: Consolas, "Courier New", Courier, monospace; }

	input.type_text,
	input.type_password,
	select, optgroup, 
	option, textarea		{ text-rendering: optimizeSpeed; }

	optgroup				{ font-style: normal; font-weight: bold; }

	input.type_text,
	input.type_password,
	select, textarea		{ margin: 0; padding: 0; }
	
	input.type_text,
	input.type_password,
	textarea				{ padding: 2px; }
	select					{ padding: 1px; }
	optgroup				{ text-indent: 2px; }
	optgroup option			{ padding-left: 15px; }

	input.type_radio, 
	input.type_checkbox 	{ margin: 0; vertical-align: -0.15em; font-size: 0.85em; }
	
/* Input Sizes */

	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; }
	input.size_w, 
	select.size_w			{ width: 98%; }
	
	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; }


/* HORIZONTAL RULES */

	.rule					{ border-top: 1px solid #eee; margin: 1em 0; }
	.rule hr				{ display: none; }
	

/* NEWS */
	
	#back					{ float: right; width: 200px; }

/* BOXES */

	.box					{ margin-top: 3px; }
	.box h2					{ background: #313131 url(../images/layout/box_title_bg.png) top left no-repeat;
							  color: #FFFFFF; text-transform: uppercase; font-weight: bold;
							  font-size: 1.2em; margin: 0; padding: 6px 10px; padding-bottom: 0; height: 25px;
							  border-bottom: 3px solid #94d11e; }
	.box h2	a				{ color: #fff; text-decoration: none; display: block;
							  background: url(../images/layout/box_title_arrow.png) right no-repeat; }
	.box .content			{ border: 1px solid #cccccc; padding: 8px 10px 10px 10px;
							  background: #ECF7D7;
							  border-top: 0; margin-bottom: 10px; }
							  
	.box ul					{ margin: 0; padding: 0; list-style: none; }
	.box ul li				{ border-top: 1px solid #94d11e; padding: 2px 0 2px 0; }
	.box ul li:first-child	{ border-top: 0; }	
	.box ul a				{ padding-left: 10px; text-decoration: none; display: block; color: #666; }
	.box ul a:hover			{ background: url(../images/layout/links_arrow.png) 0 4px no-repeat;
							  color: #333; }

