div#page_footer {
    float: left;
    width: 90%;
    border-top: 1px solid silver;
    margin: 25px 5% 0px 5%;	
    text-align: center;
    color: gray;
}

div.button-menu {
    border: 1px solid silver; 
    background: #f1f1f1;
    margin: 10px 0px 10px 0px; 
    padding: 5px 5px 5px 5px;	
}

a.menu {
	color: inherit;
    text-decoration: none;	
}

#sidebar h1 {
    font-size: 1.3em;
    font-weight: bolder;	
}

#sidebar h2 {
    font-size: 1.1em;
    font-weight: bolder;
    padding: 2px 0px 2px 0px;	
}

#sidebar li {
    padding-left: 12px;	
}

table.std td, table.std th {
    padding: 3px 3px 3px 3px;
    border: 1px solid silver;	
}

table.std td.no-border {
    border: 0px;      
}

table.std th {
    font-weight: bolder;	
}

td.labelcol {
	font-weight: bolder;
    padding: 5px 7px 5px 7px;	
}

td.fieldcol {
	padding: 5px 7px 5px 7px;
}

span.fielderror {
    color: red;	
}

.upload_complete {
    color: green;	
}

.upload_error {
    color: red;	
}