/*

PHP 3D Postcard generator v2.0.6
Copyright (C) 2008-2010 JF Nutbroek <jfnutbroek@gmail.com>
See the included End User License Agreement (EULA)

*/

body {
    background-color : #D0DEEE;
    margin           : 5px;
}

html { 
    height           : 100%; 
}

.contenttable {
    font-family      : Verdana, Helvetica, Arial, sans-serif;
    font-size        : 12px;
    color            : #555555;
    border-collapse  : collapse;
    background-color : #FAFAFA;
}

.infotable {
    font-family      : Verdana, Helvetica, Arial, sans-serif;
    font-size        : 10px;
    color            : #555555;
    border-collapse  : collapse;
    border-width     : 1px;
    border-spacing   : 0px;
    border-color     : #000000;
    border-style     : solid;        
    background-color : #FAFAFA;
}

.infotable td {
    padding          : 3px;               
}

.infotable th {
    font-weight      : bold;      
    background-color : #D0DEEE;
    border-style     : solid;  
    border-width     : 1px; 
    border-color     : #000000;
    color            : #000000;    
    padding          : 3px;               
}

.tablechart {
    font-family      : Verdana, Helvetica, Arial, sans-serif;
    font-size        : 8px;
    color            : transparent;
    background-color : transparent;
    border-collapse  : separate;
    border-spacing   : 2px; 
    text-align       : center;
}

a:link,a:visited {
    color            : #555555;
    text-decoration  : none;
}

a:hover {
    text-decoration  : underline;
}

.input {
  border             : 1px solid #000000;
  background-color   : #FFFFFF;
  font-family        : Verdana, Helvetica, Arial, sans-serif;
  font-size          : 12px; 
  color              : #000000;
  text-align         : center;
}

.input:focus {
  border             : 1px dashed #000000;  
}

.footer {
    font-family      : Verdana, Helvetica, Arial, sans-serif;
    font-size        : 9px;
    color            : #555555;
    text-align       : center;    
}

