body { 
    margin: 0px;
    zoom:1;
    min-width: 800px;
    font-family: Arial, tahoma, sans-serif;
    font-size: 14px;
}

a img{
    border: none;
}

tr td input {
    border: 1px ridge #e1e1e1;
}

input {
  font-family: sans-serif;                
}

.question-button {
    width:33px; 
    height: 33px;
    border: 1px solid #e1e1e1;
    background: #cccccc;
    cursor: pointer;
    font-size: 12px;
}
.question-button-small {
    width:30px; 
    height: 30px; 
    cursor: pointer;
    font-size: 10px;
    text-align: left;
}
.question-button.green {
    background-color: #58aa00;
}
.question-button.red {
    background-color: #e50000;
}
.button-nav {
    font-size: 16px;
    padding: 5px 15px;
    display: inline;
    background: #777;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
    }
.button-nav:hover {
    background-position: 0 -48px;
    }
    
.button-nav.small {
    font-size: 14px;
    padding: 2px 8px;
}    
.button-nav.control {
    padding: 2px 4px;
}
.button-nav.blue { 
    /*background-color: #2c6da0; */
    background-color: #357ae8;
}    
.button-nav.blue:hover { 
    background-color: #4d90fe; 
}    

.button-nav.wine { 
    background-color: #B63A30;
}    
.button-nav.wine:hover { 
    background-color: #DA6960; 
}  

.button-nav.gray { 
    /*background-color: #2c6da0; */
    background-color: #999;
}    
.button-nav.gray:hover { 
    background-color: #aaa; 
} 

.button-nav.red {
    background-color: #e50000;

}
.button-nav.red:hover {
    background-color: #e40000;
}

.button-nav.light {
    background-color: #eed9d9;
}

.button-nav.light:hover {
    background-color: #da6960;
}

.button-nav.large { 
    font-size: 125%; 
    padding: 7px 12px; 
}
.button-nav.large:hover { 
    background-position: 0 -35px; 
}

.button-page-nav {
    background-color: #B63A30;
    border: 1px solid #bd2c21;
    color: #fff;
    margin:20px;
    height: 30px;
    width:150px;
    cursor: pointer;  
    font-weight:bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.button-page-nav:hover {
    background-color: #E03224; 
}

.button-course {
    color: #fff;
    height: 30px;
    width:600px; 
    background-color: #bd382e;
    border: 1px solid #af261f;
    font-size: 16px;
}
.button-course:hover {
    border: 1px solid #af261f;
    background-color: #ce251b;    
    color: #fff;

}

.button-exam {
    border: 1px solid #267326;
    color: #fff;
    height: 30px;
    width:150px;
    background-color: #339933;
    font-weight:bold;
}
.button-exam:hover {
    border: 1px solid #267326;
    color: #fff;
    background-color: #40BF40;
}
.button-area {
    margin-top: 10px;
    margin-left: 10px;
}

#courseList {
    text-align: center;
    background-color: #F4F3EE;
}

#promListParts {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 330px;
    list-style: none;
    line-height: 150%;
    border: 1px solid #2f5bb7;
    background-color: #357ae8;
    font-size: 15px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    cursor: pointer;    
}

li#promListParts {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    padding: 5px 5px 5px 10px;
    border: 1px solid #ccc;
    border-bottom: 0;    
}


#startInfo {
    font-size: 11pt;
}
#questionPlace {
    float: left;
    width: 100%;
    margin: 0px;
}
#container {
    text-align:center;
    width: 960px;
}

ul.parts{
padding: 0px;
margin: 0 auto;
list-style: none;
width: 600px;
list-style: none;
line-height: 150%;
background-color: #BD382E;
font-size: 15px;
font-family: Geneva, Arial, Helvetica, sans-serif;
cursor: pointer;

}

ul.parts li {
position: relative;
}

ul.parts li ul {
position: absolute;
left: 399px;
width: 350px;
top: 0;
display: none;
text-align: left;
}

ul.parts li a {
display: block;
text-decoration: none;
color: #fff;
font-size: 13px;
padding: 5px;
border: 1px solid #AF261F;
}

ul.main li:hover ul,ul.main li.over ul{
display: block;
}

ul.parts li a:hover {
background-color: #CE251B;
text-decoration: none;
}

* html ul.main li { float: left; height: 1%; }
* html ul.main li a { height: 1%; }


.center {
text-align: center;
}

.header_name {
    font-weight: bold;
    font-size: 15px;
    display: block;
    margin: 0 auto;
}
.navi {
    font-size: 12px;
}

.navi.medium {
    font-size: 14px;
}

.navi.hidden {
    display: none;
}

.navi.active {
    cursor: pointer;
}

.navi.active:hover {
    text-decoration: underline;
}

#left-corner {
    position:absolute;
    top:0;
    left: 0px;
    width: 104px;
    background:url('/images/gear.png') -104px -104px;   
}

#header {
    background-color: #f1f1f1;
    border-bottom: 1px solid #e5e5e5;
}
.page-info {
    color: #6D1D11;
    background-color: #E9D2D0;
    font-size:20px;
    text-align: right;
    padding-top: 10px;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 0;
    zoom:1;
    font-weight: bold;
    -webkit-border-top-left-radius:7px;
    -webkit-border-top-right-radius:7px; 
    -moz-border-radius-topleft:7px;
    -moz-border-radius-topright:7px; 
    border-top-left-radius:7px; 
    border-top-right-radius:7px;
    position: relative;
    cursor: pointer;
}

#info-bar {
    margin-top: 15px;
    zoom:1;
}

.q-progress-bar {
    text-align: left; 
    margin-top:0px;
    padding-top: 0px;
    width: 100%;
    background-color: #E9D2D0;
    float:left;
    font-size: 16px;
}

.question-text {
    font-size: 20px;
}

#helpText {
    text-align: justify;
    margin: 5px 10px;
    border-color: #CFCFCF;
    background-color: #F7F7F7;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 3px 3px 5px #DFDFDF;
    -webkit-box-shadow: 3px 3px 5px #DFDFDF;
    -khtml-box-shadow: 3px 3px 5px #DFDFDF;
    -o-box-shadow: 3px 3px 5px #DFDFDF;
    box-shadow: 3px 3px 5px #DFDFDF;
    padding: 7px;
}

#answers-block {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
}

#answers-block li{
    display:block;
    list-style: none; 
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    cursor: default;
    zoom: 1;
}

#answers-block li:hover {
    background-color: #e1e1e1;
}

#answers-block li label {
    display: block;
}

#answers-block li input{
    display: block;
    float:left;
}

#answers-block li label span{
    display: block;
    padding-left: 30px;
    
}

.bottom-border {
    padding: 0px;
    margin: 0px;
    border-bottom: 2px solid #E9D2D0;
}

.bottom-border.light {
    border-bottom: 2px solid #E1E1E1;
}

#courses-block {
    width: 100%;
    float:left;
    margin-top: 10px;
}
#courses-block-center {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.result-header tr td, .result-header tr th {
    border-bottom: 1px solid #e1e1e1;
}

.result-header tr th {
    width: 1%;
    white-space: nowrap;
    text-align: left;
    padding-right: 10px;
  
}

.result-table tr th {
    background-color: #f7e5e4; 
    color: #6D1D11;
    font-weight: bold;
}

.result-table tr td, .result-table tr th {
    border-bottom: 1px  solid #e1e1e1;
    padding: 15px;
}

.exam-results tr td {
    padding: 5px;
}

.exam-results tr th {
    color: #6D1D11;
    background-color: #E9D2D0;
}

.exam-results {
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
}

.highlight-tr {
    background-color: #f1f1f1;
}


.r1, .r2,  .r3, .r4 {
    display: block; 
    height: 1px;
    background-color: #E9D2D0;
    overflow: hidden;
   }

.r1 {  margin: 0 5px; }
.r2 {  margin: 0 3px; }
.r3 {  margin: 0 2px; }
.r4 {  margin: 0 1px; height: 2px; }
.block-round-content { 
    background: #f1f1f1;
    padding: 10px; 
}

.center-block {
    width: 350px; 
    padding: 10px; 
    background-color: #f1f1f1;
    margin: auto; 
    text-align:	center;
}

.menu-active {
    font-weight: bold;
}

.table-menu {
  float: right;
  padding-right: 5px;

}

.table-menu tr td a{
  padding: 5px;
  text-decoration: none;
  color: black;
  border: 1px solid #bd2c21;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  display: block;
  background-color: #BD382E;
  color: #ffffff;
  margin-right: 2px;
}

.table-menu tr td a:hover {
  background-color: #DA6960;
}

.values-block {
    padding: 7px 0;
    margin: 5px 0;
    font-size: 18px;
}
.values-block.inline {
    border-bottom: 1px solid #e1e1e1;
}

.main-block {
    padding: 10px;
}

.settings-table tr th, .settings-table tr td{
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
}

.settings-table tr td span input {
    width: 200px;
}

.settings-table tr th {
    width: 1px;
    white-space: nowrap;
    text-align: left;
    padding-right: 10px;   
    padding-bottom: 7px;
    padding-top: 7px;
}

.large-info-table {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.large-info-table tr th {
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    background-color: #E9D2D0;
    color: #6D1D11;
}

.large-info-table tr td span input {
    width: 97%;
}

.large-info-table tr td, .large-info-table tr th  {
    padding: 2px;
    white-space: nowrap;
}

.large-info-table tr td ul, .large-info-table tr th ul  {
    white-space: normal;
}

.users-table {
    width: 100%;
    padding-bottom: 10px;
}

.users-table tr th {
    color: #6D1D11;
    text-align: left;
    background-color: #E9D2D0;
}

.users-table tr td, .users-table tr th  {
    padding: 2px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
}

.inline-alone {
  margin-bottom: 5px;
  padding-bottom: 5px;  
  border-bottom: 1px solid #e1e1e1;
}

.input-table tr th {
    width: 1px;
    white-space: nowrap;
    text-align: left;
    padding-right: 50px;
    font-weight: normal;
  
}

.input-table tr td input {
    width: 95%;
    border: 1px ridge #e1e1e1;
  
}
#sysmenu {
    display: none;
    position: absolute;
    width: 100%; 
    text-align: right; 
    border-top: 1px solid #e7b5b1; 
    font-size: 14px; 
    right: 0px;    
}

.sysmenu-item {
    white-space: nowrap; 
    padding-right: 15px; 
    color: black; 
    text-decoration:none; 
    font-weight: normal;
    font-size: 12px;
}

.sysmenu-item:hover {
    text-decoration: underline;
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-drag: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;    
}

ul#answers-block li label span {
    cursor: pointer;
}

.search {
    font-size: 14px;
}

a.link {
    color: #fff;
    width:220px; 
    font-size: 16px;
    line-height: 22px;
    padding: 5px 15px;    
    text-decoration: none;
    background-color: #bd382e;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    cursor: pointer;
}
a.link:hover {
    background-color: #ce251b;                 
    color: #fff;
}