/* CSS Document */


body {
    background-color: #4a5f7f;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /*font-family: Arial;*/
    font-size: 11px;
    color: #333333;
    font-family: Microsoft Sans Serif;
	font-weight:normal;
}

.reports {
    font-family: Microsoft Sans Serif;
    font-size: 16px;
    font-weight: bold;
    color: #7099CB;
    line-height: 24px;
    text-decoration: none;
	
}

.Home {
    font-size: 16px;
    font-weight: bold;
    color: #7099CB;
    font-family: Microsoft Sans Serif;
    text-align: center;
}

.title {
    height: 25px;
    font-family: Microsoft Sans Serif;
    font-size: 17px;
    line-height: 25px;
    color: #081d30;
    font-weight: normal;
    padding-left: 2px;
    border-bottom: 1px dashed #081d30;
}

.textboxround {
    background: white;
    border-radius: 6px;
    color: #666;
    float: left;
    padding: 2px 10px;
    width: 165px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-left: 0px;
}
  .lblcon
       {
           padding-left:25px;
           width:700px;
           font-size: 12px; /*font-family: Verdana, Geneva, sans-serif;*/
           font-family: Microsoft Sans Serif;

       }

.textboxmail {
    background: white;
    border-radius: 6px;
    color: #666;
    float: left;
    padding: 2px 10px;
    width: 400px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.textboxroundbig {
    background: white;
    border-radius: 6px;
    color: #666;
    float: left;
    padding: 2px 10px;
    line-height: 18px;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.textareaboxround {
    background: white;
    border-radius: 6px;
    color: #666;
    float: left;
    padding: 5px 10px;
    width: 550px;
    height: 30px;
    /* overflow:auto; */
    line-height: 10px;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    resize: none;
    font-family: Microsoft Sans Serif;
    font-size: 13px;
}

.linknew {
    font-family: Microsoft Sans Serif;
    font-size: 12px;
    font-weight: bold;
    color: #359AFF;
    line-height: 20px;
    text-decoration: underline;
    padding-left: 10px;
}

.linknewblackpopup {
    color: #333333;
    font-family: Microsoft Sans Serif;
    font-size: 13px;
    font-weight: normal;
    background-color: #e1e6ed;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
}

.linknewblack {
    color: #333333;
    font-family: Microsoft Sans Serif;
    font-size: 13px;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
}

    .linknewblack:hover {
        color: #333333;
        font-family: Microsoft Sans Serif;
        font-size: 13px;
        font-weight: normal;
        background-color: #FFFFFF;
        height: 20px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        text-decoration: underline;
    }






.linknewinactive {
    font-family: Microsoft Sans Serif;
    font-size: 13px;
    font-weight: bold;
    color: #BF0000;
    line-height: 20px;
    text-decoration: underline;
    padding-left: 10px;
    height: 20px;
    cursor: pointer;
}





.linknewinactiveodd {
    font-family: Microsoft Sans Serif;
    font-size: 13px;
    font-weight: bold;
    color: #BF0000;
    line-height: 20px;
    text-decoration: underline;
    padding-left: 10px;
    background-color: #FFFFFF;
    height: 20px;
    cursor: pointer;
}

.linknewinactiveevenrow {
    font-family: Microsoft Sans Serif;
    font-size: 13px;
    font-weight: bold;
    color: #BF0000;
    line-height: 20px;
    text-decoration: underline;
    padding-left: 10px;
    height: 20px;
    background-color: #e2e8f1;
    cursor: pointer;
}


.tablefooter {
    color: #333;
    padding: 2px 10px 2px 10px;
    background: -o-linear-gradient(bottom, #aec1d9 5%, #809ec3 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aec1d9), color-stop(1, #809ec3) );
    background: -moz-linear-gradient( center top, #aec1d9 5%, #809ec3 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aec1d9", endColorstr="#809ec3");
    background: -o-linear-gradient(top,#aec1d9,#809ec3);
    line-height: 21px;
    font-size: 12px; /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Microsoft Sans Serif;
    font-weight: bold;
    width: auto;
}




    .tablefooter a {
        text-decoration: underline;
        color: #fff;
    }

        .tablefooter a:hover {
            text-decoration: none;
            color: #FFC;
        }


.tablefooterlink {
    color: #359AFF;
    padding: 2px 10px 2px 10px;
    background: -o-linear-gradient(bottom, #aec1d9 5%, #809ec3 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aec1d9), color-stop(1, #809ec3) );
    background: -moz-linear-gradient( center top, #aec1d9 5%, #809ec3 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aec1d9", endColorstr="#809ec3");
    background: -o-linear-gradient(top,#aec1d9,#809ec3);
    line-height: 21px;
    font-size: 12px; /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Microsoft Sans Serif;
    font-weight: bold;
    width: auto;
    text-decoration: underline;
}


.tableheader {
    color: #fff;
    padding: 2px 10px 2px 10px;
    background: -o-linear-gradient(bottom, #95b4dd 5%, #5075a4 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #95b4dd), color-stop(1, #5075a4) );
    background: -moz-linear-gradient( center top, #95b4dd 5%, #5075a4 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95b4dd", endColorstr="#5075a4");
    background: -o-linear-gradient(top,#95b4dd,#5075a4);
    line-height: 21px;
    font-size: 12px; /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Microsoft Sans Serif;
    font-weight: normal;
    text-align: left;
    width: auto;
}
.tableheader -old
{
    color:#003399;
	padding-left:10px;
	background:url(../images/tbg.jpg) repeat-x;
	line-height:21px;
	height:21px;
	font-size: 13px; /*font-family: Verdana, Geneva, sans-serif;*/
	font-family:Microsoft Sans Serif;
	font-weight:500;
	font-style:inherit;
	
	
	text-align:left;
	width:auto;
	border-bottom:1px solid #a6c9e2; border-top:1px solid #a6c9e2;
	/*border-radius:4px; -moz-border-radius:6px; -webkit-border-radius:6px; -ms-border-radius:6px; -o-border-radius:6px;*/
	
	
}

.tableheaderunderline {
    color: #fff;
    padding: 2px 10px 2px 10px;
    background: -o-linear-gradient(bottom, #95b4dd 5%, #5075a4 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #95b4dd), color-stop(1, #5075a4) );
    background: -moz-linear-gradient( center top, #95b4dd 5%, #5075a4 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95b4dd", endColorstr="#5075a4");
    background: -o-linear-gradient(top,#95b4dd,#5075a4);
    line-height: 21px;
    font-size: 12px; /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Microsoft Sans Serif;
    font-weight: normal;
    text-align: left;
    width: auto;
}
.tablefooter1 {
    color: #333;
    padding: 2px 10px 2px 10px;
    background: -o-linear-gradient(bottom, #aec1d9 5%, #809ec3 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aec1d9), color-stop(1, #809ec3) );
    background: -moz-linear-gradient( center top, #aec1d9 5%, #809ec3 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aec1d9", endColorstr="#809ec3");
    background: -o-linear-gradient(top,#aec1d9,#809ec3);
    line-height: 20px;
    font-size: 11px; /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Microsoft Sans Serif;
    font-weight: bold;
	text-align: right;
    width: auto;







    padding-left: 10px;
    padding-right: 5Px;
}




.tableheader1 {
    color: #fff;
    padding: 2px 10px 2px 10px;
    background: -o-linear-gradient(bottom, #95b4dd 5%, #5075a4 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #95b4dd), color-stop(1, #5075a4) );
    background: -moz-linear-gradient( center top, #95b4dd 5%, #5075a4 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95b4dd", endColorstr="#5075a4");
    background: -o-linear-gradient(top,#95b4dd,#5075a4);
    line-height: 21px;
    font-size: 12px; /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Microsoft Sans Serif;
    font-weight: normal;
    text-align:right;
    width: auto;
}



.tableheader2 {
    color: #fff;
    padding: 2px 10px 2px 10px;
    background: -o-linear-gradient(bottom, #95b4dd 5%, #5075a4 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #95b4dd), color-stop(1, #5075a4) );
    background: -moz-linear-gradient( center top, #95b4dd 5%, #5075a4 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95b4dd", endColorstr="#5075a4");
    background: -o-linear-gradient(top,#95b4dd,#5075a4);
    line-height: 21px;
    font-size: 12px; /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Microsoft Sans Serif;
    font-weight: normal;
    text-align:center;
    width: auto;
}

    .tableheaderunderline a {
        color: #fff;
        text-decoration: none;
    }

    .tblhedicon {
    color: #fff;
    padding: 2px 10px 2px 10px;
    background: -o-linear-gradient(bottom, #95b4dd 5%, #5075a4 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #95b4dd), color-stop(1, #5075a4) );
    background: -moz-linear-gradient( center top, #95b4dd 5%, #5075a4 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95b4dd", endColorstr="#5075a4");
    background:  url(../images/d.png) no-repeat right;
    line-height: 21px;
    font-size: 12px; /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Microsoft Sans Serif;
    font-weight: normal;
    text-align: left;
    width: auto;
    
}

    .tblhedicon a {
        color: #fff;
        text-decoration: none;
         
    }

.evenrow {
    color: #333333;
    font-family: Microsoft Sans Serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #e2e8f1;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

    .evenrow a {
        text-decoration: underline;
        color: #333;
    }

        .evenrow a:hover {
            text-decoration: underline;
            color: #888;
        }

.Rowstyle {
    height: 20px;
    /*font-family: 'arial ',helvetica,sans-serif;*/
    font-family:Microsoft Sans Serif;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 5Px;
}

.oddrow {
    color: #333333;
    font-family: Microsoft Sans Serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}


.oddrowright {
    color: #333333;
    font-family: Microsoft Sans Serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #FFFFFF;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}

    .oddrow a {
        text-decoration: underline;
        color: #333;
    }

        .oddrow a:hover {
            text-decoration: underline;
            color: #888;
        }

.oddrowbgcolor-new {
    color: #333333;
    font-family: Microsoft Sans Serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #d8e0ea;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    line-height: 18px;
}

.tabletop {
    color: #fff;
    font-family: Microsoft Sans Serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #4a5f7f;
    height: 30px;
    padding-right: 10px;
    font-weight: bold;
    line-height: 30px;
    text-indent: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.tabletop1 {
    font-family: Microsoft Sans Serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #8cacd5;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.btncancel {
    border: 1px solid #333;
    background-color: #FF9D9D;
    font-size: 12px;
    font-family: Microsoft Sans Serif;
    color: #fff;
    text-align: center;
    display: block;
    padding: 2px 5px 2px 5px;
    margin-left: 0px;
    height: 17px;
    line-height: 8px;
}

.textboxroundDp {
    background: white;
    border-radius: 6px;
    color: #666;
    float: left;
    padding: 2px 10px;
    width: 70px;
    height: 18px;
    font-size:10px;
    line-height: 18px;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.btnsave_old {
    border: 1px solid #333;
    background-color: #D6D6D6;
    font: normal 12px Microsoft Sans Serif;
    color: #333;
    text-align: center;
    display: block;
    padding: 2px 5px 2px 5px;
    margin-left: 0px;
    height: 17px;
    line-height: 8px;
}

.btnsave {
    border: 1px solid #333;
    background-color: #47668e;
    font: normal 12px Microsoft Sans Serif;
    color: #fff;
    text-align: center;
    display: block;
    padding: 2px 5px 2px 5px;
    margin-left: 0px;
    height: 17px;
    line-height: 10px;
}


.button {
    background: -moz-linear-gradient(center top, #4a5f7f, #101c2e);
    background: -webkit-gradient(linear, left top, left bottom, from(#4a5f7f), to(#101c2e));
    background: -o-linear-gradient(top, #4a5f7f, #101c2e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4a5f7f', EndColorStr='#101c2e');
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px;
    margin-left: 15px;
    font-size: 12px;
    font-family: Microsoft Sans Serif;
    font-weight: normal;
    width: auto;
    border: 1px solid #315787;
}

.button1 {
    background: -moz-linear-gradient(center top, #c4dee8, #c4dee8);
    background: -webkit-gradient(linear, left top, left bottom, from(#c4dee8), to(#c4dee8));
    background: -o-linear-gradient(top, #c4dee8, #c4dee8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c4dee8', EndColorStr='#c4dee8');
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px;
    margin-left: 15px;
    font-size: 12px;
    font-family: Microsoft Sans Serif;
    font-weight: normal;
    width: auto;
    border: 0px solid #315787;
}


.button2 {
    background: -moz-linear-gradient(center top, #a8d5e8, #a8d5e8);
    background: -webkit-gradient(linear, left top, left bottom, from(#a8d5e8), to(#a8d5e8));
    background: -o-linear-gradient(top, #a8d5e8, #a8d5e8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a8d5e8', EndColorStr='#a8d5e8');
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px;
    margin-left: 15px;
    font-size: 12px;
    font-family: Microsoft Sans Serif;
    font-weight: normal;
    width: auto;
    border: 0px solid #315787;
}

.button3 {
    background: -moz-linear-gradient(center top, #87cde9, #87cde9);
    background: -webkit-gradient(linear, left top, left bottom, from(#87cde9), to(#87cde9));
    background: -o-linear-gradient(top, #87cde9, #87cde9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#87cde9', EndColorStr='#87cde9');
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px;
    margin-left: 15px;
    font-size: 12px;
    font-family: Microsoft Sans Serif;
    font-weight: normal;
    width: auto;
    border: 0px solid #315787;
}

.button4 {
    background: -moz-linear-gradient(center top, #6bc4e8, #6bc4e8);
    background: -webkit-gradient(linear, left top, left bottom, from(#6bc4e8), to(#6bc4e8));
    background: -o-linear-gradient(top, #6bc4e8, #6bc4e8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6bc4e8', EndColorStr='#6bc4e8');
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px;
    margin-left: 15px;
    font-size: 12px;
    font-family: Microsoft Sans Serif;
    font-weight: normal;
    width: auto;
    border: 0px solid #315787;
}

.button5 {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -ms-border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px;
    margin-left: 15px;
    font-size: 12px;
    font-family: "Microsoft Sans Serif";
    font-weight: normal;
    width: auto;
    border: 0px solid #315787;
    /* background-image: -o-linear-gradient(top, #45aed9, #45aed9);*/
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #45aed9 0%, #45aed9 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #45aed9 0%, #45aed9 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #45aed9 0%, #45aed9 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #45aed9), color-stop(1, #45aed9));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #45aed9 0%, #45aed9 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #45aed9 0%, #45aed9 100%);
}


.button:hover {
    background: -moz-linear-gradient(center top, #101c2e, #4a5f7f);
    background: -webkit-gradient(linear, left top, left bottom, from(#101c2e), to(#4a5f7f));
    background: -o-linear-gradient(top, #101c2e, #4a5f7f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#101c2e', EndColorStr='#4a5f7f');
}


.button-c {
    background: -moz-linear-gradient(center top, #5275a3, #88a8d3);
    background: -webkit-gradient(linear, left top, left bottom, from(#5275a3), to(#88a8d3));
    background: -o-linear-gradient(top, #5275a3, #88a8d3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5275a3', EndColorStr='#88a8d3');
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 6px 6px 4px;
    padding: 3px 10px;
    margin-left: 15px;
    font-size: 12px;
    font-family: Microsoft Sans Serif;
    font-weight: normal;
    width: auto;
    border: 1px solid #315787;
}

    .button-c:hover {
        background: -moz-linear-gradient(center top, #88a8d3, #5275a3);
        background: -webkit-gradient(linear, left top, left bottom, from(#88a8d3), to(#5275a3));
        background: -o-linear-gradient(top, #88a8d3, #5275a3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#88a8d3', EndColorStr='#5275a3');
    }

/*.page-icon-r{border: 1px solid #d3d3d3; background:#9ab2d0 url(../images/r.png) no-repeat center;  -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; height:15px; width:15px; line-height:15px; text-align:center;}
.page-icon-r a{text-decoration:none; color:#d3d3d3; display:block;}.page-icon-r a:hover{text-decoration:none; color:#d3d3d3; background-color:#5d81ae;}
.page-icon-l{border: 1px solid #d3d3d3; background:#9ab2d0 url(../images/l.png) no-repeat center; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; height:15px; width:15px; line-height:15px; text-align:center;}
.page-icon-l a{text-decoration:none; color:#d3d3d3; display:block;}.page-icon-l a:hover{text-decoration:none; color:#d3d3d3; background-color:#5d81ae;}*/
.page-icon {
    border: 1px solid #5878a1;
    background: #9ab2d0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

    .page-icon a {
        text-decoration: none;
        color: #fff;
        display: block;
    }

        .page-icon a:hover {
            text-decoration: none;
            color: #fff;
            background-color: #5d81ae;
        }


.page-icon1 {
    border: 1px solid #5878a1;
    background: #9ab2d0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

    .page-icon1 a {
        text-decoration: none;
        color: #fff;
        display: block;
    }

        .page-icon1 a:hover {
            text-decoration: none;
            color: #fff;
            background-color: #5d81ae;
        }

.index-icon-d {
    background: url(../images/d.png) no-repeat center;
    height: 10px;
    width: 10px;
    margin-left: 10px;
    display: inline-block;
}


/*------menu---------------*/
ul.menu {
    list-style: none;
    margin-left: 25px;
    margin-top: 07px;
}

    ul.menu * {
        margin: 0;
        padding: 0;
    }

    ul.menu a {
        display: block;
        color: #fff;
        text-decoration: none;
    }

    ul.menu li {
        position: relative;
        float: left;
        margin-right: 2px;
        margin-top: -09px;
        z-index: 999;
    }

    ul.menu ul {
        position: absolute;
        top: 24px;
        background-color: #d41520;
        display: none;
        list-style: none;
        width: 175px;
    }

        ul.menu ul li {
            position: relative;
            width: 175px;
            margin: 0;
            font-size: 12px;
        }

            ul.menu ul li ul {
                position: absolute;
                left: 175px;
                background-color: #023189;
                top: 0;
                display: none;
                list-style: none;
                width: auto;
            }

                ul.menu ul li ul li {
                    position: relative;
                    width: 125px;
                    background-color: #d5ddea;
                    font-size: 12px;
                }

                    ul.menu ul li ul li a {
                        display: block;
                        padding: 4px 8px 4px 8px;
                        background-color: #7e97b1;
                        color: #fff;
                        border-bottom: 1px solid #fff;
                    }

                        ul.menu ul li ul li a:hover {
                            background-color: #6c8398;
                            color: #fff;
                        }

            ul.menu ul li a {
                display: block;
                padding: 4px 10px 4px 10px;
                background-color: #6c8398;
                color: #fff;
                border-bottom: 1px solid #fff;
            }

                ul.menu ul li a:hover {
                    background-color: #7e97b1;
                    color: #fff;
                }

    ul.menu .menulink {
        border: none;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 03px;
        padding-bottom: 03px;
        font-weight: normal;
        font-size: 12px;
        display: block;
        height: 21px;
        line-height: 19px;
        margin-top: 0;
    }

        ul.menu .menulink:hover, ul.menu .menuhover {
            background-color: #6c8398;
            height: auto;
            text-align: center;
            vertical-align: middle;
        }

/*-----------end---------------*/



#menu_new {
    width: 1258px;
    height: 25px;
    background: -o-linear-gradient(bottom, #102e49 5%, #081d30 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #102e49), color-stop(1, #081d30) );
    background: -moz-linear-gradient( center top, #102e49 5%, #081d30 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#102e49", endColorstr="#081d30");
    background: -o-linear-gradient(top,#102e49,#081d30);
    margin: -3px auto;
}



.hint {
    display: none;
    position: absolute;
    left: 400px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    z-index: 999;
    font-size: 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}

    /* The pointer image is hadded by using another span */
    .hint .hint-pointer {
        font-size: 12px;
        position: absolute;
        left: -10px;
        top: 5px;
        width: 10px;
        height: 19px;
        background: url(../images/pointer.gif) left top no-repeat;
    }

.txtbox-comments {
    width: 97%;
    height: 75px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}

.evenrow-y {
 height:23px;
 font-family:Microsoft Sans Serif;
 font-size: 11px;
 padding-left: 10px;
 padding-right: 5Px;
 line-height:23px;
 background-color:#fffad0;
 border-bottom:1px solid #abbcc3;
}
.evenrow-b {
 height:23px;
 font-family:Microsoft Sans Serif;
 font-size: 11px;
 padding-left: 10px;
 padding-right: 5Px;
 line-height:23px;
 background-color:#ceefff;
 border-bottom:1px solid #abbcc3;
}
.oddrowunderline{
    color:#333333;
   font-family:Microsoft Sans Serif;
    font-size:12px;
    font-weight:normal;
    background-color:#FFFFFF;
    padding-left:10px;
	padding-right:10px;
	text-align:left;
	border-bottom:1px solid #000000;
}