@import url("modules.css");
@import url("layout.css");
@import url("subnavigation.css");
@import url("navigation.css");

body, html {
	margin: 0;
	with: 100%;
	font-family : Arial, Helvetica, sans-serif;
	color: #807979;
	font-size: 1em;
	background-color: #000000;
	background-image:url(images/bg_body.gif);
	background-position: top center;
	background-repeat:repeat-y;
	}

hr {
    color: #FF9A00;
	}

* {
	color:#807979;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
img {
	border: 0px solid #333333;
	}

h1 {
	margin: 0px 0px 11px 0px;
	font: normal 2.0em 'Arial', Verdana, sans-serif;
	color: #FF9A00;
	}

h2 {
	margin: 15px 0px 9px 0px;
	font: normal 1.6em Arial;
	color: #B7B49B;
}

h3 {
	margin: 15px 0px 7px 0px;
	font: bold 1.3em Arial;
	color: #B7B49B;
}

h4 {
	margin: 15px 0px 5px 0px;
	font: bold 1.1em Arial;
	color: #B7B49B;
}

p {
	/*font-size: 0.9em;*/
	line-height : 1.5em;
	margin: 0 0 15px 0;
}

a {
	color: #B8B7AB;
	text-decoration:none;
}

a:hover {
	color: #E2B03A;
	text-decoration:none;
}

ul, ol {
	padding: 0 0 15px 15px;
	margin: 0;
}

ul ul, ol ol {
	padding: 0 0 0 15px;
	margin: 0;
}

li {
	padding: 0;
	line-height : 1.4em;
	padding-left: 15px;
        margin: 0 0 0 5px;
}

ol li {
	background: none;
}

table {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-width: 0px; 
}

th {
	color:#FF9A00;
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #000;
	border: 0px;
	border-right: 0px solid #333333;
	border-bottom: 0px solid #333333;
}

tr{
	border: 0px solid #333333;
}

tr.row1 {
	background-color: #000000;
}

tr.row2 {
	background-color: #111111;
}

td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 0px solid #333333;
	border-right: 0px solid #333333;
	border-spacing: 0px;
}

#breadcrumb a, #fontsize a{
	color: #33FF00;
	text-decoration:none;
}

#fontsize a.smaller {
	font-size: 0.9em;
}

#fontsize a.reset {
	font-size: 1.0em;
}

#fontsize a.bigger {
	font-size: 1.1em;
}

#breadcrumb a:hover, #fontsize a:hover {
	color: #807979;
	text-decoration:none;
}

/* ---- FORMULAR STYLE ---- */
legend {
	font:bold 14px Arial, Verdana, Helvetica, sans-serif;
	color: #807979;
	padding: 0px;
}

fieldset {
	border: solid 1px #333333;
	padding: 10px;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { 
    color:#807979;
	border: 1px solid #333333; 
    margin-bottom: 1px; 
}

select {
	border:solid 1px #333333;
	color: #807979;
	font-size: 11px;
	margin-bottom: 1px;
	width: 170px;
	padding: 1px;
}

input, textarea { 
    background: #000 top left repeat-x; 
    font: 11px Arial; 
    border: 1px solid #333333;
    padding: 1px; 
    margin-bottom: 1px;
width: 170px;
}

* html input, textarea { 
width: auto;
}

input[type=submit], input[type=reset], input[type=button]{
	width: auto;
	background: #000 top left repeat-x;
	color: #807979;
	padding-left: 5px;
	padding-right: 5px;
}

input[type=radio], input[type=checkbox]{ 
	width: auto;
}

#fontsize input { 
	font-family: 'Arial', Verdana, sans-serif;
	letter-spacing: 0.0em;
    border: 1px solid #333333;
    padding: 0; 
    margin-bottom: 1px;
	background-color: #000;
	height: 18px;
}

#fontsize input:hover, #searchbox input:focus { 
    border: 1px solid #333333; 
    margin-bottom: 1px; 
}

#fontsize input {
	font-size: 12px;
	font-weight:normal;
	color: #807979;
}

#searchbox input {
	/*font: 12px Arial, bold, #666666, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; */
	background-color:transparent;
	
	font-size: 14px;
	font-weight:normal;
	color: #807979;
	font-family: 'Arial', Verdana, sans-serif;
	letter-spacing: 0em;
	border: 1px solid #333333;
	padding: 2px 25px 2px 5px;
	margin-bottom: 1px;
	width: 190px;
}

#searchbox input:hover, #searchbox input:focus { 
    border: 1px solid #393939;
	}
