body
	{
		background-color: #b5dbde;
		margin:0 auto;
		font-family:arial;
		font-size:12px;
	}
	
#general_wrapper
	{
		width:800px;
		height:auto;
		margin:0 auto;
	}
	
#header
	{
		width:800px;
		height:251px;
		background-image: url(../images/header.jpg);
	}
	
#main_content
	{
		width:800px;
		height:auto;
		background-color:#b5dbde;
		background-image: url(../images/bgContent.jpg);
		background-repeat:no-repeat;
		overflow:hidden;
	}
/** added 113007 ep **/
#main_content a:link 
	{
		text-decoration:none;
		color:#005773;
	}

#main_content a:hover 
	{
		text-decoration:none;
		color:#0296c6;
	}

#main_content a:visited 
	{
		text-decoration:none;
		color:#013343;
	}
/** END ep **/
#content_left
{
width:410px;
float:left;
height:auto;
}

#content_right
{
width:390px;
float:right;
height:auto;
}

#tour_header
{
	width:214px;
	height:24px;
	background-image:url(../images/showSchedule.png);
	margin-top:15px;
	margin-bottom:10px;
}

#tour_container
{
	position: relative;
	width:365px;
	height:655px;
}

img
	{
		border:none;
	}

#contest_form
	{
		font-family:arial;
		font-size:12px;
		margin-left:20px;
	}

#contest_description
	{
		margin-top:10px;
		margin-left:25px;
		width:340px;
	}
.tablerow_container_even
{
	border-style:solid;
	border-bottom-width:1px;
	border-right-width:0px;
	border-left-width:0px;
	border-top-width:0px;
	height:auto;
	overflow:hidden;
	background-image:url(../images/bgTourDates_color.png);
	clear:both;
}


.tablerow_container_odd
{
	border-style:solid;
	height:auto;
	overflow:hidden;
	border-bottom-width:1px;
	border-right-width:0px;
	border-left-width:0px;
	border-top-width:0px;
	background-image:url(../images/bgTourDates_color.png);
	clear:both;
}

.date
{
clear:both;
margin-top:10px;
}
.venue
{
float:left;
}

.onsale
{
float:left;
clear:right;
padding-bottom:8px;
margin-left:25px;
}

#planet_out_logo
{
	margin-left:200px;
}

.required
{
	color:#ff0103;
}

.tourtable
{
	width:365px;
	height:640px;
	margin:0 auto;
	overflow:auto;
}

#tour_container_top_section
    {
        width:365px;
        height:18px;
		background-image: url(../images/tour_top.png);
    }


#tour_container_bottom_section
    {
        width:365px;
        height:18px;
		background-image: url(../images/tour_bottom.png);
    }


.table_row_content
	{
		margin-left:10px;
	}

#footer
	{
		padding-top:20px;
		margin:0 auto;
		width:770px;
		clear:both;
	}
#footer a
	{
		text-decoration:none;
		color:#1e6c85;
		font-family:arial;
		font-size:11px;
	}

#sweepstake_rule
	{
		color:#025479;
		font-size:12px;
		text-align:center;
	}


#thank_you_description
	{
		margin-top:50px;
		margin-left:40px;
		font-family:arial;
		font-size:14px;

	}

#thank_you_description a
	{
	text-decoration:none;
	color:#256f8b;
	}

/** RULES PAGE **/
#content_rules
{
width:800px;
text-align:center;
height:auto;
}

#contest_rules
	{
		margin-top:10px;
		margin-left:25px;
		width:740px;text-align:left;
	}
