﻿/*
	- Resave brand logo image as same filename, then readjust values below
	Hint: Because the client name will always be different, the h/w/t/l values will always need tweaking
				Because of this, the shift logo will also need to change its t/l values
*/
a#brand_logo {
	top:15px;
	left:25px;
	width:600px;
	height:61px;
	background:transparent url('../images/logo.png') left center no-repeat;	
}
a#shift_logo {
	display:none;
}


/* 
	Color Descriptions:
	------------------------------------
	#B76200 - light background
	#824011 - middle background
	#804809 - dark background
	
	#e88c23 - light text color
	#B46712 - dark text color
	
	#e88c23 - color to make white text on colored background glow - needs tweaking to make it look right in css
*/
#livefeed .inner {background-color:#824011;	}
#livefeed .inner b {text-shadow: #e88c23 0px 0px 10px;} /* glow */

#mapview #map_nav h3,
#mapview #map_nav {
	text-shadow: #7F4808 1px 1px 0px;
}

#mapview #map_nav li li a:hover,
#mapview #map_nav li a.active {
	background-color:#804809;
}

#map_switch,
#mapview #map_nav {
	background-color: #B76200;
}

#page-index a#homenav,
#page-mapview a#mapnav,
.client-light,
blockquote a:hover,
#login #login_footer a:hover,
#header #profile a:hover,
#facybox td.body #modal-window table#mail tr td a:hover,
#modal-window a:link, #modal-window a:visited,
#mainnav li a:hover, #mainnav li.current a,
#mainnav ul li li a:hover {
	color:#e88c23 !important;
}
table th a:hover,
.client-dark,
#facybox td.body #modal-window table#mail tr td a:hover,
#modal-window a:link, #modal-window a:visited,
#generic a:hover {
	color:#B46712;
}

#chart #chart-wrap img {
	border:#e88c23 1px solid;
}


/*
	- Do Not Change These 
	Images that will change from client to client, but their paths & names will not
*/
.divider { background: url('../images/hr.png');	}
#map_expand { background: transparent url('../images/hash-dark.png') top left repeat;	}

#page-index a#homenav,
#page-mapview a#mapnav,
#mainnav .current a:link, 
#mainnav .current a:visited, 
#mainnav .current a:hover {
	background:transparent url('../images/nav-current.png') bottom center no-repeat;
}

#mainnav ul li.current {
    background-color: #ffffff !important;
}

#mainnav ul li.current ul li a{
    background: none repeat scroll 0 0 #ffffff !important;
}

#mainnav ul li.current ul li a:hover{
    background:none repeat scroll 0 0 #f1f1f1 !important;
	color: #e88c23 !important;
}

#SaleDateSelectionForm { display: none; }

#editResponseDateForm { display: none; }


#mapview #map_nav h3 { background: url('../images/hash.png') top left repeat;	}
#map_switch { background-image: url('../images/hash-dark.png');}
#mapview #map_nav { background: url('../images/red-gradient.png') top left repeat-x; }
#login .divider  { background: url('../images/hr-small.png');	}
#generic input.bigbutton { background:#E78B23 url('../images/button-gradient.png') top left repeat-x; }
#generic input.bigbutton:hover,
#generic input.bigbutton:active { background:#D78120 url('../images/button-gradient-hover.png') top left repeat-x;}