/* Main CSS for usbankarena.com */

/* Similar font: Arial */

/* IE6/7/8 - Must be first */
@font-face {
	font-family: "Avenir-Black";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-Black.eot");
}
/*@font-face {
	font-family: "Avenir-BlackOblique";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-BlackOblique.eot");
}*/
@font-face {
	font-family: "Avenir-BookOblique";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-BookOblique.eot");
}
@font-face {
	font-family: "Avenir-HeavyOblique";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-HeavyOblique.eot");
}
/*@font-face {
	font-family: "Avenir-Light";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-Light.eot");
}
@font-face {
	font-family: "Avenir-Medium";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-Medium.eot");
}
@font-face {
	font-family: "Avenir-Oblique";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-Oblique.eot");
}*/
@font-face {
	font-family: "Avenir-Roman";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-Roman.eot");
}

/* CSS3 Compliant Browsers */  
@font-face {
	font-family: "Avenir-Black";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-Black.ttf") format("truetype");
}
/*@font-face {
	font-family: "Avenir-BlackOblique";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-BlackOblique.ttf") format("truetype");
}*/
@font-face {
	font-family: "Avenir-BookOblique";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-BookOblique.ttf") format("truetype");
}
@font-face {
	font-family: "Avenir-HeavyOblique";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-HeavyOblique.ttf") format("truetype");
}
/*@font-face {
	font-family: "Avenir-Light";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-Light.ttf") format("truetype");
}
@font-face {
	font-family: "Avenir-Medium";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "Avenir-Oblique";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-Oblique.ttf") format("truetype");
}*/
@font-face {
	font-family: "Avenir-Roman";
	src: url("http://www.usbankarena.com/includes/fonts/Avenir-Roman.ttf") format("truetype");
}




body {
	/*background-color: #ededed;*/
	background-color: #040d24;
	color: black;
	text-align: center;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#header {
	width: 980px;
	height: 335px;
}

#header #top_feather {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 95px;
	/*background-color: white;*/
	background-image: url("http://www.usbankarena.com/images/layout/header_topfeather.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}

#header #top_feather #header_logo {
	position: absolute;
	left: 22px;
	top: 18px;
}

#header #header_image {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 47px;
	width: 980px;
	height: 240px;
	background-color: white;
}

#header #header_image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 240px;
}

#header #bottom_feather {
	z-index: 2;
	position: absolute;
	top: 239px;
	left: 0px;
	width: 980px;
	height: 95px;
	/*background-color: white;*/
	background-image: url("http://www.usbankarena.com/images/layout/header_bottomfeather.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}

#header #bottom_feather #left_info {
	position: absolute;
	width: 230px;
	height: 20px;
	left: 10px;
	bottom: 5px;
	color: #7f7f7f;
	text-transform: uppercase;
	font-family: Avenir-BookOblique, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
}

#header #bottom_feather #right_info {
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 750px;
	height: 48px;
	text-align: right;
}

#header #bottom_feather #right_info_line_2 {
	clear: right;
	float: right;
}

#header #bottom_feather .links {
	float: right;
	margin-right: 10px;
	color: #7f7f7f;
	font-size: 13px;
	font-family: Avenir-BookOblique, Arial, sans-serif;
	text-transform: uppercase;
}

#header #bottom_feather .links a, #header #bottom_feather .links a:visited, #header #bottom_feather .links a:hover, #header #bottom_feather .links a:active {
	color: #7f7f7f;
	font-size: 13px;
	font-family: Avenir-BookOblique, Arial, sans-serif;
	text-decoration: none;
}

#header #bottom_feather .date {
	float: right;
	color: #0018c8;
	font-size: 13px;
	font-family: Avenir-BookOblique, Arial, sans-serif;
	text-transform: uppercase;
}

#header #bottom_feather .headliner {
	/*position: absolute;
	bottom: 0px;
	right: 0px;*/
	float: right;
	color: #0018c8;
	font-size: 30px;
	font-family: Avenir-HeavyOblique, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

.headliner a, .headliner a:active, .headliner a:visited, .headliner a:hover {
	font-size: 30px;
	color: #0018c8;
	font-family: Avenir-HeavyOblique, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#header #bottom_feather .headliner a.longHeadliner {
	font-size: 19px;
}

#menu {
	position: absolute;
	top: 333px;
	left: 0px;
	width: 980px;
	height: 46px;
	background-color: white;
	background-image: url("http://www.usbankarena.com/images/layout/menu_dots.png");
	background-repeat: repeat-x;
	z-index: 2;
}

#menu li {
	/* Width must be a multiple of 8 in order to line up with horizontal dots */
	position: relative;
	width: 160px;
	height: 46px;
	float: left;
	list-style-type: none;
	background-image: url("http://www.usbankarena.com/images/layout/menu_verticaldots.png");
	background-position: center right;
	background-repeat: no-repeat;
	z-index: 3;
}

#menu #home {
	width: 144px;
}

#menu #getTickets {
	width: 152px;
}

#menu #calendar {
	width: 136px;
}

#menu #premiumSeating {
	width: 200px;
}

#menu #about {
	width: 159px;
}

#menu li a, #menu li a:hover, #menu li a:active, #menu li a:visited {
	position: relative;
	top: 16px;
	left: -4px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Avenir-Roman, Arial, sans-serif;
	color: #0018c8;
	text-decoration: none;
}

#menu li .dropdown a, #menu li .dropdown a:hover, #menu li .dropdown a:active, #menu li .dropdown a:visited {
	clear: left;
	font-family: Avenir-Roman, Arial, sans-serif;
	font-size: 14px;
	color: #7f7f7f;
	text-transform: none;
	margin-left: 20px;
}

#menu li .dropdown {
	text-align: left;
	display: none;
	position: absolute;
	left: 0px;
	top: 34px;
	background-color: white;
	width: inherit;
	z-index: 4;
	background-image: url("http://www.usbankarena.com/images/layout/verticaldot_ie.gif");
	background-repeat: repeat-y;
	background-position: right top;
}

#menu li .dropdown .dropdownContent {
	width: 100%;
	height: 100%;
	position: relative;
	right: 8px;
	bottom: 0px;
	background-image: url("http://www.usbankarena.com/images/layout/verticaldot_ie.gif");
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 22px;
}

#menu li .dropdown .dropdownBottom {
	z-index: 4;
	clear: both;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 8px;
	background-image: url("http://www.usbankarena.com/images/layout/horizontaldot_ie.gif");
	background-position: right bottom;
	background-repeat: repeat-x;
}

#rightcol_bgrepeat {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: -196px;
	width: 196px;
	height: 100%;
	background-color: white;
	background-image: url("http://www.usbankarena.com/images/layout/verticaldot.png");
	background-repeat: repeat-y;
	background-position: left top;
}

#rightcol {
	z-index: 3;
	position: absolute;
	top: 343px;
	right: 0px;
	width: 196px;
	background-color: white;
	background-image: url("http://www.usbankarena.com/images/layout/verticaldot.png");
	background-repeat: repeat-y;
	background-position: left top;
}

#rightcol li {
	list-style: none;
	clear: right;
	float: right;
	width: 187px;
	background-image: url("http://www.usbankarena.com/images/layout/horizontaldot.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

#rightcol li img {
	max-width: 100%;
}

#rightcol h2 {
	font-family: Avenir-BookOblique, Arial, sans-serif;
	color: #7f7f7f;
	text-transform: uppercase;
	line-height: 13px;
	font-size: 13px;
}

#rightcol h2 a, #rightcol h2 a:hover, #rightcol h2 a:visited, #rightcol h2 a:active {
	color: #7f7f7f;
	text-decoration: none;
}

#bottomContainer {
	
}

#leftContainer {
	float: left;
	position: absolute;
	left: 0px;
	top: 379px;
	width: 784px;
	background-color: #f3f3f3;
	min-height: 403px;
	background-image: url("http://www.usbankarena.com/images/layout/left_background.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#leftContainer #leftcol {
	float: left;
	/*position: absolute;*/
	top: 4px;
	left: 0px;
	width: 136px;
	height: 275px;
	text-align: left;
}

#leftContainer #leftcol #left_cyclones {
	width: 136px;
	height: 165px;
	position: absolute;
	top:35px;
	left: 0px;
}

#leftContainer #leftcol a#cyclonesLink, #leftContainer #leftcol a#cyclonesLink:active, #leftContainer #leftcol a#cyclonesLink:visited, #leftContainer #leftcol a#cyclonesLink:hover {
	font-family: Avenir-HeavyOblique, Arial, sans-serif;
	color: #bfbfbf;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	top: 215px;
	left: 15px;
}

#leftContainer #contentcol {
	float: left;
	/*position: absolute;*/
	top: 4px;
	margin-top: 4px;
	left: 136px;
	width: 648px;
	/*min-height: 275px;*/
	min-height: 330px;
	background-color: white;
	background-image: url("http://www.usbankarena.com/images/layout/verticaldot.png");
	background-repeat: repeat-y;
	/*background-position-x: 0px;
	background-position-y: 4px;*/
	background-position: top left;
}
strong, b {
	font-family: Avenir-HeavyOblique, Arial, sans-serif;
}
#contentcol #content {
	margin-left: 6px;
}
#content {
	text-align: left;
	/*font-family: Avenir-Roman, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
}
#content h2 /*, #content strong, #content b*/ {
	font-family: Avenir-Roman, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #0018c8;
	margin-left: 20px;
}
/*#content p strong, #content p b {
	font-size: 12px;
	color: black;
	text-transform: none;
	margin-left: 0px;
}*/
#content a, #content a:hover, #content a:active, #content a:visited {
	text-decoration: none;
	color: #0018c8;
}
#content p {
	margin-left: 25px;
}
#content .viewevent p {
	margin-left: 0px;
}
#content ul {
	margin: 0px;
}
#content li {
	margin-left: 30px;
	list-style: square;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contentcol h1 {
	font-family: Avenir-Roman, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #7f7f7f;
	margin-left: 20px;
}

#contentcol h1:after {
	clear: both;
}

#leftContainer #footer {
	clear: left;
	/*position: absolute;*/
	bottom: 0px;
	margin-left: 1px;
	width: 784px;
	background-image: url("http://www.usbankarena.com/images/layout/horizontaldot.png");
	background-repeat: repeat-x;
	background-position: top left;
	height: 270px; /* 190px original */
}

#footer .footerRow {
	clear: left;
	width: 784px;
	height: 60px;
	text-align: center;
	line-height: 11px;
	white-space: nowrap;
}

.footerRow ul#sponsors {
	margin-left: 17px;
	width: 740px;
	padding: 0px;
}

.footerRow ul#sponsors li {
	list-style: none;
	float: left;
	margin-left: 11px;
	margin-right: 11px;
	padding-top: 10px;
}

.footerRow ul#sponsors img {
	margin-bottom: 5px;
}

.footerRow h6 {
	float: left;
	height: 60px;
	margin-left: 18px;
	padding: 0px;
	margin-top: 3px;
}

.footerRow h6 a, .footerRow h6 a:active, .footerRow h6 a:hover, .footerRow h6 a:visited {
	font-family: Avenir-Roman, Arial, sans-serif;
	color: #0018c8;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}

#footer_linksRow ul {
	float: left;
	height: 60px;
	margin-left: 5px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
}

#footer_linksRow ul li {
	list-style: none;
	clear: left;
}

#footer_linksRow ul li a, #footer_linksRow ul li a:active, #footer_linksRow ul li a:visited, #footer_linksRow ul li a:hover {
	font-family: Avenir-Roman, Arial, sans-serif;
	color: #7f7f7f;
	font-size: 11px;
	text-decoration: none;
}

.clearboth {
	height: 1px;
	clear: both;
}

#copyright {
	font-family: Avenir-Roman, Arial, sans-serif;
	font-size: 12px;
	position: relative;
	top: 25px;
	color: white;
	clear: both;
	/*background-color: #ededed;*/
	background-color: #040d24;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 980px;
	z-index: 4;
}

#copyright a, #copyright a:active, #copyright a:hover, #copyright a:visited {
	color: #f2f2f2;
	text-decoration: none;
}

/*
	Starting Content CSS
*/

.tableRow1 {
	background-color: #f2f2f2;
}

.tableRow2 {
	background-color: white;
}

.detailTable {
	width: 100%;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: black;
}

.detailTable td {
	padding: 2px;
	padding-right: 10px;
	/*border-bottom: solid 1px #f3f3f3;*/
}

.detailTable .detailHeader {
	font-family: Avenir-Roman, Arial, sans-serif;
	color: #0018c8;
	text-transform: uppercase;
	border-bottom: solid 1px #f3f3f3;
}

.detailTable .row1 {
	background-color: white;
}

.detailTable .row2 {
	background-color: #f3f3f3;
}

.detailTable .detailOptions {
	text-align: right;
	font-size: 12px;
	font-family: Avenir-Roman, Arial, sans-serif;
	color: #7f7f7f;
	text-transform: uppercase;
}

.detailTable a, .detailTable a:hover, .detailTable a:active, .detailTable a:visited {
	color: #0018c8;
	text-decoration: none;
}

#eventTable {
	width: 100%;
}

#eventTable td {
	height: 36px;
	vertical-align: middle;
	text-align: left;
}

#eventTable .leftCap, .detailTable .leftCap {
	padding: 0px;
	width: 29px;
	background-image: url("http://www.usbankarena.com/images/layout/leftCap.png");
}

#eventTable .rightCap, .detailTable .rightCap {
	padding: 0px;
	width: 29px;
	background-image: url("http://www.usbankarena.com/images/layout/rightCap.png");
}

#eventTable .eventImage {
	width: 56px;
}

#eventTable .eventRow {
	padding-left: 5px;
}

#eventTable .eventHeadliner, #eventTable .eventHeadliner a, #eventTable .eventHeadliner a:active, #eventTable .eventHeadliner a:hover, #eventTable .eventHeadliner a:visited {
	font-family: Avenir-Roman, Arial, sans-serif;
	color: #0018c8;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
}

#eventTable .eventInfoLine {
	margin-left: 5px;
	white-space: nowrap;
	font-family: Avenir-Roman, Arial, sans-serif;
	color: #7f7f7f;
	text-transform: capitalize;
	font-size: 14px;
}

#eventTable .eventLinkLine {
	margin-left: 5px;
	white-space: nowrap;
}

#eventTable .eventLinkLine, #eventTable .eventLinkLine a, #eventTable .eventLinkLine a:active, #eventTable .eventLinkLine a:hover, #eventTable .eventLinkLine a:visited {
	font-family: Avenir-Roman, Arial, sans-serif;
	color: #0018c8;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

.viewevent {
	/*font-family: Avenir-Roman, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
}

.viewevent .ticketingbox {
	width: 200px;
	padding: 5px;
	margin: 5px;
	text-align: left;
	/*font-family: Avenir-Roman, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	border: solid 1px #acabab;
}
.viewevent a, .viewevent a:hover, .viewevent a:active, .viewevent a:visited {
	/*text-transform: uppercase;*/
	text-decoration: none;
	color: #0018c8;
	/*font-family: Avenir-Roman, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.viewevent .viral {
	text-align: center;
}
.viewevent .picture, .viewevent .viral, .viewevent .seatingBox, .viewevent #policies {
	padding: 5px;
	margin: 5px;
	border: solid 1px #acabab;
	width: 200px;
}
.viewevent #policies {
	text-align: left;
	font-size: 12px;
}
.viewevent #policies h2 {
	font-size: 14px;
	color: #0018c8;
	margin: 0px;
}
.viewevent #related_links {
	text-align: left;
	font-size: 12px;
}
.viewevent #related_links h2 {
	font-size: 14px;
	color: black;
	margin: 0px;
}
.viewevent #policies h4, .viewevent #policies strong, .viewevent #policies b {
	font-size: 12px;
	font-weight: bold;
	font-family: Avenir-HeavyOblique, Arial, sans-serif;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	display: block;
}
.viewevent #policies .policy, .viewevent #policies p {
	font-size: 12px;
	margin: 0px;
}
/*.viewevent #policies p {
	clear: none;
	margin: 0px;
	padding: 0px;
}*/
.viewevent .viewEventRight {
	padding: 5px;
	margin: 5px;
	border: solid 1px #acabab;
}
.seatingBox img, .seatingBox .seatingChart {
	width: 200px;
}
.viewevent .picture img {
	width: 200px;
}
.viewevent .seatingdesc {
	margin-left: 5px;
}
.viewevent .viewEventRight {
	margin-left: 0px;
	width: 405px;
}
.viewevent .headliner, .viewevent .headliner a, .viewevent .headliner a:hover, .viewevent .headliner a:active, .viewevent .headliner a:visited {
	text-align: center;
	font-size: 20px;
	color: #0018c8;
	text-transform: uppercase;
}
.viewevent .otheracts {
	text-align: center;
	font-size: 16px;
	color: black;
}

.viewevent .otheracts a, .viewevent .otheracts a:hover, .viewevent .otheracts a:active, .viewevent .otheracts a:visited/*, .viewevent .otheracts .act*/ {
	font-size: 16px;
	color: #0018c8;
}

.viewevent .other_dates {
	/*margin-left: 10px;*/
}

.viewevent .other_dates h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	font-family: Avenir-HeavyOblique, Arial, sans-serif;
	font-weight: bold;
}

.viewevent .other_dates li {
	list-style: square;
	font-size: 12px;
	color: black;
}

.viewevent .other_dates li a, .viewevent .other_dates li a:hover, .viewevent .other_dates li a:active, .viewevent .other_dates li a:visited {
	font-size: 12px;
	color: #0018c8;
	text-decoration: none;
}

.viewevent .other_dates .passed_date {
	color: #acabab;
}

.viewevent .date_day, .viewevent .time {
	text-transform: uppercase;
	font-family: Avenir-HeavyOblique, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.viewevent .date_day {
	margin-top: 10px;
}

.viewevent .time {
	margin-bottom: 10px;
}

/*.viewevent .description, .viewevent .description strong, .viewevent .description b {
	text-align: justify;
	font-size: 14px;
}*/

.viewevent .description a, .viewevent .description a:hover, .viewevent .description a:active, .viewevent .description a:visited {
	text-transform: none;
}
.viewevent .ticketingbox {
	padding: 0px;
	width: 210px;
}
.viewevent .seatingdesc {
	padding: 5px;
}
.viewevent .buynowbox {
	height: 30px;
	border-bottom: solid 1px #acabab;
	background-image: url("http://www.usbankarena.com/images/layout/tickets_sm.jpg");
	background-repeat: no-repeat;
	padding-left: 67px;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
}
.viewevent .buynowbox .buynow, .viewevent .buynowbox .soldout {
	color: #0018c8;
	position: relative;
	top: 7px;
	text-transform: uppercase;
	font-size: 16px;
}
.viewevent .buynowbox a, .viewevent .buynowbox a:hover, .viewevent .buynowbox a:visited, .viewevent .buynowbox a:active {
	position: relative;
	top: 7px;
	text-transform: uppercase;
	font-size: 16px;
}
#seatingChartViewer {
	text-align: center;
	border: solid 1px #acabab;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-bottom: 15px;
}
#seatingChartViewer #seating_image {
	clear: both;
	width: 600px;
}
#seating_msg {
	margin-top: 5px;
	color: #0018c8;
	background-color: #f3f3f3;
	text-align: center;
}
#seating_msgSm {
	margin-top: 5px;
	color: #0018c8;
	background-color: white;
	text-align: center;
}

#photoArea ul {
	margin: 0px;
	padding: 0px;
}

#photoArea li {
	width:127px;
	height: 85px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#photoArea img {
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

.textRight {
	float: right;
	text-align:right;
	margin-right: 19px;
}

#groupsalesLogin {
	margin-left: auto;
	margin-right: auto;
}

#groupsalesLogin td {
	padding-bottom: 10px;
}

#groupsalesLogin img {
	width: 100px;
}

#groupsales #detailTable img {
	width: auto;
}

#groupsales li {
	margin: 0px;
	padding: 0px;
}

#groupsalesLogin h2, #groupsales h2, #groupsales p h2 /*, #content strong, #content b*/ {
	display: inline;
	font-family: Avenir-Roman, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #0018c8;
	margin-left: auto;
	margin-right: auto;
}

/* LIGHTBOX */
/*#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	font-family: Avenir-Roman, Arial, sans-serif;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url("http://www.usbankarena.com/images/layout/overlay.png"); }
#closeButton { top: 0px; right: 0px; }
#lightbox a { color: black; text-decoration: none; }
/* END LIGHTBOX */