/* @override 
	http://preview.atbss.com/content/styles/main.css
	http://tn.local:10088/content/styles/main.css
*/

body {
	background-color:#76737C;
	margin: 0;
	font: 13px Tahoma;
}
img {
	border: 0;
}
a {
	color: #343434;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.roundedshadow {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #000 0px 0px 3px;
	-moz-box-shadow: #000 0px 0px 3px;
	box-shadow: #000 0px 0px 3px; 
	position:relative;
	behavior: url(/content/js/PIE.php);
}
.rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	behavior: url(/content/js/PIE.php);
}
#container {
	margin: 0 auto;
	width: 990px;
}

/* @group Header */
#header {
	position:relative; 
}
#logo {
	float: left;
	width: 460px;
	padding-top:12px;  
}
#topLinks {
	background: #c67400; 
	background: -moz-linear-gradient(top,  #c67400 0%, #ffae00 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c67400), color-stop(51%,#ffae00));
	background: -webkit-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: -o-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: -ms-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: linear-gradient(top,  #c67400 0%,#ffae00 51%);
	-pie-background: linear-gradient(top,  #c67400 0%,#ffae00 51%);
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	position:relative;
	behavior: url(/content/js/PIE.php);
	padding: 10px;
	float: right;
	margin-bottom: 10px;
}
#topLinks ul {
	margin: 0;
	padding: 0;
}
#topLinks li {
	display: inline;
	list-style-type: none;
	padding: 2px 10px;
}
#topLinks a {
	color: #000;
}
#networking {
	width:310px;
	padding: 8px;
	float: right;
	clear:right; 
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	background: #f9b23c;
	background: -moz-linear-gradient(top,  #f9b23c 0%, #ffeeb4 41%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b23c), color-stop(41%,#ffeeb4));
	background: -webkit-linear-gradient(top,  #f9b23c 0%,#ffeeb4 41%);
	background: -o-linear-gradient(top,  #f9b23c 0%,#ffeeb4 41%);
	background: -ms-linear-gradient(top,  #f9b23c 0%,#ffeeb4 41%);
	background: linear-gradient(top,  #f9b23c 0%,#ffeeb4 41%);
	-pie-background: linear-gradient(top,  #f9b23c 0%,#ffeeb4 41%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	behavior: url(/content/js/PIE.php); 
}
.networking {
	float: left;
	font-size: 16px;
	margin-right:10px;
}
/* @end */
/* @group Nav */
#nav {
	height: 41px;
	margin-bottom: 10px;
	padding: 0 0 0 7px;
	background: #5b6066;
	background: -moz-linear-gradient(top,  #5b6066 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b6066), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #5b6066 0%,#000000 100%);
	background: -o-linear-gradient(top,  #5b6066 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #5b6066 0%,#000000 100%);
	background: linear-gradient(top,  #5b6066 0%,#000000 100%);
	-pie-background: linear-gradient(top,  #5b6066 0%,#000000 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	behavior: url(/content/js/PIE.php); 
}
#nav ul {
	margin: 0;
	padding: 0;
	font-size:14px;
}
#nav ul li {
	display: inline;
	float: left;
}
#nav ul li.selected {
	background: #f9b23c;
	background: -moz-linear-gradient(top,  #f9b23c 0%, #fee09a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b23c), color-stop(100%,#fee09a));
	background: -webkit-linear-gradient(top,  #f9b23c 0%,#fee09a 100%);
	background: -o-linear-gradient(top,  #f9b23c 0%,#fee09a 100%);
	background: -ms-linear-gradient(top,  #f9b23c 0%,#fee09a 100%);
	background: linear-gradient(top,  #f9b23c 0%,#fee09a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b23c', endColorstr='#fee09a',GradientType=0 );
}
#nav ul li.selected a {
	color: #000;
	padding: 12px 10px; 
}
#nav ul li a {
	padding: 12px 10px; 
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	border-right: 1px solid #FFF6C3; 
}
#nav ul li:first-child a {
	padding:12px 10px;
}
#nav ul li:last-child a {
	border-right: none;
}
#nav ul li a:hover {
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	background: #c67400; 
	background: -moz-linear-gradient(top,  #c67400 0%, #ffae00 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c67400), color-stop(51%,#ffae00));
	background: -webkit-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: -o-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: -ms-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: linear-gradient(top,  #c67400 0%,#ffae00 51%);
	-pie-background: linear-gradient(top,  #c67400 0%,#ffae00 51%);
	position:relative;
	behavior: url(/content/js/PIE.php); 
}
/* @end */

/* @group Search */

#search {
	height: 57px;
	margin-bottom:10px;
	float: left; 
	width: 752px;
	padding: 13px 0px 0px 0px;
	background: #c67400;
	background: -moz-linear-gradient(left,  #c67400 0%, #ffae00 51%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c67400), color-stop(51%,#ffae00));
	background: -webkit-linear-gradient(left,  #c67400 0%,#ffae00 51%);
	background: -o-linear-gradient(left,  #c67400 0%,#ffae00 51%);
	background: -ms-linear-gradient(left,  #c67400 0%,#ffae00 51%);
	background: linear-gradient(left,  #c67400 0%,#ffae00 51%);
	-pie-background: linear-gradient(left,  #c67400 0%,#ffae00 51%);
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	position:relative;
	behavior: url(/content/js/PIE.php); 
}
#searchTxt{
	float: left;
	color: #000;
	font-size: 16px;
	padding: 12px 5px 0px 30px;
	text-transform: uppercase;
}
#search form {
	margin: 0;
	padding: 0;
}
#searchTop {
	margin-bottom: 0px;
	margin-left: 65px;
	margin-right: 0px;
}
#searchTopBox {
	border: none;
	float: left;
	border: 0;
	height: 22px;
	width: 385px;
	font-size: 18px;
	padding: 10px 0px 10px 8px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	color:#DA8800;
}
#searchTopBtn {
	border: 0;
	margin: 0;
	padding: 0;
	width: 57px;
	height: 42px;
	cursor: pointer;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	background-color:#2D2D2D;  
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	position:relative;
	behavior: url(/content/js/PIE.php);
}

#phone {
	float: left;
	height: 70px;
	width: 238px;
	background-color:#A19EAB;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	position:relative;
	behavior: url(/content/js/PIE.php); 
}
#number {
	padding: 10px 0px 0px 35px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}


/* @end */
/* @group Left */
#mainImg {
	width:683px; 
	margin-bottom: 10px;
}
#spotlightImage img {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-box-shadow: #666 0px 0px 6px;
	-moz-box-shadow: #666 0px 0px 6px;
	box-shadow: #666 0px 0px 6px; 
	position:relative;
	behavior: url(/content/js/PIE.php); 
}
#left {
	display: inline;
	margin: 0px 17px 0px 0px;	
	width: 683px;
	float: left;
}
#inner-left {
	display: inline;
	margin: 0px 10px 0px 0px;	
	width: 670px;
	padding:0 10px 10px 10px;
	float: left;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	behavior: url(/content/js/PIE.php); 
}
.ctrList {
	width: 220px;
	float: left;
	margin-right: 10px;
}
#ctrList {
	width: 220px;
	float: left;
} 
.ctrListHdr {
	background: #c67400;
	background: -moz-linear-gradient(top,  #c67400 0%, #ffae00 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c67400), color-stop(51%,#ffae00));
	background: -webkit-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: -o-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: -ms-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: linear-gradient(top,  #c67400 0%,#ffae00 51%);
	-pie-background: linear-gradient(top,  #c67400 0%,#ffae00 51%);
	height: 31px;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	position:relative;
	behavior: url(/content/js/PIE.php);
}
 
.ctrList ul {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}
.ctrList li {
	list-style-type: none;
	list-style-position: outside;
	background: url(/content/images/listBg.png) no-repeat;
	padding: 3px 0px 3px 15px;
	border-bottom: 1px dotted #adadad;

}
#ctrList ul {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}
#ctrList li {
	list-style-type: none;
	list-style-position: outside;
	background: url(/content/images/listBg.png) no-repeat;
	padding: 3px 0px 3px 15px;
	border-bottom: 1px dotted #adadad;
}
#featuredEvents {
	margin: 10px 0px;
}


.sideList {
	width: 288px;
	float: left;
}

.sideList ul {
	margin: 0;
	padding: 0;
}
.sideList li {
	list-style-type: none;
	list-style-position: outside;
	padding: 3px 0px 3px 15px;
	border-bottom: 1px dotted #adadad;

}
/* @end */
/* @group Right */
#right {
	width: 290px;
	float: left;
}
#whatsHot {
	margin-bottom: 10px;
}
.whatsHotHdr {
	height: 29px;
	color: #000;
	font-weight: bold;
	padding: 13px 0px 0px 20px;
	font-size: 16px;
	border-bottom:1px solid #fff;
	background: #c67400;
	background: -moz-linear-gradient(top,  #c67400 0%, #ffae00 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c67400), color-stop(51%,#ffae00));
	background: -webkit-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: -o-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: -ms-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: linear-gradient(top,  #c67400 0%,#ffae00 51%);
	-pie-background: linear-gradient(top,  #c67400 0%,#ffae00 51%);
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	position:relative;
	behavior: url(/content/js/PIE.php); 
}
.whatsHot {
	height: 68px;
	margin: 0 auto;
	border-bottom:1px solid #fff;
	background: #5b6066;
	background: -moz-linear-gradient(top,  #5b6066 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b6066), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #5b6066 0%,#000000 100%);
	background: -o-linear-gradient(top,  #5b6066 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #5b6066 0%,#000000 100%);
	background: linear-gradient(top,  #5b6066 0%,#000000 100%);
	-pie-background: linear-gradient(top,  #5b6066 0%,#000000 100%);
	position:relative;
	behavior: url(/content/js/PIE.php); 
}
.whatsHotImg {
	width: 57px;
	height: 44px;
	float: left;
	margin: 7px 4px 4px 9px;
	border: 1px solid #a9a6ab;
}

.whatsHotImg img {
	width:57px;
	height:44px;
}

.whatsHotTxt {
	width: 200px;
	float: left;
	margin: 8px 0px 0px 6px;
	color: #fff;
}
.whatsHotTxt p {
	margin: 0;
}
.whatsHotTxt a{
	color: #fff;
	text-decoration: underline;
}
.whatsHotTxt a:hover{
	color: #000;
	text-decoration: none;
}
.whatsHotBtn a{
	color: #ffae00;	
}
#rightPpl {
	background: #FFAE00;
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	behavior: url(/content/js/PIE.php);
}
.rightImg {
	padding: 2px 0px 2px 2px;
}
.rightImg form {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	behavior: url(/content/js/PIE.php);
}.rightImg img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	behavior: url(/content/js/PIE.php);
}
.rightImgWhite {
	text-align:center;
	padding:10px;
	margin: 5px;
	background-color:#FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	behavior: url(/content/js/PIE.php);
}
#newsletter {
	background-image:url(/content/images/newsletter.png); 
	position:relative;
	width:277px;
	height:131px;
}
#newsletter_email {
	position:absolute;
	top:88px; 
	left:28px;
	width:182px;
	border:none;
	color:#666;
}
#newsletter_go {
	position:absolute;
	top:84px;
	left:217px;
}
/* @end */

/* @group Hot Events */
#hotEvents {
	background: #C67400;
	-moz-border-radius: 6px;
	padding: 5px;	
	margin: 10px 0px;
	color: #fff;
}

/* @end */

/* @group Footer */
#footer {
	background: #0A0B0F;
	-moz-border-radius: 6px;
	padding: 10px;	
	margin: 10px 0px;
	color: #fff;
	text-align:center;
}

#footer a {
	color:#FFF;
}

/* @end */

/* @group Center Imgs */
#centerImgs {
	height: 121px;
	margin-bottom: 10px;
	width: 900px;
}



/* @end */
/* @group Top Events */
.topEvent {
	width: 218px;
	float: left;
	margin: 0px 9px 10px 0px;
}
.topEventHdr {
	height: 47px;
	background: url(/content/images/sprites/headers.png) no-repeat top left;
}
.sprite-topConcerts {
	background-position: 0 -186px;
}
.sprite-topSports {
	background-position: 0 -283px;
}
.sprite-topTheater {
	background-position: 0 -380px;
}
.sprite-topVegas {
	background-position: 0 -477px;
}
.topEventList ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	border:1px solid #004D3D;
}
.topEventList ol li {
	padding: 4px;
	list-style-type: decimal-leading-zero;
}
.topEventList ol li a {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.topEventL {
	width: 218px;
	float: left;	
}
/* @end */

/* @group Alternating rows */

.li_bg_e {
	background-color: #FFAE00;
}
.li_bg_o {
	background-color:#FFF;
}
/* @end */

/* @group Categories */

div.subcategoriesList {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	max-width: 138px;
}

div.categoryHdr {
	font-weight: bold;
	font-size: 110%;
}

div.performersList {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	max-width: 138px;
}


/* @end */

/* @group Events Table
 */
div.view_links {
	float: right;
	margin-bottom: -24px;
}
div.view_links table tbody tr td {
	text-align: center;
}
table.eventsTbl {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.eventsTbl tbody tr.odd {
	background-color: #f2f2f2;
}

table.eventsTbl tbody tr:hover {
	background-color:#DFDFFF;
}

table.eventsTbl tbody tr td {
	padding: 4px 4px 4px 7px;
}

table.eventsTbl thead {
	font-weight: bold;
	background-color: #FFAE00;
	color: #fff;
}
table.eventsTbl thead td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}

table.eventsTbl tbody tr td.event {
	font-weight: bold;
}

table.eventsTbl tbody tr td.date {
	width: 77px;
}

table.eventsTbl tbody tr td span.venueName {
	font-weight: bold;
}

div.allVenuesLink {
	padding-top: 10px;
	font-weight: bold;
	font-size: 120%;
}
/* @end */

/* @group Ticket Listings */
div.dateTime {
}
div.cityState {
	padding-bottom: 10px;
}
table.ticketsTbl {
	position: relative;
	width: 100%;
	border-collapse: collapse;
}
table.ticketsTbl tbody tr td {
	padding-top: 8px;
	padding-bottom: 8px;
}
table.ticketsTbl thead {
	font-weight: bold;
	background-color: #C67400;
	color: #fff;
}
table.ticketsTbl thead td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
table.ticketsTbl thead td a {
	color: #fff;
}
div.eventLeft {
	position: relative;
	width: 386px;
	padding-left: 4px;
	padding-right: 10px;
	float: left;
}
div.eventRight {
	width: 500px;
	float: left;
}
#seatingChart img {
	width: 500px;
}
table.ticketsTbl tbody tr td.desc {
	padding-left: 10px;
}
table.ticketsTbl tbody tr td.price {
	width: 100px;
}
table.ticketsTbl tbody tr td.buyLink {
	padding-right: 10px;
}
table.ticketsTbl tbody tr.odd {
	background-color: #f2f2f2;
}
/* @end */

/* @group Search */

div.search_left {
	float: left;
	width: 200px;
	position: relative;
}

div.search_left ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div.search_count {
	padding-top: 5px;
	font-size: 125%;
}

span.search_query {
	color: #C67400;
	font-weight: bold;
}

div.searchAnyMode {
	padding-top: 5px;	
	font-size: 125%;
}

div.search_displaying {
	font-size: 110%;
	padding-bottom: 10px;
}

div.group {
	border: 1px solid #C67400;
	margin: 5px 5px 5px;
	padding: 5px;
}

div.searchResults table {
	border-collapse: collapse;
}

div.searchResults table tr td {
	padding: 5px 0px 5px 5px;
}

div.searchResults table tr td.result_view_tickets {
	padding-left: 0px;
	padding-right: 5px;
}

div.searchResults table tbody tr.odd {
	background-color: #f8f8f8;
}

div.result_date {
	color: #8f8f8f;
}

div.result_venue {
	color: #8f8f8f;
}

div.group_hdr {
	font-weight: bold;
	color: #C67400;
}

div.more {
	text-align: right;
}

div.less {
	text-align: right;
}

.hidden {
	display: none;
}

div.result {
	padding: 10px;
}

div.searchResults table {
	width: 482px;
}
div.result_event {
	font-weight: bold;
}

tr.result td {
	padding-top: 8px;
	padding-bottom: 8px;
}

div.searchResults {
	float: left;
	left: 0;
	position: relative;
	width: 482px;
}

div.result_view_tickets {
	float: right;
}
.dateLbl {
	position: relative;
	float: left;
	width: 40px;
}
.btnDiv {
	text-align: right;
	margin-top: 3px;
}
.datepicker {
	width: 112px;
	margin-right: 3px;
}
.search_filters {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 2px 0 2px 0;
}
.search_filter {
	border: 1px solid #fed22f;
	float: left;
	background-color: #fff0a5;
	padding: 3px;
	margin-right: 5px;
	margin-top: 2px;
	font: bold 85% "Lucida Grande", Lucida, Verdana, sans-serif;
	cursor: pointer;
}
.filter_txt {
	font-weight: bold;
}
.search_filter_x {
	font-weight: normal;
	border: 1px solid #dddddd;
	background-color: #f3f3f3;
	width: 13px;
	text-align: center;
	padding: 0 2px;
}
/* @end */
/* @group Common Right */
.rightHeader {
	border:1px solid #000;
	border-bottom:0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	height: 29px;
	padding: 13px 0 0 20px;
	background: #c67400; 
	background: -moz-linear-gradient(top,  #c67400 0%, #ffae00 51%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c67400), color-stop(51%,#ffae00));
	background: -webkit-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: -o-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: -ms-linear-gradient(top,  #c67400 0%,#ffae00 51%);
	background: linear-gradient(top,  #c67400 0%,#ffae00 51%);
	-pie-background: linear-gradient(top,  #c67400 0%,#ffae00 51%);
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	position:relative;
	behavior: url(/content/js/PIE.php);
}
.networkImgs {
	margin: 5px 0px 5px 0px;
	text-align:center;
}
.networkImgs img { width:290px; }
/* @end */

/* @group Paginator */

div.paginator {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.paginator span.this-page {
	padding: 4px;
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	font-weight: bold;
}

div.paginator a {
	display: inline-block;
	font-weight: bold;
	padding: 4px;
	background-color: #ececec;
	border: 1px solid #a5a5a5;
}

div.paginator a.next, div.paginator a.prev {
	font-weight: normal;
	font-style: normal;
	border: none;
	background: none;
}

/* @end */

/* @group Calendar */
table.calendar {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #b3b3b3;
	margin-top: 3px;
}

div.cal_select {
	text-align: center;
}
table.calendar td {
	width: 14%;
	vertical-align: top;
	border: 1px solid #b3b3b3;
}
table.calendar thead {
	text-align: center;
	color: #fff;
	background-color: #FAB51A;
}
table.calendar tbody tr td div.cal_num {
	text-align: right;
	color: #000;
	padding-right: 3px;
}
table.calendar div.cal_event {
	color: #FAB51A;
	padding-bottom: 6px;
}
table.calendar div.cal_time {
	font-size: 80%;
	color: #b3b3b3;
}
table.calendar div.cal_city {
	font-size: 80%;
	color: #b3b3b3;
}

table.calendar tbody tr td div.cal_cell {
	min-height: 90px;
}

table.calendar tbody tr td div.cal_cell div.cal_num.cal_other_month {
	color: #b3b3b3;
}
/* @end */

/* @group Cityguides */
.map {
	text-align: center;
}
.citiesList {
	float: left;
	width: 20%;
}
.venuesList {
	float: left;
	width: 32%;
	padding: 4px;
}
/* @end */

/* @group Ajax */
#ajax_content {
	position: relative;
}
#loading_logo {
	display: none;
	text-align: center;
	top: 30px;
	z-index: 1;
	position: absolute;
}
/* @end */

/* @group geoip */

div.geoListings {
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.geoListing {
	padding: 10px 10px; 
	border-bottom: 1px dashed #c5bbb9;
}
div.geoListing a {
	color: #000;
	font-weight:bold;
}
div.geoListing div.geoEvent {
	float: left;
	width:40%; 
}
div.geoListing div.geoDate {
	float: left;
	width:80px; 
}
div.geoListing div.geoBuyLink {
	float: right;
}
div.geoHeader {
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.geoodd {
	background-color:#fff;
}
.geoeven {
	background-color:#F2F2F2;  
}
/* @end */

