BODY {
	margin: 0;
	padding: 0;
	text-align: center;
    background:#fff;
}
UL{
    text-align: left;
}
SELECT {
    background:#fefefe;
    border: ridge 1px #eee;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.oneCol DIV#page {
	width: 1148px;
    height: 100%;
    margin:auto;
    margin-top:12px;
}
    #left-side {
        float:left;
        width:124px;
        height:600px;
    }
    #center-side {
        float:left;
    }
        #top-page {
            position: relative;
            z-index: 2;
        }
        #adv {

        }
        #bottom-page {
            float:left;
            position: relative;
            z-index: 1;
            width:900px;
            border-top: ridge 3px #abc;
        }
    #right-side {
        float:right;
        width:124px;
        height:600px;
    }
    #footer {
        float:left;
        width:100%;
        font-size:8pt;
        margin-top:8px;
    }


.th{
    background: #f7f7f7;
    border:solid 1px #eee;
}
.td{
    background: #fcfcfc;
    border:solid 1px #eee;
}


.navi {
    float:left;
    width:898px;
    margin-top:2px;
    margin-bottom:2px;
    font-size:8pt;
}
.tblPanel, .tblPanel-non {
    float:left;
    width:20px;
    margin-right:2px;
    padding-top:3px;
    border:1px solid #aaa;
}
.tblPanel:hover {
    cursor:pointer;
    color:blue;
    background:#f5f5f5;
}


.trdiv1, .trdiv2 {
    float:left;
    width:900px;
    display:block;
    margin-top:2px;
    border-bottom:solid 1px #bbb;
}
.trdiv1 {background: #f6f6f6;}
.trdiv2 {background: #fafafa;}
.trdiv1:hover {background: #fefefe;}
.trdiv2:hover {background: #fefefe;}

.trdiv-bottom {
    float:left;
    width:898px;
    display:block;
    margin-top:2px;
    background: #fdfdfd;
    border:1px solid #bbb;
    border-top:none;
}
.htrdiv {
  display:none;
}

    .thdiv-num {
      width:30px;
      border-left:solid 1px #bbb;
    }
    .thdiv-name {
      width:350px;
    }
    .thdiv-timer {
      width:225px;
    }
    .thdiv-date {
      width:285px;
      border-right:solid 1px #bbb;
    }
    .thdiv-num, .thdiv-name, .thdiv-timer, .thdiv-date {
      float:left;
      text-align:center;
      color:#fff;
      background:#000;
    }
    .thdiv-num A, .thdiv-name A, .thdiv-timer A, .thdiv-date A {
      text-align:center;
    }
    .tddiv-num {
      width:30px;
      border-left:solid 1px #bbb;
    }
    .tddiv-name {
      width:350px;
    }
    .tddiv-timer {
      width:225px;
    }
    .tddiv-date {
      width:285px;
      border-right:solid 1px #bbb;
    }
    .tddiv-num, .tddiv-name, .tddiv-timer, .tddiv-date  {
      float:left;
      text-align:center;
    }

.th-order {
  font-size:6pt;
  cursor:pointer;
  vertical-align: super;
  color:#F9A800;
}



.selbox {
  width:80px;
  text-align:center;
}

#menu {
  list-style: none;
}
#menu li {
  float:left;
  margin-left: 10%;
  font: bold 18pt Courier;
  text-shadow:#aaa 2px 2px 2px;
}
#menu li.chosen {
  color:#eee;
  text-shadow:#aaa 2px 3px 3px;
}
.non-chosen {
  cursor:pointer;
  color:#5959FF;
  text-shadow:#0000FF 2px 3px 3px;
}
#menu li.non-chosen:hover {
  cursor:pointer;
  color:#7DC4F7;
  text-shadow:#1D97F1 2px -2px 2px;
}
/*|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_*/
ul#lnmenu {list-style: none;}
ul#lnhead-in {
  list-style: none;
  padding: 25px 0 0 0;
}
li.ln-en {background:url("/img/usx2.png") no-repeat;}
li.ln-ru {background:url("/img/rux2.png") no-repeat;}
li.ln-he {background:url("/img/ilx2.png") no-repeat;}
li.ln-en, li.ln-ru, li.ln-he {
  width:25px;
  height:25px;
  background-position:top;
}
li.ln-en:hover, li.ln-ru:hover, li.ln-he:hover {background-position:bottom;}
ul#lnmenu li#lnhead ul {display:none; margin-left:-2px;}
ul#lnmenu li#lnhead:hover ul {display:block;}
/*|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_*/

#conditions {
  font:10pt arial;
  list-style-type: decimal;
}
.cond-pass {
  color:green;
  text-decoration: line-through;
}
.cond-non {
  color:black;
  text-decoration: none;
}
