/* Basic elements
-----------------------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, form, ul, li, dl, p, table, td, th, iframe {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
html, body, table, textarea, select, input, button {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	text-align: center;
	color: #ffffff;
}
@media screen {
	body {
		background-color: #303030;
	}
}
@media print {
	body {
		background-color: #ffffff;
	}
	#base .noprint, #left, #right, #navigate, #top, #base #path #yourhosting {
		display: none;
	}
	body #base {
		border: none;
	}
	#main #page {
		width: 100%;
	}
	#main #page h1, #main #page h2, #base #path {
		background: none;
		color: #000000;
		border: none;
		border-bottom: solid 1px #000000;
	}
	#base #path a {
		color: #000000;
		font-size: 16px;
	}
	#main #page .content, #main #page .details, #main #page .form .field, #base #footer div {
		background: none;
	}
	#page h1, #page h2, #page .content {
		border-right-width: 1px;
	}
	#footer #footermenu, #footer #flags {
		display: none;
	}
	#base #footer #copyright {
		width: 100%;
		text-align: center;
		font-size: 12px;
	}
	#footer #copyright a {
		display: inline;
	}
	#dialogiframe {
		display: none;
	}
	#dialog {
		position: static;
	}
}
img, iframe {
	border: none;
	display: block;
}
.cb {
	display: block;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.overflow {
	overflow: hidden;
}
a {
	color: #1a5a7f;
}
a:hover {
	color: #ed0000;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	width: 100%;
}
td, th {
	vertical-align: top;
	text-align: left;
}


/* Basecontainer
-----------------------------------------------------------------------------------------*/
#base {
	width: 900px;
	height: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	border-left: 2px solid #6e6e6e;
	border-right: 2px solid #6e6e6e;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
}


/* Topcontainer
-----------------------------------------------------------------------------------------*/
#top {
	height: 80px;
	background: url(../images/bg/top.gif) repeat-x;
}
#top #sitelogo {
	float: left;
	margin-right: 25px;
}

#top .menu {
	line-height: 20px;
}
#top .menu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #b0b0b0;
}
#top .menu a:hover {
	border-bottom: solid 1px #ffffff;
}
#top .menu span {
	margin: 0 10px;
}

#top #usermenu {
	height: 22px;
}
#top #usermenu a {
	font-weight: normal;
}
#top #usermenu a:hover {
	border-bottom: solid 1px #ff0000;
}
#top #usermenu span {
	margin: 0 5px;
}

#top #login {
	line-height: 18px;
	height: 18px;
	padding-top: 4px;
}
#top #login label {
	float: left;
	padding-right: 3px;
}
#top #login input {
	float: left;
}

#top #search {
	margin-top: 16px;
	height: 10px;
}
#top #search input, #search select {
	float: left;
	width: auto;
}


/* Maincontainer
-----------------------------------------------------------------------------------------*/
#main h1, #main h2 {
	background: #707070 url(../images/bg/head_grey.gif) repeat-x;
	height: 22px;
	border-left: solid 1px #6a6a6a;
	border-right: solid 1px #6a6a6a;
	color: #ffffff;
	padding-left: 5px;
	font: bold 13px/22px 'Trebuchet MS', Verdana, Arial, sans-serif;
}
#main h1 a, #main h2 a {
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}
#main h1 a:hover, #main h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#main h1.red, #main h2.red {
	background: #f00000 url(../images/bg/head_red.gif) repeat-x;
	border-color: #cc0000;
}
#main h1.white, #main h2.white {
	background: #f5f5f5 url(../images/bg/head_white.gif) repeat-x;
	border-color: #d2d2d2;
	color: #1b1b1b;
}
#main h1 span, #main h2 span {
	font-weight: normal;
}
#main h1 a.icon, #main h2 a.icon {
	float: right;
	margin-right: 5px;
}


/* Rightcontainer
-----------------------------------------------------------------------------------------*/
#right {
	width: 121px;
	margin-left: 4px;
	float: right;
}


/* Pagecontainer
-----------------------------------------------------------------------------------------*/
#page {
	width: 738px;
	float: right;
}


/* Navigation through adlist
-----------------------------------------------------------------------------------------*/
#page #navigate {
	height: 22px;
	padding-bottom: 2px;
}
#page #navigate a {
	float: right;
	display: block;
	width: auto;
	text-decoration: none;
	border: solid 1px #cbcbcb;
	color: #404040;
	padding: 0 8px;
	margin: 0 2px;
	font: bold 12px/20px 'Trebuchet MS', Arial, sans-serif;
}
#page #navigate a.back {
	float: left;
	margin: 0;
}


/* Content
-----------------------------------------------------------------------------------------*/
.content, #main dl {
	background-color: #f3f3f3;
	border: solid 1px #e9e9e9;
/*	border-top-width: 0px;	*/
}
.light {
	background-color: #fafafa;
}
.content ul {
	margin-left: 20px;
	line-height: 16px;
	list-style-type: square;
}
.content em {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: solid 1px #e5e5e5;
	padding-left: 5px;
	line-height: 22px;
}
.content p, .leadtext, .neutralreports {
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	display: block;
	clear: both;
}
#page h1, #page h2, #page .content, #right h2, #right .content {
	border-right-width: 0px;
}
#left h2, #left .content {
	border-left-width: 0px;
}


/* Path
-----------------------------------------------------------------------------------------*/
#path {
	background: #000000 url(../images/bg/path.gif) repeat-x;
	height: 22px;
	line-height: 22px;
	border-top: solid 1px #a5a5a5;
	border-bottom: solid 1px #a5a5a5;
	margin-bottom: 10px;
}
#path #yourhosting {
	float: right;
}
#path div {
	width: 760px;
}
#path span {
	color: #b5b5b5;
	padding: 0 3px;
	float: left;
}
#path a {
	color: #e5e5e5;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	padding: 0 5px;
	text-decoration: none;
	float: left;
}
#path a:hover {
	color: #ffffff;
}
#path h1, #path a {
	overflow: hidden;
	white-space: nowrap;
}


/* Leftcontainer
-----------------------------------------------------------------------------------------*/
#left {
	width: 150px;
	float: left;
}
#left .linklist a {
	display: block;
	text-decoration: none;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	color: #1f1f1f;
	line-height: 16px;
	width: 140px;
}
#left .linklist a:hover {
	background-color: #d5d5d5;
	color: #000000;
}


/* Table for displaying details
-----------------------------------------------------------------------------------------*/
table.details {
	background-color: #f9f9f9;
}
table.details th, table.details td {
	padding: 3px 5px;
}
table.details th {
	font-weight: bold;
	width: 150px;
}


/* Promotions
-----------------------------------------------------------------------------------------*/
.promotion {
	background-color: #f5f5f5;
	border-collapse: separate;
	border-spacing: 1px;
}
#page .promotion td {
	text-align: center;
	padding: 3px;
	border: solid 1px #ebebeb;
	cursor: pointer;
	background-color: #ffffff;
}
.promotion td {
	text-align: center;
	padding: 3px;
	border: solid 1px #ebebeb;
	cursor: pointer;
	background-color: #ffffff;
}
.promotion td.empty {
	background: none;
	border: none;
}
.promotion a.photo {
	display: block;
	padding-top: 3px;
	height: 70px;
}
.promotion a.photo img {
	margin: 0 auto;
}
#page .promotion div.title {
	text-align: center;
	padding-bottom: 2px;
	height: 48px;
	overflow: hidden;
}
.promotion div.title {
	text-align: center;
	padding-bottom: 2px;
	height: 48px;
	overflow: hidden;
}
#page .promotion div.title a {
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.promotion div.title a {
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.promotion i {
	color: #404040;
}


/* Color effects
-----------------------------------------------------------------------------------------*/
#main .colorband, #main .colorband td {
	background-color: #edf870;
	border-color: #d7e168;
}
#main .effhover .item:hover, .neutralreports div {
	background-color: #ecf4ff;
	border-color: #d8e4f4;
}


/* Form
-----------------------------------------------------------------------------------------*/
textarea {
	overflow: auto;
	height: 100px;
}
input, textarea, select , button{
	padding-left: 1px;
	border: solid 1px #9b9b9b;
	width: 200px;
	background: #ffffff url(../images/bg/input.gif) no-repeat top right;
	line-height: 14px;
	color: #1b1b1b;
}
input, button {
	height: 15px;
}
input.button, button, a.button {
	height: 19px;
	padding: 0 8px;
	width: auto;
	background: #202020 url(../images/bg/glow_black.gif) repeat-x;
	font-weight: bold;
	color: #ffffff;
	border: solid 1px #323232;
	cursor: pointer;
	overflow: visible;
}
a.button {
	text-decoration: none;
	height: 17px;
}
input.red, button.red, a.red {
	background: #ac0000 url(../images/bg/glow_red.gif) repeat-x;
	border-color: #7d0f0f;
}
input.white, button.white, a.white {
	background: #dddddd url(../images/bg/glow_white.gif) repeat-x;
	border-color: #a0a0a0;
	color: #000000;
}
button {
	padding-left: 4px;
}
button img {
	margin: 0 4px -4px 0;
	display: inline;
}
select {
	width: 205px;
	background-image: none;
}



/* Checkbox of radio
------------------------------------------------------------------*/
input.fieldbox {
	border: none;
	background-image: none;
	padding: 0;
	margin: 0 1px 0 0;
	display: block;
	float: left;
	background-color: transparent;
	height: 20px;
	width: auto;
}
.form div.boxes {
	line-height: 18px;
	width: auto;
	padding-left: 5px;
	height: 18px;
}
.form div.boxes div {
	padding: 0 10px 0 0;
	vertical-align: middle;
	white-space: nowrap;
	float: left;
}
.form div.boxes  label {
	display: block;
	white-space: nowrap;
	font-weight: normal;
	float: none;
	width: auto;
	font-family: Verdana;
}


/* Field notes
------------------------------------------------------------------*/
.form span.note {
	color: #404040;
	font-size: 10px;
	display: block;
	margin-left: 165px;
}
.form .topdown span.note {
	margin-left: 0;
}


/* Fields
------------------------------------------------------------------*/
.form div.field {
	clear: left;
	padding: 5px 0;
	line-height: 18px;
}
.form div.field, .form div.fields {
	overflow: hidden;
	width: 100%;
}
.form div.field, .form div.fields, .form div.space {
	background-color: #f9f9f9;
}
.form div.space {
	clear: both;
	height: 20px;
}
#page .form .nobg {
	background-color: transparent;
}
.form div.topdown {
	width: auto;
	padding-left: 5px;
}
.form div.topdown label {
	float: none;
	padding: 0 0 2px 0;
	white-space: nowrap;
}
.form div.float {
	float: left;
	clear: none;
	padding-right: 5px;
	width: auto;
}
.form div.float label {
	clear: both;
	float: none;
	width: auto;
}
.form div.text {
	float: left;
}
.form label {
	font-weight: normal;
	display: block;
	color: #000000;
	width: 160px;
	float: left;
	padding-left: 5px;
	font-family: Arial;
}
.form label.required {
	font-weight: bold;
}
.form label.error {
	color: #ed0000;
}


/* Element sizes
------------------------------------------------------------------*/
.form .xtiny {
	width: 50px;
}
.form .tiny {
	width: 70px;
}
.form .xsmall {
	width: 100px;
}
.form .small {
	width: 150px;
}
.form .normal {
	width: 200px;
}
.form .medium {
	width: 250px;
}
.form .large {
	width: 300px;
}
.form .xlarge {
	width: 430px;
}
.form .xxlarge {
	width: 550px;
}
.form textarea.large, .form textarea.xlarge, .form textarea.xxlarge {
	height: 140px;
}
.form input.file {
	height: auto;
}


/* Reports and errors
------------------------------------------------------------------*/
.errors, .reports {
	padding: 5px;
}
.errors div, .reports div,.neutralreports div  {
	padding: 10px 5px;
}
.errors div, .reports div {
	background-color: #ffffff;
}


/* Form errors
------------------------------------------------------------------*/
.errors div {
	border: solid 1px #e5e5e5;
	color: #000000;
}
.errors b {
	color: #ed0000;
}
.errors ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: outside square;
}
.errors li {
	line-height: 16px;
}
.errors li b {
	color: #000000;
}


/* Reports
------------------------------------------------------------------*/
.reports div {
	border: dashed 1px #a5a5a5;
	color: #2b2b2b;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}


/* Neutral reports
------------------------------------------------------------------*/
.neutralreports div {
	border-width: 1px;
	border-style: solid;
}
.neutralreports div b {
	color: #000000;
}


/* Outlining form buttons
------------------------------------------------------------------*/
form .buttons {
	text-align: center;
	padding: 6px 0;
}
form .buttons .button {
	margin: 3px;
}


/* Dialog window
------------------------------------------------------------------*/
#dialog, #dialogiframe {
	margin: 0 auto;
	background-color: #323232;
	padding: 1px;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 100;
}
#dialog span {
	float: right;
	display: block;
	width: 20px;
	text-align: center;
	line-height: 20px;
	font: bold 12px/20px Arial, sans-serif;
	color: #ffffff;
	cursor: pointer;
	background: transparent;
}
#dialog .head {
	text-align: left;
	padding-left: 5px;
	margin: 0;
	background: #ac0000 url(../images/bg/glow_red.gif) repeat-x;
	border-bottom: solid 1px #7d0f0f;
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
}
#dialog .head div {
	display: inline;
	font-weight: normal;
}
#dialog div.inside {
	background-color: #ffffff;
	text-align: center;
}
#dialog .close {
	cursor: pointer;
	text-align: center;
	margin: 0;
	background: #030303 url(../images/bg/glow_black.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	border-top: solid 1px #323232;
	line-height: 20px;
}
#dialogiframe {
	z-index: 99;
}


/* Footercontainer
-----------------------------------------------------------------------------------------*/
#footer {
	height: 24px;
	vertical-align: bottom;
}
#footer div {
	background-color: #ebebeb;
	line-height: 24px;
	padding: 0 10px;
	height: 24px;
	margin-top: 10px;
}
#footer span {
	margin: 0 5px;
}
#footer a {
	color: #000000;
}
#footer #footermenu {
	float: left;
	padding: 0;
	margin: 0;
	width: 50%;
}
#footer #flags {
	float: left;
	width: 15%;
	text-align: center;
}
#footer #flags a {
	margin: 0 3px;
}
#footer #flags img {
	display: inline;
}
#footer #copyright {
	float: right;
	padding: 0;
	margin: 0;
	width: 35%;
	text-align: right;
}

/* Webcam
-----------------------------------------------------------------------------------------*/
table.webcam {
	margin: 3px auto;
}
table.webcam td, table.webcam td {
	vertical-align: top;
	text-align: center; 
	color: #ff0000; 
	padding-right: 10px;
	text-align: center;
	font: normal 10px/13px Arial, sans-serif; 
	color: #606060; 
	padding-bottom: 7px;
}

