/**
 * Standard HTML elements
 */
* {
	font-size: 100.01%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

body {
	background-color: #000;
	color: #c8bd9f;
	font: 1em/1.56em Georgia, serif;
	position: relative;
}

a {
	color: #6ccff6;
}

a:visited {
	color: #9064ad;
}

a:hover,
a:focus {
	color: #fff !important;
}

img {
	border: 0;
}

p,
address,
blockquote {
	margin: 0 0 .6em;
}

address {
	font-style: normal;
}

small {
	font-size: .8em;
}

hr {
	border: 0 hidden;
	border-top: 1px solid #d6d6d6;
	clear: both;
	height: 0;
}

dl,
ul {
	margin: 0 0 1.5em;
}

ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style-type: none;
}

li {
	margin: 0 0 .3em;
}

li ul,
li ol {
	margin: .3em 0 0 2.5em;
}

dt {
	font-weight: bold;
	margin: 0;
}

dd {
	margin: 0 0 .6em;
}

h1, h2, h3, h4 {
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}

h1 {
	font-size: 1.9375em;
	line-height: normal;
	margin: 0 0 .5em;
}

h2 {
	font-size: 1.1875em;
	margin: 2em 0 1em;
}

h3 {
	font-size: 1.0625em;
	margin: 1.5em 0 .3em;
}

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

h1 + h2,
h1 + h3,
h2 + h3 {
	margin-top: 0;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	border: none;
	padding: 0;
	text-align: left;
	vertical-align: top;
}


/**
 * Standart presets
 */
.clear {
	clear: both;
	font-size: 0;
	height: 1px;
	overflow: hidden;
}

.clickable {
	cursor: pointer;
}

.nobr {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

.js .jhidden {
	display: none !important;
}

.errors,
.successes {
	margin: 1.5em 0;
}

.errors {
	color: #c66;
}

.pseudo_link {
	border-bottom: 1px dashed;
	color: #6ccff6;
	cursor: pointer;
	text-decoration: none;
}

.pseudo_link:hover {
	color: #fff;
}

ul.list {
	margin-left: 1.3em;
}

ul.list li {
	line-height: 1.4em;
	margin-bottom: 1em;
}

ul.list > li {
	text-indent: -1.3em;
}

ul.list > li:before {
	content: '\2014\a0';
}

input.empty {
	color: #b2b2b2;
}

.navigation a,
.navigation b {
	font-weight: normal;
}

table.data {
	empty-cells: show;
	margin: 0 0 1.2em;
}

table.data th,
table.data td {
	padding: .3em 2em .3em 0;
}

table.data th {
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
}

table.data td.number,
table.data th.number {
	text-align: right;
}

#measurer {
	left: 0;
	height: 1em;
	line-height: 1em;
	position: absolute;
	top: -1em;
	visibility: hidden;
	width: 100%;
}

.digit {
	font-family: 'Times New Roman', Times, serif;
}

/*
.progress {
	background: url('/f/1/global/i/progress.gif') repeat-x 0 0;
	height: 20px;
	width: 20px;
}*/