﻿
 /* Added by : atulr@ecotech : 30DEC2009
    Purpose  : Onmouseover change the image. (fadein/fadeout) */
h2 a.aBlue
        {
            color: #07498d;
        }
        h2 a.aBlue:hover
        {
            color: #000000;
        }
        #lnkIndex a.aBlue
        {
            color: #07498D;
        }
        #lnkIndex a.aBlue:hover
        {
            color: #000000;
        }
        div.row1 td a
        {
            cursor: pointer;
            text-decoration: none;
            color: #777;
            display: block;
        }
        div.row2 td a
        {
            cursor: pointer;
            text-decoration: none;
            color: #777;
            display: block;
        }
         /* Added by : atulr@ecotech : 28DEC2009
           Purpose  : CSS for JQuery Slider control. */
        pre
        {
            display: block;
            padding: 10px;
            border: 1px solid #bae2f0;
            background: #e3f4f9;
            margin: .5em 0;
            width: 674px;
        }
        /* image replacement */.graphic, #prevBtn, #nextBtn
        {
            margin: 0;
            padding: 0;
            display: block;
            overflow: hidden;
            text-indent: -8000px;
        }
        #content
        {
            position: relative;
        }
        /* Easy Slider*/#slider
        {
        }
        #slider ul, #slider li
        {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        #slider li
        {
            width: 961px; /*930*/
            height: 241px;
            overflow: hidden;
        }
        #prevBtn, #nextBtn
        {
            display: block;
            width: 30px;
            height: 77px;
            position: absolute;
            top: 71px;
            margin: 100px 0 0;
        }
        #nextBtn
        {
            left: 940px;
        }
        #prevBtn a, #nextBtn a
        {
            display: block;
            width: 30px;
            height: 77px;
            background: url(../images/icons/slider_lft.gif) no-repeat 0 0;
        }
        #nextBtn a
        {
            background: url(../images/icons/slider_rgt.gif) no-repeat 0 0;
        }
        .main_slider .row1 td a
        {
            color: #626262;
            display: block;
            text-align: center;
            text-decoration: none;
        }
        .main_slider .row2 td a
        {
            color: #626262;
            display: block;
            text-align: center;
            text-decoration: none;
        }
        
        #simplemodal-overlay
        {
            background-color: #000;
        }
        /* Container */#simplemodal-container
        {
            background-color: #fff;
            border: 4px solid #4B75A5;
        }
        #simplemodal-container a.modalCloseImg
        {
            background: url(../images/close.gif) no-repeat;
            width: 55px;
            height: 29px;
            display: inline;
            z-index: 3200;
            position: absolute;
            top: 5px;
            right: 5px;
            cursor: pointer;
        }
        #simplemodal-container #basicModalContent
        {
            padding: 8px;
        }
