body {color:#333;font-family:Interstate;}
input, select {font-family:Interstate;background-color:transparent;}
select {background:transparent;appearance:none;-moz-appearance:none;-webkit-appearance:none}
a {text-decoration:none;color:#0076C0;}
.workspace {
	max-width:984px;
	margin: 0 auto;
}
.canvas {
	max-width:940px;
	margin: 0 22px;
}
/* Header CSS */
.header {
	background: #00bdf2; /* Old browsers */
	background: -moz-linear-gradient(top,  #00bdf2 0%, #00b3f0 20%, #0066b3 75%, #004785 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bdf2), color-stop(20%,#00b3f0), color-stop(75%,#0066b3), color-stop
(100%,#004785)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00bdf2 0%,#00b3f0 20%,#0066b3 75%,#004785 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00bdf2 0%,#00b3f0 20%,#0066b3 75%,#004785 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00bdf2 0%,#00b3f0 20%,#0066b3 75%,#004785 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00bdf2 0%,#00b3f0 20%,#0066b3 75%,#004785 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdf2', endColorstr='#004785',GradientType=0 ); /* IE6-9 */
	height:90px;
}
.site_logo {
	width:75px;
	height:44px;
	display:inline-block;
	background-image: url('../images/citi-logo.png');
	float:left;
	margin: 25px 0 0 40px;
}
.site_logo  h1 {text-indent:-1000px;}
.secure_links {
	float:right;
	padding:0 19px 0 0;
	font-size:12px;
	color:#fff;
	margin: 45px 40px 0 0;
	height:15px;
}
.secure_icon {
	background: url('../images/icon/icon_secure.png') no-repeat;
	width:10px;
	height:16px;
	display:inline-block;
	margin: 0 0 0 10px;
	vertical-align:bottom;
	
}
.hide_text {
	text-indent: 100%;
	overflow:hidden;
	white-space:nowrap;
}
.banner_text {
	width:100%;
	text-align:center;
	font-size:32px;
	color:#666;
	margin:0 0 0 0;
	padding: 20px 0px;
	line-height:35px;
	background-color:#f2f2f2;	
}
.nav {
	height:70px;
	background-color:#eee;	
}
.hidden{display:none;}
.nav .progress {margin: 0 0 0 40px;width:588px;float:left;}
.progress h2 {font-size:18px;color:#333;font-weight:normal}
.progress .steps{
	
	width:25px;
	border-bottom: 8px solid #bebebe;
	float:left;
	margin:10px 7px 0 0;
	height:25px;
	vertical-align:bottom;
	padding: 5px 0 0 0;
}
.progress .current {
	font-size:18px;
	color:#333;
	border-bottom: 8px solid #0066CC;
	width:120px;
}
.action_panel {float:left}
.button_type1 {
	background:#0099ff url('../images/icon/icon_chat.png') no-repeat 25px center;
}
.button_type2 {
	background:#0066CC  url('../images/icon/icon_save.png') no-repeat 25px center;
}
.button_type1,.button_type2 {
	font-size:14px;
	width:156px;
	line-height:70px;
	display:block;
	float:left;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
/* Header End */

/* Grid column*/
.grid_container,
.grid_rows{width:100%;}
.grid_rows {margin-top:10px;}
.grid_col1 {
	width:940px;
	margin: 0 10px;
	float:left;
	display:inline-block;
}
.grid_col2{
	width:460px;
	margin: 0 10px;
	float:left;
	display:inline-block;
}
.grid_col21{
	width:560px;
	margin: 0 10px;
	float:left;
	display:inline-block;
}
.grid_col3{
	width:300px;
	margin: 0 10px;
	float:left;
	display:inline-block;
}
.grid_col31{
	width:400px;
	margin: 0 10px;
	float:left;
	display:inline-block;
}
.grid_col4{
	width:200px;
	margin: 0 10px;
	float:left;
	display:inline-block;
}
.grid_col6{
	width:140px;
	margin: 0 10px;
	float:left;
	display:inline-block;
}
.grid_col_first {
	margin-left: 0px;
}
.grid_col_last {
	margin-right: 0px;
}

/* Grid column End*/

/*Page content*/
.touch_to_start {width:940px;margin: 80px auto 20px;text-align:center;font-size: 28px;font-weight:bold;}

.login_panel {
	width:300px;
	margin:40px auto 0; 
}

.login_panel .rows {
	width: 100%;
	height: 82px;
}
.borderClear {border:0px;}
.login_panel label {
	font-size: 14px;
	color: #333;
	vertical-align: top;
	width: 240px;
	margin: 0 auto;
	padding-bottom: 8px;
	display: block;}

.login_panel .input_field  input, .login_panel .input_field  select{
 
	width: 240px;
	height: 36px ;
	border: 1px solid #CCC;
	margin: 0 auto 5px;
	padding: 5px 0 5px 5px;
	max-width: none;
	display: block;
	font-size: 14px;
	color: #666;
	background-color: #fff;
 	border-radius: 0px;
	-webkit-box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
 

.login_panel .action_button {width:240px;margin:0 auto 5px;padding: 0 0 5px 0;}
.login_panel .select_box {color:#666;}

.select_box {
-webkit-appearance: none;
background: #ffffff url("../images/selectbox-arrow.png") no-repeat right center;
background-size: 36px 38px;
padding-right: 36px;
}

.login_panel .select_box, .login_panel .input_text{width:240px}
input , select, select:focus,
input:focus{
	font-size: 18px;font-weight:normal;
	border:0px;outline:0;
}
input.button,
input[type=submit] {
	color: #ffffff; 
	background-color: #0076C0; 
	border: 1px solid #0076C0; 
	font-size: 14px; 
	padding: 0px 20px; 
	height: 36px;
	text-transform:uppercase;	
}
 
input.button:hover, input.button:focus, input.button:active,
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active{ 
	color: #0076C0; 
	background-color: #ffffff; 
	border: 1px solid #0076C0; 
	font-size: 14px; 
	font-family: "Arial", sans-serif !important;   
	}

.card_picture{margin:0 0 0 40px;}
.card_name {}
.card_name h3{font-size: 18px;font-weight:normal;margin: 20px 0 0 0;color:#333}
.annual_fees, .interest_rate,
.credit_limit {margin:10px 20px 0 0;float:left;color:#ccc;}
.interest_rate {margin-right:0px;}
.symbol{font-size:16px;padding:0 5px 0 0;}
.amt{font-size:28px;}
.info {font-size:11px;margin: 5px 0;}
.show_details{font-size: 14px;margin: 25px 0 0 0;display:table; padding: 0 26px 0 0;}
.icon_collaps,
.icon_expand{
	background: url('../images/icon/icon_exp_col.png') no-repeat top right;
}
.icon_collaps {background-position: right -18px;}
.personal_information {
	width:780px;
	margin: 90px 84px 0;
}
.personal_information h3 {font-size: 32px;font-weight:normal;color:#333}
.personal_information .login_info {
	margin: 20px 0;
	display: inline-block;
	background: url('../images/icon/icon-login.png') no-repeat center left;
	padding: 0 0 0 34px;
	font-size: 14px;
}
.column_title {
	font-size: 14px;
	color:#333;
	margin:10px 0 0;
	line-height:16px;
}
.column_description {
	font-size: 14px;
	color:#767676;
	line-height:16px;
	margin:10px 0 0;
}
.column_description  p{margin: 20px 0 0 0;color#000}
.column_description ol {
	margin: 0 0 0 17px;
}
.column_description ol ol {
	list-style-type: lower-alpha;
}
.consent_panel {
	padding: 20px;
	border:1px solid #ccc;
	font-size:12px;
	line-height:16px
}
.extra_space {
	display:block;
	width:100%;
	padding:10px 0;
}
.show_hide_panel {width:940px;}
/*Page content End*/

/* focus class on element */
.pageBody .ele_focusState{ border-bottom: 2px solid #00BDF2;background-color:#E5F8FE}
.pageBody .lbl_FilledState{ color:#767676}
.pageBody .drop_selecState{color:#000}
/* focus class on element end*/

/* Error Msg */
.apl_error_msg {width:940px;margin: 80px auto 20px;text-align:center;font-size: 18px;color:#D60000}
/* Error Msg */
