html {
  background: url('../images/background.png') repeat;
}
    
body {
  font-family: Verdana, Arial, Georgia;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1 {
  padding: 0;
  margin: 0;
  font-size: 20pt;
  font-weight: bold;
}

h2 {
  padding: 0;
  margin: 0;
  font-size: 11pt;
}

h3 {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  font-size: 10pt;
}

h4 {
  padding: 0;
  margin: 0;
  font-size: 9pt;
}

hr {
  display: none;
}
  
#page {
  width: 750px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
}
    
#header-text {
  margin-top: 50px;
  height: 78px;
  background: url('../images/header-background.png') no-repeat;
  color: #ffffff;
}
    
#header-text h1 {
  position: relative;
  left: -128px;
}

#header-text h1 a {
  color: #ffffff;
}

#header-text h1 a:hover {
  background: #0093dd;   
}
    
#header-text h2 {
  position: relative;
  left: -128px;
}
    
#logo {
  position: relative;
  left: -128px;
  top: -50px;
  width: 128px;
  height: 128px;
  float:left;
  background: url('../images/multiclicker2_128x128_24b.png') no-repeat;
}
    
#logo a {
  width: 128px;
  height: 128px;
  display: block;
}
    
#title-red, .error {
  color: #ff0000;
}
    
#menu {
  position: relative;
  top: -22px;
  left: -128px;   
}
    
#menu a {
  color: #ffffff;
  background: #0093dd;
  padding: 2px;
  margin-right: 2px;
  font-weight: bold;
  position: relative;
  top: -7px;
}
            
#menu a:hover {
  color: #0093dd;
  background: #ffffff;   
}
    
#menu-end {
  display: inline-block;
  background: url('../images/menu-end.png');
  width: 22px;
  height: 22px;
  margin-left: -2px;
  position: relative;
  top: -2px;
}
    
#content {
  clear: both;
  background: #ffffff;
  padding: 20px;
  position: relative;
  top: -50px;
  left: -2px;
  width: 707px;
  font-size: 10pt;
  border-left: 2px #1f1a17 solid;
}

pre {
    overflow: auto;
    border: 1px #c6c6c6 dashed;
}

#content a {
  color: #0093dd;
  font-weight: bold;
  padding-left: 1px;
  padding-right: 1px;
}

#content a:hover {
  color: #ffffff;
  background: #0093dd;
}
    
#footer {     
  position: relative;
  top: -50px;
  left: -2px;
  width: 749px;
}
    
#footer-text {
  background: #1f1a17;
  padding: 10px;
  color: #ffffff;
  font-size: 7pt;
}
    
#footer-text a {
  color: #ffffff;
}
    
#footer-text a:hover {
  color: #ffffff;
  background: #0093dd;
}
    
#footer-text a:hover img {
  background-color: #1f1a17;
}
    
#footer-text img {
  border: 0;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
    
#bottom {
  background: url('../images/background-bottom.png') no-repeat;
  height: 14px;
}
    
#left-column {
  width: 490px;
  overflow: hidden;
  float: left;
}
    
#right-column {
  width: 200px;
  float: right;
  overflow: hidden;
}

ul {
  list-style: inside url('../images/arrow.png');
  padding-left: 5px; 
  margin-top: 2px;
}
    
.clear {
  clear: both;
}

.padding-bottom-10, .path {
  padding-bottom: 10px;
}

.post {
  padding-bottom: 20px;
}

.line {
  border-bottom: 1px #c6c6c6 solid;
}      

.small, .path {
  font-size: 7pt;
}

#statistics, .statistics {
    float: left;
}

#download, .download {
    margin-right: 100px;
    height: 80px;
    background: url('../images/download.png') no-repeat center;
    float: right;
}

#download a, .download a {
    text-align: center;
    font-size: 30pt;
}

#download #small1 {
    float: left;
    padding-left: 10px;
}

#download #small2 {
    float: right;
    padding-left: 50px;
    padding-right: 10px;
    text-align: right;
}

.entry {
    padding-top: 5px;
    padding-left: 15px;
}

#errors {
    font-weight: bold;
    font-size: 10pt;
    padding-bottom: 10px;
}

#user-panel {
    float: right;
}

.separator {
    color: #0093dd;
}

#login-text, #register-text, .info {
    border: 1px #c6c6c6 dashed;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    width: 400px;
}

.info {
    width: auto;
    padding-bottom: 5px;
    margin-top: 10px;
}

#register-text {
    margin-top: 20px;
    float: none;
    width: auto;
}

#register .text, #country {
    width: 500px;
}

#license .text {
    width: 410px;
}

#login-text p, #register-text p {
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}

#login {
    float: left;
    padding-right: 40px;
}

#login .text {
    width: 160px;
}

#login-row td, #register-row td {
    padding-top: 10px;
}

#left-column {
  width: 480px;
  overflow: hidden;
  float: left;
}

#left-column select {
    width: 380px;
}

#right-column {
  width: 200px;
  float: right;
  overflow: hidden;
}

#right-column h3 {
    padding: 0;
}

li#settings {
    padding-bottom: 10px;
}

textarea {
    display: block;
    width: 450px;
}

.title {
    font-weight: bold;
}