/* ----- HEADER ----- */

body#admin #adminWrap, body#admin #dashboard {
	background: none;
}
#case .shadowHeader, #case .shadowHeader .shadowMidLeft, #primaryNavs {
	background-color:#ab0214;
}
.navheader {
	background: url("<<img>>/img/navigation/round-red/header-bg.gif") repeat-x right bottom;
}
.navheaderleft {
	background: url("<<img>>/img/navigation/round-red/header-bg-left.gif") no-repeat left bottom;
	_background: none;
}
#header {
	width:100%;
	font-size:12px;
	line-height:normal;
	text-align: left;
}
#header h1 {
	color: #fff;
	font: bold 24px arial, helvetica, sans-serif;
	padding: 20px 0 22px 5px;
	line-height: 26px;
	text-shadow: #68040e 1px 1px 3px;
}
#header h1.image {
	color: #fff;
	font: bold 24px arial, helvetica, sans-serif;
	padding:0 0 10px;
}
#header h1 span, #header h1.image span {
	color: #f59f9f;
	font: bold 16px arial, helvetica, sans-serif;
	padding: 0 0 0 10px;
}
#header h1 span a, #header h1.image span a {
	background: url("<<img>>/img/navigation/round-red/switch-client.gif") no-repeat right 2px;
	color: #f59f9f;
	padding-right: 25px;
}
#header h1 span a:hover, #header h1.image span a:hover {
	background: url("<<img>>/img/navigation/round-red/switch-client-on.gif") no-repeat right 2px;
}
#nodd a, #nodd a {
	background: none !important;
}
#nodd a:hover, #nodd a:hover {
	background: none !important;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#sampleColor {
	float: left;
	width: 27px;
	height: 27px;
	background: #009754;
	margin: 3px 10px 10px 0;
}

/* ----- TABLES ----- */
table.tableHeader tr.w_dropdown th { background: #E9E9E9 !important; padding-bottom: 8px !important; }
table.tableHeader th {
	background: url("<<img>>/img/bg/dash_latest_activity.jpg") repeat-x top left !important;
	border-top: 1px solid #E5E5E5 !important;
	border-bottom: 1px solid #D3D3D3 !important;
	padding: 8px 6px 9px 11px;
	font-size: 12px;
	color: #767676;
	text-shadow:1px 1px 0 #fff;
}
table.tableHeader th.headerLeft, table.tableHeader th.headerLeftWithDropDown {
	border-left: 1px solid #E5E5E5;
	-moz-border-radius-topleft:6px; border-radius-topleft:6px; -webkit-border-top-left-radius:6px;
}
table.tableHeader th.headerRight {
	border-right: 1px solid #E5E5E5;
	-moz-border-radius-topright:6px; border-radius-topright:6px; -webkit-border-top-right-radius:6px;
}
table.tableHeader th a {
	text-decoration: none;
}
table.tableHeader th a:hover{text-decoration:underline}
table.tableHeader th.dashLeft {
	border-left: 1px solid #E5E5E5;
	-moz-border-radius-topleft:6px; border-radius-topleft:6px; -webkit-border-top-left-radius:6px;
}
table.tableHeader th.dashRight {
	border-right: 1px solid #E5E5E5;
	-moz-border-radius-topright:6px; border-radius-topright:6px; -webkit-border-top-right-radius:6px;
}

.bghighlight {
	background: #f1f1f1;
}
h3.sidebar {
	color: #484e54;
}
tr.highlightRow, tr.skinAltRow {
	background-color: #f9fff8;
}


/* ----- LINKS AND FORMS ----- */

a:link, a:visited, a:hover, a:active {
	color: #ab0214;
}
a.manage {
	color: #797979;
	font-size: 11px;
}
table.tableHeader th.sectionTitle span a {
	color: #ab0214;
	text-decoration: underline;
}
.formBG h3, label.h3checkbox, .formBGCSS h3 {
	color: #ab0214;
	font-size: 14px;
	font-weight: bold;
}
.formBG label.checkbox {
	color: #204e8e;
}


/* ----- PRIMARY NAVS ----- */

#primaryNavs {
	margin: 0 6px 0 6px;
}
#primaryNavs ul {
	margin:0;
	padding:0 15px 0 0;
	list-style:none;
}
#primaryNavs li {
	display:inline;
	margin:0;
	padding:0;
}
#primaryNavs a {
	float:left;
	background:url("<<img>>/img/navigation/round-red/left_both.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 12px;
	text-decoration:none;
	font-size: 12px;
	display: inline;
}
#primaryNavs a span {
	float:left;
	display:block;
	background:url("<<img>>/img/navigation/round-red/right_both.gif") no-repeat right top;
	padding:8px 12px 8px 0;
	font-weight:bold;
	color:#fff;
	text-shadow: #730d18 1px 1px 1px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#primaryNavs a span {float:none;}
/* End IE5-Mac hack */
#primaryNavs a:hover span {
	color:#fff;
}
#primaryNavs #current a {
	background-image:url("<<img>>/img/navigation/round-red/left_on.gif");
	border-width:0;
}
#primaryNavs #current a span {
	background-image:url("<<img>>/img/navigation/round-red/right_on.gif");
	color:#730d18;
	padding-bottom:8px;
	text-shadow: none;
}
#primaryNavs #currentSub a {
	background-image:url("<<img>>/img/navigation/round-red/left-sub_on.gif");
	border-width:0;
}
#primaryNavs #currentSub a span {
	background-image:url("<<img>>/img/navigation/round-red/right-sub_on.gif");
	color:#730d18;
	padding-bottom:8px;
	text-shadow: none;
}
#primaryNavs a:hover {
	background-position:0% -100px;
}
#primaryNavs a:hover span {
	background-position:100% -100px;
}
#primaryNavs #current a:hover, #primaryNavs #currentSub a:hover {
	background-position: top left;
}
#primaryNavs #current a:hover span, #primaryNavs #currentSub a:hover span {
	background-position: top right;
}
#secondaryNavs ul {
	margin-right: 5px;
}
#secondaryNavs a {
	float:right;
	background:url("<<img>>/img/navigation/round-red/left_both.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 12px;
	text-decoration:none;
}
#secondaryNavs a span {
	float:right;
	display:block;
	background:url("<<img>>/img/navigation/round-red/right_both.gif") no-repeat right top;
	padding:8px 12px 8px 0;
	font-weight:bold;
	color:#fff;
	text-shadow: #730d18 1px 1px 1px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#secondaryNavs a span {float:none;}
/* End IE5-Mac hack */


/* ----- SUB NAVS ----- */

#subNavs {
	background: #fff3f5;
	margin: -1px -2px 0 -4px;
	_margin: 0 -2px 0 -4px;
	border-bottom: 1px solid #fbe2e6;
	padding: 10px 19px 8px 19px;
	font-size: 11px;
	font-weight: bold;
	color: #56af88;
}
#subNavs a {
	color: #bb4d59;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 9px;
}
#subNavs a.active, #subNavs a:hover {
	color: #76000d;
}

/* ----- CLIENT NAVS ----- */

.clientNavs a span {
	color:#e49099;
}
.clientNavs a:hover span, .clientNavs li#clientNavsOn a span {
	color:#fff;
}

/* ----- DECORATIVE ----- */

div.segmentDivider span {
	background: #ab0214;
}
