a{
    color:#444242;    
}

.btn-login{
    width:110px;
    height:19;
    background:url(../images/btn_border.gif) repeat-x;
    border-top: 1px solid #1D5D75;
    border-right: 1px solid #779DAC;
    border-bottom:1px solid #BDE4EA;
    border-left:1px solid #3C7D90;
}

.btn-login2{
    width:110px;
    height:19;
    background:url(../images/btn_border.gif) repeat-x;
    border-top: 1px solid #BDE4EA;
    border-right: 1px solid #779DAC;
    border-bottom:1px solid #BDE4EA;
    border-left:1px solid #777F56;
}

.btn-submit{   
    height:26;
    border:1px solid #00A2E1;
    font:bold 14px Myriad Roman,  Verdana, Arial, Helvetica, sans-serif;  
    color:#3f3f3f;
    background:#ffffff;
    text-transform:lowercase;
}

td.head{
    border-width: 1px 0 1px 1px;
    border-style:solid;
    border-color:#B4B3AF;
    padding:1px 0 0 13px;
    background:#FBFCF9;
    color:#4E4949;
    font:14px Myriad Roman,  Verdana, Arial, Helvetica, sans-serif;
    font-weight:600;
    letter-spacing:1;
}

td.tab-body{
    border-width: 1px 1px 1px 1px;
    border-style:solid;
    border-color:#B4B3AF;
    /* padding:1px 0 0 13px;*/
    color:#4E4949;
    font-weight:600;
    letter-spacing:1;
}

/*left menu table*/
table.menu td{  
    height:29;
    background:url(../images/menu_bg.gif);
    padding-left:31px;
    color:#444242;
}

table.menu td a{
	color: #444242;
	font:13px Myriad Roman,  Verdana, Arial, Helvetica, sans-serif;
    font-weight:600;
    letter-spacing:1;
	text-decoration: none;
}

table.menu td.first{
    background:url(../images/menu_f_bg.gif);
}

table.menu td#active{
   background:url(../images/menu_a_bg.gif);
}

table.menu td.first#active{
   background:url(../images/menu_a_f_bg.gif);
}
/*end left menu table*/


/*left menu table for orange page*/
table.menu2 td{  
    height:29;
    background:url(../images/menu_bg_orange.gif);
    padding-left:31px;
    color:#444242;
}

table.menu2 td a{
	color: #444242;
	font:13px Myriad Roman,  Verdana, Arial, Helvetica, sans-serif;
    font-weight:600;
    letter-spacing:1;
	text-decoration: none;
}

table.menu2 td.first{
    background:url(../images/menu_f_bg_orange.gif);
}

table.menu2 td#active{
   background:url(../images/menu_a_bg_orange.gif);
}


table.menu2 td.first#active{
   background:url(../images/menu_a_f_bg_orange.gif);
}

table.menu2 td.last{
   background:url(../images/menu_l_bg_orange.gif);
}
/*end left menu table*/
