﻿body {
    padding: 0px;
    margin: 0px;
    /*background-image: url(../images/bc.jpg);*/
    background-repeat: repeat;
    background-attachment: fixed;
}

.page-title-container {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    text-align: left;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.FooterStyle {
    font-family: Calibri;
    font-size: 11pt;
    color: #CCCCCC;
}


.RowStyle {
    line-height: 30px;
}

.Heading {
    font-family: Calibri;
    font-weight: bold;
    font-size: 20pt;
    color: White;
}

.Heading2 {
    font-family: Calibri;
    font-weight: bold;
    font-size: 14pt;
    color: White;
}

.LabelStyle {
    color: black;
    font-family: sans-serif; /*font-weight:bold;*/
    font-size: 15px;
    padding: 1px 1px 1px 1px;
}

.LabelStyleDevider {
    color: Black;
    font-family: Calibri; /*font-weight:bold;*/
    font-size: 13pt;
}

.LabelStyleKannada {
    font-weight: bold;
    color: #9caec2;
    font-size: 12pt;
}

.LabelStyleDisp {
    color: Silver;
    font-weight: normal;
    font-family: Calibri; /*font-weight:bold;*/
    font-size: 12pt;
}

.LabelStyleValidation {
    color: Red;
    font-weight: bold;
    font-family: Calibri; /*font-weight:bold;*/
    font-size: 13pt;
}

.LabelStyle1 {
    color: #06246F;
    font-family: Calibri; /*font-weight:bold;*/
    font-size: 11pt;
}

.PanelStyle {
    color: Black;
    font-family: Calibri;
    font-size: 12pt;
    font-weight: bold;
}

.button {
    border: none;
    background-color: #000000;
    border-color: #000000;
    color: #999999;
    padding: 2px 8px;
    cursor: pointer;
    border-radius: 10px;
}

    .button:hover {
        border: none;
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        color: Black;
        padding: 2px 8px;
        cursor: pointer;
        border-radius: 10px;
    }



.TextBoxMultiline {
    border: none;
    background-color: white;
    color: Black;
    font-family: Calibri;
    font-size: 12pt;
}

    .TextBoxMultiline:focus {
        border: none;
        background-color: White;
        color: Black;
        font-family: Calibri;
        font-size: 12pt;
        padding-left: 2px;
    }




.endofpage-btt {
    font-size: .9em;
    text-align: right;
    margin: 3px;
    color: #b5b5b5;
}

.content .endofpage-btt a {
    color: #b5b5b5;
    text-decoration: underline;
}

    .content .endofpage-btt a:hover {
        color: #333;
    }

.gad_wrap {
    font-family: Verdana,Geneva,sans-serif !important;
    font-size: 1.35em;
    margin-bottom: 25px;
    margin-top: -5px;
    width: 500px;
}


.Linkbutton {
    border: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-size: 11pt;
    font-family: Calibri;
}

    .Linkbutton:hover {
        border: none;
        color: #EB0C31;
        cursor: pointer;
        text-decoration: none;
        font-weight: bold;
        font-size: 11pt;
        font-family: Calibri;
    }

.buttonStyle {
    color: Black;
    font-family: Calibri; /*font-weight:bold;*/
    font-size: 11pt;
    cursor: pointer;
}

    .buttonStyle:hover {
        color: Black;
        font-family: Calibri; /*font-weight:bold;*/
        font-size: 11pt;
        cursor: pointer;
    }

fieldset {
    border-radius: 10px;
    box-shadow: 0 0 2px #CCCCCC;
}





.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    background-color: #0973aa;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #21618C;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 2px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
    text-align: center;
}

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
        background: -moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
        background-color: #c62d1f;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }
