/* reset */
* {
	text-decoration: none;
	font-size: 1em;
	vertical-align: baseline;
	outline: none;
	margin: 0;
	}

/* deprecated html */
applet, basefont, center, dir, font, frame, frameset, isindex, iframe, menu, nobr, noframes, s, u {
	display: none;
	}

/* document */
html, body { height: 100%; }
body {
	color: #545454;
	font: 12px/16px AcadMtavr;  
	background: #092c16 url(bg000000.png) repeat-x 0 0;
	}

/* links */
a {
	color: #6cb90b;
	text-decoration: underline;
	cursor: pointer;
	}
a:hover {
	color: #6cb90b;
	text-decoration: none;
	}
a:visited {
	color: #9cb978;
	}

/* images */
img {
	border: none;
	margin: 0;
	vertical-align: top;
	}
	#content p img {
		margin: 0 10px 10px 0;
		}




/*
	Base semantics
*/
p, h1, h2, h3, h4, h5, h6, blockquote, pre, hr, address {
	margin-bottom: 15px;
	}

/* blocks */
p {
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}
h1 {
	font-weight: normal;
	font-size: 18px;
	color: #e70013;
	}
h2 {
	font-size: 14px;
	color: #545454;
	}

h3 {
	font-size: 14px;
	color: #545454;
	margin-bottom: 5px;
	}
h4 {
	}
h5 {
	}
h6 {
	}
pre {
	font-family: Arial, sans-serif;
	white-space: normal;
	}
hr {
	margin: 10px 0;
	border: none;
	border-bottom: 1px solid #c1c1c1;
	height: 0;
	}

/* quotes */
blockquote, cite, q {
	color: #777;
	font-style: italic;
	margin: 0;
	}
blockquote {
	padding: 15px 15px 5px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: -7px;
	margin-right: 100px;
	}
	blockquote p {
		margin-bottom: 10px;
		}
cite, q {
	padding: 2px 4px;
	}

/* inlines */
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
sub {
	font-size: .8em;
	vertical-align: bottom;
	}
sup {
	font-size: .8em;
	vertical-align: top;
	}
	sup a {
		margin-left: 2px;
		text-decoration: none;
		}
big {
	font-size: 1.2em;
	line-height: inherit;
	}
small {
	font-size: .9em;
	line-height: inherit;
	}

acronym, abbr, dfn {
	border-bottom: 1px dotted #414141;
	cursor: help;
	}

acronym, abbr {
	text-transform: uppercase;
	}

ins {
	color: #CCCC99;
	}
del, strike {
	text-decoration: line-through;
	color: #999;
	}
bdo, kbd {
	color: #666;
	font-family: "Courier New", Courier, monospace;
	}




/*
	Forms
*/
form {
	font-size: 12px;
	}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	outline: 1px solid #ff9;
	}

input {
	vertical-align: middle;
	}
input, textarea, select, button {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	//margin-right: 5px;
	}

	input[type=checkbox], input[type=radio] {
		position: relative;
		top: 2px;
		// top: -1px;
		//margin: 0 -3px;
		}
	input.checkbox, input.radio {
		top: -1px;
		margin: 0 -3px;
		}
	input[type=text], input[type=password] {
		border: 1px solid #ececec;
		padding: 1px 2px;
		vertical-align: baseline;
		color: #999;
		}
	input.text, input.password {
		border: 1px solid #ececec;
		padding: 1px 2px;
		vertical-align: baseline;
		color: #999;
		}
	
	input[type=submit], input[type=reset], input[type=button] {
		display: none;
		}
	input.submit, input.reset, input.button {
		display: none;
		}

	input[type=file] {
		//padding: 3px 5px;
		}
	input.file {
		padding: 3px 5px;
		}


textarea {
	border: 1px solid #ececec;
	color: #999;
	}
select {
	color: #999;
	border: 1px solid #ececec;
	vertical-align: baseline;
	//vertical-align: middle;
	}
option {
	}
option:hover {
	color: #545454;
	}
optgroup {
	}
button {
	cursor: pointer;
	padding: 3px 10px;
	background: #0a6d31;
	color: #fff;
	font-weight: bold;
	text-transform: lowercase;
	border: 0;
	//padding: 0;
	}
	button:hover, button.hover {
		background: #6cb90b;
		}
	button.disabled {
		background: #b1b1b1;
		color: #ececec;
		cursor: default;
		}
	button.ui-red {
		background: #ff1a00;
		}
	button.ui-red:hover {
		background: #fd6654;
		}
label {
	margin-right: 10px;
	cursor: pointer;
	}
fieldset {
	padding: 30px 0 15px 0;
	border: 0;
	margin: 0;
	position: relative;
	}
legend {
	display: none;
	}
	form dt {
		display: inline;
		float: left;
		width: 160px;
		padding: 2px 0;
		font-weight: normal;
		line-height: 1.2;
		clear: left;
		margin-bottom: 10px;
		}
	form dd {
		margin-left: 160px;
		margin-bottom: 10px;
		}
	form ins {
		color: #e70013;
		background: url(ico00000.png) no-repeat left top;
		padding: 1px 0 1px 18px;
		margin-left: 5px;
		/*display: none;*/
		//vertical-align: top;
		line-height: 1;
		}
	form dt em {
		font-style: normal;
		font-weight: bold;
		color: #e70013;
		vertical-align: baseline;
		font-size: 16px;
		line-height: 14px;
		margin: 0 0 0 2px;
		position: relative;
		top: 3px;
		cursor: help;
		}
	



/*
	Lists
*/
ul {
	margin-bottom: 15px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	}
ul li {
	padding-left: 10px;
	background: url(ico00000.png) no-repeat 0 .5em;
	margin-bottom: 0;
	}

li ul {
	margin-top: 3px;
	margin-bottom: 3px;
	}

ol {
	margin-left: 30px;
	margin-bottom: 15px;
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0;
	}

ol li {
	padding-left: 0;
	background: none;
	margin-bottom: 0;
	}

li ol {
	list-style-type: lower-alpha;
	margin-top: 3px;
	margin-bottom: 3px;
	}

ol li ul li {
	padding-left: 10px;
	background: url(ico00000.png) no-repeat 0 .5em;
	margin-bottom: 0;
	}
	ol li ul li ol li {
		padding-left: 0;
		background: none;
		margin-bottom: 0;
		}
		ol li ul li ol li ul li {
			padding-left: 10px;
			background: url(ico00000.png) no-repeat 0 .5em;
			margin-bottom: 0;
			}
			ol li ul li ol li ul li ol li {
				padding-left: 0;
				background: none;
				margin-bottom: 0;
				}

dl {
	margin-bottom: 15px;
	}

dt {
	font-weight: bold;
	margin-bottom: 5px;
	}

dd {
	text-indent: 0;
	margin-bottom: 25px;
	}




/*
	Tables
*/
table {
	border-collapse: collapse;
	border: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	margin: 0;
	margin-bottom: 15px;
	background: #fff;
	text-align: center;
	}
th {
	padding: 1em 2em;
	border: 1px solid #ececec;

	color: #545454;
	font-weight: bold;
	vertical-align: middle;
	}
td {
	padding: 6px 12px;
	border-top: 1px solid #f9f9f3;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;

	color: #999;
	vertical-align: top;
	}
	td.first {
		border-top: 1px solid #ececec;
		vertical-align: top;
		}
	tr.odd td {
		background: #fcfcfc;
		}

thead, tfoot {
	display: none;
	}

tbody {
	}

col {
	}

colgroup {
	}

caption {
	display: none;
	}




/*
	Typography
*/
/* decorations */
.t-upper { text-transform: uppercase; }
.t-lower { text-transform: lowercase; }
.t-normal { font-weight: normal; font-style: normal;}
.t-b { font-weight: bold; }
.t-i { font-style: italic; }

/* aligns */
.t-tal, td.t-tal { text-align: left!important; }
.t-tac, td.t-tac { text-align: center!important; }
.t-tar, td.t-tar { text-align: right!important; }

.t-vat, td.t-vat { vertical-align: top; }
.t-vam, td.t-vam { vertical-align: middle; }
.t-vab, td.t-vab { vertical-align: bottom; }
.t-vas, td.t-vas { vertical-align: baseline; }

/* font-sizes */
.t-10 { font-size: 10px; }
.t-11 { font-size: 11px; }
.t-12 { font-size: 12px; }
.t-13 { font-size: 13px; }
.t-14 { font-size: 14px; }
.t-15 { font-size: 15px; }
.t-16 { font-size: 16px; }
.t-17 { font-size: 17px; }
.t-18 { font-size: 18px; }
.t-19 { font-size: 19px; }
.t-20 { font-size: 20px; }
.t-22 { font-size: 22px; }
.t-24 { font-size: 24px; }
.t-25 { font-size: 25px; }
.t-28 { font-size: 28px; }
.t-50 { font-size: 50px; }




/*
	Colors
*/
.c-grey { color: #545454; }
.c-green { color: #6cb90b; }
.c-red { color: #E70013; }




/*
	Grid Classes
*/
.x-fll { float: left; }
.x-flr { float: right; }

.x-cll { clear: left; }
.x-clr { clear: right; }
.x-clb { clear: both; }

.x-clear {
	background: none; 
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}




/* margins */
.m-0 { margin: 0px; }
.m-t-0 { margin-top: 0px; }
.m-r-0 { margin-right: 0px; }
.m-b-0 { margin-bottom: 0px; }
.m-l-0 { margin-left: 0px; }

.m-5 { margin: 5px; }
.m-t-5 { margin-top: 5px; }
.m-r-5 { margin-right: 5px; }
.m-b-5 { margin-bottom: 5px; }
.m-l-5 { margin-left: 5px; }

.m-10 { margin: 10px; }
.m-t-10 { margin-top: 10px; }
.m-r-10 { margin-right: 10px; }
.m-b-10 { margin-bottom: 10px; }
.m-l-10 { margin-left: 10px; }

.m-15 { margin: 15px; }
.m-t-15 { margin-top: 15px; }
.m-r-15 { margin-right: 15px; }
.m-b-15 { margin-bottom: 15px; }
.m-l-15 { margin-left: 15px; }

.m-20 { margin: 20px; }
.m-t-20 { margin-top: 20px; }
.m-r-20 { margin-right: 20px; }
.m-b-20 { margin-bottom: 20px; }
.m-l-20 { margin-left: 20px; }

.m-25 { margin: 25px; }
.m-t-25 { margin-top: 25px; }
.m-r-25 { margin-right: 25px; }
.m-b-25 { margin-bottom: 25px; }
.m-l-25 { margin-left: 25px; }

.m-30 { margin: 30px; }
.m-t-30 { margin-top: 30px; }
.m-r-30 { margin-right: 30px; }
.m-b-30 { margin-bottom: 30px; }
.m-l-30 { margin-left: 30px; }

.m-35 { margin: 35px; }
.m-t-35 { margin-top: 35px; }
.m-r-35 { margin-right: 35px; }
.m-b-35 { margin-bottom: 35px; }
.m-l-35 { margin-left: 35px; }

.m-40 { margin: 40px; }
.m-t-40 { margin-top: 40px; }
.m-r-40 { margin-right: 40px; }
.m-b-40 { margin-bottom: 40px; }
.m-l-40 { margin-left: 40px; }

.m-50 { margin: 50px; }
.m-t-50 { margin-top: 50px; }
.m-r-50 { margin-right: 50px; }
.m-b-50 { margin-bottom: 50px; }
.m-l-50 { margin-left: 50px; }