#mask
{
    background-color: #CCCCCC;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
}
.mask-msg
{
    background: url(../images/loading.gif) repeat-x scroll 0 -16px #C3DAF9;
    border: 1px solid #6593CF;
    left: 0;
    opacity: 1;
    padding: 2px;
    position: absolute;
    top: 0;
    z-index: 20001;
}
.mask-msg div
{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #A3BAD9;
    color: #222222;
    cursor: wait;
    opacity: 1;
    font: 11px tahoma,arial,helvetica,sans-serif;
    padding: 5px 10px;
}
.mask-loading div
{
    background: url(../images/loading.gif) no-repeat scroll 5px 5px #FBFBFB;
    line-height: 16px;
    opacity: 1;
    padding: 5px 10px 5px 25px;
}
.newstxt
{
    font-family: verdana;
    color: #222222;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}
.newstxt:hover
{
    font-family: verdana;
    color: #222222;
    font-size: 12px;
    text-align: left;
    text-decoration: underline;
}
.toplink_pipe
{
    font-family: verdana;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
.toplink
{
    font-family: verdana;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
.toplink:hover
{
    font-family: verdana;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
}
.normaltxt
{
    font-family: verdana;
    color: #333333;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
    line-height: 20px;
}
.txtbxold
{
    border: 1px solid #CCC;
    background: url("../images/txt_09.jpg") repeat-x;
    width: 170px;
    padding-top: 4px;
    height: 17px;
    color: #666666;
    font-family: verdana;
    font-size: 12px;
}
.txtbx
{
    border: 1px solid #037A12;
    background: #ffffff;
    width: 170px;
    color: #666666;
    font-family: verdana;
    font-size: 12px;
}
.footlink_pipe
{
    font-family: verdana;
    color: #414141;
    font-size: 11px;
    text-align: left;
    text-decoration: none;
}
.footlink
{
    font-family: verdana;
    color: #414141;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}
.footlink:hover
{
    font-family: verdana;
    color: #6dbf55;
    font-size: 11px;
    text-align: center;
    text-decoration: underline;
}
.header_heading
{
    font-family: verdana;
    font-size: 30px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}
.sub_menu
{
    font-family: verdana;
    font-size: 20px;
    color: #5b9c49;
}
.sub_head
{
    font-family: verdana;
    font-size: 13px;
    color: #5b9c49;
    font-weight: bold;
}
.sub_headnew
{
    font-family: verdana;
    font-size: 16px;
    color: #6dbf55;
    font-weight: bold;
}
.butt
{
    background-color: #EDEDEF;
    color: #000000;
    font-family: verdana;
    font-size: 12px;
    width: 80px;
    height: 22px;
    border: 1px solid #ccc;
}
.butt:hover
{
    background-color: #A3E291;
    background-repeat: repeat-x;
    color: #666666;
    font-family: verdana;
    font-size: 12px;
    width: 80px;
    height: 22px;
}
.butt1
{
    background-color: #EDEDEF;
    color: #000000;
    font-family: verdana;
    font-size: 12px;
    width: 80px;
    height: 20px;
    border: 1px solid #ccc;
}
.butt1:hover
{
    background-color: #A3E291;
    background-repeat: repeat-x;
    color: #666666;
    font-family: verdana;
    font-size: 12px;
    width: 80px;
    height: 20px;
}
#menu
{
    padding-left: 0px;
}
#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Arial, sans-serif, Helvetica;
    font-size: 12px;
    font-weight: bold;
    z-index: 500;
    color: #484848;
}

#menu li
{
    /* all list items */
    float: left;
    position: relative;
}

#menu li ul
{
    /* second-level lists */
    position: absolute;
    display: block;
    top: 2em;
    left: 0;
    font-family: Arial, sans-serif, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

#menu li > ul
{
    /* to override top and left in browsers other than IE */
    top: auto;
    left: auto;
}

#menu li ul li ul
{
    /* third-level lists */
    position: absolute;
    display: block;
    top: 0;
    left: 9em;
}
#menu li ul li
{
    /* third-level lists */
    width: 100%;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li
{
    float: left;
    height: 1%;
}
* html #menu ul li a
{
    height: 1%;
}
/* End */

#menu li:hover ul
{
    display: block;
    margin: 0px;
}

#menu li:hover > ul
{
    visibility: visible;
}

#menu ul ul
{
    visibility: hidden;
    top: 19px;
    border-top: 0px solid #fff;
}

/* Make-up syles */
#menu ul, li
{
    margin: 0 0 0 0;
}

/* Styles for Menu Items */
#menu ul a
{
    display: block;
    text-decoration: none;
    color: #000;
    margin: 0 5px 0 5px;
    padding: 2px 0px 1px 0px;
    border: 0px solid #ccc;
}
/* Hover Styles */
#menu ul a:hover
{
    color: #484848;
    background: #f0f0f2;
}

/* Sub Menu Styles */
#menu li ul a
{
    text-decoration: none;
    color: #484848;
    background: #f0f0f2; /* IE6 Bug */
    border: 0px solid #ccc;
    padding: 2px 10px 2px 10px;
    text-align: left;
    border-top: 1px #CCC solid;
}

/* Sub Menu Hover Styles */
#menu li ul a:hover
{
    color: #484848;
    background: #f0f0f2;
}

/* Icon Styles */
#menu li a.submenu
{
    background: #f0f0f2;
}
#menu li a.submenu:hover
{
    background: #f0f0f2;
    color: #000;
}

/* end menu */


/* stylesheet for gridview */

.gridheader
{
    background-color: #9ddc8b;
    color: Black;
    font-family: verdana;
    font-size: 12px;
    width: 80px;
    height: 22px;
    border: 1px solid #9ddc8b;
}
.tdheader
{
    background-color: #9ddc8b;
    color: Black;
    font-family: verdana;
    font-size: 12px;
    height: 22px;
    border: 1px solid #d3eccc;
}

.gridrow
{
    background-color: White;
    color: Black;
    font-family: verdana;
    font-size: 13px;
    height: 20px;
    border: 1px solid #d3eccc;
    text-align: left;
}
.gridalternaterow
{
    background-color: #eef8eb;
    color: Black;
    font-family: verdana;
    font-size: 13px;
    height: 20px;
    border: 1px solid #d3eccc;
}
.gridselectrow
{
    background-color: #fbfbdb;
    color: Black;
    font-family: verdana;
    font-size: 13px;
    height: 20px;
    border: 1px solid #d3eccc;
}
.tablehead
{
    background-color: #9ddc8b;
    color: Black;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    border: 1px solid #9ddc8b;
}
.tableleft
{
    background-color: #eef8eb;
    color: Black;
    font-family: verdana;
    font-size: 11px;
    border: 1px solid #d3eccc;
}

.cal_red_txt
{
    font:11px arial,tahoma,helvetica,sans-serif;
    color: #999999;
    text-decoration: none;
}
.cal_red_txt:hover
{
    font:11px arial,tahoma,helvetica,sans-serif;
    color: black;
    text-decoration: underline;
}

.date_txt
{
    font-family: verdana;
    font-size: 12px;
    color: #6dbf55;
    font-weight: bold;
}

.img_user
{
    font-family: verdana;
    font-size: 30px;
    color: #b0b3af;
}
.img_welcome
{
    font-family: verdana;
    font-size: 35px;
    color: #FFFFFF;
}
.logout
{
    font-family: verdana;
    font-size: 12px;
    color: #5e5e5e;
    font-weight: bold;
    text-decoration: none;
}
.logout:hover
{
    font-family: verdana;
    font-size: 12px;
    color: #6dbf55;
    font-weight: bold;
    text-decoration: none;
}

.message_txt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #38a419;
    font-weight: bold;
}

.normaltxt_new
{
    font-family: verdana;
    color: #5b9c49;
    font-size: 11px;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
}
.normaltxt1
{
    font-family: verdana;
    color: #333333;
    font-size: 9px;
    text-align: left;
    text-decoration: none;
}
.newstxt1
{
    font-family: verdana;
    color: #222222;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}
.newstxt1:hover
{
    font-family: verdana;
    color: #222222;
    font-size: 12px;
    text-align: left;
    text-decoration: underline;
}
