/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

/* my changes */
body {
background-color: #EFEFDE;
}

ul, li { list-style: disc; margin-top: 5px; }
 
 /* my changes */
h1 { font-size: 125%; color: #009933; }
h2 { font-size: 120%; color: #009933; }
h3 { font-size: 110%; color: #CC3333; }

.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    /*background-color: #DEE7EC;*/
	/*my addition*/
	background-color: #666699;
	color: #eeeedc;
	/*end my addition*/
    border: solid 1px #8CACBB;
}

.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    /*my deletion
	background-color: #DEE7EC;
	*/
	/*my addition*/
	background-color: #666699;
	color: #eeeedc;
	/*end my addition*/
    border: solid 1px #8CACBB;
}

.renew_offer {
    padding: 5px 5px 5px 5px;
    text-align: left;    
    font-weight: normal;
    font-size: 0.9em;  
    color: red;   
}
.renew_offer a {            
    text-decoration: underline;    
    color: red;     
}

