/**
 * 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"
 */

/* properties for entire page and text inside tables */
body, th, td {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
/* properties for all input elements */
input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}

a{cursor:pointer;}
h1,h2, h3{text-align:left;}
h1 {
    color: #707070;
    font-weight: bold;
    margin: 0.5em 0.5em 0.5em 0.5em;
	font-size: 140%; 
}
.powered, .powered a{color:inherit;}
#banner h1{text-transform:capitalize;}
.vedit th, .hedit th{background-color:#B7C6CC; font-weight:normal; font-size:108%; vertical-align:top; color:#fff;}
.vedit th{width:210px;}
.vedit th, .vedit td, .hedit th, .hedit td{border: none;}
.vedit td{
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;
    background-color: white;
}
.vedit, .hedit{border:2px solid #7C7C7C; margin-top:15px; width:100%;}
.vedit label{}
.vedit label b{color:#D94910; font-weight:normal; font-size:116%; font-variant:small-caps;}
.vedit .small, .hedit .small{color:#666666;}
label.error{color:#F79708;}
