/* Body
---------------------------------------------------------------------------------------- */
body {
	background: #000;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
}



/* Texts HTMLs
---------------------------------------------------------------------------------------- */
em, i {
	font-style: normal;
}

hr {
	border-width: 0; 
	clear: both; 
	color: #000; 
	display: block;
}

p {
	line-height: 1.5em; 
	margin: 0 0 5px 0; 
	text-align: justify;
}



/* Links
---------------------------------------------------------------------------------------- */
a {
	color: #000; 
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}



/* Lists
---------------------------------------------------------------------------------------- */
ul {
	list-style: none; 
	margin: 5px 0 5px 15px; 
	padding: 0; 
	text-align: left;
}

ol {
	padding: 4px 0 0 5px;
}



/* Images
---------------------------------------------------------------------------------------- */
img {
	border: 0;
}

img.border {
	border: 1px solid #000000; 
	padding: 2px;
}

img.icon {
	margin: 0 3px 0 1px; 
	vertical-align: -3px;
}

img.toleft {
	margin-right: 10px;
}

img.toright {
	margin-left: 10px;
}


/* Indexes
---------------------------------------------------------------------------------------- */
sub, sup {
	position: relative; 
	vertical-align: baseline;
}

sub {
	top: 0.4em;
}

sup {
	bottom: 0.4em;
}


/* Tables
---------------------------------------------------------------------------------------- */

table.nice {
	font-size: 12px; 
	width: 950px;
}

table.nice tr td {
	line-height: 2em; 
	padding: 2px;
}

table.nice tr td.item {
	background: #0E88C7; 
	color: #fff; 
	font-weight: bold; 
	width: 250px;
}

table.nice tr td.item a {
	color: #fff;
}

table.nice tr th {
	background: #084385; 
	border-bottom: 1px solid #000000; 
	border-top: 1px solid #000000; 
	color: #fff; 
	font-weight: bold; 
	padding: 5px; 
	text-align: left;
}

table.medium {
	width: 350px;
}


/* Headline
---------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	clear: both; 
	color: #000000; 
	font-size: 14px; 
	margin: 0; 
	line-height: 1.5em;
}

h1 {
	font-size: 18px; 
	margin: 5px 0; 
	padding: 0;
}

h2 {
	font-size: 1px; 
	margin: 5px 0; 
	padding: 0;
}

h3 {
	margin: 10px 0;
}

h4 {
	font-size: 1em;
}


/* Forms
---------------------------------------------------------------------------------------- */
form {
	margin: 0; 
	padding: 0;
}

legend {
	background-color: #72376F; 
	color: #fff; 
	padding: 3px;
}

legend a {
	color: #fff; 
	font-weight: normal;
}

legend a:hover {
	color: #fff;
}


/* Global classes
---------------------------------------------------------------------------------------- */

.clear {
	clear: both; 
	font-size: 0;
}

.smaller {
	font-size: 0.85em;
}

.small {
	font-size: 0.8em;
}

.gray {
	color: #686868;
}

.blue {
	color: #004080;
}

.red {
	color: #9f0000;
}

.green {
	color: #008000;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.toblock {
	text-align: justify;
}

.toleft {
	display: block; 
	float: left; 
	text-align: left;
}

.toright {
	display: block; 
	float: right; 
	text-align: left;
}

.nomargin {
	margin: 0;
}

.nobold {
	font-weight: normal;
}

.error {
	display: block; 
	color: #000000; 
	font-weight: bold; 
	text-align: center; 
	padding-top: 10px;
}

.error a {
	color: #000000;
}

.hidden	{
	display: none;
}

.border	{
	border: 1px solid #993333; 
	padding:7px;
}

.border_bottom {
	border-bottom: 1px solid #993333;
}

.half {
	width: 240px;
}

.bad {
	background-color: red; 
	color: white;
}

.bad a {
	color: white;
}

.line_bottom {
	border-bottom: 1px dotted white; 
}

.icon {
	float: left;
}

.menicko {
	display: none;
}


/* Web layout
---------------------------------------------------------------------------------------- */
#ads_top {
	display: none;
}

#main {
	background: transparent; 
	line-height: 2em; 
	width: 100%;
}

#top-container {
	display: none;
}

#menu-container {
	display: none;
}

#col_right {
	display: none;
}

#bottom {
	display: none;
}

#socials {
	display: none;
}

#article_icons {
	display: none;
}