/* STANDARD ESHOW ELEMENTS -  last edited 10/11/2016
===========================================================================================================*/

body { 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  color: #666666; 
  background: url('../images/sitelook/brpattern.png') repeat;
  background-color: #cccccc;
}

a { color: #6996d7;}
a:hover, a:focus { color: #005580;}

.pageTitle {color: #002857;}

h1 { color: #002857;}
h2 { color: #6996d7;}
h3 { color: #818181;}

.color1 { color: #002857; }
.color2 { color: #6996d7; }
.color3 { color: #818181; }

.bgcolor1	{ background-color: #002857; color: #FFF;}
.bgcolor2	{ background-color: #6996d7; color: #FFF;}
.bgcolor3	{ background-color: #818181; color: #FFF;}
.bgcolorSpecial	{ background-color: #333; color: #FFF;}

.bdcolor1	{ border-color: #002857;}
.bdcolor2	{ border-color: #6996d7;}
.bdcolor3	{ border-color: #818181;}


/* New eShow Styles - TABLE COLOR styles
===========================================================================================================*/

.tb-color1 { /* header row & font color */
	color: #FFF; background-color: #002857; }

.tb-color2 { /* 2nd row & font color */
	color: #FFF; background-color: #6996d7; }
	
.tb-color3 { /* 3nd row & font color */
	color: #FFF; background-color: #818181; }

.tb-colorLt { /* light row & font color */
	color: #333; background-color: #ebebeb; }
	
.tb-colorDefault{ /* used on the {{SALES_SUMMARY}} in emails and admin, with Ami */ 
	color: #333; background-color: #CCC; }	
	
.tb-text { /*  Default text for all tables that use "tb-text" */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
}	

/*========== For table GRIDS / LINES  ===================*/
/* Default grey COLOR for table lines - change only if needed*/
.border-table th, .border-table td,
.line-table th, .line-table td {
	border-color: #dddddd !important;
}



/* MOBILE MENU
===========================================================================================================*/
#mobile-menu > span { color:#002857;}
#mobile-menu > span:hover { color:#6996d7;}
#toggle-view-menu > li { background-color:#002857;}
#toggle-view-menu li:hover { background-color: #6996d7;}
#toggle-view-menu span { background-color:#002857;}
#toggle-view-menu li.active { background-color:#002857;}
#toggle-view-menu .menu-panel {	background-color:#002857;}



/* Updated twitter feed 2016 - TWITTER FEED
===========================================================================================================*/
#twitter ul li:hover { background-color:#0b5a93;}
#twitter .tweet { color:#CCC;}

/*TWITTER OVERRIDES from modules.css  -  May 2016 Adriana */
#twitter .tweet a {background-color: transparent; color: #FFF; padding: 2px 4px; font-weight:bold;}
#twitter .tweet a:hover {background-color: transparent; color: #FFF;}
#twitter .user span { width:100px; display:block; margin-top: 6px;}
#twitter span[data-scribe="element:name"] { display:none;}
#twitter span[data-scribe="element:screen_name"] { display:none;}


/* BACK TO TOP
===========================================================================================================*/
#back-top a { background-color:#002857;}
#back-top a:hover { background-color:#6996d7;}


/* CUSTOM TITLES
===========================================================================================================*/
.Custom-title { background-color:#002857;}
.Custom-title .title-text { background-color:#002857;}


/* CLIENT CUSTOM STYLES
===========================================================================================================*/

