﻿.resultbody
{
    padding: 10px 19px 10px 19px;
    margin: 10px;
    text-align: right;
    background: #F1F1F1;
    border: 1px solid #E5E5E5;
    float: left;
}
.loginbody
{
    padding: 10px 19px 10px 19px;
    margin: 10px;
    text-align: right;
    background: #F1F1F1;
    border: 1px solid #E5E5E5;
    float: left;
    font-family: tahoma;
    font-size: 12px;
}
.resultbody1
{
    padding: 10px 19px 10px 19px;
    margin: 10px;
    background: white;
    border: 1px solid white;
    
}
.regcnt
{
    font-family: tahoma;
    font-size: 12px;
}

.regcnt h1
{
    border-bottom: 1px dotted #A9A9A9;
    color: #843794;
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
    margin: 0 0 0.5em;
    padding-bottom: 10px;
}

.regcnt ul
{
    margin: 5px 5px 20px 0;
}

.regcnt Ol
{
    margin: 5px 5px 20px 0;
}

.regcnt ul li
{
    clear: right;
    direction: rtl;
    line-height: 25px;
    list-style-position: inside;
    font-size: 10px;
    text-align: right;
}

.regcnt ul li span
{
    font-size: 11px;
    direction: rtl;
    text-align: justify;
}

.regcnt ul li span.normal
{
    font-weight: normal;
}

.regcnt ul li span.bold
{
    font-weight: bold;
}

.regcnt ul li span.black
{
    color: #000000;
}

.regcnt ul li span.red
{
    color: #FF0000;
}

/* ----------------- */
.row
{
    padding: 2px;
    margin-bottom: 1.2em;
    position: relative;
    display: block;
    float: right;
    width: 100%;
}

.row label
{
    display: inline-block;
    text-align: right;
    direction: rtl;
    float: right;
    margin-left: 5px;
    color: #333333;
    font-size: 11px;
    padding-right: 4px;
    font-weight: normal;
    zoom: 1;
    margin-top: 3px;
    margin-bottom: 3px;
}

.row label.label
{
    display: inline-block;
    text-align: right;
    direction: rtl;
    float: right;
    margin-left: 6px;
    color: #222;
    font-size: 11px;
    padding-right: 4px;
    font-weight: bold;
    zoom: 1;
    padding-top: 4px;
}

.row label.label2
{
    display: inline-block;
    text-align: left;
    direction: rtl;
    float: right;
    margin-left: 6px;
    color: #222;
    font-size: 11px;
    padding-right: 4px;
    font-weight: normal;
    zoom: 1;
    padding-top: 4px;
}

.row label.fix
{
    width: 12.8em;
}

.row label.fix2
{
    width: 20.8em;
}

.row span
{
    color: #000099;
}

.regcnt .row input[type="text"], input[type="password"]
{
    display: inline-block;
    height: 22px;
    margin: 0;
    padding: 1px 5px 1px 5px;
    background: white;
    border: 1px solid #D9D9D9;
    border-top: 1px solid silver;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.regcnt .row input[type="checkbox"], input[type="radio"]
{
    cursor: pointer;
}

.regcnt .row input[type="checkbox"]
{
    margin: 3px 0 3px 5px;
}

.regcnt .row input[type="radio"]
{
    float: right;
    margin: 3px 0 3px 0;
}

.submit
{
    text-align: center;
    margin-top: 0 auto;
}

.row div
{
    display: inline-block;
    direction: rtl;
    float: right;
}

.row div.cfrm
{
    padding: 6px;
    direction: rtl;
    color: #0000FF;
    font-size: 12px;
}

.row div table td
{
    padding: 2px;
    text-align: left;
}

.row div table.select td
{
    padding: 2px;
    text-align: right;
}

.row div.help
{
    border: 1px solid #999999;
    background-color: #F5F5F5;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
    font-size: 12px;
    margin-right: 12.8em;
    margin-top: .2em;
    margin-bottom: 1em;
}

.row a ,a:visited
{
    color: #15C;
    text-decoration: none;
}
.row a:hover
{
    text-decoration: underline;
}


.row div.help_Error
{
    width: 30.4em;
    background-color: #800000;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFFFFF;
    font-size: 12px;
    margin-right: 15em;
    margin-top: .2em;
    margin-bottom: 1em;
}

.msgContainer
{
    padding: 7px;
    background-color: #FFFFFF;
    direction:rtl;
    margin-bottom: 16px;
    position: relative;
    display: block;
    float: right;
    width: 690px;
    font-size: 11px;
}

.msgContainer span
{
    font-weight: bold;
    color: #333333;
}
.msgContainer ul
{
    list-style-type: disc;
    margin-right: 20px;
}

.msgContainer ul li
{
    list-style-type: disc;
    line-height: 18px;
    color: #800000;
}

.row .btn
{
    padding: 3px;
    font-size: 13px;
    width: 125px;
    font-weight: bold;
    cursor: hand;
}

.tblcs
{
    text-align: center;
    font-size: 12px;
    color: #333333;
}

.tblcs input
{
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    padding-top: 2px;
}

/* MenuRight */

.panelBox
{
    overflow: hidden;
    float: left;
}

.panelBox .hLeft
{
    background: url(../images/hbx-left4.jpg) no-repeat 0 0;
    width: 6px;
    height: 42px;
    clear: left;
    float: left;
    position: static;
}

.panelBox .hRight
{
    background: url(../images/hbx-right4.jpg) no-repeat 0 0;
    width: 6px;
    height: 42px;
    float: left;
    position: static;
}

.panelBox .hMiddle
{
    background: url(../images/hbx-bg4.jpg) repeat-x 0 0;
    height: 30px;
    position: static;
    float: left;
    padding-right: 10px;
    padding-top: 12px;
    text-align: right;
    width: 139px;
}

.panelBox .hCont
{
    padding: 0px 5px 5px 5px;
    background: url(../images/bghbx-bg4.jpg) repeat-y 0 0;
    float: left;
    clear: both;
    width: 151px;
    background-color: #FFFFFF;
    direction: rtl;
    text-align: justify;
}

.hCont span
{
    font-size: 11px;
}

.hCont span.normal
{
    font-weight: normal;
}

.hCont span.bold
{
    font-weight: bold;
}

.hCont span.black
{
    color: #000000;
}

.hCont span.red
{
    color: #FF0000;
}

.panelBox .hBottom
{
    background: url(../images/border-btm1.jpg) no-repeat 0 0;
    height: 6px;
    width: 161px;
    clear: both;
}


.panelBox h4
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.panelBox ul
{
    float: right;
    margin-right: 5px;
}

.panelBox ul li
{
    direction: rtl;
    margin-right: 2px;
    margin-top: 2px;
}

.panelBox a
{
    background: url(../images/bullet_01.gif) no-repeat scroll right 0.85em;
    font-family: tahoma;
    color: #333333;
    display: block;
    width: auto;
    font-size: 11px;
    text-decoration: none;
    padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 2px;
    height: 20px;
}

.panelBox a:visited
{
    background: url(../images/bullet_01.gif) no-repeat scroll right 0.85em;
    font-family: tahoma;
    color: #333333;
    display: block;
    width: auto;
    font-size: 11px;
    text-decoration: none;
    padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 2px;
}

.panelBox ul li a:hover
{
    color: #0099CC;
}

.panelBox ul li a.active
{
    background-position: right 0.95em;
    background: url(../images/bullet_01.gif) no-repeat scroll right 0.85em;
    font-family: tahoma;
    color: #0099CC;
    display: block;
    width: auto;
    padding: 2px 7px 2px 0px;
    font-size: 11px;
    text-decoration: none;
}

.clear15
{
    clear: both;
    height: 15px;
    overflow: hidden;
}

.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
}


#topmsg span
{
    margin: 5px;
    width: 100%;
}

#topmsg span
{
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
}

#errmsg
{
    float: right;
    width: 100%;
    text-align: right;
    margin: 5px;
}

#errmsg ul
{
    margin: 5px 5px 5px 0;
    list-style-type: disc;
}

#errmsg Ol
{
    margin: 5px 5px 5px 0;
}

#errmsg li
{
    clear: right;
    direction: rtl;
    line-height: 25px;
    list-style-position: inside;
    font-size: 11px;
    color: #FF0000;
    font-weight: bold;
}

.pnlMsg
{
    padding: 5px;
    margin: 5px;
    text-align: center;
    background-color: #800000;
    color: #FFFFFF;
}

.pctrl
{
    text-align:right;
}

.cctrl
{
    text-align:center;
}

.ectrl
{
    text-align:left;
}

div.guide
{
    background-position: right;
    border: 1px solid #ffeec0;
    background-color: #FFFFFF;
    width: 860px;
    background-image: url('../images/guide_bg.jpg');
    background-repeat: repeat-y;
    margin-top: 5px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
}
div.guide1
{
    background-position: right;
   
    background-color: #FFFFFF;
    width: 860px;
    
    background-repeat: repeat-y;
    margin-top: 5px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 0px;
    margin-left: 0px;
   
}


.guide1 .divl
{
    position: relative;
    float: right;
    width: 790px;
    text-align:right;
}
    .row .guide1 .divl .spanltr {
        direction:ltr;
        
    }

.guide1 .divl ul
{
    margin: 10px 0px 10px 5px;
}
.guide1 .divl ul li
{
    background: url('../images/bullet_03.png') no-repeat scroll right 0.65em;
    padding: 0px 10px 0px 2px;
    margin: 2px;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    direction: rtl;
}
.guide .divr
{
    background-position: 30px 10px;
    float: left;
    width: 70px;
    background-image: url('../images/warning.png');
    background-repeat: no-repeat;
    height: 50px;
}

.guide .divl
{
    position: relative;
    float: left;
    width: 790px;
}
    .row .guide .divl .spanltr {
        direction:ltr;
        
    }

.guide .divl ul
{
    margin: 10px 0px 10px 5px;
}
.guide .divl ul li
{
    background: url('../images/bullet_03.png') no-repeat scroll right 0.65em;
    padding: 0px 10px 0px 2px;
    margin: 2px;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    direction: rtl;
}
.tblresult
{
    border: 1px solid #C0C0C0;
    text-align:right;
    width:600px;
}

.tblresult th
{
    background-color: #D7D7D7;
    color:black;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    padding: 3px;
    border: 1px solid #999999;
}
.tblresult th.c
{
    text-align: center;   
}
.tblresult th.cl
{
    background-color: #DFDFDF;
}
.tblresult td
{
    padding: 3px;
    font-size: 12px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
    text-align:right;
}
.tblresult td.w100
{
    width:100px;
}

.tblLogin
{
    border: 1px solid #666666;
    width: 260px;
    border-collapse: collapse;
    height: 245px;
}

.tblLogin th
{
    padding:4px;
    font-size:11px;
    font-weight:bold;
    text-align:left;
}
.tblLogin td
{
    padding:4px;
    text-align:right;
}
.tblLogin td.c
{
    
    text-align:center;
}
.tblLogin td.title
{
    margin: 5px;
    text-align: center;
    background-color: #CCCCCC;
    padding:8px;
    font-weight:bold;
    direction: rtl;
}

.tblLogin input[type="text"], input[type="password"]
{
    display: inline-block;
    height: 22px;
    margin: 0;
    padding: 1px 5px 1px 5px;
    background: white;
    border: 1px solid #D9D9D9;
    border-top: 1px solid silver;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.errMessage
{
    text-align: center;
    background-color: #FFFFFF;
    color: #FF0000;
    width: 860px;
    margin: 0 auto;
    clear: left;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
}