.tr-odd{
    background-color:#E5E5E3;
    height:32px;
}

.tr-even{
    background-color:#E8E8E8;
    height:32px;
}


.tr-odd:hover, .tr-even:hover {
    background-color: #DADADA;
    color:#000000;

}
.tr-odd a:hover {
    color:#000000;
}
.tr-even a:hover {
    color:#000000;
}

.inpt-description{


    font-weight:bold;

}


.frm-submit{
    height:30px;
}

.focusField{
    border:solid 1px #DF373E;
    background:#FEFF8F;
    color:#000;
}

.errorField{
    border:solid 1px #DF373E;
    background:#DFABAD;
    color:#000;
}

.RedBox{

    border:solid 1px #DF373E;
    background-color: #ffcccc;
    color:#000;
    padding:20px;
    width:80%;
    margin: 0 auto;
    white-space:normal;
    margin-top:15px;
    margin-bottom:15px;
}


.RegBox{

    border:solid 1px #646464;
    background-color: #EAEBE6;
    color:#4B4B4B;
    padding:20px;
    width:80%;
    margin: 0 auto;
    white-space:normal;
    margin-top:15px;
    margin-bottom:15px;
}

.GreeanMsg{
    border:solid 1px #DF373E;
    background:#DFABAD;
    color:#000;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #669900;
    border-left-color: #669900;
    border-bottom-color: #669900;
    border-top-color: #669900;
    background-color: #dee8de;
    padding:20px;
    width:80%;
    margin: 0 auto;
    white-space:normal;
    margin-top:15px;
    margin-bottom:15px;
}

.errorBox{
    border:solid 1px #DF373E;
    background:#FFFFFF;
    color:#FF0000;
    width:400px;
    padding:5px;
    white-space:normal;
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

.pageTitle{
    padding:5px;
    margin:20px;
    white-space:normal;
    text-align:center;
    font-family: Verdana,Tahoma, Arial,Helvetica,sans-serif;
    font-size: 18px;
}

.idleField{
    background:#F6F8F9;
    color: #14222B;
    border: solid 1px #5D96A9;
}

.tbl-section{
    border-style:solid;
    border-width:1px;
    border-color:#D4D4D6;
    margin-left:10px;

}

.tbl-option{
    border-style:solid;
    border-width:1px;
    border-color:#D4D4D6;
    margin-left:10px;



}
#slide {
    padding:0; margin:0; list-style:none; width:190px; border:1px solid #ccc; position:relative; overflow:hidden;
    font-family: verdana, sans-serif; font-size:11px;

}

#slide li.head
{
    display:block;
    float:left;
    height:24px;
    line-height:24px;
    width:100%;
    color:#fff;
    background:#B6B9C8 url(../en/img/main-menu-bg.png);
    text-decoration:none;
    border-bottom:1px solid #fff;
    overflow:hidden;
    cursor:default;
    text-indent:20px;
}
#slide li.top
{
    display:block;
    float:left;
    height:24px;
    line-height:24px;
    width:100%;
    color:#000;
    background:#eee;
    text-decoration:none;
    border-bottom:1px solid #fff;
    overflow:hidden;
    cursor:pointer;
    text-indent:20px;
}
#slide li.top a {text-decoration:none; color:#000; display:block;}
#slide li.top a:hover {color:#069; background:#ddd url(out-over.gif) no-repeat 5px 8px;}

.Mainform{
    align:center;
}

.TableHead{
    color:#069;
    background:#ddd;
}

.TableList{
    padding:10px;
    
}