﻿body
{
    margin:0px;
}
.header
{
   background-image:url(images/ABC.gif); 
   background-repeat:repeat-x; 
   height:94px;
   
}
.header img
{
  float:left
}
.homePageLink
{
    margin-left:30px;
    margin-top:50px;
    vertical-align:middle;
    float:left;
    color:Blue;
}
.homePageLink:visited, .homePageLink:active
{
  color:Blue;   
}
.requiredDescribe
{
    margin-bottom:15px;
    color:Red;
}
.required
{
    margin-right:3px;
    color:Red;
}
.PanelInitial
{
    width:700px;
}

.pageContent
{
    background-image:url(images/abc.gif); 
    background-repeat:no-repeat;
    padding:20px;
   
}
.title
{
    font-size:14pt;
    font-weight:bold;
    color:blue;
    margin-left:220px;
  
}
.GridViewProduct
{
    margin-top:15px;
    text-align:left;
}
.masterContainer
{
    margin-top:30px;
}
.closeButton
{  
    float:right;
    display:inline;
    
}
.modalBackground
{
background-color: white;
}
.caption
{
    background-color:#466A76;
    color:#ffffff;
    font-weight:bold;
    padding-left:5px;
    border-bottom-color:#FFDFAD;
    border-bottom-style:none;
    border-bottom-width:1px;
    border-collapse:collapse;
    border-left-color:#FFDFAD;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#FFDFAD;
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:#FFDFAD;
    border-top-style:solid;
    border-top-width:1px;
}
.wizardMaster
{
    background-color:#EFF4F2;
    border-bottom-color:#FFDFAD;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-collapse:collapse;
    border-left-color:#FFDFAD;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#FFDFAD;
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:#FFDFAD;
    border-top-style:none;
    border-top-width:1px;
    font-family:Verdana;
    font-size:0.8em;
    height:241px;
    width:875px;
}
.wizardMaster tr
{
    vertical-align:top;
}
.sideBarStyle
{
    background-color:#466A76;
    font-size:0.9em;
    height:100%;
    border-collapse:collapse;
    font-family:Verdana;
    vertical-align:top;
    padding:25px 0px 0px 5px;
    width:100px;
}
.sideBarStyle td
{
   line-height:30px;
}
.navigation
{
    background-color:#EFF4F2;
    border-bottom-color:#CC9966;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-color:BLUE;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#CC9966;
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:#CC9966;
    border-top-style:solid;
    border-top-width:1px;
    color:BLUE;
    font-family:Verdana;
    font-size:0.8em;
    margin:5px 5px 10px 5px;
}
.wizardSheet
{
    margin:10px;
}
 ul.sidebar
{
    list-style-type:none;
    padding-left:5px;
    padding-right:10px;
    margin-left:0px;
    width:150px;
    border-right:2px solid #BBBBBB; 
    border-top:2px solid #BBBBBB; 
    font-size:10pt;
    float:left;
    margin-right:50px;
    
}
.sidebar li
{
    margin-top:5px;
    border-bottom:1px dotted #BBBBBB;
}

.sidebar a {
    color:BLUE;
    display:block;
    font-family:Arial;
    font-size:12pt;
    margin:7px 0pt 0pt;
    padding:3px 0pt 1px;
    width:100%;
    }
 .sidebar a:link, .sidebar a:visited {text-decoration: none;}
 .sidebar a:hover
 {
    color:blue;
 }
 .wizard1Sheet2
 {
    margin:10px;
 }
 .wizard1Sheet3
 {
    margin:10px;
 }
 .UpdateProgress
 {
    position:absolute;
    left:400px;
    top:400px;
    z-index:1001;
 }
 
 
 