@import url(https://fonts.googleapis.com/css?family=Roboto:300);



body
{
    font-family: 'Roboto', 'Segoe UI', Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 13pt;    
    color: #232323;
    background-color: #eee;
    margin: 0px;
    padding: 0px;
}

header,
footer,
nav,
section {
    display: block;
}

#header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 20px;
}
#header h1 {
    margin: 0px;
    font-size: 30pt;
    font-weight: 700;
    color: #666;
    letter-spacing: 5pt;
    cursor: default;
    display: inline;
    border-bottom: 1px solid #eee;
    
    padding: 5px;
}
#navigation {
    list-style: none;
    max-width: 1200px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;    
    height: 10px;
    padding-top: 15px;
}
#navigation li {
    float: left;
}
#navigation li a {
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    color: #3f5815;
    border-top: 1px solid #fff;
}
a {
    color: #3f5815;
}
#navigation li a:hover {
    color: #000;
    border-top: 1px solid #eee;
}

#content {
    background-color: #fff;        
}
#innerContent {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-top: 4px solid #eee;
    padding: 15px;
}
#innerContent.Monitoring {
    max-width: initial;
}
#content h1, #content h2, #content h3, #content h4 {
    margin: 0px;
    padding: 0px;
}
#footer {    
    background-color: #ccc;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    font-size: 9pt;
    padding:15px;
    border-bottom: 2px solid #ddd;
    border-top: 1px solid #bbb;
}

table {
    border-collapse: collapse;
    width: 100%;
}
table tr:hover {
    background-color: #eee;
}
table th {    
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}
table td {
    border-bottom: 1px solid #eee;
    padding: 5px;

}
button {
    background-color: #daf2b1;
    font-size: 9pt;
    color: #333;
    font-family: 'Roboto', 'Segoe UI', Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    letter-spacing: 1px;
    padding: 5px;
    border: 0;
    border-bottom: 3px solid #ebf8d4;
    font-weight: 600;
    cursor: pointer;
}
button:hover {
    background-color: #ebf8d4;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


.demoForm textarea {
    width: 800px;
    height: 400px;
}
.demoList { 
    background-color: #eee;
    padding: 15px;
}
.demoList > div {
    background-color: #fff;
    margin-bottom: 5px;
    padding: 10px;
    
}