@charset "utf-8";
/* CSS Document */
body {
	
	width:100%;
	font-family:Verdana,Arial,sans-serif;
	}
	
* 	{ margin: 0; padding: 0; }
ul	{ list-style: none; }
p   { margin: 10px 0; }

a img { border:0; }

a { cursor:pointer; text-decoration: none; }

div { text-align:left; }

.clear { clear:both; }


hr { height:0; border-top:1px solid black; margin:10px 0 0 0; padding:0; }

h1 { font-size:18px; font-weight:bold; }

h2 { font-size:18px; font-weight:normal; }

hr 		{ height:0; border:0; border-top:1px solid black; margin:10px 0 0 0; padding:0; }
hr.grey	{ height:0; border:0; border-top:1px solid #999; margin:10px 0 0 0; padding:0; width:100%; }

.programs #main { padding-top:22px; }

/* IE6 PNG FIX */
.sub_button a,.sub_button_fr a, .sub_cadence, .sub_sample, .sub_cadence_fr, .sub_sample_fr, img, .btn a,btn_submit a { behavior: url("/EpsilonConnectCA/js/iepngfix.htc") }
#container div #tabs ul li a { behavior: url("/EpsilonConnectCA/js/iepngfix.htc") }
/* END IE6 PNG FIX */



#container {
	text-align:center;
	margin:auto;
	width:100%;
}
.main_Body
{
	margin:auto;
	width:100%;
	padding:auto;
}
.tbl_main
{
   width:900px !important;
}

.divalign div
{    
    float:right;
}
.divalign table
{    
    background-image: url('/HyundaiCA/images/sampleIMG/controlbckgnd copy.png');
}
/* HEADER */

#header {
	width:100%;
	height:48px;
	}
	
#headercontent {
	width:900px;
	margin:0 auto;
	font:Arial 12px;
	color:#fff;
}

#headercontent #logo {
	 float:left;
	 position:relative;
}

#headercontent #logout {
	display:none;
	float:right;
	position:relative;
	background-image:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_login.gif');
	height:38px;
	width:582px;
	padding: 10px 10px 0 0;
}

body.programs #headercontent #logout {
	display:block;
}

#headercontent #login {
	float:right;
	position:relative;
	background-image:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_login.gif');
	height:48px;
	width:592px;
	padding: 0px 0px 0 0;
	z-index:10000 !important;
}

/* ENROLL/LOGIN PAGES */

#modal						{ height:400px; width:807px; overflow:hidden; margin:0 auto; } /*also change height in script.js*/

#modal.enroll				{ background:#fff; background-image:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_enroll.jpg'); background-repeat:no-repeat;background-position:top; }
#modal.reports_login		{ background:#fff; background-image:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_reports_login.jpg'); background-repeat:no-repeat;background-position:top; }
.tbl_login{border:solid 0px #ff0000; width:200px;}

#modal.enroll div#modal_content			{ position:relative; height:250px; width:400px; top:58px; left:100px; }
#modal.reports_login div#modal_content	{ position:relative; height:250px; width:550px; top:70px; left:140px; }

#modal p 					{ font-size:12px; color:#666; line-height:1.5em; }
#modal strong				{ color:#333; }

#modal.enroll h1 			{ font-size:24px; color:#333; font-weight:bold; }
#modal.reports_login h1 	{ font-size:18px; color:#333; font-weight:normal; padding:15px 0;}

#modal_content .input	{ height:23px; width:175px; margin: 6px 5px 0px 0px;border: 1px solid #999;color: #999;padding-left: 5px;background: #f8f8f8;float:left; }

/* END ENROLL/LOGIN PAGES */
/* TOP LOGIN CONTROL STYLES*/

.tbl_Top_Login
{
	width:593px;	
	height:48px;
	z-index:10000;
}
.loginctrl_styl
{
	width:593px;
	vertical-align:middle;	
}
.tbl_loginstyl
{
	width:593px;
	color:#fff !important;
	padding:0px 0px 0px 0px;
	
}
.lit_UserName
{
	width:140px;
}
.lognTextBox
{
	color:#3C3C3C !important;
	height:20px;
	width:110px;
	padding:0px;
	font-size:11px;
	
}
.ValiMessage
{
	background: url(/EpsilonConnectCA/Images/EpsilonConnectCAThemes/icon_warning.png) no-repeat;
	background-position:0px 0px;
	color:Red !important;	
	padding:0px 0px 0px 16px;
}
.td_tbUserName
{
	height:20px;
	width:112px;
	padding:0px 2px 0px 2px;
}
.td_tbpassword
{
	height:20px;
	width:112px;
	padding:0px 4px 0px 2px;
}

.td-registerbtn
{
	height:34px;
	width:auto;
	vertical-align:baseline;
	margin:0px;
	padding:0px 4px 0px 0px;
}
.td-loginbtn
{
	height:34px;
	width:auto;
	vertical-align:baseline;
	margin:0px;
	padding:0px;
}

.pnlpopuplostpass
{
	width: 320px  !important;
	height: 118px;
	background-color: #333333;
	border: 3px solid #999999;
	
	z-index:10001 !important;
	
}
    .fr-pnlpopuplostpass
{
	width: 320px !important;
	height: 118px;
	background-color: #333333;
	border: 3px solid #999999;
	
	z-index:10001 !important;
	
}
    .lost-pwd-msg
	{
	    font-weight:bold;
	    color:#fff;	
	    width: 320px;
	    padding:20px 0px 10px 0px;
	    text-align:center;		
	}
	.divfpstyle
	{
	    width: 320px !important;
	}
	.divfpstyle td.td-closebtn
	{
	    padding-top:4px;
	    text-align:right;
	}
	.divfpstyle td.td-closebtn input
	{
	   position:absolute;
	   top:-11px;
	   right:-16px;
	}
/* TOP LOGIN CONTROL STYLES ENDS*/
/*Right Control Styles*/
#headerRight
{	
	vertical-align:middle;
	margin: 0px;
	color: #fff;
	float:right;
	position:relative;
	font-weight:bolder;
	width:593px;
	height:48px;
}

#headerRight span.SelectedDlr_styl
{
	width:300px !important;
	color:#fff !important;
	font-weight:bold !important;
    font-size:11px !important;
}
#headerRight .lbl-selectedDealer
{
	color: #fff;
	font-size:13px;
	font:"Lucida Sans" , "Lucida Sans Unicode" , "Lucida Grande" , "Verdana";
	font-weight:bold;
}
#headerRight td#td-welcome
{	
	width:385px;
	text-align:right;
	font-size:11px;
}
#headerRight .lbl-dealername
{
	color: #fff;
	font-size:11px;
	font:"Lucida Sans" , "Lucida Sans Unicode" , "Lucida Grande" , "Verdana";
	font-weight:bold;
}
#headerRight td#td-logout
{	
	width:90px;
}
#headerRight .lnk-logout{
	color: #fff;
	font:"Lucida Sans" , "Lucida Sans Unicode" , "Lucida Grande" , "Verdana";
	font-weight:bolder;
	font-size:11px;
	text-decoration:none;
}
.SelectDealerLink ,a.SelectDealerLink,a.SelectDealerLink:hover,a.SelectDealerLink:Active
{
	color: #fff;
	font-size:11px;
	font:"Lucida Sans" , "Lucida Sans Unicode" , "Lucida Grande" , "Verdana";
	font-weight:bold;
	text-decoration: none;
}
/*Right Control Styles Ends here*/
/* END HEADER */

	
#main {
	width:900px;
	margin: 0 auto;
	text-align:center;	
	background-image:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_main.gif');
	background-repeat: repeat-x;	
	}
	
#main_top {
	 width:770px; 
	 margin:0 auto; 
	 margin-bottom:10px;
	 clear:both;
}

#main_top .col_left, #main_top .col_right {
	font-style:italic;
}
#main_top .col_left ul, #main_top .col_right ul
{
	list-style-type:disc !important;
	padding-left:25px;
}

#main > img { float:left; }

/* FOOTER */
#footers 		{ margin: 60px 0 40px 0; text-align:center; font-size: 11px; clear:both; color:#666; }
#footers a 		{ color: #666; text-decoration: none; }
#footers a:hover	{ color: #fff; text-decoration: underline; }
/* END FOOTER */



/* HOME - Sub Boxes */
.sub_cadence, .sub_sample 		{ width:350px; height:245px; float:left; text-align:left; font-size:11px; }
.sub_cadence h3, .sub_sample h3 { margin: 0 0 4px 5px; font-size: 16px; }
.sub_cadence p, .sub_sample p 	{ margin:0 0 4px 5px; line-height:16px; }
.sub_cadence 		{ background: url("/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_sub_cadence.png") no-repeat; padding:25px 50px 0 50px; }
.sub_sample 		{ background: url("/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_sub_sample.png") no-repeat; padding:25px 50px 0 38px; }
.sub_button 		{ display:block; width:141px; height:40px; margin: 0; }
.sub_button a 		{ display:block; width:100%; height:100%; background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_learnmore.png') no-repeat; }
.sub_button a:hover	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_learnmore.png') no-repeat; background-position:0 -40px; cursor:pointer; }
/* END HOME - Sub Boxes */

/* HOME - French Sub Boxes */
.sub_cadence_fr, .sub_sample_fr 		{ width:350px; height:245px; float:left; text-align:left; font-size:11px; }
.sub_cadence_fr h3, .sub_sample_fr h3 { margin: 0 0 4px 5px; font-size: 16px; }
.sub_cadence_fr p, .sub_sample_fr p 	{ margin:0 0 4px 5px; line-height:16px; }
.sub_cadence_fr 		{ background: url("/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_sub_cadence_fr.png") no-repeat; padding:25px 50px 0 50px; }
.sub_sample_fr 		{ background: url("/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_sub_sample_fr.png") no-repeat; padding:25px 50px 0 38px; }
.sub_button_fr 		{ display:block; width:141px; height:40px; margin: 0; }
.sub_button_fr a 		{ display:block; width:100%; height:100%; background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_learnmore_fr.png') no-repeat; }
.sub_button_fr a:hover	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_learnmore_fr.png') no-repeat; background-position:0 -40px; cursor:pointer; }
/* END HOME - French Sub Boxes */

/* TOPNAV */
.menuFrenchbtn
{
	position:absolute;
    margin-right:3px;    
    margin-top:5px;
    top:60px;
    right:11px;
    float:right;
}
#navcontainer { width:882px; position:relative; margin:auto; height:42px; z-index:999; border:9px solid white; 
              background-image:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_TopMenu.gif'); background-repeat:repeat-x;
              }

#navcontainer ul.dropdown li.replace { color:#fff; display: block; padding: 0 16px 0 16px; float: left; width: auto;  text-align:center; background-image:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_topnav.gif');  background-position: top right; }

#navcontainer ul.dropdown li.selected {background-image:url(/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_topnav.gif);background-position:100% -40px;}

#navcontainer ul.dropdown li.replace a span { color:#fff; font-size:11px; }
#navcontainer ul.dropdown li:hover { background-position: 100% -40px; }

/* LEVEL ONE */
ul.dropdown                         { position: absolute; }
ul.dropdown li                      { float: left; zoom: 1; background: #e1e1e1; text-align:left; height:42px;  }
ul.dropdown li a                    { display: block; padding: 0;  padding-top:13px; }
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #752c84; position: relative; }


/* LEVEL TWO */
ul.dropdown ul 						{ width: 240px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ width: 240px; font-weight: normal; background: #e1e1e1; border-bottom: 1px solid #ccc; float: none; height:auto; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 206px; display: inline-block; padding:4px 0 4px 34px; height:auto;font-size:11px; color: #333; } 
ul.dropdown ul li a:hover			{ color: #fff; }
ul.dropdown ul li ul li a,
ul.dropdown ul li ul li a:hover,
ul.dropdown ul li ul li a:visited,
ul.dropdown ul li a.sub_menu_main	{ font-weight:bold; width: 223px; padding-left:17px; height:auto;}

.btn_francais	{ border:0; float:right; position:absolute; top:0; right:0px; }

/* NAV ZEBRA STRIPE */
li.alt a { background:#c2c2c2; }
li.alt a:hover { background:#752c84; }
/* NAV END ZEBRA STRIPE */

/* END TOPNAV */



/* HOME PAGE SLIDES */
.slide 		{ width:770px; height:315px; margin:0 auto; background-position:top left; background-repeat:no-repeat; background:#fff; }
.slide p 	{ font-size:11px; line-height:20px; font-style:italic; width:418px; margin-bottom:20px; }
.slide h1 	{ font-size:16px; font-weight:normal;  width:400px;}

.slide_epsilonconnect 	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_slide_Epsilonconnect.jpg'); }
.slide_directconnect 	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_slide_directconnect.jpg'); }
.slide_econnect 		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_slide_econnect.jpg'); }
.slide_more 			{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_slide_more.jpg'); }

.slide_more p 			{ margin:0; padding:0; font-style:normal; }
.slide_more a 			{ font-size: 9px; text-decoration:underline; color:#333; }

.btn_slide_learnmore 		{ display:block; width:141px; height:40px; margin: 0; float:left; }
.btn_slide_learnmore a 		{ display:block; width:100%; height:100%; background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_learnmore.png') no-repeat; }
.btn_slide_learnmore a:hover{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_learnmore.png') no-repeat; background-position:0 -40px; cursor:pointer; }

.btn_slide_enroll 			{ display:block; width:141px; height:40px; margin: 0; float:left; }
.btn_slide_enroll a 		{ display:block; width:100%; height:100%; background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_enroll.png') no-repeat; }
.btn_slide_enroll a:hover	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_enroll.png') no-repeat; background-position:0 -39px; cursor:pointer; }


.btn_slide_learnmore_fr 		{ display:block; width:141px; height:40px; margin: 0; float:left; }
.btn_slide_learnmore_fr a 		{ display:block; width:100%; height:100%; background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_learnmore_fr.png') no-repeat; }
.btn_slide_learnmore_fr a:hover{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_learnmore_fr.png') no-repeat; background-position:0 -40px; cursor:pointer; }

.btn_slide_enroll_fr  			{ display:block; width:160px; height:40px; margin: 0; float:left; }
.btn_slide_enroll_fr a 		{ display:block; width:100%; height:100%; background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_enroll_fr.png') no-repeat; }
.btn_slide_enroll_fr a:hover	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_enroll_fr.png') no-repeat; background-position:0 -39px; cursor:pointer; }
/* END HOME PAGE SLIDES */





/* PROGRAMS PAGE */

#tabs 		{ width:834px; border:9px solid #a1a1a1; margin: 0 auto; background:#a1a1a1; clear:both; padding:0; }

#tabs ul 				{ margin: 0 0 5px 28px; }
#tabs ul.more_programs	{ margin: 0 0 5px 0; }

#programs_cadence, #programs_EpsilonConnect, #programs_extras, #programs_teleconnect, #programs_appointmentconnect, #programs_customerconnect, #programs_socialconnect, #programs_marketconnect, #programs_retailconnect {
	width:834px;
	margin: 0;
	background:#fff;
	padding-bottom:50px;
	text-align:center;
	overflow:hidden;
}
#programs_retailconnect
{
	padding-bottom:90px !important;
}
.programs_top {
	width:770px;
	margin:20px auto;
}

.programs_top img { float:left; }


/* buttons - do not change order of css */

.ui-tabs .ui-tabs-nav li { height:40px; }

.btn_cadence 			{ width:141px; }
.btn_cadence a			{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_cadence.png'); }

.btn_EpsilonConnect		{ width:227px; }
.btn_EpsilonConnect a		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_touchpoints.png'); }

.btn_extras				{ width:142px; }
.btn_extras a			{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_extras.png'); }

.btn_teleconnect		{ width:124px; }
.btn_teleconnect a		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_teleconnect.png'); }

.btn_appointmentconnect		{ width:170px; }
.btn_appointmentconnect a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_appointmentconnect.png'); }

.btn_customerconnect	{ width:147px; }
.btn_customerconnect a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_customerconnect.png'); }

.btn_socialconnect		{ width:130px; }
.btn_socialconnect a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_socialconnect.png'); }

.btn_marketconnect		{ width:130px; }
.btn_marketconnect a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_marketconnect.png'); }

.btn_retailconnect		{ width:130px; }
.btn_retailconnect a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_retailconnect.png'); }

.btn_teleconnect_fr	{ width:124px; }
.btn_teleconnect_fr a		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_teleconnect_fr.png'); }

.btn_appointmentconnect_fr		{ width:170px; }
.btn_appointmentconnect_fr a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_appointmentconnect_fr.png'); }

.btn_customerconnect_fr	{ width:147px; }
.btn_customerconnect_fr a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_customerconnect_fr.png'); }

.btn_socialconnect_fr		{ width:130px; }
.btn_socialconnect_fr a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_socialconnect_fr.png'); }

.btn_marketconnect_fr		{ width:130px; }
.btn_marketconnect_fr a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_marketconnect_fr.png'); }

.btn_retailconnect_fr		{ width:130px; }
.btn_retailconnect_fr a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_retailconnect_fr.png'); }

.btn_enroll 			{ width:141px; border:none !important; background-color:Transparent !important; padding:0px !important;}
.btn_enroll a			{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_enroll.png'); margin-top:6px; }

.btn_enroll_fr  		{ width:160px; border:none !important; background-color:Transparent !important; padding:0px !important;}
.btn_enroll_fr a 		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_enroll_fr.png'); margin-top:6px; }


.btn_enroll a.btn_campaign		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_enroll.png'); margin-top:6px; width:141px; border:none !important; background-color:Transparent !important; padding:0px !important;}
.btn_enroll a.btn_campaign:hover	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_enroll.png'); background-repeat:no-repeat; background-position:0 -39px; cursor:pointer; margin-top:6px; width:141px; border:none !important; background-color:Transparent !important; padding:0px !important;}

.btn_enroll_fr a.btn_campaign			{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_enroll_fr.png'); margin-top:6px; width:160px; border:none !important; background-color:Transparent !important; padding:0px !important;}
.btn_enroll_fr a.btn_campaign:hover	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_enroll_fr.png'); background-repeat:no-repeat; background-position:0 -39px; cursor:pointer; margin-top:6px; width:160px; border:none !important; background-color:Transparent !important; padding:0px !important;}


.btn_contact 			{ width:141px;  border:none !important; background-color:Transparent !important;padding:0px !important;}
.btn_contact a			{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_contact.png'); margin-top:6px; }

.btn_contact_fr 			{ width:141px;  border:none !important; background-color:Transparent !important;padding:0px !important;}
.btn_contact_fr a			{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_contact_fr.png'); margin-top:6px; }

.btn_faq_general 		{ width:140px; }
.btn_faq_general a		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_faq_general.png'); }

.btn_faq_communications 	{ width:170px; }
.btn_faq_communications a 	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_faq_communications.png'); }

.btn_faq_reporting 		{ width:142px; }
.btn_faq_reporting a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_faq_reporting.png'); }

.btn_contact_info 		{ width:143px; }
.btn_contact_info a		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_contact_info.png'); }

.btn_question 			{ width:183px; }
.btn_question a			{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_question.png'); }

.btn_contact_info_fr 		{ width:143px; }
.btn_contact_info_fr  a		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_contact_info.png'); }

.btn_question_fr  			{ width:183px; }
.btn_question_fr  a			{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_question.png'); }

.btn_submit 			{ width:141px; }
.btn_submit a			{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_submit.png'); }
	

.btn_samples 			{ width:141px; }
.btn_samples .ButtonStyle	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_samples.gif');border:none; }

.btn_dashboard 			{ width:133px; }
.btn_dashboard a		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_dashboard.gif'); }

.btn_summaryreports		{ width:167px; }
.btn_summaryreports a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_summaryreports.gif'); }

.btn_programreports		{ width:157px; }
.btn_programreports a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_programreports.gif'); }

.btn_capabilities		{ width:143px; }
.btn_capabilities a		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_capabilities.gif'); }


.btn_samples_fr 			{ width:168px; }
.btn_samples_fr .ButtonStyle			{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_samples_fr.gif');border:none; }

.btn_dashboard_fr 			{ width:133px; }
.btn_dashboard_fr a		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_dashboard_fr.gif'); }

.btn_summaryreports_fr		{ width:167px; }
.btn_summaryreports_fr a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_summaryreports_fr.gif'); }

.btn_programreports_fr		{ width:202px; }
.btn_programreports_fr a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_programreports_fr.gif'); }

.btn_capabilities_fr		{ width:143px; }
.btn_capabilities_fr a		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_capabilities_fr.gif'); }


.btn_reports_login		{ width:141px; }
.btn_reports_login .ButtonStyle	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_reports_login.gif'); }

.btn 					{ display:block; height:40px; margin: 0; float:left; background:none;border:none;}
.btn .ButtonStyle 					{ height:40px; display:block; width:100%; background-repeat:no-repeat;border:none; }
.btn .ButtonStyle:hover 			{ background-repeat:no-repeat; background-position:0 -39px; cursor:pointer; }	

.btn 					{ display:block; height:40px; margin: 0; float:left; background:none;border:none;}
.btn a 					{ display:block; width:100%; height:100%; background-repeat:no-repeat; }
.btn a:hover 			{ background-repeat:no-repeat; background-position:0 -39px; cursor:pointer; }	

.active a				{ background-position: 0 -80px; }
.active a:hover			{ background-position: 0 -80px; }

.btn a.btn_campaign 				{ width:100%; height:100%; background-repeat:no-repeat; }
.btn a.btn_campaign:hover 			{ background-repeat:no-repeat; background-position:0 -39px; cursor:pointer; }	



/* end buttons */


.col_two {  
	width:750px;
	margin: 20px auto;
	text-align:left;
	column-count:2;
	font: normal 11px Verdana;
	column-width:200px;
	column-gap:20px;
} /* unused for now */

.col_left {
	width:48%;
	float:left;
	text-align:left;
	font: normal 11px verdana;
	line-height:1.4;
}

.col_right {
	width:48%;
	float:right;
	text-align:left;
	font: normal 11px verdana;
	line-height:1.4;
}

/* EpsilonConnect TABLE */

#EpsilonConnect 		{ width:796px; border:0; margin: 0 auto; font-size:12px; }
#EpsilonConnect a 	{ color:#333; text-decoration:underline; }
#EpsilonConnect strong 	{ font-size:14px; }

#EpsilonConnect tr 	{ height:32px; }
#EpsilonConnect td 	{ padding:5px; }
#EpsilonConnect th 	{ font-size:20px; background-image: url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_tablerowgradient.gif'); background-repeat:repeat-x; height:41px; color:#fff; font-weight:bold; }


#EpsilonConnect .tbl_col_one 	{ width:313px; text-align:left; padding-left:30px; }
#EpsilonConnect .tbl_col_two, .tbl_col_three, .tbl_col_four { width: 157px; }
#EpsilonConnect .sub { font-size:16px; color:#fff; }

/* Start EpsilonConnect Table Zebra Stripe */
.EpsilonConnect tr 			{ background:#ededec; }
.EpsilonConnect tr.alt_table 	{ background:#cecdcb; }
.EpsilonConnect tr td.tbl_col_two, .EpsilonConnect tr td.tbl_col_four { background:#f4f4f4; } 
.EpsilonConnect tr.alt_table td.tbl_col_two, .EpsilonConnect tr.alt_table td.tbl_col_four { background:#e1e1e1; }

.ultimate tr th.tbl_col_two 			{ background-image:none !important;  background:#d3bfd7;} 
.ultimate tr td.tbl_col_two 			{ background:#d3bfd7 !important; }  
.ultimate tr.alt_table td.tbl_col_two 	{ background:#854e90 !important; }
.ultimate tr.alt_table th.tbl_col_two	{ background:#854e90; }

.plus tr th.tbl_col_three 				{ background-image:none !important; background:#d3bfd7;} 
.plus tr td.tbl_col_three 				{ background:#d3bfd7 !important; } 
.plus tr.alt_table td.tbl_col_three 	{ background:#854e90 !important; }
.plus tr.alt_table th.tbl_col_three		{ background:#854e90;}

.basic tr th.tbl_col_four 				{ background-image:none !important; background:#d3bfd7;} 
.basic tr td.tbl_col_four 				{ background:#d3bfd7 !important; } 
.basic tr.alt_table td.tbl_col_four 	{ background:#854e90 !important;}
.basic tr.alt_table th.tbl_col_four		{ background:#854e90; }


/* End EpsilonConnect Table Zebra Stripe */

#EpsilonConnect .sub { font-size:16px; color:#fff; }

/* END EpsilonConnect TABLE */



/* EXTRAS TABLE */

#extras {
	width:796px;
	border:0;
	margin: 0 auto;
	font-size:12px;
}

#extras tr {
	height:32px;
}

#extras td {
	padding:5px;
}

#extras a {
	color:#333;
	text-decoration:underline;
}

#extras .tbl_col_one {
	width:313px;
	text-align:left;
	padding-left:30px;
}

#extras .tbl_col_two, .tbl_col_three, .tbl_col_four {
	width: 157px;
}

#extras th {
	font-size:20px;
	background-image: url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_tablerowgradient.gif');
	background-repeat:repeat-x;
	height:41px;
	color:#fff;
	font-weight:bold;
}

#extras strong { font-size:14px; }

#extras .purple { background: #854e90; }

#extras .sub {
	font-size:16px;
	color:#fff;
}
ul	{ list-style: none; }
ul.bullet { list-style-type: disc; }

 #main_top { padding-top:20px; }
 #main_top div.headergroup {width:485px; float:left; padding-top:0px;}
 #main_top div.btn_samples 	{ display:block; width:150px; border-left:1px solid black; padding:5px 15px;float:left; }

#reports_dashboard, #reports_summary, #reports_program, #reports_capabilities {
	width:834px;
	margin: 0;
	background:#fff;
	padding-bottom:50px;
	text-align:center;
	overflow:hidden;
}


/* TABLE ZEBRA STRIPE */
.extras tr { background:#ededec; }
.extras tr.alt_table { background:#cecdcb; }
.extras tr td.tbl_col_two, .extras tr td.tbl_col_four { background:#f4f4f4; } 
.extras tr.alt_table td.tbl_col_two, .extras tr.alt_table td.tbl_col_four { background:#e1e1e1; }
.ultimate tr td.tbl_col_two { background:#854e90 !important } 
.ultimate tr.alt_table td.tbl_col_two { background:#d3bfd7!important }
.plus tr td.tbl_col_three { background:#854e90!important } 
.plus tr.alt_table td.tbl_col_three { background:#d3bfd7!important }
.basic tr td.tbl_col_four { background:#854e90!important } 
.basic tr.alt_table td.tbl_col_four { background:#d3bfd7!important }
/* TABLE END ZEBRA STRIPE */

/* END EXTRAS TABLE */

/* Start Reports Table Zebra Stripe */
.reports_features div { background:#cecdcb;width:346px; text-align:left;padding:7px 18px;font:normal 12px Verdana;color:#424242;}
.reports_features div.alt_features { background:#ededec; }
.reports_features { float:left;width:382px;height:auto;background:#cecdcb; }
/* End Reports Table Zebra Stripe */

/* MORE PROGRAMS Tables w/ZEBRA STRIPE */
.programs_table {margin-top:10px;margin-top:10px; margin-bottom:50px;  }
.programs_table h1 { color:#fff;height:32px;width:752px;background-image:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_tablerowgradient.gif');background-repeat:repeat-x; padding:9px 0 0 18px;}
.programs_features > div { background:#ededec;width:494px; text-align:left;padding:7px 18px;font:normal 12px Verdana;color:#424242; overflow:visible;}
.programs_features > div.alt_features { background:#cecdcb; }
.programs_features { float:left;width:530px;height:275px;background:#cecdcb; }
.table_socialconnect { background-color:#fff; width:494px; float:left;}
/* END */



#programs_directconnect {
	width:834px;
	height:425px;
	border:9px solid #a1a1a1;
	margin: 0 auto;
	background:#a1a1a1;
	clear:both;
	padding:0;
	background-position:top center;
	text-align:left;
	background-color:#fff;
}


/* DIRECT CONNECT and E CONNECT Table w/ZEBRA STRIPE */
#programs_directconnect .programs_table {margin-top:10px; }
#programs_directconnect .programs_table h1 { color:#fff;height:32px;width:752px;background-image:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_tablerowgradient.gif');background-repeat:repeat-x; padding:9px 0 0 18px;}
#programs_directconnect .programs_features > div { background:#ededec;width:315px; text-align:left;padding:7px 18px;font:normal 12px Verdana;color:#424242; }
#programs_directconnect .programs_features > div.alt_features { background:#cecdcb; }
#programs_directconnect .programs_features { float:left;width:340px;height:302px;background:#cecdcb; }

#programs_econnect {
	width:834px;
	height:425px;
	border:9px solid #a1a1a1;
	margin: 0 auto;
	background:#a1a1a1;
	clear:both;
	padding:0;
	background-position:top center;
	text-align:left;
	background-color:#fff;
}


/* DIRECT CONNECT and E CONNECT Table w/ZEBRA STRIPE */
#programs_econnect .programs_table {margin-top:10px; }
#programs_econnect .programs_table h1 { color:#fff;height:32px;width:752px;background-image:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_tablerowgradient.gif');background-repeat:repeat-x; padding:9px 0 0 18px;}
#programs_econnect .programs_features > div { background:#ededec;width:315px; text-align:left;padding:7px 18px;font:normal 12px Verdana;color:#424242; }
#programs_econnect .programs_features > div.alt_features { background:#cecdcb; }
#programs_econnect .programs_features { float:left;width:340px;height:302px;background:#cecdcb; }



.tbl-mainlogin
{
	width:550px;		
}
.loginctrl
{	
}
.loginbottomimage
{
	background: url(/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_login.png) no-repeat;
	height: 34px;
	width: 93px;
	padding: 0;
}
.loginErrorText
{
	padding-left:20px;
}
.login-t
{
	color: #2C2C2C;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	padding-left: 10px;
	padding-right:5px;
}
.MainValiMessage
{
	background: url(/EpsilonConnectCA/Images/EpsilonConnectCAThemes/icon_warning.png) no-repeat;
	background-position:0px 0px;
	color:Red !important;	
	padding:0px 0px 0px 16px;
}

.inp-box
{
	background: #fff;
	border: none;
	color: #002c52;
	height: 20px;
	width: 173px;
	font-size: 11px;
	padding-left: 5px;
	border: 1px solid #002c52;
}

.close
{
	color: #7ab1b8;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 14px;
}

/* END */

/*----------------------------------- Style for Register Modal Popup Control---------------------*/

.pnlpopup-Register
{
	width: 474px;
	height: 332px;
	color:#214d84;
			
}

#div-popup-Register
{
	width:694px;height:450px;
	padding: 0px;
	text-align: justify;
	font-size: 12px;
	font-weight: 500;
	color: #414141;
}
#div-popup-Register table
{
    width: 520px;
	height: 365px;
}
#div-popup-Register table td.tdclose
{
    float:right;
    text-align:right;
}
#div-popup-Register table td.tdAccountopn
{
    padding-top:20px;
    text-align:center;
}
#div-popup-Register table td.tdenrollprg
{
    padding-top:10px;
    text-align:center;
}
#div-popup-Register table .orenroll
{
	color:#214d84;
	font-size:13px;
	text-align:center;
	font-weight:normal;
}
#div-popup-Register table td.tdcontact
{
    padding-top:0px;
    text-align:center;
    color:#214d84;
    float:none;
    width:55px;
}
#div-popup-Register table td.tdcontact div.highlight
{    
    width:185px; 
    height:45px;  
    margin-left:170px;
    padding-top:5px;
}

#div-popup-Register table td.tdcontact div.highlight-fr
{     
    width:246px; 
    height:45px;  
    margin-left:130px;
    padding-top:5px;
}

#div-popup-Register table td.tdcontact div #highlight 
{    
	font-size: 20px;
	color: #214d84;
	font-weight:800;
}
#div-popup-Register table td.dealservice
{
	color:#214d84;
	font-size:12px;
	text-align:center;
	font-weight:normal;
	padding:0px;
	margin:0px;	
}
#div-popup-Register table td.dealservice div
{
    padding-left:30px;
	text-align:justify;
	width:450px;
}




.light-p
{
	color:#214d84;
	font-size:12px;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	font-weight:normal;
}
/*-----Style for Register Modal Popup Control--------ENDS here-------------*/

.poptext{
	font-size:10px;
	color:#666;
}

#tabs2 		{ width:310px; clear:both; padding:0; }
.pop-bg{width:694px;height:450px; background:url(/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg-12.jpg) repeat-x; padding:8px;}
.pop-mes-bg1{margin:0 auto; background:url(/EpsilonConnectCA/Images/EpsilonConnectCAThemes/pop-bg.jpg) no-repeat; width:577px; height:270px;margin-top:30px;}
.pop-mes-pad{padding:15px 15px 15px 25px;width:350px;}

.btn_phq-phone 		{ display:block; width:190px; height:40px; margin: 0; float:left;  }
.btn_phq-phone  a 		{ display:block; width:100%; height:100%; background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn-phone-no-phq.png') no-repeat; behavior: url("/EpsilonConnectCA/js/iepngfix.htc")}
.btn_phq-phone  a:hover{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn-phone-no-phq.png') no-repeat; background-position:0 -40px; cursor:pointer; }

.email-btn 		{ display:block; width:100px; height:40px; margin: 0; float:left; }
.email-btn  a 		{ display:block; width:100%; height:100%; background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/email-btn.png') no-repeat; behavior: url("/EpsilonConnectCA/js/iepngfix.htc")}
.email-btn  a:hover{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/email-btn.png') no-repeat; background-position:0 -40px; cursor:pointer; }
.enroll-close
{
			
	
		
		position:absolute;
		top:2px;
		right:-10px;		
	}
/*Styles end*/
/*----------------------------------- Style for Enroll Now Modal Popup Control---------------------*/	
.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.9;
}
	.pnlpopup-Enroll {
	width:694px;height:450px;
	border:none;	
	}

	#div-popup-Enroll
	{
	width:694px;height:450px;
	padding: 0px;
	text-align: justify;
	font-size: 12px;
	font-weight: 500;
	color: #414141;
	}
	tr.Lightbox-header
	{
		background-image: url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_TopMenu.gif');
		background-repeat:no-repeat;
	}
	tr.Lightbox-header td
	{
		background-image: url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/logo_aspenRMS.gif');
	}
	.lightbox {
	position: relative;	
	top:-105px;		
	}
	
	.lightbox_padd {
		
	}	

	.lightbox .logo {
		
		padding:0;
		margin:0;
	}

	.lightbox_padd h5 {
		height: 2px;
		border-bottom:solid 2px #ffffff;
		margin-bottom:25px;
		width: 90%;			
	}
	.lightbox_padd h1 
	{
		padding:0px;
		text-align:center;
		font-size: 22px;
		height:15px;
		
		text-transform: uppercase;
		font-weight: normal;
	}
	.lightbox_padd h3 {
		font-size: 14px;
		height:10px;		
		text-align:center;
		margin:-15px 0px 30px 0px;
	}
	 .lightbox_padd .button_sub_copy{

		padding: 0;
		margin:5px auto 20px auto;
		text-align: center;
		font-size: 12px;
	}
	.lightbox_padd .button_sub_copy a
	{
		font-size: 12px;		
		text-decoration:none;		
	}
	.lightbox_padd .button_sub_copy a:hover
	{
		font-size: 12px;		
		text-decoration:underline;		
	}
	.lightbox_padd p 
	{
		font-size: 12px;
		width: 320px;		
		margin: 20px auto;
		text-align:left;
	}
	.lightbox_btn{
		display: block;		
		margin: 20px auto 0 auto;
	}
/*--------- Style for Enroll Now Modal Popup Control---------ENDS Here------------*/
      
/*Start ----Below FAQ CSS Document to be Added for New OEM Launch similar to Hyundiaca OEM------*/

.FAQcontainer {
	text-align:center;
	margin:auto;
	width:900px;
	color: #002c76;
	}
.faq {
	text-align: left;
	overflow:auto;
	width:850px;	
	padding:0px 0px 0px 0px;
}

.faq .faq_body .accordion h3 a {
	font-size:15px;
	color:#002C76;
}

div.faq {
	margin: 0px 0 0 20px;	
}
.faq p {
	margin: 0 0 20px 0;
}
.faq p a {
	font-size:13px;
}

.faq h1 {
	font-size: 18px;
	font-weight:bold;
}

.strong {
	font-weight:bold;
}

.faq_body {
	background-image:url(/HyundaiCA/Images/HyundaiThemes/bg_faq_top.gif);
	width:800px;
	padding:10px;
	background-repeat:no-repeat;
	overflow:hidden;
	background-color:#ccc;
	margin-top:10px;
}

.faq_left {
	float:left;
	width:294px;
	overflow:hidden;
}
	
.faq {
	text-align: left;
	overflow:auto;
	
}

.faq .faq_body .accordion h3 a {
	font-size:15px;
	color:#002C76;
}

div.faq {
	margin: 0px 0 0 20px;	
}
.faq p {
	margin: 0 0 20px 0;
}
.faq p a {
	font-size:13px;
}

.faq h1 {
	font-size: 18px;
	font-weight:bold;
}

.strong {
	font-weight:bold;
}

.faq_body {
	background-image:url(/HyundaiCA/Images/HyundaiThemes/bg_faq_top.gif);
	width:800px;
	padding:10px;
	background-repeat:no-repeat;
	overflow:hidden;
	background-color:#ccc;
	margin-top:10px;
}

.faq_left {
	float:left;
	width:294px;
	overflow:hidden;
}

.accordion div p a {
	text-decoration:none;
}

.accordion div {
	
}

.faq_answers h3.left {
	float:left; 
	width:32px;
	color:#002C76;
}

.faq_answers h3.right {
	float:right; 
	width:328px;
	color:#002C76;
}

.faq_answers {
	background-image:url(/HyundaiCA/Images/HyundaiThemes/bg_faq_answers.gif); 
	background-repeat:no-repeat;
	background-position:top left;
	float:right;
	width:366px;
	padding:45px 70px;
}

.faq_answers div p {
	display:block;
	float:right;
	width:328px;
	color:#000;
}

.faq_answers div li {
	color:#000;
}

.faq_answers_bottom {
	width:506px;
	height:8px;
	background-image:url(/HyundaiCA/Images/HyundaiThemes/bg_faq_answers_bottom.gif);
	background-repeat:no-repeat;
	float:right;
}

.faq_answers h3 {
	font-weight:bold;
	display:block;
	font-size:16px;
	margin-bottom:12px;
}

.faq_bottom {
	width:820px;
	background-image:url(/HyundaiCA/Images/HyundaiThemes/bg_faq_bottom.gif);
	height:20px;
	margin-bottom:20px;
}
/*End ----Below FAQ CSS Document to be Added for New OEM Launch similar to Hyundiaca OEM------*/


/*code for Dealer Search page*/
.div_DealerSearch
{
	width:900px !important;
}
.orange-35
{
	font-size: 30px;
	color: #2C2C2C;
	font-weight: 600;
	line-height: 30px;
}
.orange-25
{
    font-size: 23px;
    color: #2C2C2C;
    font-weight: 600;
}
.orange-25 .LabelStyle
{
	padding-left:15px;
}

.rec
{
		
	
    width: 900px;
    margin: 0 auto;
    padding-top:15px;
    background-color:#fff;
}
#dsrec-inner
{
	background:#fff;
	width: 900px;
	margin: 0 auto;
	}
	
#center-container
{
	 width:900px;
	 margin-left: 0px !important;    
}
.table-main
{
	border: 1px solid #ccc;
	margin-left: 0px;
	padding: 8px;
	width: 875px !important;
}



#description
{
	width: 1000px;
	float: none;
	margin:0;	
	color: #002c76;		
}


.enrollment-fo a
{
	color:#99ccff;
}

.enrollment-fo a:hover
{
	color:#99ccff;
}



/*code for Dealer Search page*/
/*---------------Manage Users Page--------Starts---------------------*/
.div_Main_MU
{
	width:900px; 
	margin:0 auto; 
	padding:0px; 
	background-image:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_main.gif');
	background-repeat: repeat-x;
}

.div_InnerMain_MU
{
	border: none; 
	border-collapse: collapse;
	padding-bottom:10px;
}
.ManageUsers_Headline
{
	color:#2C2C2C;
	font-size:22px;
	width:900px;
	text-align:left;
	padding:15px 0px 0px 35px;
	
}
.div_Content_MU
{
	margin:5px auto !important;
}
.table_content_MU
{
	width:100%;	
	border: 1px solid #999999;
	text-align: left;
	color:#666666;
	font-size:12px;
}
.table_selection_MU
{
	text-align:center;
	color:#333333;
	font-size:12px;
	width:870px;
	margin-left: 1px;
}
.div_Update_Process	 
{
	position:relative;
	border-bottom-color:White;	
}
.span_Update_process
{	
	position: absolute;  
	text-align: center;
}
.div_gridview{
	padding:10px;
	font-size:10px;
}
/*---------------Manage Users Page--------Ends---------------------*/
/*---------------Manage Users Edit Page--------Starts---------------------*/
.div_Main_MUE
{
	width:900px;
	margin:0 auto !important;	
	background-color:#fff; 	
	padding-bottom:10px;		
}
.table_Heading_MUE
{
	width:900px;
}

.ManageUsersEdit_Headline
{	
	width:150px;
	text-align:left;
	padding:15px 0px 0px 15px;
	color:#2C2C2C !important;		
}
.ManageUsersEdit_Headline span
{	
	color:#2C2C2C !important;
}
#table-bg{
		
	width:875px;
	border:#989898 1px solid;
	margin:10px auto;
	padding-bottom:18px;
}
.table-bg{
	
	width:890px;
	margin:10px auto !important;
	padding-bottom:18px;
}
.div_InnerMain_MUE
{
	border:1px solid #ccc;
	margin:10px 10px;	
	width:885px;
	text-align:left;
}
.table_Content_MUE
{
	width:880px;
	height:493;
	border:0;  
	margin-top: 10px;
}
.table_Content_MUE tr
{
	line-height:25px;
	width:880px;
}
.gray-32 .webcontrol LABEL
{
	float:none !important;	
}
td.gray-32 {
    padding-right: 5px;
}
td.style8,.webcontrol LABEL {
    color: #333;
}
.webcontrol {
    width: 200px;
}
td.style10 {
    padding-left: 10px;
}
.BrandAccess .webcontrol {
    width: 600px;
}
/*---------------Manage Users Edit Page--------Ends---------------------*/
/*Update Enrollment Pop up Styles*/
.divupdateenrollments
{
    width: 556px;
    padding: 20px;
}
.updateenrollments-table-head
{
    width: 556px;
    background-image: url(/Toyota/Images/ToyotaThemes/update-enrollment-th.gif);
    background-repeat: no-repeat;
    height: 62px;
}
.updateenrollments-head-description
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    width: 774px;
    font-weight: bold;
    padding-left: 10px;
}
.updateenrollments-tableheader
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #FFF;
    width: 556px;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.updateenrollments-table-body
{
    width: 554px;
    height: auto;
    text-align: center;
    background-color: #FFF;
    border-bottom: solid #b9b9b9 1px;
    border-left: solid #b9b9b9 1px;
    border-right: solid #b9b9b9 1px;
}
.updateenrollments-gridtext
{
    font-size: 15px;
    color: #000;
}
/*End of Update Enrollment Pop up Styles*/
/*---------------Dealer Profile Page-----------------------------*/


/* Profile page */

.profile {
	width:900px;
	margin: 0px auto;
	text-align:left;
	background-image:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/bg_main.gif');
	background-repeat: repeat-x;
	color:#2C2C2C;
}

.profile h1 {
	font-size:18px;
	padding-left:30px;
}

.profile .required {
	font-size:10px;
	padding-left:30px;
}

.preferences
{
	width: 800px;
	border: 2px solid #000000;
	margin: 20px auto;
}

.preferences textarea {
	width:280px;
	height:60px;
}

.input {
	height:20px;
	border:1px solid #ccc;
}

.profile_to {
	font-size:9px;
}

.head {
	color:#fff;
	font-weight:bold;
	background:#000;
	padding:5px 15px;
	font-size:14px;
	text-align:left;
}

.info {
	color:#000;
	font-size:11px;
	font-weight:bold;
}

.info td {
}

.info .left {
	text-align:right;
	width:170px;
	
}

.info .right {
	width:300px;
	
}

.info .left2 {
	text-align:right;
	width:175px;	
}

.info .right2 {
	width:185px;
	
}

.submit {
	text-align:right;
	width:100%;
}

/*DEALER PROFILE PAGE--------Ends---------------------*/

/* START CONTACT PAGE ----------------------------------------------------------------------- */

#main		{ padding-top:0px; }
#contact, #question 	{ border:20px solid white; background:#fff; }

/* Start Contact Info */

#contact p.contact_top 	{ width:380px; margin:0 0 20px 16px; }

/* Start Contact Table Zebra Stripe */
#contact .contact_table {margin-top:10px; }
#contact .contact_table .contact_features ul { background:#cecdcb;width:483px; text-align:left;padding:7px 18px;font:normal 12px Verdana;color:#424242; margin:0; font-size:11px; height:43px; }
#contact .contact_table .contact_features ul.alt_contact { background:#ededec; }
#contact .contact_table .contact_features { float:left;width:519px;height:290px;background:#cecdcb; }
li.contact_segment_1 { list-style:none; float:left; width:50px; }
li.contact_segment_2 { list-style:none; float:left; width:90px; font-weight:bold; padding-top:5px; text-transform:uppercase; }
li.contact_segment_3 { list-style:none; float:left; width:250px; padding-top:5px; }
/* End Contact Table Zebra Stripe */

/* End Contact Info */
.LabelStyle
{
	font:normal 11px Verdana !important;
	color:#424242; 
	font-size:11px; 
    font-weight: normal;
}

/* Start Submit a Question */
#main_top_Contact {
	 width:770px; 
	 margin:0 auto; 
	 margin-bottom:10px;
	 clear:both;
}
 #main_top_Contact h1 	{ width:220px; float:left; padding-top:25px; }
 #main_top_Contact p 	{ display:block; width:450px; border-left:1px solid black; padding:15px; font-size:11px; color:#333; font-style:italic; float:left; }

#question p.contact_top { width:700px; margin:0 0 20px 16px; }
#question p.question_top,#question p {width:700px; }
div.question
{
	width:800px;
}

fieldset 	{ font-size:11px; border:0;	width:100%;	}
  
.question label 		{ float:left; width:80px; text-align:left; font-weight:bold; padding-top:6px; line-height:2em; }
  
div.question input { height:25px; width:300px; margin:3px 0; border:1px solid #999; color:#999; padding-left:5px; background:#ebebeb; }
div.question input#first_name { width:170px; }
div.question input#last_name { width:270px; }
div.question .radio input { width:20px; vertical-align:bottom; border:0; }
div.question textarea {height:130px;width:770px; border:1px solid #999 !important; border-width:1px; background-color:#ebebeb !important;}

label.question { width:200px; }
label.pref 	{ float:none; }

.required 	{ color:#ed1c24; font-weight:bold; }
.ValidatorSkin
{
	color: Red;
}
.modalPopup
{
	background-color:#333333;
}
/* End Submit a Question */

/* END CONTACT PAGE ------------------------------------------------------------- */

/* START FAQ PAGE ----------------------------------------------------------------------- */

.faq_table 		{ width:795px; 
border:20px solid white; background:#fff; }

p.faq_question 	{ display:block; float:left; width:290px; font-weight:bold; padding:5px; }
p.faq_answer 	{ display:block; float:left; width:390px; padding:5px; }

/* Start Faq Table Zebra Stripe */
.faq_table div 			{ width:760px; text-align:left;padding:7px 18px;font:normal 11px Verdana;color:#000; background:#cecdcb; }
.faq_table div.alt_faq 	{ background:#ededec;  }
/* End Faq Table Zebra Stripe */
.btn_faq_GeneralQuestions	{ width:140px; }
.btn_faq_GeneralQuestions a		{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_faq_general.png'); }

.btn_faq_Communications 	{ width:170px; }
.btn_faq_Communications a 	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_faq_communications.png'); }

.btn_faq_Reporting 		{ width:142px; }
.btn_faq_Reporting a	{ background:url('/EpsilonConnectCA/Images/EpsilonConnectCAThemes/btn_faq_reporting.png'); }

/* END FAQ PAGE ------------------------------------------------------------- */


/*Manage programs bg code*/
.managebg
{
	
}
.ManageProgram_Maindiv
{
    
    width:900px !important;
}
.manage-protext
{
    
    width:875px !important;
    
}

.gray-12
{
    width:850px !important; 
}

/*Manage programs bg code ends*/
/* START MANAGE PROGRAMS EDIT PAGE ------------------------------------------------------------- */
.ManageProgEdit_Main_div
{
	width:900px !important;
}
.editpro
{
	width:900px !important;
}
.ManageProgEdit_Main_div .table-main
{
		border: 1px solid #ccc;
	margin-left: 0px;
	padding: 8px;
	width: 878px !important;
}
.ManageProgEdit_Main_div .black-10
{
	width:878px !important;
}
/* END MANAGE PROGRAMS EDIT PAGE ------------------------------------------------------------- */
/*--New Styles for for reports samples--*/
#Iframe_Samples
{
	background:#000;
}
#div_all_samples
{
    margin:0px;
    padding:0px;
    font:11px/1.5 Arial, Helvetica, sans-serif;
}
#pnlReportSamples
{
	width:852px;
}
#report-samples-container
{
    width: 842px;
    height: 530px;
    background-color: #000;
    padding-left:18px;
}
#report-samples-container #heading
{
     text-align: left; 
     padding: 3px;
     color:#fff;             
}
#report-samples-container #thumb_bar
{
    height: 500px;
    width: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #fff;
    background-color: #fff;
    color: #666;
    vertical-align: top;
}        
#report-samples-container #report_example_window
{
    width: 657px;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;            
}        
#report-samples-container #report_example_window img
{
    display: block;
    height: 598px;
    width: 640px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}        
#report-samples-container #thumb_bar ul
{
    margin: 0px;
    padding: 0px;            
}
#report-samples-container #thumb_bar li
{
    padding: 15px 5px;
}
.odd-report-sample
{
    background-color: #eee;
}
.hilight-report-sample
{
    background-color: #d4f2bc;
}
#report-samples-container #thumb_bar li img
{
    margin: 0px auto 5px auto;
    display: block;
    border: 1px solid #91df57;
}
#report-samples-container #thumb_bar li h2
{
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
}



/*--Styles for New Home Page starts here--*/
/*-------------Forgot Password---------------*/
.div_forgotpwd
{
	
	border: 2px #ccc solid;
	width: 610px;
	height: 200px;
	background-color: #FFFFFF;
	vertical-align:top;
	margin:10px 0px 10px 0px;
	padding:10px;
}

div.div_fp_username
{
	color: #CE3A60;
	font-size:12px;
	float:left;
	position:relative;
	top:40px;
	left:15px;
	width:485px;
}
.txt_UserName
{
	background-color:#ffffff;
		border:1px solid #ccc;
	width:200px;
	height:20px;
	margin:0px 0px 0px 20px;
	vertical-align:baseline;
}
.btn_getpassword
{
	position:relative;
	float:left;
	left:100px;
	background-image: url(/Images/Common/get-pass.jpg);
	width:150px;
	height:37px;
	border: none;
	
}
.btn_getpassword_fr
{
	position:relative;
	float:left;
	left:100px;
	background-image: url(/Images/Common/get-pass_fr.jpg);
	width:260px;
	height:37px;
	border: none;	
}
/*-------------Change Password Page Styles---------------*/

.div_Passwordchange
{
    background: #000;
    width: 900px;
    margin: 0 auto;
    text-align: left !important;
    padding:10px 25px;
    color:#fff !important;
}
.cp_pwdinstructions
{
	color:#fff;
}
.cp_text
{
	color:#fafafa;
}


/*-------------Forgot User Name---------------*/
a.forgotun
{
	font-size:14px;
	font-weight:bold;
	color:#222;
	text-decoration:none;
}
.div_forgotun
{	
	border: 2px #ccc solid;
	width: 610px;
	height: 200px;
	background-color: #FFFFFF;
	vertical-align:top;
	margin:10px 0px 10px 0px;
	padding:10px;
}

div.div_fu_username
{
	color: #CE3A60;
	font-size:12px;
	float:left;
	position:relative;
	top:40px;
	left:15px;
	width:485px;
}
.txt_Email
{
	background-color:#ffffff;
	border:1px solid #ccc;
	width:200px;
	height:20px;
	margin:0px 0px 10px 20px;
	vertical-align:baseline;
}
.btn_getusername
{
	position:relative;
	float:left;
	left:110px;
	background: url(/Images/Common/get-userid.jpg) no-repeat;
	width:150px;	
	height:37px;
	border: none;
	
}
.btn_getusername_fr
{
	position:relative;
	float:left;
	left:110px;
	background: url(/Images/Common/get-userid_fr.jpg) no-repeat;
	width:280px;	
	height:37px;
	border: none;	
}
.div_Recovery
{
 background: #fff; 
 width: 865px;
 margin: 0 auto;
 color:#000;
 padding-left:35px;
 text-align:left  ! Important;
}
.Green-headertext
{    
    font-size: 18px;
    color: #0D977C;
}
.fu_heading
{
     color: #E0A020;
}
.fu_subheading
{
    color: #ff0000;
    
}
.popupmsgtxt1
{
	color: #786520;
}

.popupmsgtxt2
{
	color:#fff;
}

/*---------Style for Brands Menu Sidebar---------------*/

a{
    outline: none;
}

a:active{
    outline: none;
}

#sideBar{
text-align:left;
}

#sideBar h2{
    color:white;
    font-size:110%;
    font-family:arial;
    margin:5px;
    font-weight:bold !important;
}

#sideBar h2 span{
    font-size:125%;
    font-weight:normal !important;
}

#sideBar ul{
    margin:0px 0px 0px 0px;
    padding:0px 0px 5px 0px;    
}

#sideBar li{
    margin:0px 10px 3px 10px;
    padding:2px;
    list-style-type:none;
    display:block;    
    width:250px;
    color:black;
}

#sideBar li a{
    width:100%;
}

#sideBar li a:link,
#sideBar li a:visited{
    color:white;
    font-family:verdana;
    font-size:100%;
    text-decoration:none;
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px;
    width:100%;
}

#sideBar li a:hover{
    color:white;
    text-decoration:underline;
}

#sideBar{
    position: fixed;
    width: auto;
    height: auto;
    top: 140px;
    right:0px;
}

#sideBarTab{
    float:left;
    height:137px;
    width:28px;
    background-image:url(../Images/EpsilonConnectCAThemes/slide-button-aspenrms.png);
    background-repeat:no-repeat;
}

#sideBarContents{
    float:left;
    overflow:hidden !important;
    width:auto;
    height:auto;
}

#sideBarContentsInner{
    width:220px;
    border:solid thin #ccc;
    background-color:Black;
}


#performance-cont
{
    width: 900px;
    background-color: #ffffff;
    padding-top: 4px;
    margin: 0 auto;
}

#performance-second-cont
{
    width: 840px;
    margin: 0 auto;
}
#profile-status
{
    width: 840px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    margin-bottom: 20px;
    color: #d6d7d6;
}
.profile-tab
{
    width: 840px;
    margin: 0 auto;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.zed-black-12
{
    color: #111111;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}
/*Begin v2r classes*/

.v2rrl
{
	background-image: url(/V2R/Framework/Images/St2/v2r_rnd_left.png);
	background-repeat: no-repeat;
	color: #ffffff;
	height: 30px;
	width: 10px;
}

.v2rrbg
{
	background-image: url(/V2R/Framework/Images/St2/v2r_rnd_center.png);
	background-repeat: repeat-x;
	color: #ffffff;
	width: 97%;
	height: 30px;
	cursor: pointer;
}


.v2rrr
{
	background-image: url(/V2R/Framework/Images/St2/v2r_rnd_right.png);
	background-repeat: no-repeat;
	color: #ffffff;
	width: 10px;
	height: 30px;
}


.v2rsquareboxgradientcaption
{
	color: #ffffff;
	padding-top: 5px;
	width: auto;
	height: 30px;
	cursor: pointer;
}
.v2rShortDesc
{
	color: Black;
	font-size: 10pt;
	text-decoration: none;
	vertical-align: top;
}

.v2rReportlst
{
	background-color: #E8EAED;
}

.v2rMenu
{
	color: #6B696B;
	font-size: 10pt;
	font-family: Arial, Tahoma;
	vertical-align: top;
}

.v2rSectionHeading
{
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: bold;
	color: #6B696B;
}

.v2rmenusel
{
	color: #6B696B;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial, Tahoma;
	vertical-align: top;
}

#v2r_Menu_v2rsubmenu_Div table tr
{
text-align: right;   
}

.unsel
{
	background-image: url(/V2R/Framework/Images/Subaru/rounded_200.png);
	width: 230px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: #6B696B;
	height: 25px;
	padding-top: 5px;
}
.unsel a
{
	padding-left: 5px;
	padding-top: 17px;
	text-decoration: none;
	color: #6B696B;
	vertical-align: middle;
}

.sel
{
	background-image: url(/V2R/Framework/Images/Subaru/rounded_b_200.png);
	width: 230px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	height: 25px;
	padding-top: 5px;
}
.sel a
{
	padding-left: 5px;
	padding-top: 10px;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;
}

.sectionname
{
	color: White;
	font-weight: bold;
	font-size: 11.0pt;
	font-family: Arial, Sans-Serif;
}

.imgbtncalender
{
	background-image: url(/V2R/Framework/Images/St2/Icons/da.png);
	width: 16px;
	height: 16px;
}

.vbox3
{
	background: #FFFFFF url(/images/bhcb.png) no-repeat scroll left bottom;
	padding: 0 13px 0px;
	width: 434px;
}


.vbox3 h3
{
	background: #8395AD url(/images/bhct.png) repeat scroll 0 0;
	color: Black;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 18px;
	margin: 0 -13px 18px;
	padding: 7px 13px;
	width: 100%;
	cursor: default;
}


.datatable
{
	cursor: pointer;
	text-align: left;
	height: 18px;
	line-height: 18px;
	padding: 0px 0px;
	background-color: #899BB1;
	color: Black;
	font-size: 11px;
	font-weight: normal;
}

.vbox4
{
	padding: 0 13px 0px;
}


.vbox4 h3
{
	background-color: Gray;
	color: White;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 18px;
	margin: 0 -13px 0px;
	padding: 3px 13px;
	cursor: default;
}

.SelectDealerLink
{
    color: #fff;
    text-decoration: none;
}
.SelectDealerLink:hover
{
    color: #ccc;
    text-decoration: none;
}
.SelectDealerLink:active
{
    color: #fff;
    text-decoration: none;
}
.logt
{
	color: #ff0000;
	
	
	
}
.logt:hover
{
	 
}
/* End of v2r classed */

/*---------EpsilonConnectCA dashboard styles */

.Aspenchartbackkgrnd
{
    background-image: url('/subaru/images/dashboard/chartbckgnd1.png');
    height: 340px;
    width: 480px;
    background-repeat: no-repeat;
    
    background-position: left;
    
    border: 1px solid #ccc;
    margin: 2px;
}
.Aspenchartbackkgrnd1
{
    background-image: url('/subaru/images/dashboard/chartbckgnd1.png');
    height: 340px;
    width: 480px;
    background-repeat: no-repeat;
    padding-left: 2px;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin: 2px;
}
.controlbackgrnd
{
    background-image: url('/HyundaiCA/images/sampleIMG/controlbckgnd copy.png');
    background-position: center;
    border-width: 1px;
    height: 164px;
    width: 965px;
    padding-right: 0px;  
    background-repeat: no-repeat;
    border: 1px solid #ccc;
            margin-bottom:10px;
    margin-top: 10px;

    }
.Aspenshortbar
{
    font-family: Trebuchet MS,Regular;
    font-size: 16px;
    color: Black;
    text-align: left;
    height: 37px;
    background-image: url('/subaru/images/dashboard/shortbar.png');
    padding-left: 5px;
    background-repeat: no-repeat;
}

.Aspenlongbar
{
    font-family: Trebuchet MS,Regular;
    font-size: 16px;
    color: Black;
    text-align: left;
    height: 37px;
    background-image: url('/HyundaiCA/images/sampleIMG/longbar.png');

    padding-left: 15px;
    padding-top: 2px;
    background-repeat: no-repeat;
}

.Aspensidebox
{
    background-image: url('/subaru/images/dashboard/sub_box.png');
    height: 155px;
    width: 118px;
    text-align: center;
    background-repeat: no-repeat;
}
.Aspentoptext
{
    font-family: Trebuchet MS,Regular;
    font-size: 20px;
    color: Black;
    padding-bottom: 0px;
    padding-left: 0px;
    background-position: center;
}



.Aspenmiddletext
{
    font-family: Trebuchet MS,Regular;
    font-size: 12px;
    color: Black;
}

.Aspenbottomtext
{
    font-family: Trebuchet MS,Regular;
    font-size: 10px;
    color: #404040;
}
.errMsg
{
    color: Red;
    font-size: 10px;
    font-weight: bold;
}

.SubMenuStyle_fr
{
    z-index: 100;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-top: -7px;
    color: #ffffff;
    width: 290px;
}
.SubMenuItemStyle_fr
{
    text-decoration: none;
    color: #ffffff;
    background: #999999;
    width: 290px;
    vertical-align: middle;
    line-height: 30px;
    padding-left: 10px;
}
.SubMenuStylehover_fr
{
    text-decoration: none;
    color: #fff;
    background: #666;
    width: 290px;
    vertical-align: middle;
}
.SubMenuStyle_fr a:hover
{
    text-decoration: none;
    color: #fff;
    background: #666;
    width: 290px;
    vertical-align: middle;
}
.tbl_main_new
{
    width:903px !important;
    margin-left:1px;
}
.Aspenchartbackkgrnd_new
{
    background-image: url('/subaru/images/dashboard/chartbckgnd1.png');
    height: 340px;
    width: 447px;
    background-repeat: no-repeat;
    
    background-position: left;
    
    border: 1px solid #ccc;
    margin: 2px;
}
.Aspenchartbackkgrnd1_new
{
    background-image: url('/subaru/images/dashboard/chartbckgnd1.png');
    height: 340px;
    width: 447px;
    background-repeat: no-repeat;
    padding-left: 2px;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin: 2px;
}

.controlbackgrnd_new
{
    background-image: url('/HyundaiCA/images/sampleIMG/controlbckgnd copy.png');
    background-position: center;
    border-width: 1px;
    height: 164px;
    width: 900px;
    padding-right: 0px;  
    background-repeat: no-repeat;
    border: 1px solid #ccc;
            margin-bottom:10px;
    margin-top: 10px;
     margin-left: 3px;
    }
.Aspenshortbar_new
{
    font-family: Trebuchet MS,Regular;
    font-size: 15px;
    line-height:90%;
    color: Black;
    text-align: left;
    height: 38px;
    background-image: url('/EpsilonConnectCA/images/sampleIMG/shortbar.png');
    padding-left: 5px;
    background-repeat: no-repeat;
}
.Aspenshortbar_new .LabelStyle
{
    font:normal 14px Trebuchet MS,Regular !important;
	color:Black; 
}
.Aspenlongbar_new
{
    font-family: Trebuchet MS,Regular;
    font-size: 16px;
    color: Black;
    text-align: left;
    height: 37px;
    background-image: url('/EpsilonConnectCA/images/sampleIMG/longbar.png');
    padding-left: 15px;
    padding-top: 2px;
    background-repeat: no-repeat;
}
.Aspenlongbar_new .LabelStyle
{
  font:normal 15px Trebuchet MS,Regular !important;
	color:Black; 
}
#ctl01_ContentPlaceHolder1_tblmain
{
    width:900px !important;
}
#ctl02_ContentPlaceHolder1_tblmain
{
    width:900px !important;
}
#tblmain
{
    width:900px !important;
}
#ctl01_ContentPlaceHolder1_programname #tbl
{
    width:900px !important;
}
#ctl02_ContentPlaceHolder1_programname #tbl
{
    width:900px !important;
}
#tbl
{
    width:900px !important;
}
.ReportsMenu
{
    text-align:right;
}
#ctl01_ContentPlaceHolder1_v2r_Menu_v2rsubmenu_Div 
{
    text-align:right;
   /* padding-left:350px;*/
}
#ctl01_ContentPlaceHolder1_v2r_Menu_v2rsubmenu_Div table
{
    text-align:right;
    /*padding-left:340px;*/
}
#ctl02_ContentPlaceHolder1_v2r_Menu_v2rsubmenu_Div 
{
    text-align:right;
    /*padding-left:340px;*/
}

#ctl01_ContentPlaceHolder1_rpt_appgrp_ctl00_tbltemplate .v2rrl
{
    background-image: url(/V2R/Framework/Images/St2/v2r_rnd_left.png);
	background-repeat: no-repeat;
	color: #ffffff;
	height: 30px;
	width:0px !important;
}
#ctl02_ContentPlaceHolder1_rpt_appgrp_ctl00_tbltemplate .v2rrl
{
    background-image: url(/V2R/Framework/Images/St2/v2r_rnd_left.png);
	background-repeat: no-repeat;
	color: #ffffff;
	height: 30px;
	width:0px !important;
}

/*privacy styles*/
#privacy h1
{
    margin: 0 0 0 20px;
}
#privacy #content_area
{
    height: 100%;
    padding-bottom: 20px;
   
}

#privacy #content_area p
{
    padding-right: 400px;
}


.privacy-pol
{
    
    width: 100%;    
    font-size: 22px;
    line-height: 45px;
    padding: 0px;
    margin: 0px;
    border: 0px;    
    text-align:left;
}

#privacy-tab
{
    background: #fff;
    margin: 0 auto;
    width: 880px;
    padding: 10px;      
     color: #333333 !important;
    
}

.privacy-col
{
    padding: 30px;
    font-size: 11px !important;
   
}
.privacy-col-img img
{
padding:30px;
padding-top:150px;

}

.black-14
{
    color: #000;
    font-size: 12px;
    font-weight: 700;
}
/*privacy styles end*/


/* Maintenance Page div styles */
	.div_um
{
    background:url(/EpsilonConnectCA/Images/EpsilonConnectCAThemes/EpsilonConnectCA.jpg) no-repeat;
    width:900px;
    height:575px;
    margin:0 auto;
}


