﻿.LoginForm {
    width: 510px;
    text-align: center;
    margin: 50px;
    padding: 16px 16px 40px;
    font-weight: normal;
    border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    box-shadow: 0px 4px 18px rgb(200, 200, 200);
}

.LoginTitle {
    color: rgb(119, 119, 119);
    font-size: 18px;
    text-align: center;
}

.LoginFormText {
    color: rgb(119, 119, 119);
    font-size: 15px;
}

.TopMenuLink {
    text-align: center;
    margin: 20px;
    padding: 6px 6px 4px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}

.HomePageForm {
    text-align: left;
    vertical-align: top;
    margin: 15px;
    padding: 6px 6px 6px;
    font-weight: normal;
    border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    box-shadow: 0px 4px 18px rgb(200, 200, 200);
}

.HomePageLink {
    text-decoration: none;
}

    .HomePageLink img {
        border: none;
    }

.HomePageLinkSep {
    height: 100%;
    width: 0.2px;
    background: none repeat #000000;
}

.Seperator {
    background-color: #E9E8E2;
    height: 100%;
    vertical-align: top;
    width: 3px;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #292A7A;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
    background-color: rgb(245, 245, 245);
    height: 50px;
    margin: 10px;
    padding: 10px;
}

.titleimage {
    width: 60px;
    text-align: center;
}

.titletext {
}

.pagefooter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: rgb(37, 160, 218);
    font-weight: bold;
}


.confirmation {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
}

.RadPanelBar_Metro a.rpSelected {
    background-color: rgb(37, 160, 218);
    color: rgb(205, 205, 205);
}


.RadTabStrip_Metro .rtsLevel .rtsTxt {
    text-transform: none !important;
}

.PreviewCell1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    border: 1px solid #E9E8E2;
    background-color: #FFFFFF;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    height: 25px;
    width: 180px;
}

.PreviewCell2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    border: 1px solid #E9E8E2;
    background-color: #FFFFFF;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    height: 25px;
}

.PreviewCell3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    border: 1px solid #E9E8E2;
    background-color: #FFFFFF;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    height: 15px;
    width: 50%;
}

.PreviewCell4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    border: 1px solid #E9E8E2;
    background-color: #FFFFFF;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    height: 15px;
    width: 25%;
    text-align: center;
}


.ButtonAlign {
    text-align: center;
    padding: 20px;
}

.errors {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: none;
    color: #FF0000;
    text-decoration: none;
}

.RadForm.rfdCheckbox input[type="checkbox"][disabled], .RadForm.rfdRadio input[type="radio"][disabled] {
    opacity: .1 !important;
}

.RadForm .rfdCheckboxUnchecked.rfdInputDisabled {
    opacity: 1 !important;
}


input[type="checkbox"]:disabled + label {
    color: #ccc;
}
