body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px; /*background-color: #E0F8E0;*/
    background-color: #EAFBEA;
}

#inner {
    /*margin: auto 15% auto;*/
    position: absolute;
}

/* Style for Progress Bar */
.popup-div-background {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    /* the following two line will make sure
    /* that the whole screen is covered by
    /* this transparent layer */
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.popup-div-front {
    color: #7E354D;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: inherit;
    top: 0%;
    font-weight: bold;
    padding: 10px 5px 5px 5px;
    font-family: Verdana;
}

/* Page Title */
.pagetitle {
    background-image: url(images/gr_green.gif);
    color: White;
    font-family: ms sans serif;
    font-size: 12pt;
    font-weight: bold;
    height: 15px;
}

.NormalRed {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: red;
}
/*Ravindar Style*/
.pageName {
    background-image: url(images/gr_green.gif);
    color: White;
    font-family: ms sans serif;
    font-size: 12pt;
    font-weight: bold;
}
/*Style For All Textbox without Class Calling*/
input[type="text"] {
    font-family: Verdana;
    font-size: 14px;
    background-color: #DEFFE1;
    height: 20px;
    width: 205px;
    margin-left: 2px;
    margin-top: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: maroon;
}
/*End Style For All Textbox without Class Calling*/
/*Style For All Textbox Password without Class Calling*/
input[type="password"] {
    font-family: Verdana;
    font-size: 14px;
    background-color: #DEFFE1;
    height: 20px;
    width: 205px;
    margin-left: 2px;
    margin-top: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: maroon;
}
/*End Style For All Password without Class Calling*/

/*Style For All Textbox with Multiline without Class Calling*/
textarea {
    font-family: Verdana;
    font-size: 14px;
    width: 205px;
    background-color: #DEFFE1;
    margin-left: 2px;
    margin-top: 4px;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: maroon;
}
/*End Style For All Textbox with Multiline without Class Calling*/

/*Style For All Dropdown List without Class Calling*/
select {
    font-family: Verdana;
    font-size: 14px;
    background-color: #DEFFE1;
    height: 24px;
    width: 210px;
    margin-left: 2px;
    margin-top: 4px;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: maroon;
}

/*End Style For All Dropdown List without Class Calling*/

.Button {
    background-color: #c1ffe0;
    height: 20px;
    width: 150px;
    Color: Maroon;
}

.lable {
    Color: #403e0f;
}

/*Button Style*/

input[type="submit"] {
    border-top: 1px solid #96d1f8;
    background: #c1ffe0;
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: Maroon;
    font-size: 14px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
}

    input[type="submit"]:hover {
        border-top-color: #28597a;
        background: #81a544;
        color: white;
    }

    input[type="submit"]:active {
        border-top-color: #c1ffe0;
        background: #c1ffe0;
    }

/*Button Style*/

popupControl {
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground {
    background-color: Gray; /*filter:alpha(opacity=70);
	opacity:0.7;*/
}

.modalPopup {
    background-color: #EEEEEE;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    font-size: 12px;
    padding: 3px;
    width: 250px;
    color: Blue;
}

.modalSignUp {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    font-family: Verdana;
    font-size: medium;
    padding: 3px;
    width: 250px;
}

/*Menu Style*/
.staticMenuFont {
    text-align: left;
}

.StaticMenuItemShedow {
    text-shadow: 0px 1px 1px black;
}
/*Menu Style*/


/* GridView Style*/

h1 {
    font: bold 32px Times;
    color: #666;
    text-align: center;
    padding: 20px 0;
}

#container {
    margin: 10px auto;
}

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
        font-size: 12px;
    }

    .mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background-color: #81a544;
    border-left: solid 1px #525252;
    font-size: 12px;
    font-weight: bold;
}

    .mGrid .alt {
        background-color: #DEFFE1;
    }

    .mGrid .pgr {
       background-color: #81a544; 
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

/* GridView Style*/

/*Header BackGround Image Default (TpBack.png)*/
.HeaderImage {
     /*background-image: url('../Images/Aajadi.png')
    background-image: url('../Images/26Jan.png');
    background-image: url('../Images/Diwali.gif');
    background-image: url('../Images/Holi.gif');
    background-position: center;*/
}
.FooterImage {
    /*background-image: url('../Images/26JanF.png');
    background-image: url('../Images/Diwali.gif');
    background-image: url('../Images/Holi.gif');
    background-position: center;*/
}
.BGImageContent {
    /*background-size:100% 100%;
    background-repeat: no-repeat;
    background-image: url('../Images/26januaryBack.jpg');*/   
}
/*Header BackGround Image*/


