﻿body
{
    font-size: 8pt;
    font-family: Tahoma;
    margin-top: 0px;
}
.RequiredLabel
{
    font-weight: bold!important;
    color: red!important;
    margin-top: 15px!important;
}

.Question
{
    font-weight: bold;
    color: #3F4482;
    margin-top: 15px;
}

.QuestionExplanation
{
    color: #002A8F;
    margin-bottom: 10px;
    font-style:italic
}


.ControlLabel
{
    color: #3F4482;
    vertical-align: top;
    font-weight: bold;
}

.ErrorMessage
{
    font-weight: bold;
    color: red;
}
.ResultMessage
{
    font-weight: bold;
    color: #339966;
}
.WizardStepDescr
{
    font-weight: bold;
    color: #3F4482;
    font-style: italic;
}
.WizardHeader
{
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    background-image: url(../images/small_head.jpg);
    background-repeat: repeat-x;
}
    
.WizardStep
{
    background-color: #F7F6F3;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    padding: 5px;
}
    
.WizardNavigation
{
    color: #ffffff;
    font-weight: bold;
    background-image: url(../images/small_head.jpg);
    background-repeat: repeat-x;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
    
.SideBar
{
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}
.GenInfoPanel
{
    font-weight: bold;
    color: #3F4482;
}
#StartText
{
    font-weight: normal;
    font-size: 10pt;
    color: #3F4482;
    margin: 5px;
}
#EndText
{
    font-weight: normal;
    font-size: 10pt;
    color: #3F4482;
}
#Header
{
    background-image: url(../images/head.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    display: block;
}
#Header #FormTitle
{
    font-weight: bold;
    font-size: 14pt;
    color: #ffffff;
    position: absolute;
    text-align: right;
    right: 15px;
    letter-spacing: 0.3pc;
    top: 45px;
}

.InputText
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    font-family: Tahoma;
    font-size: 8pt;
}

.RdbList
{
    color: #3F4482;
    font-family: Tahoma;
    font-size: 8pt;
}

#Language
{
    text-align: right;
    margin-bottom: 5px;
    margin-top: 5px;
}

#Language a
{
    text-align: right;
    border-right: #000000 1px solid;
    font-weight: bold;
    color: #3F4482;
    text-decoration: none;
    font-size: 8pt;
    font-family: Tahoma;
    margin-bottom: 5px;
    padding-right: 3px;
    padding-left: 3px;
}


#Language a:hover
{
    text-align: right;
    border-right: #000000 1px solid;
    font-weight: bold;
    color: #3F4482;
    text-decoration: underline;
    font-size: 8pt;
    font-family: Tahoma;
}

#startpage
{
    border-top: #3f4482 1px solid;
    border-right: #3f4482 1px solid;
    border-left: #3f4482 1px solid;
    border-bottom: #3f4482 1px solid;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

.submit_button
{
    color: #ffffff;
    font-weight: bold;
    background-image: url(../images/small_head.jpg);
    background-repeat: repeat-x;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

#Version
{
	text-align: right;
	margin-bottom: 5px;
	position: absolute;
	vertical-align: top;
	text-align: left;
	left: 15px;
	top: 5px;
	font-weight: bold;
    color: #002A8F;

}