@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
	background-color:#FF0;
}
a:active {
	text-decoration: underline;
	color: #000;
	background-color:#FF0;
}
.maincontent {
	display: block;
	padding-top: 40px;
	/*background-image: url(../../graphics/cspower.png);
	background-position: bottom right;
	background-repeat: no-repeat;*/
	padding-bottom: 30px;
}
.list_headrow {
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
.list_row {
	border-bottom: 0px dotted #CCCCCC;
}
.list_artists_box {
	border-bottom: 1px solid #666666;
	padding: 5px;
	font-size: 14px;
	vertical-align: bottom;
}
	.list_artists_headliner {
		font-size: 24px;
		font-weight: bold;
	}
	.list_artists_support {
		font-size: 20px;
		font-weight: bold;	
	}
.list_details_headrow {
	font-weight: bold;
	border-bottom: 0px dotted #CCCCCC;
}
.list_details_row {
	border-bottom: 0px dotted #CCCCCC;
}
.list_tickets_headrow {
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
.list_tickets_row {
	border-bottom: 1px dotted #CCCCCC;
}
.list_ticket_action {
	width: 100px;
	text-align: center;
	background-color: #F2FAFC;
	border: 1px solid #DFDFDF;
	font-weight: bold;
	padding: 10px;
}
.list_image {
	padding: 3px;
	border: 1px solid #666666;
}
.cart_link_del {
	width: 15px; 
	height: auto; 
	padding: 3px; 
	background-color: #F2FAFC; 
	border: 1px solid #DFDFDF;
}
.cart_qty_wrap {
	width: 70px;
	margin-left: auto;
	margin-right: auto;
}
	.cart_link_sub {
		float: left;
		width: 15px; 
		height: 15px; 
		padding: 3px; 
		background-color: #F2FAFC; 
		border: 1px solid #DFDFDF;
		font-weight: bold;
	}
	.cart_link_add {
		float: left;
		width: 15px; 
		height: 15px; 
		padding: 3px; 
		background-color: #F2FAFC; 
		border: 1px solid #DFDFDF;
		font-weight: bold;
	}
	.cart_qty {
		float: left;
		width: 15px;
		height: 15px; 
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		padding: 3px; 
	}
.report_error {
	background-color: #F8E1AD;
	border: 1px solid #EDB429;
	color: #333333;
	padding: 5px;
	margin-bottom: 5px;
}
.report_issue {
	background-color: #F8E1AD;
	border: 1px solid #EDB429;
	color: #333333;
	padding: 5px;
	margin-bottom: 5px;
}
.report_success {
	background-color: #C9E4C9;
	border: 1px solid #99CC99;
	color: #333333;
	padding: 5px;
	margin-bottom: 5px;
}
.menuwrap {
	text-align: left;
	margin-bottom: 10px;
	width: 100%;
}
	.menuwrap ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}
		.menuwrap li{
			float: left;
			margin: 0 0.15em;
		}
		.menuwrap li a{
			height: 2em;
			line-height: 2em;
			/*width: 6em;*/
			padding-left: 5px;
			padding-right: 3px;
			display: block;
			border-left: 1px solid #CCCCCC;
			text-align: center;
		}
	.m_listings {
		display: visible;
		border-left: 1px solid #CCCCCC;
		padding-left: 5px;
	}
	.m_merch {
		display: none;
	}
	.m_cart{
		display: visible;
		border-left: 1px solid #CCCCCC;
		padding-left: 5px;
	}
	.m_account{
		display: visible;
		border: 0px;
	}
.loginform {
	border-left: 1px dotted #CCCCCC; 
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F2FAFC;
}
.confirmaddress {
	border: 1px solid #CCCCCC; 
	border-right: 0px; 
	background-color: #F2FAFC;
}
.langformwrapper {
	/*float: left;*/
	margin: 3px;
}
.langformwrapper img{
	float: left;
}
.langform {
	/*float: left; */
	margin-right: 4px; 
	padding-top: 10px;
}
.seat_viewcart {
	float: right;
	width: 100px;
	text-align: center;
	background-color: #6d9cea;
	border: 1px solid #cccccc;
	font-weight: bold;
	padding: 10px;
}
.seat_remove {
	float: left;	 	
}
#message_holder li {
	list-style-type: none;
}
-->
