html {}

body {
    margin: 0;
    padding: 0;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    overflow: auto;
}


/* Header content styles*/

.headerContentWrapper {}

.logoDiv {
    width: 250px;
    height: 160px;
    float: left;
}

.headingContentWrapper {
    /*    background-color: #3D8316;*/
    background: #75890c;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #75890c 0%, #a4b357 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75890c), color-stop(100%, #a4b357));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #75890c 0%, #a4b357 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #75890c 0%, #a4b357 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #75890c 0%, #a4b357 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #75890c 0%, #a4b357 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#75890c', endColorstr='#a4b357', GradientType=0);
    /* IE6-8 */
    height: 160px;
    font: 30pt Verdana, Arial, Helvetica, sans-serif;
    color: white;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

.headingDiv {
    padding-top: 50px;
}

.infoDiv {
    clear: both;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    background-color: #DFDFDF;
}

.infoDiv a {
    text-decoration: none;
    cursor: pointer;
    color: #2F28DA;
    padding-left: 60px;
    vertical-align: middle;
}


/* Body content styles*/

#body {
    overflow: auto;
}

.contentWrapper {
    width: 100%;
}

.menuDiv {
    float: left;
    width: 200px;
    min-height: 430px;
    _height: 430px;
    margin-top: 3px;
    background: #fefefe;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e2e2e2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #e2e2e2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0);
    /* IE6-8 */
}

.menuDiv ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menuDiv li {
    border-bottom: 2px solid #C0DFFD;
    padding: 5px 0px 5px 0px;
    background: #e2e2e2;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #fefefe 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #fefefe));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #fefefe 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%, #fefefe 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%, #fefefe 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e2e2e2 0%, #fefefe 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
    /* IE6-8 */
}

.menuDiv li:hover {
    color: #FF6600;
    border-bottom: 2px solid #C0DFFD;
    padding: 5px 0px 5px 0px;
    background: #fefefe;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e2e2e2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #e2e2e2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0);
    /* IE6-8 */
}

#navigation {}

#navigation a {
    display: block;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #003366;
    line-height: 16px;
    vertical-align: middle;
    letter-spacing: .1em;
    text-decoration: none;
    padding: 2px 0px 0px 26px;
    background: url("../img/mm_arrow.gif") 14px 45% no-repeat;
}

#navigation a:hover {
    color: #FF6600;
}

.navText {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #003366;
    line-height: 16px;
    letter-spacing: .1em;
    text-decoration: none;
}

.mainContentWrapper {
    border: 2px solid #759DA1;
    /*    background:cornsilk;*/
    background: #feffe8;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #feffe8 0%, #d6dbbf 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffe8), color-stop(100%, #d6dbbf));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #feffe8 0%, #d6dbbf 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #feffe8 0%, #d6dbbf 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #feffe8 0%, #d6dbbf 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #feffe8 0%, #d6dbbf 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf', GradientType=0);
    /* IE6-8 */
    padding: 2px 2px 0px 10px;
    min-height: 430px;
    _height: 430px;
    margin-left: 180px;
}

.mainContent {
    overflow: auto;
}


/* Footer content styles*/

footer {
    clear: both;
    background: #a4b357;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4b357), color-stop(100%, #75890c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a4b357 0%, #75890c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a4b357 0%, #75890c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a4b357 0%, #75890c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a4b357 0%, #75890c 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c', GradientType=0);
    /* IE6-8 */
    height: 25px;
    border: 1px solid #759DA1;
    margin-top: 1px;
}

.footerContentWrapper {
    text-align: center;
}

.footerContent {
    padding-top: 5px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: white;
}


/*MAP FRAM style*/

.mapIframe {
    float: left;
}

.mapDIV {
    float: left;
}

.infoReach {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.routesDiv {
    text-align: center;
}

.pageName {
    font: 18px Verdana, Arial, Helvetica, sans-serif;
    color: #36C;
    line-height: 24px;
    letter-spacing: .2em;
    text-align: center;
}

.bottomInfoClass {}

#personal_dtls {
    border: 1px Solid black;
}

#personal_dtls td {
    border-bottom: 1px Solid gray;
}

.rightTD {
    text-align: right;
}

.leftTD {
    text-align: left;
}

#personal_dtls input[type=text] {
    height: 20px;
    width: 200px;
}


/*Table style*/

.templeScheduleTable,
.annualPoojaTable {
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 10px 10px 5px #888888;
    border-spacing: 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.templeScheduleTable td {
    padding-left: 10px;
}

.annualPoojaTable td {
    height: 45px;
    text-align: center;
    vertical-align: middle;
}

.templeScheduleTable tr:nth-child(odd),
.annualPoojaTable tr:nth-child(odd) {
    background-color: #AFADAC;
}

.templeScheduleTable tr:nth-child(even),
.annualPoojaTable tr:nth-child(even) {
    background-color: #DBD7D7;
}

.ContactUsContentWrapper {
    margin-top: 30px;
    margin-left: 30px;
}

.contactUsDIV {
    float: left;
    width: 30%;
    font-size: 20px;
}

.contactUsTable {
    font-size: 18px;
}

.mailDetailsDIV {
    float: left;
}

.myButton {
    width: 120px;
    border: 1px solid #4B546A;
    -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
    -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    box-shadow: #B7B8B8 0px 1px 0px inset;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background: #a5b8da;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5b8da), color-stop(100%, #7089b3));
    background: -webkit-linear-gradient(top, #a5b8da, #7089b3);
    background: -moz-linear-gradient(top, #a5b8da, #7089b3);
    background: -ms-linear-gradient(top, #a5b8da, #7089b3);
    background: -o-linear-gradient(top, #a5b8da, #7089b3);
    background: linear-gradient(top, #a5b8da, #7089b3);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a5b8da, endColorstr=#7089b3);
}

.myButton:hover {
    background: #a5b8da;
    cursor: pointer;
}

.myButton:active {
    background: #7089b3;
}


/* ----------- Table style ----------- */

.mahashivratriPoojaDetailsTable,
.personalDetailsTable {
    border: solid 2px #797979;
    background: #DADDDF;
}

.mahashivratriPoojaDetailsTable tr:nth-child(odd) {}

.mahashivratriPoojaDetailsTable tr:nth-child(odd) {}

.personalDetailsTable input[type="text"] {
    border-radius: 10px;
    padding-left: 10px;
    height: 20px;
}


/* ----------- My Form ----------- */

.enquiryForm {
    margin: 0 auto;
    margin-top: 20px;
    width: 400px;
    padding: 14px;
}

.spacer {
    clear: both;
    height: 1px;
}


/* ----------- stylized ----------- */

#stylized {
    border: solid 2px #797979;
    background: #DADDDF;
}

#stylized h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

#stylized p {
    font-size: 11px;
    color: #666666;
    margin-bottom: 20px;
    border-bottom: solid 1px #204153;
    padding-bottom: 10px;
}

#stylized label {
    display: block;
    text-align: right;
    width: 140px;
    float: left;
}

#stylized .displayLabel {
    float: left;
    font-size: 12px;
    width: 230px;
    margin: 2px 0 20px 10px;
    text-align: left;
}

#stylized .small {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 140px;
}

#stylized input,
textarea {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 200px;
    margin: 2px 0 20px 10px;
    border-radius: 10px;
}

#stylized input {
    height: 18px;
}

#stylized button {
    clear: both;
    margin-left: 150px;
    width: 120px;
    border: 1px solid #4B546A;
    -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
    -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    box-shadow: #B7B8B8 0px 1px 0px inset;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #a5b8da;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5b8da), color-stop(100%, #7089b3));
    background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
    background-image: linear-gradient(top, #a5b8da, #7089b3);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a5b8da, endColorstr=#7089b3);
}

#stylized .star {
    color: red;
    font-size: 0.7em;
}

.sidebox {
    webkit-box-shadow: rgba(0, 0, 0, .298039) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, .298039) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, .298039) 0 1px 3px;
    background-color: #f3f5f5;
    color: #333;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 3px;
    padding: 10px;
    margin-top: 5px;
}

.span3 {
    width: 20%;
    float: left;
}

.sidebar {
    margin-left: 10px;
}