/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 40px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.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;
    border: solid 1px #ff0000;
    background-color: #ffeeee;
    width: 100%;
    padding-top: 10px;
}

.validation-summary-errors span
{
    font-size: 16px;
    margin: 10px;
}

.validation-summary-errors ul
{
    margin: 10px 10px 10px 20px;
}

.validation-summary-errors ul li
{
    margin: 0px 0px 5px 0px;
    list-style-type: decimal;
    *list-style-position:inside!important;
}


.validation-summary-valid
{
    display: none;
}

.display-label, .editor-label
{
    font-weight: bold;
}

.display-label, .editor-label, .display-field, .editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

