﻿.box
{
    border-right: #808080 1px solid;
    border-top: #808080 1px solid;
    font-size: 10pt;
    background: #ffffff;
    border-left: #808080 1px solid;
    color: #000000;
    border-bottom: #808080 1px solid;
}
.button
{
    font-weight: bold;
    font-size: 9pt;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    background-color: #808080;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
}
.menuBase
{
    background-image: url('silvergradient.gif');
    background-repeat: repeat-x;
    width: 201px;
    height: 20px;
    text-decoration: none;
    display: block;
    padding-top: 2px;
    padding-left: 2px;
    text-align: left;
    font-family: Georgia;
    font-size: 13px;
    color: White;
    font-weight: bold;
}
.menuHover
{
    background-image: url('silvergradientover.gif');
    background-repeat: repeat-x;
    width: 201px;
    height: 20px;
    text-decoration: none;
    display: block;
    padding-top: 2px;
    padding-left: 2px;
    font-style: oblique;
}
.menuSelected
{
    background-image: url('silvergradientover.gif');
    background-repeat: repeat-x;
    width: 201px;
    height: 20px;
    text-decoration: none;
    display: block;
    padding-top: 2px;
    padding-left: 2px;
    font-style: oblique;
    font-weight: bolder;
    color: White;
}
.watermarkEmpty
{
    background-color: #F5F5F5;
    font-style: oblique;
    font-weight: lighter;
    border-style: solid;
    border-width: 1px;
    color: #333333;
}
.watermarkEntered
{
    background-color: White;
    font-style: normal;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
}
.completionList
{
    font-size: 11px;
    color: #000;
    padding: 3px 5px;
    border: 1px solid #999;
    background: #fff;
    width: 300px;
    float: left;
    z-index: 200;
    position: absolute;
    margin-left: 0px;
}

.validatorCalloutHighlight 
{
    background-color: Yellow;
    z-index: 9999;
}

#progressBackgroundFilter { 
  position:absolute; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color: Gray;  
  filter:alpha(opacity=50); 
  opacity:0.5; 
  z-index:1000; 
} 

#processMessage {  
  position:absolute;  
  top:30%;  
  left:43%; 
  padding:10px; 
  width:14%; 
  z-index:1001; 
  background-color: Transparent; 
  vertical-align: middle;
  text-align: center;
} 

/* WIZARD */
.stepNotCompleted
{
    background-color: rgb(153,153,153);
    width: 15px;
    border: 1px solid rgb(153,153,153);
    margin-right: 5px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCompleted
{
    background-color: #4d4d4d;
    width: 15px;
    border: 1px solid #4d4d4d;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCurrent
{
    background-color: #e01122;
    width: 15px;
    border: 1px solid #e01122;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.stepBreak
{
    width: 3px;
    background-color: Transparent;
}

.wizardProgress
{
    padding-right: 10px;
    font-family: Arial;
    color: #333333;
    font-size: 12px;
    margin-left: 5px;
}

.wizardTitle
{
    font-family: Arial;
    font-size: 120%;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
    padding-left: 15px;
    margin-left: 5px;
}    
