/* 
Document   : style
Created on : May 18, 2008, 6:56:43 PM
Author     : ivan
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    margin-top: 0px;
    padding-top: 0px;  
    padding-left: 5%;
    padding-right: 5%;        
    font-family: Arial,Helvetica,sans-serif;
    font-size: smaller;
}

td {
    vertical-align: top;
}

.main {
    padding-left: 20px;
    padding-right: 20px;
}

.oddbox {
    background-color: #dddddd;
}

.evenbox {
    background-color: #eeeeee;
}

.heading {    
    font-weight: bold;
    font-variant: small-caps;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.roundBox {
  border: #666666 groove 2px;
  padding: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.newsBox {
    margin-top: 10px;
    padding: 5px;
    border: groove 2px;    
    background-color: #d8fad4;
}

.title {
    background-color: #eeeeee;
}
