body {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#maindiv {
    width: 850px;
    margin: 0px auto;
    text-align: left;
}

.center {
    margin: auto;
    width: 100%;
    text-align: center;
}

.tablelabel {
    font-family: Tahoma;
    font-size: 8pt;
}

.tableheading {
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: white;
    background-color: #006699;
    width: 100%;
}

.smallertextarea {
    font-family: Tahoma;
    font-size: 8pt;
    color: navy;
}

.usertextarea {
    font-family: Tahoma;
    font-size: 8pt;
}

.gridtextarea {
    font-family: Tahoma;
    font-size: 8pt;
}

.buttontext {
    font-family: Tahoma;
    font-size: 9pt;
}

.subtitletext {
    font-family: Tahoma;
    font-size: 8pt;
    color: navy;
}

.errorlabel {
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: red;
}

#ayantranavigator {
    width: auto;
    background-color: #add8e6;
    text-align: center;
}

.ayantrabutton {
    margin-top: 3px;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center;
}

    .ayantrabutton A {
        border-right: 2px solid #31557f;
        padding: 4px;
        border-top: 2px solid #cce3ff;
        display: block;
        border-left: 2px solid #cce3ff;
        color: #000000;
        border-bottom: 2px solid #31557f;
        background-color: #cccccc;
        text-decoration: none;
    }

        .ayantrabutton A:hover {
            border-right: 2px solid #cce3ff;
            border-top: 2px solid #31557f;
            border-left: 2px solid #31557f;
            border-bottom: 2px solid #cce3ff;
            background-color: #99aabf;
        }

A {
    font-family: Tahoma;
    font-size: 8.5pt;
    color: navy;
    text-decoration: underline;
}

.smallerCourierTextArea {
    font-family: Courier;
    font-size: 12pt;
}

.tablewithcellborder {
    border: solid 1px;
}

    .tablewithcellborder th, .tablewithcellborder td {
        border: solid 1px;
        border-color: white;
        border-style: inset;
    }

.tablewithoutcellborder {
    border: white solid 0;
}

    .tablewithoutcellborder th, .tablewithoutcellborder td {
        border: white solid 0;
    }

#DataGrid1 tr:hover {
    background-color: #87ceeb;
}
.pushpintext div { color: black !important;text-align:left !important;background-color:aqua;margin-left:15px !important;}
