* {
padding:0;
margin:0;
}

img {
border:0px;
}

body {
background-color:#ffffff;
font-family:Arial, Verdana, Helvetica;
font-size:12px;
color:#595959;
}

#adsense {
	position: fixed;
	top: 0;
	right: 0;}

h1 {

}

h1 a {
	height:60px;
	position:absolute;
	width:350px;
}

h1 a span {
	display: none;}

a, a:link, a:visited, a:active {
color:#3399cc;
text-decoration:none;
}

a:hover {
color:#0066cc;
}

ul {
list-style-position:inside;
}

#header {
width:580px;
height:85px;
background:white url(logo.jpg) no-repeat scroll top left;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:10px;
}

#languages {
text-align:right;
}

#user {
text-align:right;
position:relative;
top:43px;
font-family:Arial;
}

#menu {
width:604px;
height:30px;
background:white url(menu-left-right.jpg) repeat-x;
margin:auto;
z-index:-100;
text-align:center;
margin-bottom:10px;
}

#menu ul {
display:block;
width:600px;
height:30px;
margin-left:2px;
margin-right:2px;
list-style:none;
background:#fff url(menu.jpg) repeat-x;
}

#menu li {
display:block;
float:left;
padding-top:5px;
height:30px;
width:120px;
text-align:center;
font-family:Arial, Tahoma, Verdana, Arial;
font-weight:bolder;
font-size:13px;
background:url(menu-separator.jpg) no-repeat scroll top right;
}

#menu li:last-child {
background:none;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
	color: white;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active, #right a, #right a:link, #right a:visited, #right a:active {

text-decoration:none;
}

#menu a:hover, #right a:hover {

}

#content {
width:600px;
margin:auto;
}

#footer {
clear:both;
margin:auto;
margin-top:20px;
padding-top:3px;
width:604px;
border-top:#bcbcbc 1px solid;
font-size:10px;
text-align:center;
color:#333366;
}

h2 {
display:block;
font-size:14px;
font-family:Arial;
color:#2c7db1;
font-weight:bold;
border-bottom:1px dashed #3f89c3;
margin-bottom:10px;
}

table {
margin: 0 0 35px 0;
vertical-align:middle;
}

.table-padding {
	width: auto;
	margin: 0;
}
.table-padding td {
	padding: 4px 0;
}

form {
	margin:auto;
}

form table {
	margin: auto;
	width:560px;
}

td {
padding-right:3px;
}

form table td:first-child
{
text-align:right;
}

.col1 {
width:230px;
text-align:right;
font-size: 11px;
font-weight: bold;
}

.col2 {

}

.col3 {
width:250px;
}

input, select, textarea {
	/*border:1px solid #2c7db1;*/
	font-family:Arial;
	font-size:14px;
	padding: 3px;
	/*background-color:#ffffff;*/
}

input[type="password"] {
width:100px;
}

select {
max-width:100px;
min-width:40px;
}

.error {
color:#990000;
}

#error {
text-align:center;
margin:auto auto 10px;
min-height:15px;
}

#message {
margin:auto;
text-align:center;
line-height:2.0;
}

#message span {
font-weight:bold;
}

/*** info   ****/
a.info{
z-index:24;
	position:relative;
	}

a.info:hover {
	z-index:25;
	background-color:#fff;
}

a.info span {
	display:none;
}

a.info:hover span {
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	min-width:160px;
	border:1px solid #bcbcbc;
	background-color:#fff;
	text-align:center;
	font-size:11px;
	color:#0066cc;
	padding:0px 3px;
}

/** end info**/

/*** view crons ****/

.view-table {
	font:normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#4f6b72;
	margin:10px auto;
	margin-bottom:10px;
	text-align:center;
	border:1px solid #C1DAD7;
	border-width:0 0 1px 1px;
}

.view-table th {
	font:bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #C1DAD7;
	border-width:1px 1px 0 0;
	padding:6px 12px 6px 12px;
	background-color:#d2eff5;
}

.view-table td {
border:1px solid #C1DAD7;
border-width:1px 1px 0 0;
padding:6px 12px 6px 12px;
color:#595959;
}

.view-table a {
font-weight:normal;
}

.disabled td {
background-color:#d9d9d9;
}

.failed td {
background-color:#ffdada;
}


/*** view crons end ****/


/*** add crons ****/

#add-crons div label {
padding-left:10px;
padding-right:2px;
}


#add-crons div {
padding-bottom:10px;
text-align:center;
line-height:2.0;
}

#add-crons div select {
max-width:none;
}

#add-crons div span{
display:block;
padding-bottom:5px;
}

#add-crons input[type="text"] {
width:200px;
}

a[href="#"] {
	font-family:Arial,Verdana;
	font-size:10px;

}

.table-desc {
padding:0px 0px 10px 30px;
font-size:10px;
}

/***formulare***/

/** autocomplete ****/


	div.autocomplete {
	position:absolute;
	overflow:hidden;
	background-color:#fff;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	text-align:left;
	}
	div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	div.autocomplete ul li.selected { background-color:#ffb;}
	div.autocomplete ul li {
	list-style-type:none;
	text-align:left;
	padding-left:3px;
	display:block;
	margin:0px;
	padding:0px;
	cursor:pointer;
	}
/***** autocomplete ***/

.submenu {
list-style-image:url(menu-point.jpg);
list-style-position:inside;
margin-bottom:20px;
}

.submenu a {
font-size:12px;
}

#account {
padding:0px 20px;
text-align:left;
}

#account table {
margin:0px;
padding-bottom:20px;
}

#log {
border:1px dashed gray;
font-family:monospace;
font-size:11px;
margin:10px 20px;
padding:10px;
}

#log legend {
font-family:Arial,Verdana;
font-weight:bold;
}

#indicator1 img {
vertical-align:middle;
}

#support {
line-height:25px;
}

#support h3 {
color:#3f89c3;
}

#terms, #privacy {
text-indent:20px;
line-height:20px;
}

#terms h3 {
font-size:12px;
display:block;
padding:10px 0px;
}

#faq h3 {
font-size:12px;
}
.faq-group h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 10px 0;
}
.faq-group div {
	margin: 10px 0 35px 0;}

.faq-group p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 0 20px;
}
.faq-group ul {
	font-size: 14px;
	margin: 0 0 0 25px;
}
.faq-group ul li {
	margin: 0 0 5px 0;}
#sitemap {
text-align:center;
margin:auto;
width:513px;
}

#sitemap div {
text-align:left;
display:inline;
width:170px;
float:left;
}

.faq-title {
display:block;
border-bottom:1px dashed #3f89c3;
font-size:15px;
margin:10px 0px;
background-color: #eee;
padding: 20px 10px 10px 10px;
}

#left {
padding:0px 10px 0 0;
width:400px;
float:left;
text-indent:0px;
font-size: 14px;
line-height: 20px;
}
#left p {
	margin: 0 0 15px 0;
}
#left h2 {
	border: none;
	font-size: 28px;
	color: #ABA931;
	width: 250px;
	line-height: 35px;
	font-weight: normal;
	border-bottom: 2px dashed #CCC;
	padding: 0 100px 10px 0;
	margin: 5px 0 10px 0;
}
#left h3 {
	color: #79997E;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	margin: 10px 0;}
#right {
	text-align:center;
	color:#0A3443;
	width:184px;
	height:138px;
	float:left;
	background: #DCEFE9;
	padding-top:10px;
	font-size:13px;
	border: 3px solid #79997E;
}

#right table {
margin-top:10px;
margin-bottom:20px;
width:165px;
}
#right table td {
	padding: 2px 0;}

#right .col1 {
width:80px;
font-size: 11px;
font-weight: bold;
}

.login-header {
	font-size: 14px;}

#right input {
width:80px;
font-size: 11px;
padding: 2px;

}
.oid {
	font-size: 11px;
}

html>body #register {
background:transparent url(register.png);
}

#register {
display:block;
width:141px;
height:39px;
cursor:pointer;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='register.png');
margin:auto;
}
.register-button {
	margin: 0 0 25px 0;}
#register span {
	line-height:39px;
	height:39px;
	width:80px;
	font-size:15px;
	font-weight:bolder;
	color: #fff;
	position: absolute;
	margin: 0 0 0 40px;
}
#register span:hover {
	color: #CECB55;
}
#submit {
	background:transparent url(submit.jpg) no-repeat scroll left top;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:19px;
	width:75px;
}

#faq h3 {
font-size:12px;
}

#openid-reg-or-log {
position:relative;
top:80px;
text-align:center;
}

.form-title {
font-weight:bold;
font-size:15px;
text-align:center;
margin-bottom:10px;
}

.openid-form-div {
float:left;
width:50%;
margin-bottom:15px;
}
