﻿#ajaxLoading
{
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    z-index: 10000;
    position: absolute;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    width: 30%;
    height: 40px;
    top: 40%;
    left: 35%;
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: #000000;
    text-align: center;
}

#ajaxLoading > img
{
    position: relative;
    top: 5px;
    margin-right: 20px;
}

div.loading
{
    margin-left: 10px;
}
div.loading > img
{
    position: relative;
    top: 5px;
    margin-right: 20px;
}

span.validator
{
    color: Red;
    display: none;
}

a.white
{
    text-decoration: none;
    color: #ffffff;
}
a.white:hover
{
    text-decoration: underline;
    color: #ffffff;
}

div.debug-exectime
{
    display: none;
    background-color: Yellow;
    color: black;
    font-weight: bold;
    padding-left: 5px;
}

/* form styles */
form input[type=text] { width: 200px; }
form select { width: 200px; }
form textarea { width: 100%; }
.input-label { font-weight: bold; }

.form-radio input { margin-right: 10px; }
.form-radio label { margin-left: 1px; margin-right: 20px; }

label.error, label.error
{
    color: #656466;
    font-style: italic;
    margin-left: 5px;
}
input.error
{
    border: 1px solid red;
    background-color: #fef3f3;
    padding: 1px 1px 1px 1px;
}

ul.sitemap
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

ul.sitemap li
{
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
    list-style: none;
}

ul.sitemap li > ul
{
    margin-left: 20px;
}

h3.underline { border-bottom: solid 1px #d4d4d4; }

.pad { padding: 5px 0px 5px 0px; }

.clean-green
{
    border: solid 1px #359545;
    background: #cee6c3;
    color: #359545;
    padding: 4px;
    text-align: center;
}