/*
Stylesheet for the system (not event sites) areas.
*/


body {
    background-color: #6d6d6d;
}

div.container {
    background-color: white;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

div#main {
	zoom: 1;
	overflow: auto;
}

/* Negative numbers and values */
.negative, table.grid a.negative {
    color: red;
}
        
.disabled {
	color: #dddddd;
}

.error, .notice, .success {
    margin-bottom: 4px;
}
