﻿body, div, p, h1, h2, h3, h4, ul, li, table {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0;
    padding: 0;
}

input, input[type="radio"], select {
    padding: 7px;
}

label{
    font-size:12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/*Modal Popup*/
.modalBackground {
    background-color: #F5D0A9;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.bigTextBox {
    width: 220pt;
}

.HindiText {
    font-family: Mangal;
    font-size: small;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}

.error {
    color: Red;
    font-size: 9pt;
    text-align: left;
    font-family: verdana;
}

.error1 {
    color: Red;
    font-size: 9pt;
    text-align: left;
    font-family: verdana;
}

.user_messages {
    color: #000099;
    font-size: 8pt;
    color: Gray;
    font-family: Verdana;
}

.watermark {
    color: dimgrey;
    font-style: italic;
    font-size: 9pt;
}

#ContentPlaceHolder {
    min-height: 300px;
    width: 100%;
}

#popup {
    position: absolute;
    width: 500px;
    height: 260px;
    top: 35%;
    left: 30%;
    z-index: 100;
    background-color: #fff;
    border: 2px solid #000099;
    visibility: hidden;
}

#popup_background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 50;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    visibility: hidden;
}

/* Accordion */
.accordionHeader {
    border: 1px solid #2554C7;
    color: white;
    background-color: #2554C7;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align:left;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    border: 1px solid #2554C7;
    color: white;
    background-color: #2554C7;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2554C7;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink {
    text-align: left;
}
