/* - - - - - - CSS Document - - - - - - - - -
Title : SmartWizard
Author : http://tech-laboratory.blogspot.com
Version: 0.98 
- - - - - - - - - - - - - - - - - - - - - */


 .wiz-container{
      width:99%;

  }

  .wiz-container ul{
    list-style: none; 
	float:left;
	width:100%;
	height:26px;
	padding:0px;
	margin:0px;
	padding-top:10px;
}
  .wiz-container ul li{ 
    float: left;
	border-right: solid 4px #FFFFFF;
	text-align:center;
	padding-top:5px;
	}
  .wiz-container ul li a { 
    color:#0464BB;
	text-decoration:none;
    height:26px;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;
	
  }
  .wiz-container ul li a:hover {   
    color:#0464BB;
  }
  .wiz-anc-default{
    background-color:#EBEBEB;
	border:#EBEBEB solid 1px;
  }
  .wiz-anc-current{
  background:url(../../../../images/tab-active.jpg);
  
	 
    /*background-color:#d8e8f5;*/
    border:#c4d3e0 solid 1px;
  }
  .wiz-anc-done{
    background:url(../../../../images/tab-normal.jpg);
    border:#daeac7 solid 1px;
  }
  .wiz-anc-error{ /*wiz-anc-done */
    color:#CD0A0A  !important; 
    /*background-color:#FEF1EC ;*/
    border:#AE1000 solid 1px;
  }  
  .wiz-body{
    background:transparent; 
    border-bottom: 0px solid #E0E0E0; 
    width:950px;
    border-top: 1px solid #E0E0E0;
	float:left;
  }
  .wiz-body div.wiz-content {
    display:block; 
    position: relative;
    top:0px;
    left:0px;
    text-decoration: none; 
    padding:0 0px 3px 0px;
    margin : 0px 0px 3px 0px;
    border-bottom: 0px solid #E0E0E0; 
    width:100%;
	float:left;
  }
  .wiz-nav {
    display:block; 
    padding: 2px 5px 2px 5px;
    height:30px;
	float:left;
	width:100%;
  }
 
  .wiz-nav #next1 {
    float:right;
  }
  .wiz-nav #next2 {
    float:right;
  }
  .wiz-nav #next3 {
    float:right;
  }
  .wiz-nav #next4 {
    float:right;
  }
  .wiz-nav #next5 {
    float:right;
  }
  .wiz-nav #next6 {
    float:right;
  }

  .wiz-nav #update1 {
    float:left;
  }
  .wiz-nav #update2 {
    float:left;
  }
  .wiz-nav #update3 {
    float:left;
  }

  .wiz-nav #back1{
	float:left;
  }
  .wiz-nav #back2{
	float:left;
  }
  .wiz-nav #back3{
	float:left;
  }
  .wiz-nav #back4{
	float:left;
  }
  .wiz-nav #back5{
	float:left;
  }
  .wiz-nav #back6{
	float:left;
  }
  .wiz-nav #back7{
	float:right;
  }
  .wiz-nav #save{
    float:right;
  }
  .wiz-nav #save1{
    float:left;
  }
  .wiz-nav #save2{
    float:left;
  }
  .wiz-nav #save3{
    float:left;
  }
  .wiz-nav #save4{
    float:left;
  }
  .wiz-nav #save5{
    float:left;
  }
  .wiz-nav #save6{
    float:left;
  }

  .button-container{
		float:right;
		width:340px;
  }
  .button-container1{
		float:right;
		width:220px;
  }
  
  /* Button & Textbox Styles */
 /* h1, h2, h3{
      margin:0;
      padding:0;
  }*/
  .btn{
      width                 : 100px;
      /*-moz-border-radius    : 8px;
      -webkit-border-radius : 8px;*/
      background            : #5A5655;
      color                 : #FFFFFF;
      margin                : 2px 10px 0px 10px;
      padding               : 5px 5px 5px 5px;
      text-align            : center;
      border                : 1px solid #5A5655;    
      text-decoration       : none; 
  }
  .btn:hover{
      background      : #EA8511;
      color           : #FFFFFF;
      border          : 1px solid #EA8511; 
      text-decoration : none; 
  }
  
  .wiz-body .text{ 
    border: 1px solid #E0E0E0; 
    width:300px;
    padding:4px;
  }  
  .wiz-body .text:focus{ 
    border: 1px solid #EA8511; 
  } 
  .wiz-nav div.error{
    font : bold 12px Verdana, Arial, Helvetica, sans-serif;
    display:none;
    position:relative;
    left:30%;
    top:5px;
    width:400px; 
    padding: 5px 5px 5px 10px;
    /*-moz-border-radius    : 5px;
    -webkit-border-radius : 5px;*/  
    float:left;
    background:#FFE45C;
    border:1px solid #FED22F;
    color:#363636;    
  }
  /* End Button Styles */