/* CSS Document */

a:link				{ color: black; text-decoration: underline}
a:visited			{ color: black; text-decoration: underline}
a:hover				{ color: black; text-decoration: none}
a:active			{ color: black; text-decoration: none}

body
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
    text-align: left;
    background-color: black;
    color: black;
}

#container
{
	margin: 0px auto;
    width: 757px;
    border: 2px solid #793484;
    background-color: #C5C5C5;
}

#content
{
	padding: 5px;
}

hr
{
	background: black;
	color: black;
	border: none;
	height: 1px;
}

img
{
	border: 0px;
}

form
{
	margin: 0;
}

.header
{
	font-size: 120%;
	font-weight: bold;
}

.soldout
{
	color: red;
	font-weight: bold;
}

.ticket_details, .member_details
{
	float: left;
	width: 205px;
	margin: 10px 10px 10px 18px;
	padding: 5px;
	border: 1px solid #555;
	background:#ddd;
}

.ticket_details {
	margin:0 0 0 13px;
	width:220px;
	min-height:375px;
}

.ticket_details ul {
	margin:10px 0 0 0;
	padding:0 0 0 15px;
}

td, th {
	padding:5px;
	}
	
#ticket_type_button a{
	text-decoration: none;
	background: #793484;
	color: #fff;
	padding: 10px;
	font-weight:bold;
}