html, body, td
{
    font-family: Arial, Helvetica, Sans-Serif;
}

header,
footer,
nav,
section {
    display: block;
}

/* 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;
}

#UserMenu {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 10000;
}

#UserMenu, #UserMenu a
{
    color: White;
}

table.dataTable td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.DataTables_sort_wrapper span 
{
    float:right;
}

#ct_SNlogo {
    background-color: transparent;
    color: transparent;
    display: inline;
    height: 25px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 159px;
    z-index: 1000;
}

.olLayerGooglePoweredBy {display:none;}

tr.row_selected, tr.row_selected td
{
    background-color: #aaa !important;
}