html,body
{
	margin: 0;
	padding: 0;
	background-color:#000;
	font-family: Arial, Helvetica, Sans-Serif;
}
a
{
	text-decoration: none;
}
a:hover
{
	cursor: pointer;
}
#page
{
	width: 790px;
	margin:0px auto;
	text-align: left;
	background-image: url(tourback.jpg);
	background-repeat: no-repeat;
	padding-top: 110px;
	padding-bottom: 40px;
}
.month
{
	width: 785px;
	clear: left;
	margin-top: 15px;
	padding-left: 5px;
	height: 34px;
}
.month .name
{
	float: left;
	color:#4786c6;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	
}
.month .info
{
	float: left;
	color:#4786c6;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding-left: 25px;
}
.date
{
	color:#3eb54a;
	font-size: 13px;
	font-weight: bold;
	width: 760px;
	height: 11px;
	line-height: 16px;
	margin-left: 25px;
	padding: 5px 0px 24px 5px;
	clear: left;
}
.date .extrainfo
{
	display: inline;
	margin-left: 100px;
	color:#aaa;
	font-size: 11px;
	font-weight: normal;
}
.date .day, .date .day a
{
	float: left;
	width: 100px;
	color: #f26524;
	text-decoration: none;
}
.date .venue
{
	color:#3eb54a;
	float: left;
	width: 530px;
	text-decoration: none;
}
.date .venue a
{
	color:#3eb54a;
        text-decoration: none;
}
.date .venue .name
{
	float: left;
	width: 230px;
}
.date .venue .locale
{
	float: left;
	width: 170px;
}
.date .venue .country
{
	float: left;
	width: 130px;
}
.date .tickets
{
	float: left;
	width: 120px;
	color: #e72827;
	text-decoration: none;
}
.date .tickets a
{
	text-decoration: underline;
	color: #e72827;
}
.dateinfo
{
	width: 600px;
	margin-left: 100px;
	background-color: red;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	height: 50px;
}

.banner
{
	width: 790px;
	color: #f7ed4a;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	padding-top: 60px;
	clear: left;
}
.topbanner
{
	width: 790px;
	color: #f7ed4a;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	height: 65px;
	line-height: 15px;
	margin-top: -10px;
	clear: left;
}
.datedetail
{
	width: 790px;
	height: 45px;
	padding-left: 40px;
}
.datedetail .label
{
	color:#4786c6;
	font-weight: bold;
	font-size: 16px;
	float: left;
	width: 100px;
}
.datedetail .dater
{
	color: #edb223;
	font-weight: bold;
	font-size: 16px;
	float: left;
}
.datedetail .timer
{
	color: #efb220;
	font-weight: bold;
	font-size: 16px;
	float: left;
}
.datedetail .venue
{
	color:#3eb54a;
	font-weight: bold;
	font-size: 16px;
	float: left;
}
.datedetail .tickets
{
	color:#e72827;
	font-weight: bold;
	font-size: 16px;
	float: left;
}
.datedetail .support
{
	color:#f26524;
	font-weight: bold;
	font-size: 16px;
	float: left;
}
.datedetail .support a
{
	text-decoration: underline;
	color:#f26524;
}
.datedetail .tickets a
{
	text-decoration: underline;
	color:#e72827;
}
.moreinfo
{
	width: 790px;
	padding-left: 40px;
	padding-right: 50px;
}
.moreinfo .label
{
	color:#4786c6;
	font-weight: bold;
	font-size: 16px;
	float: left;
	width: 790px;
}
.moreinfo .infoarea
{
	float: left;
	color:#fff;
	font-weight: normal;
	font-size: 14px;
	width: 730px;
	padding-top: 10px;
}
.moreinfo .infoarea a
{
	color:#fff;
	text-decoration: underline;
}
.footer
{
	clear: left;
}
.header
{
	color:#edb31f;
	font-size: 12px;
	font-weight: bold;
	width: 760px;
	height: 11px;
	line-height: 12px;
	margin-left: 25px;
	clear: left;
	text-decoration: underline;
	margin-bottom: 10px;
}
.header .dateh
{
	float: left;
	width: 105px;
}
.header .venue
{
	float: left;
	width: 230px;
	text-align: left;
}
.header .locale
{
	float: left;
	width: 170px;
}
.header .country
{
	float: left;
	width: 130px;
}
.header .ticketsh
{
	float: left;
	width: 100px;
}

.previous
{
	color: #edb31f;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	text-decoration: underline;
	margin-bottom: 15px;
	margin-top: 25px;
	margin-left: 15px;
}
.previous a
{
	color: #edb31f;
}
.previous a:hover
{
	color: #e72827;
}

