
/********** GENERAL **********/

html, body {
  margin          : 0;
  padding         : 0;
  height          : 100%;
  border          : none;
}
   
.error-msg {
  font-family     : Tahoma, Arial;
  font-size       : 14px; 
  font-weight     : normal; 
  color           : #ff0000;
}

.results-per-page {
  font-family     : Tahoma, Arial;
  font-size       : 12px; 
  color           : #58585a;
  margin          : 4px; 
}

h1 {
  font-family     : Arial;
  color           : #919191;
  font-size       : 19px;
  margin          : 0px;
  padding         : 0px;
  font-weight     : normal;
  letter-spacing  : 2px;
}

h2 {
  font-family     : Arial;
  color           : #67809d;
  font-size       : 11px;
  letter-spacing  : 2px;
  font-weight     : bold;
  margin          : 0px;
  padding         : 0px;
}

h3 {
  font-family     : Arial;
  color           : #868686;
  font-size       : 11px;
  letter-spacing  : 2px;
  font-weight     : normal;
  margin          : 0px;
  padding         : 0px;
}
 
/********** MAIN MENU ********/

.main-menu-text {
  font-family     : Tahoma, Arial;
  color           : #000000;
  font-size       : 12px;
}


/********** LOGIN **********/

.login-text {
  font-family     : Tahoma, Arial;
  color           : #000000;
  font-size       : 11px;
}

.login-input {
  font-family     : Tahoma, Arial;
  color           : #000000;
  font-size       : 12px;
  width           : 120px;
  border          : 1px solid #000000;
}


/********** FOOTER **********/

.footer-section-title, .footer-section-title-selected {
  text-align      : left;
  font-family     : Tahoma, Arial;
  font-size       : 11px;
  color           : #58585a;
  text-decoration : none;
}
.footer-section-title-selected, #facebook_link a:hover {
  color           : #6f94be;
}

.footer-section-text {
  text-align      : left;
  font-family     : Tahoma, Arial;
  font-size       : 12px;
  color           : #84848e;
  line-height     : 18px;
}

.footer-copyright, .footer-copyright a {
  color           : #555659;
  font-family     : Tahoma, Arial;
  font-size       : 11px;
}
