/*
	- 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:18px;
	left:25px;
	width:375px;
	height:52px;
	background:transparent url('../images/logo.png') left center no-repeat;	
}
a#shift_logo {
	top:-14px;
	left:280px;
	display:block;
}

#mainnav ul li {
	font-size: 12px;
}

.header-left h3 {
	font-size:14px !important;
}


/* 
	Color Descriptions:
	------------------------------------
	#334E85 - light background
	#334E85 - middle background #334E85
	#182243 - dark background #182243
	
	#E5022F - light text color
	#334E85 - dark text color #334E85
	
	#FF3E3E - color to make white text on colored background glow - needs tweaking to make it look right in css
*/
#livefeed .inner {background-color:#182243;	}
#livefeed .inner b {text-shadow: #35549D 0px 0px 10px;} /* glow */

#mapview #map_nav h3,
#mapview #map_nav {
	text-shadow: #182243 1px 1px 0px;
}

#mapview #map_nav li li a:hover,
#mapview #map_nav li a.active {
	background-color:#182243;
}

#map_switch,
#mapview #map_nav {
	background-color: #334E85;
}


#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:#334E85 !important;	
}

table th a:hover,
.client-dark,
#generic a:hover  {
	color:#334E85	
}

#chart #chart-wrap img {
	border:#334E85 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;
}
#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:#334E85 url('../images/button-gradient.png') top left repeat-x; }
#generic input.bigbutton:hover,
#generic input.bigbutton:active { background:#182243 url('../images/button-gradient-hover.png') top left repeat-x;}
.pager .current 
{
	background-color:#334E85;
	border:1px solid #000000;
	font-weight:bold;
	margin-top:4px;
	padding:2px 6px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	text-shadow: #000 0px 0px 0px;
}

.rounded h3 {background:#334E85;
	text-shadow:none;
	background: -moz-linear-gradient(top, #4366AD 0%, #334E85 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4366AD), color-stop(100%,#334E85)); /* webkit */
	font-size:15px !important;color:#fff !important;
	padding:8px 10px;font-weight:bold;
	border-radius:4px 4px 0 0;
}

#page-prospects #prospectnav, 
#page-reports #reportsnav, 
#page-settings #settingsnav, 
#page-emails #emailsnav,
#page-emails-outbox #emailsnav, 
#page-emails-send #emailsnav, 
#page-emails-view #emailsnav,
#page-tasks-edit #tasksnav,
#page-admin #adminnav,
#page-tasks #tasksnav
{ background:transparent url('../images/nav-current.png') bottom center no-repeat;color:#334E85 !important; }
h3 a.current {color:#334E85 !important}

.ui-datepicker .ui-datepicker-header
{
	position:relative;
	border: 0 0 0 0;
	background:#2F679B;
	text-shadow:none;
	background: -moz-linear-gradient(top, #2F679B 0%, #285886 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4366AD), color-stop(100%,#334E85)); /* webkit */
	font-size:15px !important;
	color:#fff !important;
	font-weight:bold;
	height: 32px;
	border: 0px;
	border-radius:4px 4px 0 0;
}