﻿       .wizardDiv
        {
           
            width:800px;
            display:block;
            height:80px;
	        /*font-size: 12px;*/

	        text-decoration: none;
	        color:Black;
       
            position:absolute;
            left:40px;
           
        }
        .wizardTopRow
        {
            display:block;
            width:100%;
            height:40px;
            float:left;
            vertical-align:top;
        }
        .wizardTopRight
        {
            position:absolute;
            right:40px;
        }
        .wizardBottomRow
        {
            display:block;
            width:100%;
            height:30px;
            float:left;
            vertical-align:bottom;
            overflow:hidden;
            white-space:nowrap;
        }
        
        .wizardBottomRow div
        {
            width:4000px;
            height:30px;
            float:left;
            vertical-align:bottom;
            overflow:hidden;
            white-space:nowrap;
        }
        .wizardPadding
        {
            display:block;
            width:100%; 
            padding-top:60px;
        }
        
        .wizardTable
        {
            overflow:hidden;
            white-space:nowrap;
            clear: both;
            text-align:left;  
            float:left;    
        }
        .wizardTitle
        {
            float:left;
            text-align:left;
            padding:0px 0px 0px 4px;
            /*position:relative;*/
            /*left:10px;*/
            top:0px;
            color: #3e6372;
            font-size: 22px;
            font-weight: bold;
            text-transform: uppercase;
            font-family:"Montserrat",sans-serif;
            
        }       
        .wizardStepLeft
        {
            background: url(wizard/left-green.png) no-repeat top;
            padding:10px 0px 10px 0px;
            
            width:7px;
            overflow:hidden;
            float:left;
        }
        .wizardStepDarkGreen
        {
            
            background: url(wizard/dark-green.png) repeat-x top;
            padding:6px 10px 10px 10px;
            cursor:pointer;
            float:left;
        }
        .wizardStepDarkGrey
        {
            
            background: url(wizard/dark-grey.png) repeat-x top;
            padding:6px 10px 10px 10px;
            cursor:pointer;
            float:left;
        }
        .wizardStepGreen
        {
            
            background: url(wizard/green.png) repeat-x top;
            padding:6px 10px 10px 10px;
            cursor:pointer;
            float:left;
        }
        
        .wizardStepGrey
        {
            background: url(wizard/grey.png) repeat-x top;
           padding:6px 10px 10px 10px;
           cursor:pointer;
           float:left;
           color:Gray;
        }
        .wizardStepBar
        {
            
            background: url(wizard/dark-grey.png) repeat-x top;
            padding:6px 0px 10px 0px;
            
            width:2px;
            overflow:hidden;
            float:left;
        }
        .wizardStepNumber
        {
            color:White;
        }
        .wizardStepRight
        {
            
            background: url(wizard/grey.png) repeat-x top;
            padding:10px 0px 10px 0px;
            
            width:200px;
            overflow:hidden;
            float:left;
        }
        .wizardStepEnd
        {
            
            background: url(wizard/right.png) no-repeat top;
            padding:10px 0px 10px 0px;
            margin:0px;
            width:8px;
            overflow:hidden;
            float:left;
        }
        
 
        
        .wizardButton
        {
            width:60px;
            padding:6px 0px 10px  14px;
            color:White;
            margin:0px;
            vertical-align:top;
            cursor:pointer;
        }


        .wizardGreyButton
        {
            background: url(wizard/GreyButton.png) no-repeat left top;
            color:Gray;
        }
        
        .wizardRedButton
        {
            background: url(wizard/RedButton.png) no-repeat left top;
        }
        
        .wizardGreenButton
        {
            background: url(wizard/GreenButton.png) no-repeat left top;    
        }
.navSendMessageContainer
{
    height: 20px;
    width: 100%;
    border-color: #789D4D;
    border-width: 0px;
    padding-left: 100px;

 
 }
.navSendMessageContainer td
{
    background-image: url("Images/Button_Grad_Black.png") ;
    background-repeat:repeat-x;
    border-style: solid;
    border-color: #020202;
    border-width: 0px;
    moz-border-radius:5px; /* Firefox 3.6 and earlier */
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}
.navSendMessageul
{
    margin-left:30px;
    margin-top:-1px;
    background-color: #020202;
    background-image: url("Images/Button_Grad_Black.png") ;
    background-repeat:repeat-x;
    list-style: none;
    list-style-type: none;
}

.navSendMessageil
{
    float: left;
    margin: 0;
    vertical-align: top;

}
.navSendMessageil div
{
   margin-top:-5px;
   vertical-align:middle;
}
.navSendMessageil img
{
   margin-top:0px;
   margin-bottom:0px;
   margin-left:7px;
   margin-right:0px;
}
.navSendMessageil a span
{
    font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif;
   /*font-size: 12px;*/
   /*padding-top:-2px;
   margin-top:-2px;*/
   vertical-align:top;

   top:-4px;
    color: white;
    text-decoration: none;
    padding-left:7px;
    padding-right:80px;

}
.navSendMessageSelected a span
{
    font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif;
    /*font-size: 12px;*/
    color: #FFD156;
    text-decoration: none;

}
.navSendMessageil table
{
    border-collapse:collapse;
    border-width: 0px;
   
}
.navSendMessageil td
{
    border-collapse:collapse;
    border-width: 0px;
}
        
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  /*font-weight:      bold;*/
  
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  background-color: Transparent;
  
  } 
        