
/* CSS Document */

body, html, .wrapper{
height:100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
body {
	margin:0px;
	background-color: #acacac;
	background-image: url(/Resources/Images/bg_amintools_pages.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.body_login_page{
	margin:0px;
	background-color: #bfbfbf !important;
	background-image: url(../../Resources/Images/bg_loginpage.jpg) !important;
	background-repeat: repeat-x;
	background-position: center top !important;
}
image{
	border:none;
}
form{
margin:0px;
padding:0px;
}
.clear 
{
    clear: both;
}
.wrapper_loginBox{
	width:736px;
    
	margin: 5% auto 0 auto;
	padding: 10px;
	background-color: White;
}

.loginbox_body{
	/*background-image: url(/Resources/Images/box_login_bg.jpg);*/
	background-color: White;
	background-repeat: repeat-x;
	background-position: top;
	border-left: 1px solid #a3c437;
	border-right: 1px solid #a3c437;
	border-bottom: 1px solid #a3c437;
	padding: 0px;
	margin:0px;
	width:733px;
	float: left;
	clear:both;
}
.login_col_left{
	width:427px;
	padding:5px 0px 0px 32px;
	margin:0px;
	border-right: 1px solid #a3c437;
	float:left;
}
.login_col_right{
	width:229px;
	padding:5px 22px 0px 22px;
	margin:0px;
	float:left;
	line-height:normal;
}
div.btnSupport_container{
	display:block;
	padding:15px 0px 0px 24px;
	margin-top:10px;
	width:100%;
}
.login_col_left, .login_col_right{
	min-height:300px;
	height: auto !important;
	height: 300px;
}
.login_col_right ul{
	list-style: none;
	padding-left: 12px;
    margin-left: 0;
}
.login_col_left ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.login_col_left ul li{
	width:355px;
	float:left;
	clear:both;
	margin:0px 0px 10px 0px;
}
.login_col_left label{
	width:90px;
	display:block;
	padding-top:3px;
	float:left;
	font-size:12px;
	font-weight:bold;
}
.login_col_left input{
	width:250px;
	float:left;
	height:22px;
	padding:2px;
	border: 1px solid #999999;
	background:#FFF;
}

.login_heading 
{
    font-family: Arial;
    color: #177a4e;
    font-size: 19px;
    margin: 10px 0;
}

.login_subheading 
{
    font-family: Arial;
    color: #177a4e;
    font-size: 12px;
    margin: 10px 0;
    font-weight: bold;
}

.login_logo 
{
    padding: 6px 0 10px 0;
    position: relative;
    left: -10px;
}

.loginOption{
	float:none;
	clear:both;
	margin-left:90px;
	line-height:18px;
}
.loginOption a:link, .loginOption a:visited, a.loginLink, a.loginLink:visited{
	color:#666666;
}
.loginOption a:hover, a.loginLink:hover{
	color:#ff6600;
}



.login_remember{
	padding:10px 0px 10px 90px;
	width:265px;
	float:left;
	clear:both;
}
.login_remember input{
	padding:0px !important;
	width:15px !important;
	height:15px;
	float:left;
	border: none !important;
	margin:0px 3px 0px 0px;
}
.btnLogin{
	width:152px !important;
	height:26px !important;
	border: none !important;
	padding:0px !important;
	background:none !important;
	margin:17px 15px 0px 0px;
}
.btnLoginHome{
	background:url(/Resources/Images/btn_login_green.gif) !important;
    width: 152px !important;
    height: 26px !important;
    font-size: 0 !important;
    text-indent: -999em !important;
    border: none !important;
    margin:17px 15px 0px 0px !important;
    cursor: pointer !important;
}

.box_login_top 
{
    width: 735px;
    height: 27px;
    background-color: #a3c437;
    border-radius: 8px 8px 0px 0px;
}

/* //////// Admin Tools Pages Style ////////////////// */

.wrapper_adminTools{
	width:720px;
	margin:auto;
	padding: 10px 25px 10px 10px;
	background-color: #FFF;
}
.wrapper_adminToolsSupport 
{
    width: 720px;
    margin: auto;
}
.tls_admin_logo{
	margin:15px 0px 0px 15px;
	border:none;
}
.header_top{
	/*background-image: url(/Resources/Images/pane_admin_top.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	color:#FFFFFF;
	font-weight: bold;
	position: relative;
	font-size: 14px;
	top: -21px;
	height: 0px;
	padding-left: 10px;
}
.header_top h1{
	padding:10px 0px 0px 0px;
	margin: 0px 0px 0px 15px !important;
	font-size:17px;
	font-weight: bold;
}
.adminTools_pane{
	border-left: 1px solid #a3c437;
	border-right: 1px solid #a3c437;
	border-bottom: 1px solid #a3c437;
	padding:0px 15px 10px 15px;
	background-color: #FFFFFF;
	width:958px;
	float:left;
	clear:both;
	min-height:500px;
}
* html .adminTools_pane { height:500px; }

.admin_form_pane{
	float:left;
	/*background-image: url(/Resources/Images/form_pane_bg_short.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
	background-color: #FFFFFF;
}
.admin_form_top, .admin_form_end{
	background-image: url(/Resources/Images/form_pane_top_L.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:100%;
	height: 10px;
	margin:0px;
	padding:0px;
	float:none;
	clear:both;
	text-align:right;
}
.commonDiv
{
	float:left;
	width:100%;
}
.adminTools_pane a:link, .adminTools_pane a:visited 
{
	color:#013299;
}
.admin_form_end{
	background-image: url(/Resources/Images/form_pane_end_L.gif);
}

.admin_form_content{
	/*border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;*/
	padding:10px 20px 10px 20px;
	margin:0px;
	float:left;
	clear:both;	
}
.admin_form_pane, .admin_form_content{
	width:645px;
}
.admin_form_content h1{
	font-size:17px;
	margin:0px 0px 15px 0px;
	color:#013299;
}
.admin_form_content h2{
	font-size:12px;
	margin:0px 0px 15px 0px;
	color:#013299;
}
.admin_form_content ul{
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
	float:left;
	width:auto;
	clear:both;
}
.admin_form_content ul li{
	width:auto;
	float:left;
	clear:both;
	padding:0px 0px 10px 0px;
}
.admin_form_content label{
	display:block;
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
	width:120px;
	float:left;
}
.admin_form_wider{
	width:733px !important;
}
.admin_form_content_wider{
	width:706px !important;
}
.dealer_info{
	width:auto;
	margin:0px 0px 30px 123px;
	padding:0px;
	clear:both;
}
.dealer_info hr{
	height:1px;
	margin:10px 0px 10px 0px;
	padding:0px;
	border:none;
	border-bottom: 1px solid #CCCCCC;
}
.form_description{
	width:auto;
	clear:both;
}
.fix_field_width {
	width: 300px;
}
.btnSubmit{
	float: right;
	clear:both;
}
#forgotPasswordBtn .btnSubmit, #forgotUsernameBtn .btnSubmit, #securityQuestionsBtn .btnSubmit, #setupRetailLiveAccountBtn .btnSubmit,
#securityProfileBtn .btnSubmit, #resetPasswordBtn .btnSubmit, #accountActivationBtn .btnSubmit, #adminLoginBtn .btnSubmitLeft {
    background: url(/Resources/Images/btn_admin_submit.gif) no-repeat; 
    width: 85px; 
    height: 26px; 
    border: none; 
    color: transparent; 
    text-indent: -999em; 
    font-size: 0; 
    cursor: pointer;
}
.admin_footer {
	text-align:center;
	padding:15px;
}
.admin_footer, .admin_footer a:link, .admin_footer a:visited {
	color:#FFFFFF;
}
.col_right_steps {
    float: left;
    margin: 0 0 0 20px;
    width: 620px;
}
.col_right_steps h1{
	font-size:17px;
	margin:0px 0px 15px 20px;
	color:#013299;
}
img.step{
	margin:0px 0px 5px 0px;
	border:none;
}
.yellow_box{
	background-image: url(/Resources/images/bg_yellow_box.gif);
	height: 24px;
	padding:2px 10px 0px 5px;
	margin: 10px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	font-weight:bold;
}
.register_terms_box {
	height:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	color:#666666;
	border:1px solid #CCCCCC;
	margin:10px 0px 0px 0px;
}
.yellow_box, .register_terms_box, .submit_section{
	width:590px;
	float:left;
	clear:both;
}

.DOB_list{
	width:auto;
	white-space:nowrap;
	float:left;
}
.DOB_list select{
	margin:0px 5px 0px 0px;
	width:80px;
}
.step1_form_list{
	padding:0px!important;
	margin:0px!important;
}
.step1_form_list, .step1_form_list li{
	width:100% !important;
}

.step1_form_list input{
	width:250px;
}
.adminform_section{
	width:100%;
	float:left;
	clear:both;
	margin:0px 0px 10px 0px;
	background:none;
	font-size:12px;
}
.admin_form_indent
{
	margin-left:120px;
}
.section_activation 
{
	width:400px !important;
}
.section_activation ul 
{
	width:100% !important;
	float: left !important;
	clear:both !important;
}
.section_activation ul li input {
	width:273px !important;
	clear:right;
}
a.lightBlue_Link {
	color:#37b3db !important;
	text-decoration:none;
	font-weight:bold;
}
a:hover.lightBlue_Link {
	color:#37b3db !important;
	text-decoration:underline;
	font-weight:bold;
}



.admin_profile_List
{
	width:335px!important;
	margin: 0px 15px 20px 0px !important;
	float:left !important;
	clear:none !important;
}
.admin_profile_List li
{
	display:block !important;
	width:335px !important;
	margin:0px;
	padding: 0px 0px 10px 0px !important;
	float:left;
	clear:both;
}
.admin_profile_List label
{
	display:block;
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
	width:80px;
	float:left;
}
	
.admin_profile_List li select
{
	width:250px;
	float:left;
	margin-left:0px;
}
.admin_profile_List li input{
	width:243px;
	margin-left:0px;
	float:left;
}
.underline{
	border-bottom:1px solid #ccc;
	margin-bottom:10px !important;
}
.catpatch_formlist {
	width:600px !important;
	float:left;
	clear:both;
}
.catpatch_formlist li{
	width:600px !important;
	float:left;
	clear:both;
}

.catpatch_formlist li label{
	width:150px;
}
.catpatch_formlist li input{
	width:220px;
}
.capcha_img{
	border: 1px solid #CCCCCC !important;
	margin-left:120px;
	width:220px;
}

.capcha_link
{
	margin-left:120px;
}
.loginSingleCol
{
	min-height:300px;
	height: auto !important;
	height: 300px;
	border:none !important;
}
.dealer_column_left{
	width:300px;
	float:left;
}
.dealer_column_left ul{
	width:300px !important;
	float:left;
}
.box_right_col{
	background-color:#FFFFFF;
	padding:15px;
	border: 1px solid #CCCCCC;
	width:300px;
	float:right;
}
.box_right_col ul{
	width:100% !important;
}
.box_right_col ul li{
	width:100% !important;
	border-bottom: 1px solid #CCCCCC !important;
	padding:3px 0px 3px 0px !important;
}
.box_right_col ul li label{
	width:140px !important;
	padding:0px; !important;
}
.box_right_col ul li span
{
	display:block;
	width:auto !important;
}
.btnSubmitLeft
{
	margin:10px 10px 10px 100px;
}
.btnRegister
{
	margin:17px 0 0;
}