/*-------------------------  Login  -----------------------------*/
body{

}
.i_desc{
  /*  display: none!important; */
}
.lp_header{
    background-color:#ee3124;
}
.lp_header_in{
}
.lp_title{
    font-family: Verdana;
    font-size: 30pt;
    color: white;
    margin-top: 65px;
    text-shadow: 1px 1px #666666;
    margin-left: 14px;
}
.lp_new_title{
        font-family: Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
        font-size: 10pt;
        color: white;
        margin-top: 1px;
        text-shadow: 1px 1px #666666;
        margin-left: 14px;
}

/*-------------------------  Webapp  -----------------------------*/
#header{
    background-color: #ee3124;
    color: #eeeeee;
}
.header_btn{
    text-shadow: 1px 1px #636363;
}
.header_btn:hover{
    background-color: white;
    color: #ee3124;
    text-shadow: none;
}
.header_btn_on{
    background-color: white;
    color: #ee3124;
    text-shadow: none;
}

.bl1b{border-left:1px solid #D3DCE3;}
.br1b{border-right:1px solid #D3DCE3;}
.bt1b{border-top:1px solid #D3DCE3;}
.bb1b{border-bottom:1px solid #D3DCE3;}
