
body									{ background: url(../images/body.jpg) no-repeat scroll center 0 #B0B0B0; }

/* Header */
div.siteHeaderInner						{ background: url(../images/logo-text.png) no-repeat scroll 170px 48px transparent; }

/* Navigational Tabs */
/*div.siteNavOuter						{ border-bottom: 5px solid #8BA0B1; }
div.siteSubNavOuter						{ border-bottom: 5px solid #DFE5E9; }

ul.nav li a,
ul.nav li a span						{ background-image: url(../images/nav.png); }

ul.nav li a span,
ul.nav li a:hover,
ul.nav li a:hover span					{ color: #fff; }

ul.nav li a.selected,
ul.nav li a.selected span				{ color: #ce3921; }

ul.subnav li a							{ color: #505050; }
ul.subnav li a.selected					{ color: #ce3921; }
ul.subnav li span.title					{ color: #ce3921; }*/

/* Footer */
div.siteFooter							{ background-color: #1A5FAC; border-bottom: 10px solid #CD3920; }

/* Homepage Top Section */
.hometop .slides .nav .btn a			{ background-image:url(../images/home-slides-nav-buttons.gif); display:block; }
.hometop .slides .nav .idx a span		{ color:#334B5E; }

.hometop .slides .nav .idx a.selected span,
.hometop .slides .nav .idx a:hover span	{ color:#fff; }

/* Homepage Bottom Section (Columns) */
.homebottom ul.homeStats li,
.homebottom ul.homeStats li a			{ color: #6c879c; }

/* Page - Promo */
.pagePromo .htmlcontent .highlightTop,
.pagePromo .htmlcontent .highlightBottom	{ background-image:url(../images/promo-column.png); }

.pagePromo .htmlcontent .highlightTop a.link	{ background-image:url(../images/promo-buttons.png); }

/* Ticker */
.tickerOuter							{ background: url(../images/ticker.gif) no-repeat -20px 0px; }

.tickerOuter,		
.tickerOuter a							{ color:#fff; }

.tickerInnerLeft						{ background-image: url(../images/ticker-icons.png); }
.tickerInnerRight span					{ background-image: url(../images/ticker-icons.png); }

/* Buttons */
a.button,
a.button span,
a.buttonForward,
a.buttonForward span,
a.buttonBack,
a.buttonBack span						{ color: #fff; background-image:url(../images/buttons.png); }

a.button.saved,
a.button.saved span                     { color: Green; background-image:none; letter-spacing: -1px;}

/* Wizard */
div.wizard-step-current-1,
div.wizard-step-checked-1,
div.wizard-step-checked,
div.wizard-step-unchecked,
div.wizard-step-current					{ background-image:url(../images/wizard.png); }

/* Icons */
.icon									{ background:url(../images/icons.png) no-repeat; }

.iconForSale                            { background: url(../images/icon_salesign.png) no-repeat; }
.iconProfiles                           { background: url(../images/icon_profiles.png) no-repeat; }
.iconLightBulb                          { background: url(../images/icon_lightbulb.png) no-repeat; }

/* Messaging */
.messageError							{ color: #ce3921; border-color: #ce3921; }

.messageError span,
.messageError ul li						{ color: #ce3921; }

.messageError span.title				{ color:#fff; background-color: #ce3921; }

/* Loading Indicator */
.ui-jqgrid .loading						{color:#ce3921 !important;background:url(../images/loading.gif) no-repeat scroll left center #fff;}
.loading								{color:#ce3921 !important;background:url(../images/loading.gif) no-repeat scroll left center #fff;}

/* Tabs */
.innerTabs ul li a.selected,
.innerTabs ul li a.selected span		{ color: #ce3921; }

.innerTabs ul li a,
.innerTabs ul li a span					{ background-image:url(../images/inner-tabs.png); }


/* Bootstrap (e.g., Sign-in modal) */
.btn-primary {
  color: #ffffff;
  background-color: #CD3920;
  border-color: #881600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #881600;
  border-color: #881600;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #CD3920;
  border-color: #881600;
}
.btn-primary .badge {
  color: #CD3920;
  background-color: #ffffff;
}