﻿
.ProgressBar
{
    float:left;
    font-size: 0.7em;
    background: none;
    font-weight: bold;
    padding-top: 2px;
}

.ProgressBar img
{
}

.ProgressCap
{
    float:left;
    width: 9px;
    background: none;
    line-height: 1;
}

.ProgressStep
{
    float:left;
    width: 120px;
    text-align: center;
    background: none;
    line-height: 1;
}

/* Wizard */
.Wizard
{
    border-left: solid 2px #0F0F4F;
    border-right: solid 2px #0F0F4F;
    border-top: solid 2px #0F0F4F;
    border-bottom: solid 2px #0F0F4F;
       
    text-align: left;
    
    padding: 3px 3px 3px 3px;
    margin-top: 10px;
    background: #D3DEEF;
    
    margin-left: 70px;
}
.Wizard a:link {color:0F0F4F;}
.Wizard a:visited {color:0F0F4F;}
.Wizard a:hover {color:EEEEEE;}

.WizardHeader
{
    border: 1px solid #0F0F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
}
.WizardStep
{
    background-color: #D3DEEF;
    border: 1px solid #2F2F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: Black;
}
.WizardStep a {color: #AA0000;}
.WizardStep a:visited {color: #AA0000;}
.WizardStep a:hover {color: #000000;}
.WizardStep p {color: #000000;}
.WizardTitle
{
	margin: 2px 0;
    color: #2E4d7B;
	font: 1.2em Tahoma, Arial, Helvetica, sans-serif;
}


.Popup
{
    border-left: solid 2px #770000;
    border-right: solid 2px #770000;
    border-top: solid 2px #770000;
    border-bottom: solid 2px #770000;
    
    background: url(../images/checker.png);
    
    text-align: left;
}
.Popup th
{
    color: white;
    background-color: #AA0000;
    font-family:  LetterOMatic, Comic Sans MS, Arial;
	font-size: 14px;
	font-weight: bold;
    cursor: pointer;
    padding: 3px 3px 3px 3px;
    background: #AA0000;
    text-align: center;
}
.Popup td
{
    padding: 3px 3px 3px 3px;
    
}
.Popup td a
{
    color: #AA0000;
    text-decoration: none;
}
.Popup a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
.Popup a:hover
{
	background: none;
	text-decoration: underline;
	text-align: center;
}