@charset "UTF-8";

@media all {

#navWrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#navLinks {
	width: 1000px;
	margin: 0 auto;
}
.navTextLinks {
	position: absolute;
	z-index: 2;
}

#loginTextLinksWrapper {
	margin: 0 auto;
	height: 22px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.navTextLinks div {
	margin: 0 auto;
	display: inline;
	list-style: none;
	float: left;
	overflow: hidden;
}
.navTextLinks li {
	margin: 0 auto;
	display: inline;
	list-style: none;
	float: left;
	overflow: hidden;
}
.navBtnLinks {
	margin: 0 auto;
	clear: both;
	top: 26px;
}
#searchBtn {
	top: 26px;
	position:absolute;
	float: left;
	z-index: 2;
	padding-left: 20px;
}
#allShowsBtn {
	top: 26px;
	width: 153px;
	height: 20px;
	position:absolute;
	float: left;
	z-index: 2;
	margin-left: 818px;
	border: solid 1px  #464646;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	font: bold 12px arial,helvetica,sans-serif;
}
.allShowsBtnClosed {
	background: url('/tools/img/globalnav/showsDownOff.jpg') top center no-repeat;
}
.allShowsBtnClosed:hover {
	background: url('/tools/img/globalnav/showsDownOn.jpg') top center no-repeat;
}
.allShowsBtnOpen {
	background: url('/tools/img/globalnav/showsUpOff.jpg') top center no-repeat;
}
.allShowsBtnOpen:hover {
	background: url('/tools/img/globalnav/showsUpOn.jpg') top center no-repeat;
}
.gnShowsColumn {
	width: 238px;
	height: 160px;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 14px;
}
.gnASCloseWrapper {
	clear: both;
	height: 20px;
	background: url('/tools/img/globalnav/close_off.jpg') top center no-repeat;
	text-align: center;
}
.gnASCloseWrapper A {
	font: bold 11px arial,helvetica,sans-serif;
	line-height: 20px;
	text-decoration: none;
}
.gnASCloseWrapper:hover {
	background: url('/tools/img/globalnav/close_over.jpg') top center no-repeat;
}
.gnASCloseWrapper:hover A {
	color: #ffffff;
}

.legalSmall:hover {
	color: #ffffff;
}
#fvDetectWrapper {
	font: 10px arial,helvetica,sans-serif;
	color: #999999;
}
}