/*
	This file contains CSS rules for all default public elements styles. 
	
	This file is also used in FCKEDITOR!!!
*/

html, body, img
{
	border: 0;
	margin: 0;
	padding: 0;
}

html, input, textarea, select, table, td
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#d0d0d0;;
	vertical-align:top;
}

body
{
	background:#000;
}


h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a
{
	margin: 10px 0 10px 0;
	padding: 0;
	color:#9c9c9c;
	text-decoration:none;
}
h1
{
	font-size: 14px;
	font-weight: normal;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}
h2
{
	font-size: 14px;
	color:#c2c2c2;
	border-bottom:1px solid #999;
	text-transform:uppercase;
	margin:20px 0 10px 0;
}
h3
{
	font-size: 12px;
	font-weight: bold;
	color:#dfdfdf;
	margin-bottom:10px;
}
h4
{
	font-size: 12px;
	font-weight: bold;
}
h5
{
	font-size: 11px;
	font-weight: bold;
}

a
{
	color:#D0D0D0;
	text-decoration: underline;
}
a:hover
{	
	color:#e7e7e7;
}

form
{
	margin: 0; 
	padding: 0;
	border: 0;
}
input
{
	
}
textarea
{
	
}

ul
{
	padding: 0 0 0 20px;
	margin: 0;
}

li
{
	line-height:22px;
}

th
{
	text-align: left;
	font-weight: bold;
}

p
{
	margin: 7px 0 7px 0;
	padding: 0px;
	line-height:14px;
}

.tablehead td
{
	background:#999;
	padding:5px;
	font-weight:bold;
	color:#fff;
}

.adv
{
	margin:15px 30px;
	border:1px solid #545454;
	padding:10px 20px;
	color:#999;
}
