/*#############################################################
Name: Brown
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	/*background: #604020 url(img/brown.jpg) repeat-x;*/
	background: #604020;
	color: #151515;
	font: normal 85% "Lucida Sans Unicode",sans-serif;
	margin: 0 auto;
	width:80%;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
}

h1,h2,h3 {
	color: #06C;
	padding: 6px 0px 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	/*background: url(img/topleft.png) no-repeat;*/
}

.header {
	height: 92px;
}

/* title */
.title {
	/*float: left;*/
	/*padding: 28px 0 0 76px;*/
	margin-top:20px;
}
.title h1 {
	color: #FFF;
	font: normal 1.4em Verdana,sans-serif;
}
/* navigation */
.navigation {
list-style:none;
margin:0 auto;
padding:0;
/*width:100%;*/
font-size: 10px;
/*position:absolute; */
top:68; 
/*left:32% /*35%*/
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #838383;
	color: #FFF;
}

/* main */
.main {
	/*background: #FFF url(img/bgmain.png) no-repeat;*/
	background: #FFF;
	clear: both;
	padding: 12px 12px 0 52px;
}


/* content */
.content {
	float: center;
	margin-right: 4%;
	width: 96%; /*100%*/
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}

/* footer */
.toplinks {
	padding-bottom: 0.5em;
}
.footer {
	/*background: #3f3f3f url(img/brown-dn.jpg) repeat-x;*/
	background: #604020;
	color: #3f3f3f;
	font-size: 1.1em;
	padding-top: 15px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* TABLES USED IN COOKIE MANAGEMENT / EDIT BROWSER PAGES */


.faqheader{
font-size:15px;
font-weight:bold;
margin-bottom:0px;
}

.faqbody{
font-size:13px;
margin-top:0px;
margin-bottom:15px;
text-align:justify;
}

#swfupload-control p{ margin:10px 5px; font-size:0.9em; }
#log{ margin:0; padding:0; width:600px;}
#log li{ list-style-position:inside; margin:2px; border:1px solid #ccc; padding:10px; font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; color:#333; background:#fff; position:relative;}
#log li .progressbar{ border:1px solid #333; height:5px; background:#fff; }
#log li .progress{ background:#999; width:0%; height:5px; }
#log li p{ margin:0; line-height:18px; }
#log li.success{ border:1px solid #339933; background:#ccf9b9; }
#log li span.cancel{ position:absolute; top:5px; right:5px; width:20px; height:20px; 
	background:url('js/swfupload/cancel.png') no-repeat; cursor:pointer; }

.notices {
    background: #FFF6BF;
    color: #817134;
    border-color: #FFD324;
}

.success {

  background: #E6EFC2;
  color: #529214;
  border-color: #C6D880;
}

.error {
  background: #FBE3E4; 
  color: #D12F19; 
  border-color: #FBC2C4;
}