﻿body
{
    background-color: white;
    font-size: 11pt;
    font-family: Verdana, Geneva, sans-serif;
    padding: 0px;
    margin: 0px;
}

a
{
    color: Black;
    text-decoration: none;
}

h1
{
    font-size: 120%;
    background-color: gray;
    color: white;
    padding: 10px;
    width: 100%;
}

h2
{
    font-size: 100%;
    background-color: #F2F2F2;
    color: #C30D1D;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    width: 95%;
    font-weight: bold;
    border:0px solid black;
    padding: 5px;
}

.btnimgdl {
    cursor:pointer;
}

.container
{
    border: 1px solid gray;
    width: 1020px;
    height: auto;
    float: left;
    clear: both;
    background-color: white;
    margin-top:5px;
}

.selector
{
    border:1px solid black;
    cursor: pointer;
    float:left;
    width: 100%;
    text-align: left;
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: #F8F7F7;
    padding:5px;
}

.selector_set
{
    border: 1px solid gray;
    color: White;
    font-weight: bold;
    cursor: pointer;
    float: left;
    width: 100%;
    text-align: left;
    margin-left: 5px;
    margin-bottom: 5px; /* background-color: white; */
    background-color: #C30D1D;
    box-shadow: 1px 1px 10px gray;
    -webkit-box-shadow: 1px 1px 10px gray;
    -moz-box-shadow: 1px 1px 10px gray;
    padding: 5px;
}


.nextButton
{
    border:1px solid black;
    cursor: pointer;
    font-weight:bold;
    background-color:White;
    display: none;
    
    box-shadow: 1px 1px 10px #ffaa00,-1px -1px 10px gray;
    -webkit-box-shadow: 1px 1px 10px #ffaa00,-1px -1px 10px gray;
    -moz-box-shadow: 1px 1px 10px #ffaa00,-1px -1px 10px gray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
}

.finishButton
{
   border:1px solid black;
    cursor: pointer;
    font-weight:bold;
    background-color: #C30D1D;
    display: block;
    
    box-shadow: 1px 1px 10px gray,-1px -1px 10px gray;
    -webkit-box-shadow: 1px 1px 10px gray,-1px -1px 10px gray;
    -moz-box-shadow: 1px 1px 10px gray,-1px -1px 10px gray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
}

.previousButton
{
    border:1px solid black;
    cursor: pointer;
    font-weight:normal;
    background-color:White;
    
/*    box-shadow: 1px 1px 10px #ffaa00,-1px -1px 10px #ffaa00;
    -webkit-box-shadow: 1px 1px 10px #ffaa00,-1px -1px 10px #ffaa00;
    -moz-box-shadow: 1px 1px 10px #ffaa00,-1px -1px 10px #ffaa00;
    border-radius: 3px; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
}

.nextButtonOK
{
    border:1px solid black;
    cursor: pointer;
    font-weight:bold;
    background-color: gray;
    display: block;
    
    box-shadow: 1px 1px 10px gray,-1px -1px 10px gray;
    -webkit-box-shadow: 1px 1px 10px gray,-1px -1px 10px gray;
    -moz-box-shadow: 1px 1px 10px gray,-1px -1px 10px gray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
}

input, textarea
{
    width: auto;
    border: 1px #8c8c8c solid;
    padding: 1px;
    color: black;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 100%;
}

input.btn
{
	 border:1px solid black;
    cursor: pointer;
    font-weight:bold;
    background-color: gray;
    display: block;
    
    box-shadow: 1px 1px 10px gray,-1px -1px 10px gray;
    -webkit-box-shadow: 1px 1px 10px gray,-1px -1px 10px gray;
    -moz-box-shadow: 1px 1px 10px gray,-1px -1px 10px gray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
}

.selectbox
{
    width: auto;
     border: 1px #8c8c8c solid;
00579C;
    padding: 1px;
    color: black;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 100%;
}