﻿/* General */

* {
border-width: 0px;
	margin: 0;
	padding: 0;
	text-align: left;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
min-width: 950px;
}

#main {
width: 100%;
background: url('../images/main-bg.gif') repeat-y center 0;
min-height: 100%;
height: 100%;
position: relative;
}
 
body>#main {
height: auto;
}

a:link, a:visited {
color: #005AA1;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
content: ' ';
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.noscreen {
display: none;
}

/* Paragraphs, headings, ... */

p {
line-height: 170%;
margin-bottom: 10px;
color: #333333;
}

h1 {
font-size: 1.4em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #004C87;
letter-spacing: 1px;
padding-bottom: 3px;
border-bottom: 1px solid #004C87;
margin-bottom: 7px;
text-transform: uppercase;
}

h2 {
font-size: 1.6em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #FFFFFF;
text-align: left;
margin: 3px 0 0 2px;
}

h3 {
font-size: 4em;
font-weight: normal;
color: #FFFFFF;
text-align: left;
padding: 8px 0 0 0;
}

h4 {
	color: #004C87;
	font-size:1.2em;
	margin-bottom:8px;
}

h5 {
	color:#003B69;
	font-size:1em;
	margin-top:5px;
}

h6 {
	color: #555555;
	font-size:1.2em;
	margin-bottom:10px;
}

/* Images */

a:link img.external{
	text-decoration:none;
	border:none;
}

img.float {
float: left;
margin: 0 .8em 0.5em 0;
}


/* Header */

#header {
height: 80px;
position: relative;
background: #F8F8F8 url(../images/tile.png) repeat;
}

#header-in {
width: 900px;
height: 80px;
position: relative;
margin: 0 auto;
}

#header-in .logo {
	margin-top:8px;
}

/* Search form */

form.searching {
width: 350px;
position: absolute;
top: 30px;
right: 0;
}
.banner {
width: 350px;
position: absolute;
top: 5px;
right: 50px;
float:right;
}


form.searching fieldset {
border: 0;
}

form.searching input.search {
letter-spacing: 1px;
float: left;
padding: 2px 0 2px 6px;
width: 139px;
border: 1px solid gray;
}

form.searching input.hledat {
letter-spacing: 1px;
padding-left: 0;
margin-left: 4px;
font-weight: bold;
color: #FFFFFF;
float: left;
}

form.searching label {
display: none;
}


/* Menu */

#menu-box {
background: #4A4A4A;
border-bottom: 3px solid black;
height: 25px;
}

#menu {
width: 950px;
margin: 0 auto;
}

#menu li {
display: inline;
list-style-type: none;
text-align: center;
}

#menu li.first a {
margin-left: 1.6em;
display: inline
}

#menu li a {
float: left;
color: #FFFFFF;
font-weight: bold;
font-size: 1.1em;
display: block;
margin-top:3px;
padding: 0.1em 1.4em 0.3em 1.4em;
}

#menu li a:hover, #menu li a.active {
color: #000000;
background-color: #FFA347;
font-weight: bold;
font-size: 1.1em;
}


/* Content box */

#content {
background: #FFFFFF url('../images/content-bg.gif') repeat-x 0 0;
min-height: 624px;
}

#content-box {
width: 950px;
margin: 0 auto;
background-color: #FFFFFF;
text-align: left;
border-right: 1px solid #B0B0B0;
border-left: 1px solid #B0B0B0;
padding-bottom: 80px;
min-height: 544px;
}

#content-box-in-left {
	float:left;
	width:20%;
}
#content-box-in-left ul {
	padding: 0;
}
#content-box-in-left li {
	list-style: none;
	background:url('../images/arrow.gif') no-repeat 1px 6px;
}
#content-box-in-left li li {
	list-style: none;
	background:url('../images/arrow.gif') no-repeat 11px 6px;
}
#content-box-in-left li li li {
	list-style: none;
	background:url('../images/arrow.gif') no-repeat 21px 6px;
}


#content-box-in-left li a {
	font-size: 1.1em;
	display: block;
	padding: 3px 0 3px 11px;
	text-decoration: none;
	width: 95%;
}
#content-box-in-left li li a {
	font-size: 1em;
	display: block;
	padding: 3px 0 3px 21px;
	text-decoration: none;
	width: 95%;
}

#content-box-in-left li li li a {
	font-size: 1em;
	display: block;
	padding: 3px 0 3px 31px;
	text-decoration: none;
	width: 95%;
}


#content-box-in-left li a:hover {
	text-decoration:underline;
}


#content-box-in-left h3 {
border: 0;
margin: 0;
background-color: #4A4A4A;
color: #FFFFFF;
padding: 3px 10px 4px 10px;
font-size: 1.1em;
font-weight:bold;
}

#content-box-in-left-in {
margin: 1.8em 1.5em 7em 0;
}


#content-box-in-center {
width: 59%;
float: left;
background-color: #FFFFFF;
}

#content-box-in-center-in {
margin: 1.8em 1.8em 7em 1em;
}
#results {
width: 99%;
float: left;
background-color: #FFFFFF;
}

#results-editor {
width: 79%;
float: left;
background-color: #FFFFFF;
}

#results-in {
margin: 1.8em 1.8em 7em 1em;
}


#content-box-in-right {
width: 20%;
float: right;
background-color: #FFFFFF;
}

#content-box-in-right ul {
	padding: 0;
}
#content-box-in-right li {
	border-bottom: 1px solid #b5d7f8;
	list-style: none;
}
#content-box-in-right li a {
	font-size: 1.1em;
	color: #004d4d;
	display: block;
	padding: 6px 10px 6px 0;
	text-decoration: none;
	width: 95%;
}
#content-box-in-right li a:hover {
	background-color: #c9e1f8;
	color: #004d4d;	
}


#content-box-in-right-in {
margin: 1.8em 0 7em 1.5em;
}

/* Table */

table {
font-size: 1.1em;
border-collapse: collapse;
border: 1px solid #CCCCCC;
margin: 15px 0 20px 0;
width: 90%;
}

th, td {
padding: 3px 13px;
border: 1px solid #CCCCCC;
}

th {
font-weight: bold;
}

#footer {
width: 100%;
height: 35px;
background: #004A75 url('../images/footer-bg.gif') repeat-x 0 0;
position: absolute;
bottom: 0;
left: 0;
}

#footer-in {
width: 950px;
margin: 0 auto;
}

p.footer-left {
float: left;
width: 950px;
color: #FFFFFF;
text-align: center;
margin: 9px 0 0 9px;
display: inline;
}

p.footer-left a, p.footer-left a:visited {
color: #FFFFFF;
padding: 1px 2px;
}

p.footer-left a:hover {
background-color: #FFFFFF;
color: #006497;
}

.input, textarea {
	background-image:url('../images/form_bg.jpg');
	background-repeat:repeat-x;
	border:1px solid #ccc;
	color:#185889;
	font-size:12px;
	padding:5px;
}

.inputselect {
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #ccc;
	color:#185889;
	width:150px;
}

.select {
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #ccc;
	color:#185889;
	width:200px;
	height:25px;
	padding-top:2px;
}
.select1 {
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #ccc;
	color:#185889;
	height:25px;
	padding-top:2px;
}

.submitcontact {
	width:66px;
	height:25px;
	margin:5px 0 5px 0;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	background:url(../images/but_send.png) no-repeat;
	border:none;
	color:#fff;
	font-family:Arial, verdana,serif;
	font-size:0.9em;
	cursor:pointer;
}
.submitcontact:hover {
	background:#032f55;
}

.guide {
	border: 1px solid #d3caac;
	border-collapse: collapse;
	font-size:small;
}
.guide a {
	font-weight:normal;
}
.guide_header {
	color: #FFFFFF;
	background: #303028;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	height: 30px;
}
.guide td {
	border-bottom: 1px solid #d3caac;
	height: 30px;
	padding: 5px;
}
.guide_col234 {
	width:70px;
	text-align:center;
}
.guide_col1 {
	background-color:#F0F5F1;
	width:140px;
}

.att {
font-size: 0.9em;
border-collapse: collapse;
border: 1px solid #CCCCCC;
margin: 10px 0 20px 20px;
width: 90%;
color:#444444;
}

.att .col1 {
	width:100px;
}

.att .col2 {
	width:70px;
	text-align:center;
}

.att .header {
	font-weight:bold;
    color: #444444;
    background:#ABCDF3;
}

.att li, .tut-box li, #content-box-in-center-in ol, #content-box-in-center-in ul {
	margin-left:30px;
	color:#333333;
}

.att ul, #content-box-in-center-in ol, #content-box-in-center-in ul  {
	margin-bottom:10px
}

.result {
	margin-left:30px;
}

.tag {
	background-color: #F0F0F0;
	border: 1px solid #ABCDF3;
}

.dep {
	color: #FF0000;
}

.box {
	border: 1px dashed #ABCDF3;
	background:#EEFCF6;
	margin-left:20px;
	margin-right:20px;
	padding:5px;
	margin-bottom:20px;
}
a.external:link, a.external:visited
{
	background-image: url("../images/external.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 13px;
}

abbr, acronym{
	cursor:help;
	border-bottom:1px dotted;
}

.tut-box {
	border:1px solid #C0C0C0;
	background:#F8F8F8;
	margin:0 10px 0 10px;
	padding:10px;
}
.tut-box li {
	padding-bottom:5px
}
.tut-code {
	border:2px dashed #666666;
	background:#FFFFCC;
	padding:10px;
	margin:10px;
}
code {
	font-style:italic;
	font-size:1.2em;
}
.caution, .tip, .note {
  margin: 0 10px 10px 10px;
  padding: 6px;
  border: 1px solid #333;
}
.caution h4, .tip h4, .note h4 {
  margin: 6px 0px;
}

li .caution, li.tip, li .note {
  text-indent: 0px; 
}

.caution {
  background: #ffc;
}

.tip, .note {
  background: #ddf;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color:#777;
	}
table.color {
	border:2px solid white;
	font-size:1em;
	text-align:left;
	width:100%;
}
table.color td {
	border:2px solid white;
}
table.color tr {
	border:2px solid white;
}
input {
	border:1px solid #CCCCCC;
}
legend {
	margin-left:10px;
}
fieldset {
	padding:5px;
	border:1px solid #CCCCCC;
}
hr {
	border:1px solid gray;
}
dd {
	padding-left:10px;
}
.depr {
	background:url(../images/excl.png) 2px no-repeat;
	padding-left:24px;
}