﻿/* 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;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 4px;
}

.text-box.multi-line {
    height: 6.5em;
}

#footer-links 
{
   font-size: 120%;
   text-align: center;
   padding-bottom: 5px;
   margin-top: -10px;
}

#footer-links a {
   margin: 5px;
   color: #555;
}

#version 
{
   font-size: 120%;
   text-align: center;
   color: #eee;
}

#loading {
   display: none;
   text-align: center;
}

#loading p {
   margin-bottom: 20px;
}

.no-close .ui-dialog-titlebar-close {
   display: none;
}

.display-label {
   margin-top: 0.8em;
   margin-bottom: 0;
}

.display-label label {
   display: inline-block;
   width: 150px;
}

.display-label span {
   font-weight: bold;
}

#dialog div#tabs{
   overflow: auto;
}

.validation-summary-errors span {
   margin: 5px;
   display: inline-block;
}

.validation-summary-errors {
   background-color: #ffeeee;
   padding: 5px;
   border-radius: 1px;
}

.validation-summary-errors ul li {
   list-style-type: disc;
   margin-left: 25px;
   padding-left: 0;
   font-size: 95%;
   font-weight: normal;
}

.ContentContainer ul li {
   background: none;
}

#copyright {
   margin-bottom: -33px;
}

#navigation ul li {
   display: inherit;
}