/*** Mini Legacy Stylesheet - Just basic styles used on static pages ***/


#main {
	width:770px;
	font-size: 11px;
}

#main h4 {
	font-size: 11px;
}

.genericContainer {
	width: 770px;
	margin: auto;
	clear: both;
	display: block;
}

.feature-content {
	background-color: #f2f2f2;
	padding: 10px;
	margin-bottom: 15px;
	color: #666666;
	border-bottom: solid 1px #bebebe;
}

.feature-headline {
	color: #0c4976;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

.lid-primary {
	background-color: #010f33;
	color: #ffffff;
	font-weight: bold;
	border-bottom: solid 1px #ffffff;
	padding:5px 10px;
}

.lid-primary a {
	color:#9bb7d4;
}

.lid-primary a:hover {
	color:#fff;
}

.lid-secondary {
	background-color: #0c3765;
	color: #ffffff;
	font-weight: bold;
	border-bottom: solid 1px #ffffff;
	padding:5px 10px;
}

.lid-sub {
	color: #666;
	font-weight: bold;
	border-bottom: none;
	padding:5px 10px;
}

.lid-sub a {
	color: #666;
	font-weight:bold;
}

.lid-findTickets {
	background-color: #083D65;
	color: #ffffff;
	font-weight: bold;
	padding:5px 10px;
}

.lid-ticketDeals {
	background-color: #999;
	color: #ffffff;
	font-weight: bold;
	border-bottom: solid 1px #ffffff;
	padding:5px 10px;
}

.lid-promo {
	background-color: #D56207;
	color: #ffffff;
	font-weight: bold;
	border-bottom: solid 1px #ffffff;
	padding:5px 10px;
}

.lid-neutral {
    background-color: #DFDFDF;
    color: #6A6A6A;
    font-weight: bold;
    border-bottom: solid 1px #ffffff;
    padding:5px 10px;
}
.container-neutralZone {
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px #cacaca;
}

.container-bordered {
	padding: 10px;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

.container-hotZone {
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px #cacaca;
}

.container-findTickets {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 15px;
	border-left: solid 1px #010f33;
	border-right: solid 1px #010f33;
	border-bottom: solid 1px #010f33;
	color:#333;
}

ul.bullet, ul.plain {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.bullet li {
	background-image: url(../img/sys/common_new/TM_arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	padding-left: 1.5em;
	padding-bottom: .3em;
	padding-right: 0;
	margin: 0;
}

ul.bullet li.selected {
	background-image: url(../img/sys/common_new/TM_arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	padding-left: 1.5em;
	padding-bottom: .3em;
	padding-right: 0;
	color:#0B4A75;
}

ul.plain li {
	padding-bottom: .3em;
	margin: 0;
}

ul.plain li.selected {
	font-weight: bold;
	color:#083D65;
}

#paddingContainer {
	width:770px;
	margin-left: auto;
	margin-right: auto;
	position: static;
	background-color:#ffffff;
	padding:15px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left bottom;
}

#mainCol-floatLeft {
	width:550px;
	font-size: 11px;	
	float: left;
	margin-right:15px;
	position: static;
}

#rightCol-floatRight {
	width:205px;
	font-size: 11px;	
	float:left;
	position: static;
}

#rightCol-floatRight h4, #mainCol-floatLeft h4, #mainCol-floatRight h4 {
	font-size: 11px;
}

#leftCol {
	width:160px;
	float: left;
	margin-right:15px;
	position: static;

}

#centerCol {
	float:left;
	margin-right: 15px;
	width:400px;
	position: static;

}

#rightCol {
	float:left;
	font-size: 11px;
	width:180px;
	position: static;

}

.container-neutralZone, .container-hotZone, .container-checkout, .container-scarthotZone, .container-scartheaderadaSub, .container-auctionhotZoneBidQuant, .container-auctionhotZoneBidStatus, .container-lookingFor, .container-auctionhotZone {
	background-color: #f0eeef;
}


.ticketDetailsTable-right {   
    border-right: 1px solid #e5e5e5;    
}

/* [table related module styles] */
.tableListing {
	font-size: 11px;
}

.tableListing td {
	vertical-align: top;
	padding:5px 10px;
}

.tableListing td a {
	display: block;
}

.tableListing td.left {
	text-align: left;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

.tableListing td.right {
	text-align: right;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}


/*/////////////////////////////// Rotating Promo Navigation //////////////////////*/

.rotatingPromoNav {
    background-image:url(../img/sys/common_new/selectBg.gif);
    background-repeat:repeat-y;
    background-color:#ECECEC;
    text-align:center;
    vertical-align:middle;
    height:17px;
    border-top:1px solid #BEBEBE;
    border-bottom:1px solid #BEBEBE;
    padding-top:3px;
}

.rotatingPromoNav a {
    font-size: 12px;
    font-weight:bold;
    color:#A1A0A0 !important;
    text-decoration:none;
}

.rotatingPromoNav a:hover, .rotatingPromoNav .selected_promo {
    color:#333333 !important;
}


