/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
  position:relative;
  display:block;
  margin:0;
  padding:0;
  border: 0 solid #CCC;
  overflow:visible;
  float:left;
  width:980px;
}
.swMain .stepContainer 
{
    float: left;
  display:inline-block;
  position: relative;
  margin: 0;
  padding:0;    
  border: 0 solid #CCC;
  overflow: visible;
  clear:both;
  height:auto !important;
}

.swMain .stepContainer div.content
{
    display: block;
    height:auto;
    float: left;
    margin: 0;
    /*border: 0px solid #111;*/
    /*font: 13px arial;*/
    color: #5A5655;
    /*background-color: #111;*/
    text-align: left;
    overflow: visible;
    z-index: 88;
    width: 978px;
    clear: both;
}

.swMain div.actionBar {
  display:block;
  position: relative; 
  clear:both;
  margin:             3px 0 0 0;   
  /*border:             0px solid #111;*/
  padding:            0;    
  color:              #5A5655;   
  /*background-color:   #111;*/
  height:55px;
  text-align:left;
  overflow:auto;    
  -webkit-border-radius: 5px;
  -moz-border-radius  : 5px;
  left:0;
  z-index: 0;
  padding-top: 15px;
}

.swMain .stepContainer .StepTitle {
  display:block;
  position: relative;
  margin:0;   
  border:1px solid #E0E0E0;
  padding:5px;   
  font: bold 12px Arial; 
  color:#777777;   
  background-color:#E0E0E0;
  clear:both;
  text-align:left; 

  -webkit-border-radius: 5px;
  -moz-border-radius  : 5px;    
}
.swMain ul.anchor {
  position: relative;
  display:block;
  float:left;
  list-style: none;
  /*padding: 0;*/
  margin: 10px 0;      
  clear: both;
  border: 0 solid #CCCCCC;
  background: transparent; /*#EEEEEE */
}
.swMain ul.anchor li{ 
  position: relative; 
  display:block;
  margin: 0;
  padding: 0 3px;
  border: 0 solid #E0E0E0;
  float: left;
}
/* Anchor Element Style */
.swMain ul.anchor li a {
  display:block;
  position:relative;
  float:left;
  margin: 5px 0 0 0;
  padding:3px;
  height:26px;
  /*width:312px;*/
  text-decoration: none;
  outline-style:none;

}
.swMain ul.anchor li a .stepNumber{
  position:relative;
  float:left;
  width:29px;
  text-align: center;
  padding: 0 5px 5px;
  font: bold 12px Arial;
}
.swMain ul.anchor li a .stepDesc{
  position:relative;
  display:inline-block;
  text-align: left;
  padding:5px;
  font-size: 12px;
  font-family:Arial;
}
/*removed the float   float:left; */
.swMain ul.anchor li a .stepDesc small{
  font: normal 12px Metric;
}
.swMain ul.anchor li a.selected{
  color:#333333;
  /*background: #EA8511;*/
  /*border: 1px solid #EA8511;*/
  cursor:text;
  /*-moz-box-shadow: 5px 5px 8px #888;
  -webkit-box-shadow: 5px 5px 8px #888;
  box-shadow: 5px 5px 8px #888;*/
}
.swMain ul.anchor li a.selected:hover {
  /*color:#F8F8F8;*/  
  /*background: #EA8511;*/  
}

.swMain ul.anchor li a.done
{
    position: relative;
    color: #333333;
    /*background: #FFFFFF;
    border: 1px solid #0096D6;*/
}
.swMain ul.anchor li a.done:hover {
  /*color:#5A5655;*/  
  /*background: #0096D6; 
  border: 1px solid #5A5655;*/   
}
.swMain ul.anchor li a.disabled {
  color:#CCCCCC;  
  /*background: #F8F8F8;*/
  /*border: 1px solid #CCC;*/  
  cursor:text;   
}
.swMain ul.anchor li a.disabled:hover {
  /*color:#CCCCCC;  
  background: #F8F8F8;*/     
}

.swMain ul.anchor li a.error {
  color:#6c6c6c !important;  
  background: #f08f75 !important;
  border: 1px solid #fb3500 !important;      
}
.swMain ul.anchor li a.error:hover {
  color:#000 !important;       
}

.swMain .buttonNext {
	display: block;
	float: right;
	margin: 5px 3px 0 3px;
	padding: 10px 5px 0px 5px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	font-family: Arial;
	width: 100px;
	color: #FFFFFF;
	outline-style: none;
	background-color: #425563;
	border: 0px;
	cursor: pointer;
 	height: 26px;
}

.swMain .buttonNext:hover {
   background-color: #5F7A76;
    color: #ffffff;
}

.swMain .buttonDisabled {
  color:#F8F8F8  !important;
  background-color: #CCCCCC !important;
  border: 1px solid #CCCCCC  !important;
  cursor:text;    
}
.swMain .buttonPrevious {
  display:block;
  float:right;
  margin:5px 3px 0 3px;
  padding: 10px 5px 0px 5px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Metric;
  width:100px;
  color: #FFFFFF;
  outline-style:none;
  background-color: #425563;
  border: 0px;
  cursor: pointer;
  height: 26px;
}

    .swMain .buttonPrevious:hover {
        background-color: #5F7A76;
        color: #ffffff;
    }

.swMain .buttonFinish {
  display:block;
  float:right;
  margin:5px 3px 0 3px;
  padding : 10px 5px 0px 5px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Metric;
  width:100px;
  color: #FFFFFF;
  outline-style:none;
  background-color:#00B388;
  border: 0px;
  cursor: pointer;
  height : 26px;   
}
.swMain .buttonDraft {
	display: block;
	float: right;
	margin: 5px 3px 0 3px;
	padding: 10px 15px 0px 15px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Metric;
	min-width: 70px;
	color: #FFFFFF;
	outline-style: none;
	background-color: #00B388;
	border: 0px;
	cursor: pointer;
	height: 26px;
}

    .swMain .buttonFinish:hover {
        background-color: #01A982;
        color: #FFFFFF;
    }

/* Form Styles */

.txtBox {
  border:1px solid #CCCCCC;
  color:#cccccc;
  font:12px Arial,Metric;
  padding:2px;
  width:430px;
}
.txtBox:focus {
  border:1px solid #00B388;
}

.swMain .loader {
  position:relative;  
  display:none;
  float:left;  
  margin: 2px 0 0 2px;
  padding:8px 10px 8px 40px;
  border: 1px solid #cccccc; 
  font: bold 12px Arial, Metric; 
  color:#5A5655;       
  background: #FFF url(../images/loading.jpg) no-repeat 5px;  
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:998;
}
.swMain .msgBox {
  position:relative;  
  display:none;
  float:left;
  margin: 4px 0 0 5px;
  padding:5px;
  border: 1px solid #cccccc; 
  background-color: #FFFFDD;  
  font: normal 12px Arial, Metric; 
  color:#333333;         
  z-index:999;
  min-width:200px;  
}
.swMain .msgBox .content {
  font: normal 12px Arial, Metric;
  padding: 0;
  float:left;
}
.swMain .msgBox .close {
  border: 1px solid #CCC;
  color: #CCC;
  display: block;
  float: right;
  margin: 0 0 0 5px;
  outline-style: none;
  padding: 0 2px 0 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.swMain .msgBox .close:hover{
  color: #47248B;
  border: 1px solid #47248B;  
}
