/* Layout Styles - override global */
#bodyStyle {
	background-color: #b92929;
	background-image: url(../images/branding/page_bg.gif);
}
#header {
	background-image: url(../images/branding/header_base.jpg);
}
#content2ColumnWrapper {
	background-color: #f8e9e9;
	background-image: url(../images/branding/bg_2column.gif);
}
#content3ColumnWrapper {
	background-color: #f8e9e9;
	background-image: url(../images/branding/bg_3column.gif);
}

/* Menu over-rides */
.menu-left a, .menu-left a:visited  {
	color:			#5F2E2E;
}
.menu-left {
	border-top: 2px solid #AB6363;
	border-bottom: 1px solid #AB6363;
}
.menu-left ul {
	border-top: 1px solid #AB6363;
}
.menu-left li {
	background-color: #F5EAE1;
	border-bottom: 1px solid #AB6363;
}
.menu-left li li {
	background:		#F5EAE1;
	border-right: 1px solid #AB6363;
	border-bottom: 1px solid #AB6363;
	border-left: 1px solid #AB6363;
}
.menu-left li li li {
	background:		#F5EAE1;
}
.menu-left li:hover, .menu-left li.sfHover,
.menu-left a:focus, .menu-left a:hover, .menu-left a:active {
	background-color: #E6DCD3;
}

/* Other over-rides */
.displayTable tr.even {
	background-color: #F5EAE1;
}

.corePanel h5 {
	color: #5F2E2E;
}

/* TYREgate specific styles */
.legendBox {
	background-color: #999999;
	height: 16px;
	width: 16px;
	border: 1px solid #39393C;
}
.idSmall {
	font-size: 10px;
	color: #919195;
	float: right;
}
.tyregateResult {
	border-bottom: 1px solid #C15A5A;
	position: relative;
}
.tyregateInfoWrapper {
	margin: 0em 0em 0em 1em;
	float: right;
	width: 190px;
	display: inline;
	position: relative;
}
.tyregateInfoPanelWrapper {
	width: 190px;
}
/*
.tyregateResult h5 {
	border-bottom: 1px solid #C15A5A;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-top: 1em;
}
.tyregateResult h5 span {
	background-color: #C15A5A;
	background-image: url(../../../gates/tyregate/images/branding/glass_bg.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	padding: .2em 3em 0em 1em;
}
*/
.tyregateResult .headingBorder {
	border-bottom: 1px solid #C15A5A;
	color: #FFFFFF;
	margin-top: 1em;
	position: relative;
	background-color: #C15A5A;
	background-image: url(../../../gates/tyregate/images/branding/glass_bg.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
}
.tyregateResult .headingBorder h5 {
	color: #FFFFFF;
	padding: .2em 40px 0em 1em;
	background-image: url(../images/branding/angle_faf7f5.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.corePanel .tyregateInfo {
	font-size: 1em;
	background-color: #ffffff;
	margin: 0.5em 0px;
	border: 1px solid #C15A5A;
	padding: 0em 10px 0.5em;
}
.tyregateInfoPanelWrapper .tyregateInfo {
	background-color: #FAF5F1;
}
.tyregateInfo h3 {
	background-color: #C15A5A;
	background-image: url(../../../gates/tyregate/images/branding/glass_bg.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	margin: 0em -10px .5em;
	padding: 0px 10px;
	color: #FFFFFF;
	font-size: 1.4em;
}
.tyregateInfo .headingBorder {
	border-bottom: 1px solid #C15A5A;
	color: #FFFFFF;
	margin-top: .5em;
	padding: 0px;
	position: relative;
	background-color: #C15A5A;
	background-image: url(../images/branding/active_glass_bg.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
}
.tyregateInfo .headingBorder h5 {
	color: #FFFFFF;
	font-size: .85em;
	margin: 0px;
	padding: .3em 30px 0em 1em;
	background-image: url(../images/branding/angle_ffffff.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-style: none;
}
.tyregateInfoPanelWrapper .tyregateInfo .headingBorder h5 {
	background-image: url(../images/branding/angle_faf5f1.png);
}
/*.tyregateInfoWrapper.corePanel h5 {
	font-size: .85em;
	color: #C15A5A;
	border-bottom: 1px solid #C15A5A;
}
.tyregateInfoWrapper.corePanel .infoTitle {
	color: #C15A5A;
	background-color: transparent;
	padding: 1px 16px 0px 6px;
	background-image: none;
}
.tyregateInfoPanelWrapper.corePanel h5 {
	font-size: .75em;
	color: #C15A5A;
	border-bottom: 1px solid #C15A5A;
}
.tyregateInfoPanelWrapper.corePanel .infoTitle {
	color: #C15A5A;
	background-color: transparent;
	padding: 1px 16px 0px 6px;
	background-image: none;
}*/

