body
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: "Arial Narrow";
    font-size: 10pt;
    color: #ffffff;
    background-color: #eaeaeb;
    width: 100%;
}
body a
{
    text-decoration: none;
}
body a:hover
{
    text-decoration: underline;
    cursor: pointer;
    color: Navy;
}

#frmEIS
{
    width: 1000px; /*    min-height: 760px;*/
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    background-color: White;
    display: block;
}
/*************Header styles start here ********/
#dvHeader
{
    height: 150px;
    width: 1000px;
    left: auto;
    right: auto;
    top: auto;
    margin: 0px 0px 0px 0px;
    border-bottom: solid 10px #8dbb40;
    position: relative;
}

#dvTopRightNav
{
    color: #6d6d6d;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 9pt;
    position: absolute;
    text-align: right;
    padding: 10px 10px 0px 0px;
    line-height: 16px;
}
#dvTopRightNav a:link, a:visited
{
    color: #6d6d6d;
    text-decoration: none;
}

#dvSearch
{
    top: 96px;
    right: 30px;
    position: absolute;
}
#dvSearch input[type=text]
{
    width: 118px;
    border: solid 0px #ddf;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 3px 0px;
    text-decoration: none;
    line-height: 14px;
    font-size: 9px;
}
#dvSearch input[type=button]
{
    background: transparent url(../images/search.gif) no-repeat center top;
    overflow: hidden;
    height: 19px;
    width: 19px;
    margin: 1px 0px 0px 3px;
    border: none;
}
/*************Header styles ends here *********/

#dvMenu
{
    position: absolute;
    top: 116px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


/* Drop down menu styles goes here */

#ulMenu
{
    padding: 0px 0px 0px 0px;
}

#ulMenu li
{
    letter-spacing: .039em;
    float: left;
    list-style: none;
    list-style: none;
    font: 11pt;
    line-height: 26px;
    padding: 0px 30px 0px 40px;
}

#ulMenu li a:link, #ulMenu li a:active, #ulMenu li a:visited
{
    width: 110px;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 10px;
    text-decoration: none;
    color: white;
    font-size: 10pt;
}

#ulMenu li a:hover
{
    background-image: url(../images/topnavhoverbg.gif);
    background-position: center top;
    background-repeat: no-repeat;
}

#ulMenu li ul
{
    margin: 0px 0px 0px 0px;
    visibility: hidden;
    position: absolute;
}

#ulMenu li ul li
{
    display: inline;
    float: none;
    line-height: 22px;
    padding: 1px 0px 1px 0px;
}

#ulMenu li ul li a
{
    background-color: #006e98;
}

#ulMenu li ul li a:hover
{
    background-color: #005581;
    background-image: none;
}

/*************Footer styles start here ********/

#dvFooter
{
    width: 1000px;
    background-color: White;
    line-height: 20px;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#dvFooter #spLeft
{
    display: inline;
    float: left;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 0px;
    float: left;
}
#dvFooter #spRight
{
    display: inline;
    position: relative;
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 15px 0px 0px;
    float: right;
}
#dvFooter a:link, #dvFooter a:visited
{
    color: Blue;
}
#dvFooter a:hover {color:Navy;}
/*************Footer styles ends here *********/

/* ****** Upcoming Events & Meeting Table *********/
#dvUpcomingEvents, #dvKeyEvents
{
    display: block; /*height: 200px;     overflow-y: auto;     scrollbar-face-color: #b8d389;     scrollbar-highlight-color: #b8d389;     scrollbar-3dlight-color: #b8d389;     scrollbar-darkshadow-color: #b8d389;     scrollbar-shadow-color: #b8d389;     scrollbar-arrow-color: white;     scrollbar-track-color: #f5f5f5;*/
}

#rptTable, #tbKeyDates
{
    padding: 0px 0px 0px 0px;
    float: right;
    display: block;    
    margin: 0px 0px 20px 10px;
    border-collapse: collapse;
}

#rptTable td, #tbKeyDates td
{
    padding: 3px 2px 3px 4px;
    line-height: 22px;
    border: none;
}
#rptTable td a:link, #rptTable td a:active, #rptTable td a:visited, #tbKeyDates td a:link, #tbKeyDates td a:active, #tbKeyDates td a:visited
{
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    text-align: left;
    color: #4b4b4b;
    font-size: 10pt;
}
#rptTable td a:hover, #rptTable td a:hover
{
    text-decoration: underline;
    color: Navy;
}
.normalHeader
{
    line-height: 20px;
    margin: 0 0 0 0;
    border: none;
    padding: 2px 2px 2px 4px;
    text-align: left;
    color: White;
    font-size: 12pt;
    background-color: #b8d389;
}
.normalTH
{
    line-height: 20px;
    cursor: pointer;
    padding: 2px 2px 2px 4px;
    text-align: left;
    color: White;
    font-size: 12pt;
    background: transparent url(../images/sortnormal.jpg) no-repeat 35% center;
    background-color: #b8d389;
}
.sortDesc
{
    background: transparent url(../images/sortdown.jpg) no-repeat 35% center;
    background-color: #aac380;
}
.sortAsc
{
    background: transparent url(../images/sortup.jpg) no-repeat 35% center;
    background-color: #aac380;
}
tr.odd
{
    background-color: #e3e3e3;
}
tr.even
{
    background-color: #f5f5f5;
}
/***************************************************/
/**************gats login control*******************/
#tbGatsLogin
{
    border: none;
    width: 180px;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#tbGatsLogin td
{
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
    height: 24px;
}
#tbGatsLogin td a:link, #tbGatsLogin td a:visited
{
    font-size: 14pt;
    font-weight: bold;
    color: #aac380;
}
#tbGatsLogin td a:hover
{
    color: Navy;
}
#tbGatsLogin input[type=text]
{
    border: solid 1px #666666;
    padding: 0px 0px 0px 0px;
    width: 110px;
}
#tbGatsLogin input[type=submit]
{
    background-image: url(../images/submitbg.jpg);
    background-position: center;
    border: solid 1px #666666;
    background-repeat: repeat-x;
}

#spTitle
{
    display: block;
    padding: 0px 0px 10px 0px;
    height: 20px;
    font-weight: bold;
}
/***************************************************/
/******************  Required Field ****************/
.required
{
    color: Red;
    font-size: 14pt;
}
/***************************************************/