﻿body
{  
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial, Times New Roman;
    font-size: 11px;
    color: #003399;
    background-color: #ffea01; 
}
H3
{
    padding:10px;
}
p
{
    padding:10px;    
    width:500px;
}

.DetailsTable .LeftCell
{
    border-bottom: #a6bdff 1px solid;
    padding: 5px;  
    color: #003399;
    vertical-align:top;
}
.DetailsTable .RightCell
{
    border-bottom: solid 1px #a6bdff;
    padding: 5px; 
    padding-right:20px;
    width:100px; 
}

.DetailsTable .Title
{
    color: #003399;
    height:30px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;    
    background-image: url(GradiantTop.jpg);
    background-repeat:repeat-x;
}

.progress
{
    position:relative;
    z-index:3;    
}

.WizardStyle
{
}

.HeaderStyle
{
    
}

.SideBarStyle
{
    vertical-align: top;
    background-color: #a6bdff;
    border-right: solid 1px #ffffff;    
    background-image: url(Sidebar.jpg);
    background-repeat: no-repeat;
    width:194px;
}

.SidBarButtonStyle
{
    color:#ffea01;
    font-size:12px;
    
    
}
.StepContainer
{
    height:500px;
    width:620px;
    overflow:scroll;
    margin-right:20px;
    
    
}
.StepStyle
{    
    vertical-align: top;
   /* background-color: #fff157;  */
}
.NavigationStyle
{
    background-color: #ffea01;
    padding:10px;
}
.NavigationButtonStyle
{    
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.TextBoxStyle, .DropDownListStyle
{
    background-color: #ffffff;
    color: #003399;    
    border:1px solid #003399;
}
.Button
{    
    cursor:hand;
}

.ValidationSummaryStyle
{
    
}