﻿body
{
    /*background-color: #fff;
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;*/
}
input, textarea
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

input[type=text], textarea
{
    width: 350px;
    border: solid 1px #999;
    font-size: 11px;
}

label, em, td
{
    font-size: 11px;
}

.mainPageBody
{
    background: #C2CED0;
    padding-bottom: 7px;
    min-height: 400px;
}

.field-validation-error
{
    color: #ff0000;
    font-size: 11px;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    padding: 10px;
    background-color: #fdd;
    display: block;
    margin: 0;
    list-style: none;
}

.successMsg
{
    font-weight: bold;
    padding: 10px;
    background-color: #dfd;
    display: block;
    margin: 0;
}


.crumb
{
    font-size: 16px;
    font-weight: bold;
    color: #2C6FC2;
    padding: 8px 10px;
    margin: 0;
    border-bottom: #999 1px dashed;
}

#divPages
{
    padding: 5px;
}
#divPages .RadGrid
{
    width: auto !important;
}

/* Tab */
.tab
{
    display: block;
    float: left;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-top: 5px;
    width: 100%;
}
.tab li
{
    display: block;
    color: #fff;
    float: left;
    width: 90px;
    padding: 5px;
    text-align: center;
}
.tab li.current
{
    background-color: #557076;
}
.tab li a
{
    font-size: 12px;
    color: #557076;
    text-decoration: none;
}
.tab li.current a
{
    color: White;
}
.tabContent
{
    background: #557076;
    padding: 10px;
    clear: left;
}

/* fieldset */
fieldset
{
    border: #557076 1px solid;
    margin: 3px 10px;
}
fieldset legend
{
    color: #557076;
}

.createLink
{
    display: block;
    height: 24px;
    margin: 5px;
    text-decoration: none;
    line-height: 24px;
    background: url(/views/images/button_light_new.gif) no-repeat left;
}

.createLink span
{
    color: #333;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-right: 5px;
    margin-left: 37px;
    float:left;
    background: url(/views/images/button_light.gif) no-repeat right;
}
