* {
padding: 0;
margin: 0;
}

img {
border: 0px;
}

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

#header {
width: 600px;
margin: auto;
padding-bottom: 30px;
}

h1 {
font-size: 15px;
font-weight: normal;
}

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

a:hover {
color: #0066cc;
}

#languages {
display: none;
}

#user {
display: none;
}

#menu {
display: none;
}

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

#footer {
display: none;
}

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

table {
margin: auto;
vertical-align: middle; 
}

form {
margin: auto;
}

form table {
width: 560px;
}

td {
padding-right: 3px;
}

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

.col1 {
width: 230px;
}

.col2 {

}

.col3 {
width: 250px;
}

input, select, textarea {
border: 1px solid #2c7db1;
font-family: Arial;
font-size: 12px;
}

input[type="text"], 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;
}
 /*** info   ****/
 a.info{
    position: relative;
    }

a.info:hover {
    z-index:25;
}

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;
}

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

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

.view-table tr td:first-child {
border-left: 1px solid #C1DAD7;
}


.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: Verdana;
    font-size: 10px;

}

.table-desc {
padding: 0px 0px 10px 30px;
font-size: 10px;
}
/*
.col1 {
border: 1px solid black;
}

.col2 {
border: 1px solid black;
}

.col3 {
border: 1px solid black;
}
form table {
border: 1px solid black;
}


/***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 {
display: none;
}

#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: 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;
}