/************************************************************
 * Cascading Style Sheet voor de HDO                        *
 * Afkomstig van                                            *
 * Data Tables and Cascading Style Sheets Gallery           *
 * http://icant.co.uk/csstablegallery/                      *
 *  --------------------------------------------------      *
 * Auteur: DvD Franco                                       *
 * Schemanaam: Brazilian taste                              *
 * Aangepast voor eigen gebruik door door R. Christiaanse   *
 ************************************************************/

/* class "tablestylelogin" is used for the login box */

.tablestylelogin {
  width: 260px;
  border-collapse: collapse; 
  border: 1px solid black;
  padding: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#000000;   
  border-left: 1px #CBCB31 solid;
  border-right: 1px #CBCB31 solid;
  border-bottom: 1px #CBCB31 solid;  
  border-top: 1px #CBCB31 solid;
}

.whitebutton {background-color: white; color: black; border-style: solid ; border-width: 1; font-family: verdana; font-size: 8pt;
}

