/* Page Formatting */
* {
	margin:0;
	padding:0;
}

body {
	background-color: #fcfcfc;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font: 90% "Trebuchet MS", Arial, Verdana;
	color: #555555;
	text-align: left;
}
a {
	color: #6a95ad;
	text-decoration: none;
}
a:hover {
	color: #e9bf1b;
	text-decoration: none;
}
img, img a {
	border: 0;
}
p {
	line-height: 1.7em;
	margin-bottom: 20px;
}
ul {
	padding: 0 0 10px 40px;
}

/* Page Structure */
#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background-color: #fff;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#header {
	height: 100px; /*200px*/
	background-image: url(images/header-simple.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#sidebar {
	/*float: left;*/
	text-align: left;
	width: 150px;
	padding: 10px;
	background-image: url(images/bg-sidebar.gif);
	border: 1px solid #efefef;
	color: #666666;
}
#sidebar h2 {
	margin-bottom: 5px;
	font-size: 1.2em;
}
#sidebar p {
	line-height: normal;
	margin-bottom: 5px;
}
#content {
	float: right;
	/*margin-left: 190px;*/
	width: 570px;
	min-height: 450px;
}
#footer {
	clear: both;
	padding: 10px 0;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
	color: #999999;
}
#footer p {
	margin: 0;
}
#prefooter {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #efefef;
	border-top: none;
}
#prefooter div {
	float: left;
	width: 180px;
	margin-left: 10px;
}
#prefooter p {
	margin: 0;
}
#prefooter div ul {
	list-style-type: none;
	padding: 0;
}
#prefooter div h3 {
	font-weight: bold;
	font-size: 1.0em;
	letter-spacing: normal;
}
#langs {
	float: right;
}

/* Headings */
h1 {
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
	line-height: 100px; /*200px*/
	margin-left: 10px;
}
h1 a {
	color: #ffffff;
}
h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}
h2 {
	font-weight: bold;
	font-size: 1.8em;
}
h3 {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1.4em;
	padding-bottom: 0;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: none;
}
h4 {
	font-size: 1.1em;
}
#error {
	color: red;
	text-align: center;
}

/* Sidebar */
#sidebar ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#sidebar li {
	list-style-type: none;
	margin-left: 14px;
}
#sidebar li:hover {
}
#sidebar a {
	font-weight: normal;
}
#sidebar a:hover {
	text-decoration: underline;
}

/* Classes */
.item {
	margin-bottom: 10px;
}
.meta {
	margin-bottom: 10px;
	color: #999999;
}
.clearer {
	clear: both;
}
ul.faq {
	list-style-type: none;
	padding-left: 15px;
	margin: 5px;
}
p.faq_right {
	float: right;
	margin: 0;
}
.messages h3 {
	margin: 15px 0 0 0;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #7f6a00;
}
.message {
	border-top: 1px solid #e3e3e3;
	padding: 0 5px;
}
.message p {
	margin: 0;
	padding: 5px;
}
.message:hover {
	background-color: #f5f5f5;
}
.topad {
	width: 468px;
	height: 60px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 20px;
	right: 4px;
	float: right;
}

/* Extra's */
blockquote  {
	border-left: 5px solid #7f6a00;
	color: #333333;
	padding-left: 5px;
	margin-bottom: 20px;
}
#subscribe {
	padding-right: 5px;
}
#sub {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
#sub a:hover {
	text-decoration: none;
}
.opaque {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.opaque:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Inputs */
input.small {
	width: 100px;
}

.homeform {
	border: 2px solid #efefef;
	width: 550px;
	margin: 0px auto 15px auto;
	text-align: center;
	background-color: #efe88c;
	padding: 5px 0 5px 0;
}
.homeform input.urlinput {
	width: 400px;
	color: #e9bf1b;
	border: 1px solid #eddc59;
	text-align: center;
	font-size: 2em;
	padding: 2px 0;
}
.homeform input {
	color: #e9bf1b;
}
.homeform input.submitbutton {
	font-size: 1.9em;
	padding: 2px 8px;
}
.homeform p {
	margin: 0;
}
#options {
   list-style-type: none;
   width: 500px;
   margin: 10px; padding: 0;
}
#options li { 
   float: left;
   width: 240px;
   border-left: 5px solid #eddc59;
   text-align: left;
   padding-left: 5px;
}

/* TABLES USED IN COOKIE MANAGEMENT / EDIT BROWSER PAGES */
table {
   border-color: #666;
   border-width: 0 0 1px 1px;
   border-style: solid;
}
th {
   font-size: normal;
   background: #ccc;
   border-width: 2px;
}
td, th {
   border-color: #666;
   border-width: 1px 1px 0 0;
   border-style: solid;
   padding: 2px 10px 2px 10px;
}
td {background: #eee;}
.full-width {
   width: 98%;
}
.large-table { 
   width: 75%; 
   margin-top: 15px;
}
.large-table td, .large-table th {
   padding: 5px;
}
td.small-note {
   font-size: 60%;
   padding: 2px;
   text-align: right;
}











#nav {
   text-align: right;
   list-style-type: none;
   font-size: 80%;
   margin: 20px 0 0 0;
   padding: 0;
}
#nav li {
   padding: 0 5px 0 5px;
   display: inline;
   border-left: 1px solid #ccc;
}
/* TOOLTIP HOVER EFFECT */
label.tooltip { cursor: help; }
#tooltip {
	color: #fff;
	width:20em;
	z-index: 1000;
	background: #846;
	font-size: .9em;
	font-weight: normal;
	border: 3px solid #333;
	text-align: left;
	padding: 5px;
	margin: 5px;
}