@charset "utf-8";
/* CSS Document */


a.headings {color:#FFF;}
a.orange {color:#FF9900}

img.logo {padding:5px 0px 0px 20px; background:red;}

.gray-txt {
	color:#CCC
}

	/* ----------------------START OF SIDE NAVIGATION STYLE	-------------------------------
*/	
.nav-well {
	padding:8px 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
	
	
.well {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);	
}

#main-sidebar {
		margin-left:10px;
		margin-right:0px;
		padding:5px;
/*		border-radius:0px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);*/
	}	
.nav-list {
	padding-right:15px;
	padding-left:15px;
	margin-bottom:0;
	}
		
.nav-list> li> a, 
.nav-list .nav-header {
	margin-right:-15px;
	margin-left:-15px;
	text-shadow:0 1px 0 rgba(255,255,255,0.5)
}
	
.nav {
    list-style: none outside none;
    margin-bottom: 0px;
    margin-left: 0;}
	
li {
    line-height: 26px;
}



.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    border-left: 5px solid #F90;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    background-color:#333;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
<!---------------------END OF SIDE NAVIGATION STYLE---------->




#main-sidebar {
		margin-left:0px;
		margin-right:0px;
		padding:5px;
/*		border-radius:0px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);*/
	}
	
#form-newuser {
	background: none repeat scroll 0 0 #F90;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	height: auto;
	margin:0px 0px 10px 0px;
	padding: 15px 12.5px;
	width: auto;
}

 #centerPopups {
	margin-left:auto;
	margin-right:auto;
	width:70%;
        }


#form-returns {
    background:#fff;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
margin:30px;
	padding:10px 10px 20px 10px;

}

.add-margin-top {
	margin-top:30px;	
}

.smaller {
	font-size:14px;	
	font-weight:bold;
}

.btn-auto {
	min-height:10px;
	line-height:0px;
	margin-left:10px;
	float:right;
	}
	

.btn-auto-in {
    float: right;
    line-height: 1;
    margin-left: 10px;
    margin-top: -3px;
    min-height: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}
	

.admin-search {
	width:50%;	
}

#main-content {
	margin-top:15px;
}


.navbar {
	margin-bottom:1px;
	background:#333;
}


a.admin {color:#FFF}

a.navactive {
	color:#000;
	font-weight:bold;	
}

.graybar {
	background:red;
	width:101%;
	height:90px;
	margin-left:-5px;
	}
	
.footer {	
	margin: 0 auto;
	width:100%;
	font-size:10px;
}


.nav-footer {
	padding-right:10px;
	list-style:none;
	display:inline;
}


/*START OF WIZARD STYLES
*/

.swMain {
  position:relative;
  display:block;
  margin:0;
  padding:0;
  border: 0px solid #CCC;
  overflow:visible;
  float:left;
  width:980px;
}
.swMain .stepContainer {
  display:block;
  position: relative;
  margin: 0;
  padding:0;    
  border: 0px solid #CCC;    
  overflow:hidden;
  clear:both;
  height:300px;
}

.swMain .stepContainer div.content {
	display:block;
	position: absolute;  
	float:left;
	margin: 0;
	padding:5px;    
	border: 1px solid #CCC; 
	border-radius: 5px 5px 5px 5px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
	color:#5A5655;   
	background-color:#F8F8F8;  
	height:300px;
	text-align:left;
	overflow:visible;    
	z-index:88; 
	-webkit-border-radius: 5px;
	-moz-border-radius  : 5px;
	width:978px;
	clear:both;
}

.swMain div.actionBar {
	display:block;
	position: relative; 
	clear:both;
	margin:             3px 0 0 0;   
	border:             1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
	padding:            0;    
	color:              #5A5655;   
	background-color:   #F8F8F8;
	height:40px;
	text-align:left;
	overflow:auto;    
	z-index:88; 
	-webkit-border-radius: 5px;
	-moz-border-radius  : 5px;
	left:0;
}

.swMain .stepContainer .StepTitle {
  display:block;
  position: relative;
  margin:0;   
  border:1px solid #E0E0E0;
  padding:5px;   
  font: bold 16px Verdana, Arial, Helvetica, sans-serif; 
  color:#5A5655;   
  background-color:#E0E0E0;
  clear:both;
  text-align:left; 
  z-index:88;
  -webkit-border-radius: 5px;
  -moz-border-radius  : 5px;    
}
.swMain ul.anchor {
  position: relative;
  display:block;
  float:left;
  list-style: none;
  padding: 0px;  
  margin: 10px 0;      
  clear: both;
  border: 0px solid #CCCCCC;    
  background: transparent; /*#EEEEEE */
}
.swMain ul.anchor li{ 
  position: relative; 
  display:block;
  margin: 0;
  padding: 0; 
  padding-left:3px;
  padding-right: 3px;
  border: 0px solid #E0E0E0;      
  float: left;
}
/* Anchor Element Style */
.swMain ul.anchor li a {
  display:block;
  position:relative;
  float:left;
  margin:0;
  padding:3px;
  height:60px;
  width:230px;
  text-decoration: none;
  outline-style:none;
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:99;
}
.swMain ul.anchor li a .stepNumber{
  position:relative;
  float:left;
  width:30px;
  text-align: center;
  padding:5px;
  padding-top:0;
  font: bold 45px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a .stepDesc{
  position:relative;
  display:block;
  float:left;
  text-align: left;
  padding:5px;

  font: bold 20px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a .stepDesc small{
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a.selected{
  color:#F8F8F8;
  background: #EA8511;  /* 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:#FFF;  
  background: #8CC63F;  
  border: 1px solid #8CC63F;   
  z-index:99;
}
.swMain ul.anchor li a.done:hover {
  color:#5A5655;  
  background: #8CC63F; 
  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:5px;
  text-decoration: none;
  text-align: center;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  width:100px;
  color:#FFF;
  outline-style:none;
  background-color:   #5A5655;
  border: 1px solid #5A5655;
  -moz-border-radius  : 5px; 
  -webkit-border-radius: 5px;    
}
.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:5px;
  text-decoration: none;
  text-align: center;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  width:100px;
  color:#FFF;
  outline-style:none;
  background-color:   #5A5655;
  border: 1px solid #5A5655;
  -moz-border-radius  : 5px; 
  -webkit-border-radius: 5px;    
}
.swMain .buttonFinish {
  display:block;
  float:right;
  margin:5px 10px 0 3px;
  padding:5px;
  text-decoration: none;
  text-align: center;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  width:100px;
  color:#FFF;
  outline-style:none;
  background-color:   #5A5655;
  border: 1px solid #5A5655;
  -moz-border-radius  : 5px; 
  -webkit-border-radius: 5px;    
}

/* Form Styles */

.txtBox {
  border:1px solid #CCCCCC;
  color:#5A5655;
  font:13px Verdana,Arial,Helvetica,sans-serif;
  padding:2px;
  width:430px;
}
.txtBox:focus {
  border:1px solid #EA8511;
}

.swMain .loader {
  position:relative;  
  display:none;
  float:left;  
  margin: 2px 0 0 2px;
  padding:8px 10px 8px 40px;
  border: 1px solid #FFD700; 
  font: bold 13px Verdana, Arial, Helvetica, sans-serif; 
  color:#5A5655;       
  background: #FFF url(../images/loader.gif) 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 #FFD700; 
  background-color: #FFFFDD;  
  font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
  color:#5A5655;         
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:999;
  min-width:200px;  
}
.swMain .msgBox .content {
  font: normal 12px Verdana,Arial,Helvetica,sans-serif;
  padding: 0px;
  float:left;
}
.swMain .msgBox .close {
  border: 1px solid #CCC;
  border-radius: 3px;
  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: #EA8511;
  border: 1px solid #EA8511;  
}

/*END OF WIZARD STYLES
*/
.special-link {
	float: left;
	margin-top: 32px;
	padding-left: 20px;
	white-space:nowrap;
}

.special-group {
	margin-top: 0px;
	margin-bottom: 15px;
	float: left;
	width: 300px;
}

.special-wrap {
	overflow: hidden;
	width: 100%;
	float: left;
}

::-moz-selection {
	background: #FF9900;
	color: #FFFFFF;
}

::selection {
	background: #FF9900;
	color: #FFFFFF;
}

.errorUlList
{	
	margin:2px;
	padding:1px;
}

.errorUlList li
{	
	margin-top:0px;
	margin-bottom:0px;
	padding:1px;
}