html, body {
    height: 97%;
}

body {
    font-family: "Trebuchet MS", Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
/* Footer Fixed by Css */
#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 20px; /* must be same height as the footer */
}

#footer2 {
    position: relative;
    margin-top: -20px; /* negative value of footer height */
    height: 10px;
    clear: both;
    background-image: url(../Images/footerbg.jpg);
    background-repeat: repeat-x;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #282828;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    /* margin: 0px;*/
}

/*Opera Fix*/
body:before { /* thanks to Maleika (Kohoutec)*/
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px; /* thank you Erik J - negate effect of float*/
}

/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]

*/

/* Footer Fixed by Css  End */
#wrapper {
    padding: 0px;
    height: auto;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#header {
    height: 50px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    background-color: #282828;
}

#logo {
    padding: 0px;
    height: 49px;
    width: 47%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 2%;
    background-image: url(../Images/logo.jpg);
    background-repeat: no-repeat;
    float: left;
}

#logout_container {
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    width: 47%;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 34px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.mid_header {
    background-image: url(../Images/mid_headerbg.jpg);
    background-repeat: repeat-x;
    height: 35px;
    width: 99%;
    float: left;
    margin: 0px;
    padding: 6px;
    padding-top: 0px;
}

.mid_heading2 {
    font-family: "Myriad Pro";
    font-size: 13px;
    font-weight: bold;
    color: #007491;
    text-decoration: none;
    float: left;
    height: 28px;
    width: 98%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 1%;
    padding-top: 11px;
    padding-right: 1px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#mid_heading {
    font-family: "Myriad Pro";
    font-size: 17px;
    font-weight: bold;
    color: #232323;
    text-decoration: none;
    float: left;
    height: 28px;
    width: 48%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 2%;
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#mid_headingright {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bolder;
    color: #009fc7;
    text-decoration: none;
    height: 28px;
    width: 46%;
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
}

#navi_txt {
    background-image: url(../Images/nevitxt_bg.jpg);
    background-repeat: repeat-x;
    height: 28px;
    width: 95%;
    float: left;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #282828;
    text-decoration: none;
    padding-left: 4%;
    padding-right: 9px;
    padding-top: 4px;
    border: 1px solid #D5D1D0;
}

.navi_txt {
    background-image: url(../Images/nevitxt_bg.jpg);
    background-repeat: repeat-x;
    height: 28px;
    width: 99%;
    float: left;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #282828;
    text-decoration: none;
    padding-left: 12px;
    border: 1px solid #D5D1D0;
}

#content {
    background-image: url(../Images/inner_theme_09.jpg);
    background-repeat: no-repeat;
    width: 100%;
    padding: 0px;
    float: left;
    height: 668px;
    margin: 0px;
}

#inner_container {
    float: left;
    height: auto;
    width: 95%;
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-left: 1%;
    padding: 0px;
    border: 6px solid #242424;
}

#inner_container2 {
    border: 1px solid #009fc7;
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
    width: 100%;
}

#login_container {
    background-image: url(../Images/loginbg.jpg);
    background-repeat: no-repeat;
    padding: 0px;
    height: 453px;
    width: 750px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#login_leftcontainer {
    float: left;
    height: 401px;
    width: 374px;
    margin-top: 26px;
    margin-bottom: 26px;
    margin-left: 26px;
}

#wrapper #login_container #login_leftcontainer .login_heading {
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-weight: bold;
    color: #098bac;
    text-decoration: none;
    padding: 0px;
    float: left;
    height: 26px;
    width: 334px;
    margin-top: 14px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
}

#wrapper #login_container #login_leftcontainer .login_subheading {
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: bolder;
    color: #1f1f1f;
    text-decoration: none;
    padding: 2px;
    float: left;
    height: 20px;
    width: 330px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
}

#wrapper #login_container #login_leftcontainer .login_txtcontainer {
    font-family: "Trebuchet MS";
    font-size: 15px;
    font-weight: bolder;
    color: #1f1f1f;
    text-decoration: none;
    float: left;
    height: 22px;
    width: 330px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

#wrapper #login_container #login_leftcontainer .login_txtfieldcontainer {
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bolder;
    color: #1f1f1f;
    text-decoration: none;
    float: left;
    height: 28px;
    width: 350px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
}

.grid_container {
    padding: 4px;
    float: left;
    width: 97%;
    border: 1px dashed #D5D2D5;
    margin: 8px;
    padding: 8px;
}

#grid_container {
    padding: 4px;
    float: left;
    width: 97%;
    border: 1px dashed #D5D2D5;
    margin: 8px;
    padding: 8px;
}

.grid {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #1f1f1f;
    text-decoration: none;
    background-color: #fafafa;
    border: 1px solid #787878;
}

.grid_header {
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    background-image: url(../Images/bg_gradiant.png);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 3px;
    height: 20px;
    border: 1px solid #C8C1C1;
}

.grid_fixheader {
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    color: #333E46;
    text-decoration: none;
    background-image: url(../Images/bg_gradiant01.png);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 2px;
    height: 20px;
    border: 1px solid #C8C1C1;
    background-color: #d7dce2;
    position: relative;
    top: expression(this.offsetParent.scrollTop - 2);
}

.grid_row {
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 3px;
    height: 20px;
    border: 1px solid #C8C1C1;
    background-color: #FFFFFF;
}

.grid_alt {
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 3px;
    height: 20px;
    border: 1px solid #C8C1C1;
    background-color: #f8f7f7;
}

.btncontent {
    float: left;
    height: 25px;
    width: 99%;
    margin: 0px;
    border: 1px solid #E8E8E8;
    background-color: #FBFBFB;
    padding: 5px;
    margin-top: 4px;
}

#pnl_txtcontent {
    background-color: #f3f3f3;
    padding: 3px;
    width: 97%;
    border: 3px solid #D3D3D3;
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-left: 1%;
    float: left;
}

.pnl_txtcontent {
    background-color: #f3f3f3;
    padding: 3px;
    width: 97%;
    border: 3px solid #D3D3D3;
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-left: 1%;
    float: left;
}

.txtcontent {
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bolder;
    color: #333333;
    text-decoration: none;
    background-color: #FBFBFB;
    float: left;
    width: 12%;
    border: 1px solid #E1E1E1;
    height: 26px;
    padding-top: 7px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin: 0px;
}

.txtfieldcontent {
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bolder;
    color: #333333;
    text-decoration: none;
    background-color: #FBFBFB;
    float: left;
    width: 19%;
    border: 1px solid #E8E8E8;
    height: 28px;
    padding: 4px;
    margin: 0px;
}

#footercontainer {
    position: relative;
    width: 100%;
    height: 20px;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    float: left;
}

#footer {
    background-image: url(../Images/footerbg.jpg);
    background-repeat: repeat-x;
    height: 20px;
    width: 100%;
    margin: 0px;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #282828;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: fixed;
    bottom: 0;
}

.blue_txt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #007491;
    text-decoration: none;
}

.lbl_class {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #cf1d0f;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 15px;
    width: 99%;
    padding-top: 4px;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-left: 7px;
}

.txt_container {
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: 500;
    color: #1f1f1f;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 20px;
    width: 98%;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
}

.txt_container2 {
    font-family: "Trebuchet MS";
    font-size: 15px;
    font-weight: 500;
    color: #1f1f1f;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 24px;
    width: 20%;
    padding-top: 6px;
    padding-right: 4px;
    padding-bottom: 6px;
    padding-left: 7px;
}

.txtfield_container {
    font-family: "Trebuchet MS";
    font-size: 15px;
    font-weight: 500;
    color: #1f1f1f;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 24px;
    width: 98%;
    padding-top: 6px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
}

.txtfield_container2 {
    font-family: "Trebuchet MS";
    font-size: 15px;
    font-weight: 500;
    color: #1f1f1f;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 24px;
    width: 77%;
    padding-top: 6px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
}

.txtboxfield {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #1f1f1f;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #dddbdb;
    height: 22px;
    width: 30%;
}

error_msg {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FF0000;
    text-decoration: none;
}

.spacer3 {
    margin: 0px;
    padding: 0px;
    float: left;
}

.spacer2 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7A7A7A;
    text-decoration: none;
}

.sapcer {
    margin: 0px;
    float: left;
    height: 23px;
    width: 1%;
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    background-color: #F3F3F3;
    border: 1px solid #FFFFFF;
    padding: 4px;
}

.white_txt {
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: none;
}

.sub_heading {
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: bold;
    color: #0299AE;
    text-decoration: none;
}

.doc_txtblue {
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #03a0cb;
    text-decoration: none;
}

.btn_login {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464646;
    text-decoration: none;
    background-image: url(../Images/btn_bg.png);
    background-repeat: repeat-x;
    border: 1px solid #bfbfbf;
    font-weight: bolder;
}

.blue_txt2 {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bolder;
    color: #009fc7;
    text-decoration: none;
}

.txt2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #ed9b1d;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: none;
}
/******************************/
/**Styling information specific to individual content pages**/
/* Accordion */
.accordionHeader {
    border: 1px solid #BBBBBB;
    color: #333333;
    background-color: #c8c8c8;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    border: 1px solid #91D2FF;
    color: #333333;
    background-color: #AADDFF;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    float: left;
    width: 99%;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionContent {
    background-color: #F8F8F8;
    padding-top: 10px;
    width: 98%;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-top-color: #E9E9E9;
    border-right-color: #E9E9E9;
    border-bottom-color: #E9E9E9;
    border-left-color: #E9E9E9;
}

.link a {
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

    .link a:hover {
        font-family: "Trebuchet MS";
        font-size: 11px;
        font-weight: bold;
        color: #333333;
        text-decoration: underline;
    }
/* End Accordin CSS */
/*Modal Popup*/
.modalBackground {
    background-color: #F9F9F9;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.modalPopup {
    background-color: #F9F9F9;
    border-width: 3px;
    border-style: solid;
    border-color: Black;
    padding: 5px;
    width: 250px;
}

#msg_container {
    padding: 4px;
    height: auto;
    width: 300px;
    background-image: url(../images/msg_bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 4px;
}

#blank_navi {
    background-image: url(../images/blank_navi.jpg);
    height: 60px;
    width: 1000px;
}

div.MaskedDiv {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: verdana;
    font-weight: bold;
    padding: 40px;
    z-index: 100;
    background-image: url(Mask.png); /* ieWin only stuff */
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src= 'Mask.png' );
}

.popup {
    border: solid 1px #333;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: none;
    position: absolute;
    width: 300px;
    z-index: 60;
    background: white;
}

.popuptitle {
    background: blue;
    color: white;
    font-weight: bold;
    height: 15px;
    padding: 5px;
}

.popupbody {
    background: #333;
    padding: 5px;
    text-align: center;
}

#popup {
    top: 100px;
    left: 50px;
}

/* model pop end	  
/* Assessment popup window */
#blanket {
    background-color: #111;
    opacity: 0.65;
    filter: alpha(opacity=65);
    position: absolute;
    z-index: 9001;
    top: 0px;
    left: 0px;
    width: 100%;
}

#popup {
    position: absolute;
    background-color: #eeeeee;
    width: 600px;
    height: 300px;
    z-index: 9002;
    border: 5px solid #054e79;
    left: 25%;
    top: 25%;
}
/* Assessment popup window */
#frmcontainer {
    padding: 5px;
    float: left;
    height: auto;
    width: 96%;
    margin-top: 10px;
    margin-right: 12px;
    margin-bottom: 15px;
    margin-left: 12px;
    border: 7px solid #E2E6EB;
}

.frmcontainer {
    padding: 4px;
    float: left;
    height: auto;
    width: 97%;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 7px;
    border: 2px solid #E2E6EB;
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

.lbl_txt {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #CC0000;
    text-decoration: none;
}

.subjective_txtfield {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    float: left;
    height: 16px;
    width: 48%;
    background-color: #F3F3F3;
    padding: 6px;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 2px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
}

.subjective_txtbox_field {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    float: left;
    height: 110px;
    width: 48%;
    border: 2px solid #FFFFFF;
    background-color: #F9F9F9;
    padding: 6px;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 2px;
}

.txtfield {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    margin: 0px;
    padding: 4px;
    float: left;
    height: 22px;
    width: 20%;
    font-weight: bold;
    background-color: #F3F3F3;
    border: 2px solid #FFFFFF;
}

.txtbox_field {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    padding: 4px;
    float: left;
    height: 22px;
    width: 77%;
    background-color: #F9F9F9;
    margin: 0px;
    border: 2px solid #FFFFFF;
}

.txtfield_newlabs {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    margin: 0px;
    padding: 4px;
    float: left;
    height: 22px;
    font-weight: bold;
    background-color: #F3F3F3;
    border: 2px solid #FFFFFF;
}

.txtbox_field_newlabs {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    padding: 4px;
    float: left;
    height: 22px;
    background-color: #F9F9F9;
    margin: 0px;
    border: 2px solid #FFFFFF;
}

.txt {
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bolder;
    color: #000000;
    text-decoration: none;
}

.labs_txtfield {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    float: left;
    height: 22px;
    width: 23%;
    font-weight: bold;
    background-color: #F3F3F3;
    padding: 5px;
    margin: 0px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
}

.labs_txtboxfield {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    float: left;
    height: 22px;
    width: 24%;
    font-weight: bold;
    background-color: #F9F9F9;
    padding: 5px;
    margin: 0px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
}

.frmcontainer_labs2 {
    padding: 4px;
    float: left;
    height: auto;
    width: 47%;
    margin-top: 5px;
    margin-right: 6px;
    margin-bottom: 5px;
    margin-left: 6px;
    border: 2px solid #E2E6EB;
}

.txtfield_mid {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    margin: 0px;
    padding: 4px;
    float: left;
    height: 22px;
    width: 30%;
    font-weight: bold;
    background-color: #F3F3F3;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}

.txtbox_field_assessment {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    float: left;
    height: 22px;
    width: 66%;
    border: 2px solid #FFFFFF;
    background-color: #F9F9F9;
    padding-top: 4px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 4px;
}

.btncontainer {
    margin: 0px;
    float: left;
    height: 28px;
    width: 99%;
    border: 2px solid #E9F1F8;
    padding-top: 10px;
    padding-right: 4px;
    padding-bottom: 8px;
    padding-left: 4px;
}

.button {
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(../Images/btn_gradiant.png);
    border: 1px solid #29678C;
    height: 27px;
    padding: 3px;
}

.textbox {
    margin: 0px;
    padding: 0px;
    height: 20px;
    width: 180px;
    border: 1px solid #BCCDD6;
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}

.textboxNew {
    margin: 0px;
    padding: 0px;
    height: 20px;
    width: 180px;
    border: 1px solid #BCCDD6;
    font-family: "Courier";
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}

textarea {
    resize: none;
}
