/* CSS Document */
/*body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #F0F4F7;
}

.footer
{
    text-align: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #444040;
    text-decoration: none;
}
a.footer
{
    text-align: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #444040;
    text-decoration: none;
}
a:hover.footer
{
    text-align: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #444040;
    text-decoration: none;
}

.text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #444040;
    line-height: 20px;
    text-decoration: none;
}
a.text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #444040;
    text-decoration: none;
}
a:hover.text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #444040;
    text-decoration: none;
}

input
{
    background-color: #FFFFFF;
    border: 1px solid #b2b3b4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #383a3d;
    height: 20px;
    padding: 4px 3px 0 3px;
    outline: none;
}

.link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #055069;
    text-decoration: none;
}
a.link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #055069;
    text-decoration: none;
}
a:hover.link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #055069;
    text-decoration: none;
}*/
.blur
{
    z-index: 10000;
    top: 0px;
    left: 0px;
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.70;
}
/*ModalPopup Starts*/
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=40);
    -opacity: 0.4;
}
.modalPopup
{
    background-color: #f1f5f6;
    width: 300px;
    border: 3px solid #FFFF7F;
}
.modalPopup .header
{
    background-color: #C5B60F;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.modalPopup .body
{
    min-height: 50px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
.modalPopup .footer
{
    padding: 3px;
}
/*ModalPopup Ends*/
.rcorners {
    border-radius: 25px;
    background: #73AD21;
    padding: 20px; 
    width: 200px;
    height: 150px;    
}
.Hidden {
    display: none;  
}
.Checkboxlist
{
    font-size: 12px;
    width: 150px;
    text-align: left;
    color: Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Checkboxlist1
{
    font-size: 12px;
    text-align: left;
    color: Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.FontSmaller
{
    font-size: 12px;
    text-align: left;
    color: Black;
}

/*# sourceMappingURL=bootstrap.min.css.map */