﻿body
{
    font-family: Verdana;
}

 .LeftMenuButton
 {    
    width: 150px;
    height:24px;
    background-image: url(DSS/images/LeftMenuButton.gif);
    background-position:center;
    background-repeat: no-repeat;
    background-color: #BE0A04;
    /*border-style: none;*/
    border-spacing: 2px;
    /*border-bottom: transparent 10px;*/
    padding: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 0.8em;
 }
 
 .LeftMenuButtonActive
 {    
    width: 150px;
    height:24px;
    background-image: url(DSS/images/LeftMenuButtonActive.gif);
    background-position:center;
    background-repeat: no-repeat;
    background-color: #BE0A04;
    /*border-style: none;*/
    border-spacing: 2px;
    /*border-bottom: transparent 10px;*/
    padding: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 0.8em;
 }
 
 
.LargePicture
{
    position: absolute;
    left: 125px;
    top: 30px;
}

.ProductText
{
    position: absolute;
    left: 388px;
    top: 289px;
    color: #F4F9BF;
}
    
.Q_ID
{
    visibility:hidden;
    display:none;
    width:200px;
}

.Q_question
{
    width:180px;
    border:solid 1px #000000;
    border-spacing:0px;
    font-family: Verdana;
}

.Q_edit_question
{
    width:178px;
    border:solid 1px #000000;
    background-color:Lime;
    border-spacing:0px;
}

.Q_answer
{
    border:solid 1px #000000;
    text-align:center;
    border-spacing:0px;
}

.Q_answer_fixed
{
    width:80px;
    border:solid 1px #000000;
    text-align:center;
    border-spacing:0px;
    
}

.Q_edit_answer
{
    width:78px;
    border:solid 1px #000000;
    background-color: Lime;
    text-align:center;
    border-spacing:0px;
}

.T_edit_equipment
{
    font-family: Arial;
    width:78px;
    border:solid 1px #000000;
    background-color: Lime;
    text-align:left;
    border-spacing:0px;
}
    
.ResultQuestion
{
    width:250px;
    border:solid 1px #000000;
    border-spacing:0px;
    font-family: Verdana;
}

.ResultChoosen
{
    width:100px;
    height: 35px;
    border:solid 1px #000000;
    color:#FFFFFF;
    font-size:0.75em;
    font-weight:normal;
    text-align:center;
    background-color:#A2AC10;
    font-family: Verdana;
}

.ResultNotChoosen
{
    width:100px;
    height: 35px;
    border:solid 1px #000000;
    color:#FFFFFF;
    font-size:0.75em;
    font-weight:normal;
    text-align:center;
    background-color:#BE040A;
    font-family: Verdana;
}

.PrintResultChoosen
{
    width:100px;
    border:0px;
    font-weight:bold;
    text-align:center;
}

.PrintResultNotChoosen
{
    width:100px;
    border:0px;
    font-weight:normal;
    text-align:center;
    color:#AAAAAA;
}

.DSS_btn
{
    Width:60px;
    padding:0px;
}

.bar
{
    border-style:solid;
    border-bottom-color:#FC7F7C;
    border-right-color:#FC7F7C;
    border-top-color:#780201;
    border-left-color:#780201;
    border-width:1px;
    background-color:#BE040A;
}

.printbar
{
    border-style:solid;
    border-bottom-color:#AAAAAA;
    border-right-color:#AAAAAA;
    border-top-color:#444444;
    border-left-color:#444444;
    border-width:1px;
    background-color:#777777;
}
/* MenuPages*/

.Active
{
    cursor:hand; 
    border:solid 3px #780201; 
    background-color:#FC7F7C; 
}

.Inactive
{
    cursor:hand; 
    border:solid 3px #BE0A04; 
    background-color:#F4F9BF;
}
