html, body
{
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
}

.telerik_Button_style input
{
    padding: 0px 5px 5px 20px !important;
    font-size: 14px !important;
}

input[type="text"], input[type="password"], select
{
    border: 1px solid #CCCCCC;
    height: 27px;
    line-height: 27px;
    padding: 1px 3px 1px 3px;
    color: #4f4f4f;
}

    input[type="text"]:hover, input[type="password"]:hover, select:hover
    {
        border: 1px solid #1181d1;
    }

    input[type="text"]:focus, input[type="password"]:focus, select:focus
    {
        border: 1px solid #000;
    }

.buttonBlue
{
    cursor: pointer;
    font-family: arial, tahoma;
    font-size: 13px;
    color: #424242;
    background-color: #63cbff;
    border: solid 1px gray;
    padding: 5px 7px 5px 7px;
    min-width: 100px;
}

    .buttonBlue:hover
    {
        color: #000000;
        background-color: #54bcf0;
    }

.alignRight
{
    text-align: right;
}

.alignCenter
{
    text-align: center;
}

.alignLeft
{
    text-align: left;
}

div.main
{
    border-radius: 5px;
    box-shadow: 1px 1px 5px #d1d1d1;
}

a
{
    font-family: 'Segoe UI',Arial, Verdana;
    font-size: 13px;
    color: #1181d1;
    text-decoration: none;
}

    a:hover
    {
        text-decoration: underline;
    }

.selected
{
    background-color: #dff0d8;
}

.error
{
    color: #b94a48;
    /*background-color: #f2dede;
    border-color: #eed3d7;
    padding: 5px;*/
}

.success
{
    color: #468847;
    /*background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 5px;*/
}

.filterGrid
{
    background-color: #e3ce9a;
}

.pageTitle
{
    font-family: 'Segoe UI', 'Microsoft Sans Serif', Arial, Verdana;
    font-size: 18px;
    color: #1181d1;
}

hr
{
    border: 0;
    height: 1px;
    background: #1181d1;
}

.parentItem
{
    background-color: rgba(252, 221, 134, 0.77);
}

ul.files
{
    list-style-image: url('../images/blue-bullet.png');
}

    ul.files li
    {
        font-family: 'Segoe UI', 'Microsoft Sans Serif', Arial, Verdana;
        font-size: 11px;
    }

a.master
{
    font-family: 'Segoe UI', Arial;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

    a.master:hover
    {
        text-decoration: underline;
    }

.button-prev
{
    float: left;
    margin-top: 0px;
    padding-left: 0;
}

.button-next
{
    float: right;
    margin-top: 0px;
    padding-left: 0;
}

.grey-box
{
    border-radius: 15px;
    background: #efefef;
    padding: 20px 15px 10px 15px;
    font-size: 20pt;
}

a.grid-link
{
    clear: both;
    color: #ca5100 !important;
    font-weight:400;
    text-decoration: none;
}

a.grid-link-blue
{
    clear: both;
    color: #0000FF !important;
    font-weight:400;
    text-decoration: none;
}

    a.grid-link-blue:hover
    {
        text-decoration: underline;
    }
