html {
    max-height:566;
    direction: rtl;
}
body {
    font-size: 13px;
    font-family: "calibri", sans-serif;
    margin:0 auto;
    height:560;
    box-sizing:border-box;
}
table { empty-cells: show;
}
table.full { 
    width: 685; 
    border: 0;
}

table.voiceline { 
    width: 685; 
    border: 0;
}

table.line { 
    border-collapse: collapse;
    width: 520; 
}

table.infoLine { 
    border-collapse: collapse;
    width: 520; 
}

table.smallLine { 
    width: 350; 
    border-collapse: collapse;
}

td {
    font-size: 13px;
    white-space: nowrap;
    font-family: "calibri", sans-serif;
}

table.line td{
    padding-right: 10; padding-left: 10;
    padding-top: 3; padding-bottom: 3;
}
table.smallLine td{
    padding-right: 7; padding-left: 7;
    padding-top: 2; padding-bottom: 2;
}
table.infoLine td{
    padding-right: 7; padding-left: 7;
    padding-top: 2; padding-bottom: 2;
}
td.title {
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    font-family: "calibri", sans-serif;
}
td.hd1{
    width:150;
}
td.hd, td.hide {
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    font-family: "calibri", sans-serif; 
}
td.hdt {
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    border-bottom-width: 0;
    padding-bottom: 0;
    font-family: "calibri", sans-serif; 
}
td.hdm {
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    border-bottom-width: 0; border-top-width: 0;
    padding-bottom: 0; padding-top: 0;
    font-family: "calibri", sans-serif; 
    text-align: center;
}
td.hdb {
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    border-top-width: 0;
    padding-top: 0;
    font-family: "calibri", sans-serif; 
    text-align: center;
}
td.ns {
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    font-family: "calibri", sans-serif; 
}
td.where-am-i {
    display: none;
}
br.where-am-i {
    display: none;
}
td.append {
    border-top-style: hidden;
    border-right-style: hidden;
    border-bottom-style: hidden;
}
td.borderright {
    border-right: 1px #7d7d7d solid;
}

tr.hide {
display:none
}
table.line colgroup{
    border-right-style: hidden;
    border-left-style: hidden;
}
table.line col{
    border-right-style: hidden;
    border-left-style: hidden;
}
table.smallLine colgroup{
    border-right-style: hidden;
    border-left-style: hidden;
}
input {
    font-size: 13px;
    font-family: "calibri", sans-serif; 
}
input.button
{
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
}
input.buttonHide
{
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    visibility: hidden;
}
input.pad
{
    width: 28;
    height: 28;
}
input[type=checkbox] {
    -moz-transform:scale(.75);
}
.topbuttons {
    position: absolute;
    left: 0;
    top: 40;
}
.topbuttonsOff {
    position: absolute;
    left: 0;
    top: 40;
}
.topbanner {
    position: absolute;
    left: 420;
    top: 20;
}
.topmenutable {
    position: absolute;
    right : 180;
    top: 0;
}
.topmenutext, .topmenuspace {
    font-weight: bold;
    font-size: 14px;
    font-family: "calibri", sans-serif;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding-left: 20;
}
.sidefrm {
    background-color: rgb(195, 195, 195);
}
.sidemenu {
    position: absolute;
    right: 10;
    top: 20;
}
.sidemenularge {
    position: absolute;
    right: 10;
    top: 20;
}
.screen
{
    height: 715;
    width:980;
    overflow: auto;
    margin:0 auto;
    position: relative;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.menufrm {
    background-color: rgb(127, 127, 127);
}
.menuLink {
    font-weight: bold;
    font-size: 14px;
    font-family: "calibri", sans-serif;
    width: 100%;
    cursor: hand;
    text-decoration: none;
    text-align: right;
}
.menuCell {
    text-align: right;
    direction : ltr;
}
option, select {
    font-size: 13px;
    white-space: nowrap;
    font-family: "calibri", sans-serif;
}

p.full { 
    width: 700; 
}

.frmBanner {
    font-weight: bold;
    font-size: 14px;
    font-family: "calibri", sans-serif;
    cursor: pointer;
    text-decoration: none;
    text-align: right;
    padding-right: 10;
}
.pageheading {
    font-weight: bold;
    font-size: 14px;
    font-family: "calibri", sans-serif;
    text-decoration: none;
}
.active {
    font-size: 13px;
    font-family: "calibri", sans-serif;
    text-decoration: none;
}
.bkquote
{
    margin-top: 6;
    margin-right: 20;
    margin-left: 20;
    margin-bottom: 6;
}
.outer {position:relative;
        border: 0;
}
.left {position:relative;
       left:0;
       border-collapse: collapse;
}
.right{ border-collapse: collapse;
}
/* Small tables do not exceed 700 px allows verticle scroll bar for
   page when table does not fit on one screen */
.scroll170{overflow-x:auto;
           overflow-y:visible;
           position:absolute;
           width: 530;
           right: 170;
          }
.scroll225{overflow-x:auto;
           overflow-y:visible;            
           position:absolute;
           width: 475;
           right: 225;
          }
.scroll300{overflow-x:auto;
           overflow-y:visible;
           position:absolute;
           width: 400;
           right: 300;
          }
/* Large tables do not exceed 725 px 
   table fits on one screen vertically */
.scroll180{overflow-x:auto;
           overflow-y:visible;
           position:absolute;
           width: 545;
           right: 180;
          }
.scroll280{overflow-x:auto;
           overflow-y:visible;
           position:absolute;
           width: 445;
           right: 280;
          }







