#ba_user 	
{
	display: table; 
	margin-left: auto; 
  	margin-right: auto; 
}

#ba_user div
{
	display: table-row; 
	width:100%;
}

#ba_user div  div 
{
	display: table-cell; 
	vertical-align:middle;
	padding: 2px;
	text-align:left;
	width:100%;
}

#ba_user div  div input[type="text"], 
#ba_user div  div select, 
#ba_user div  div textarea, 
#ba_user div  div input[type="password"] 
{
	width:100%;
}


.warning_text	
{
	color: #cf781a;
}

#login_welcome_text 
{
	text-decoration:none;
	font: 11px arial, serif;
	color: #543f1e;
	font-weight: normal;
	text-align:center;
	padding-top:10px;
	padding-bottom:0px;
	background-color: #eeedf1;	
}

/* ---- progress bar css start ------- */

#ba_steps_nav
{
	color: #000000;
	font-family: Tahoma; 
	background-color:rgba(0,0,0,0.03);
	font-size: 12px; 
	display: table;
	margin-left: auto;  
  	margin-right: auto;
}

#ba_steps_nav ul 
{
	list-style: none;
	margin: 0px;
	padding:0px;
}

#ba_steps_nav ul li a
{
	text-decoration:none;
}

#ba_steps_nav li 
{
	float: left;
	position: relative;
	padding: 6px;
	text-align:center;

	border-right-color: rgba(0,0,0,0.2);
	border-right-style:dotted;
	border-right-width: 1px;

	border-bottom-color: rgba(0,0,0,0.2);
	border-bottom-style:dotted;
	border-bottom-width: 1px;
}

.ba_steps_nav_current 
{
	background-color:rgba(0,0,0,0.06);
}

#ba_steps 
{
	display: table; 
	margin-left: auto; 
  	margin-right: auto; 
}

#ba_steps div 
{
	display: table-row; 
}

#ba_steps div  div 
{
	display: table-cell; 
	vertical-align:middle;
	padding-right:5px;
}

#ba_steps div  div span 
{
	color: #000000;
	font-family: tahoma;  
	font-size: 10px; 
	font-weight: normal;
	text-decoration :none;
}

/* ---- progress bar css end ------- */

/* ---- calendar styles start -------------*/

.menu
{
	background: #23235f;
	color: #ffffff;
	padding: 7px;
}

.text
{
	color: #000000;
	font-family: Tahoma;  
	font-size: 14px;  
	font-weight: normal;
	text-decoration :none;
	vertical-align: baseline;
	text-align: left;
}

.text li
{
	vertical-align: baseline;
	text-align: left;
}

.text a:
{
	 text-decoration :none;
}

.text a:hover  	
{
	text-decoration: underline;
}

#ba_calendar_table td
{
	padding: 8px;
}

.border_css 
{
	border: 1px solid #e7e6ea;
}

/* ---- calendar styles end -------------*/

#ba_table_centered 
{
	display: table; 
	border-spacing: 12px 6px;
	margin-left: auto; /* To center div block */
  	margin-right: auto; /* To center div block */
}

#ba_table_centered div 
{
	display: table-row; 
}

#ba_table_centered div  div 
{
	display: table-cell; 
	vertical-align:middle;
}

#select_letter
{
	display: block;
	width: 90px;
	height: 40px;
	border: 1px dotted rgba(0,0,0,0.2);
	color: #c3550d; 
	font: 15px arial, sans-serif;
	overflow: hidden;
	cursor:pointer;
	background: url(../ba_images/responsive-menu-bg.png) no-repeat right;
}

