body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #48567b url('//s3.amazonaws.com/sc-img/pagebg.jpg') repeat-x top center;
	min-width: 980px;
}

a {
	text-decoration: none;
}

.pagewrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: 20px;
	overflow: visible;
}
.pagewrapper_home {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	overflow: visible;
}
.content {
	padding: 0 60px;
}
/* TOP BAR */
.topbar {
	width: 100%;
	height: 61px;
	background: url('/css/images/content/topbarbg.png') repeat-x top center;
}

.topbar_logo {
	width: 168px;
	height: 61px;
	background: url('/css/images/content/logo.png') no-repeat top center;
	margin-left: 12px;
	float: left;
}

.topbar_logo a {
	display: block;
	width: 168px;
	height: 61px;
}

.topbar_tagline {
	font-family: arial;
	font-size: 14px;
	color: #fff;
	padding: 23px 0 0 12px;
	float: left;
}

.topbar_tagline .pink {
	color: #ff5988;
}

.topbar_right {
	width: 331px;
	height: 60px;
	background: url('/css/images/content/topbar_right_bg.png') repeat-x top center;
	float: right;
	border-left: 1px solid #33353c;
}


.pickup_tickets {
	width: 148px;
	height: 60px;
	float: right;
}

.pickup_tickets img {
	border: 0;
}

.topbar_contact {
	float: right;
	padding: 12px 20px 12px 0;
	border-right: 1px solid #5f6269;
	height: 36px;
	color: #eeeeee;
   	text-align: right;
}

.topbar_contact a {
	color: #fff;
}

.topbar_contact a:hover {
	color: #ff2184;
}

.topbar_contact .email {
	font-family: arial;
	font-size: 11px;
	padding-left: 20px;
	background: url('/css/images/content/contact_email.gif') no-repeat center left;
	margin: 0;
}

.topbar_contact .phone {
	font-family: georgia;
	font-size: 14px;
	display: block;
	margin: 0;
}

/* SEARCH FORM */
form#searchform {
	margin: 16px 0 0 20px;
	padding: 0;
	border: 0;
	width: 139px;
	float: left;
}

form#searchform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}



.searchformleft {
	background: url('/css/images/content/searchformleft.png') no-repeat;
	width: 9px;
	height: 27px;
	float: left;
}

.searchbox {
	background: url('/css/images/content/searchformbg.png') repeat-x;
	font-family: arial;
	width: 98px;
	border: 0;
	margin: 0;
	font-size: 11px;
	height: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 23px;
	vertical-align: middle;
	display: block;
	float: left;
    outline: none;
}

.searchbox_index {
	width: 479px;
	padding: 7px 0;
	border: 0;
	background: transparent;
	margin: 16px 0 14px 16px;
	font-family: helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #454545;
	letter-spacing: -0.04em;
	float: left;
}


.searchbtn {
	position: relative;
	padding: 0;
	margin: 4px 0 0 -23px;
	float: left;
}

.update_address {
    color: #FF2184 !important;
}

.searchformright {
	background: url('/css/images/content/searchformright.png') no-repeat;
	width: 6px;
	height: 27px;
	float: left;
}

/* HEADER */
.header {
	width: 900px;
	height: 101px;
	margin: 0 auto 0 auto;
	clear: both;
}

.header_left_edge {
	width: 15px;
	height: 101px;
	background: url('/css/images/content/header_left.png') no-repeat;
	float: left;
}

.header_left {
	width: 361px;
	height: 101px;
	background: url('/css/images/content/headerbg.png') repeat-x;
	float: left;
}

.header_center {
	width: 149px;
	height: 101px;
	background: url('/css/images/content/header_center.png') no-repeat;
	float: left;
}

.header_right {
	width: 360px;
	height: 101px;
	background: url('/css/images/content/headerbg.png') repeat-x;
	float: left;
}

.header_right_edge {
	width: 15px;
	height: 101px;
	background: url('/css/images/content/header_right.png') no-repeat;
	float: left;
}

#lpfixed {
position: fixed;
z-index: 99999;
width: 80px;
height: 200px;
top: 260px;
left: 0;
}

/* NAVIGATION BAR */
.navigation {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	top: -28px;
	margin: 0 -25px 0 -25px;
    z-index: 20;
}

.bigarrow {
	position: relative;
	width: 292px;
	height: 94px;
	background: url('/css/images/content/bigarrow.png') no-repeat;
	position: relative;
	z-index: 5;
}

.biggreyarrow {
	position: relative;
	width: 292px;
	height: 94px;
	background: url('/css/images/content/bigarrow-grey.png') no-repeat;
	position: relative;
	z-index: 5;
}

.bigarrow h1, .biggreyarrow h1  {
	font-family: helvetica;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	padding: 29px 41px 29px 0;
}

.navbar {
	position: relative;
	z-index: 1;
	height: 33px;
	padding-top: 8px;
	padding-left: 340px;
	background: url('/css/images/content/navbarbg.png') repeat-x;
	top: -66px;
}

.topleftwedge {
	position: absolute;
	z-index: 10;
	background: url('/css/images/content/topleftwedge.png') no-repeat;
	width: 25px;
	height: 34px;
	float: left;
	top: 94px;
}

.toprightwedge {
	position: absolute;
	z-index: 10;
	background: url('/css/images/content/toprightwedge.png') no-repeat;
	width: 24px;
	height: 34px;
	float: right;
	right: 1px;
	top: 66px;
}

/* HORIZONTAL NAVIGATION */
ul.horizontal_nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.horizontal_nav li {
	display: block;
	font-size: 14px;
	color: #fff;
	letter-spacing: -0.02em;
	font-family: arial;
	float: left;
	padding: 0 8px;
}

li.selected_nav_item .selectednav_left {
	width: 7px;
	height: 22px;
	background: url('/css/images/content/selectednav_left.png') no-repeat;
	float: left;
}

li.selected_nav_item .selectednav_bg {
	background: url('/css/images/content/selectednav_bg.png') repeat-x;
	height: 22px;
	float: left;
}

li.selected_nav_item .selectednav_point {
	background: url('/css/images/content/selectednav_point.png') no-repeat top center;
	height: 28px;
	float: left;
	padding: 2px 10px 0 10px;
}

.selectednav_point {
	padding: 2px 17px 0 17px;
	float: left;
}

ul.horizontal_nav li .selectednav_point a {
	color: #4e4e4e;
}

ul.horizontal_nav li .selectednav_point a:hover {
	color: #ff2184;
}

ul.horizontal_nav li.selected_nav_item .selectednav_point a {
	color: #fff;
}

ul.horizontal_nav li.selected_nav_item .selectednav_point a:hover {
	color: #4e4e4e;
}

li.selected_nav_item .selectednav_right {
	width: 7px;
	height: 22px;
	background: url('/css/images/content/selectednav_right.png') no-repeat;
	float: left;
}

/* PAGE CONTENT */
.pagecontent {
	position: relative;
	width: 850px;
	background: url('/css/images/content/pagebg.png') repeat-y;
	margin-left: auto;
	margin-right: auto;
    margin: 0 auto;
	top: -97px;
	padding: 40px 0 20px 50px;
	z-index: 0;
	float: left;
}

.pagecontent a {
	color: #272f43;
}

.pagecontent a:hover {
	color: #ff2184;
}
.pagecontent_full_ticket {
	width: 850px;
	background: url('/css/images/content/pagebg.png') repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 20px 50px;
	z-index: 0;
	float: left;
}

.pagecontent_full_ticket a {
	color: #ff2184;
}

.pagecontent_full_ticket a:hover {
	color: #48567b;
}

.pagecontent_home {
	width: 900px;
	position: relative;
	background: url('/css/images/content/pagebg.png') repeat-y;
	float: left;
    padding-bottom: 120px;
}

.leftcolumn {
	width: 570px;
	float: left;
}

.fullcolumn {
	width: 800px;
	float: left;
}

.pagecontent h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: helvetica;
	font-weight: bold;
	color: #272f43;
	letter-spacing: -0.04em;
	padding-bottom: 25px;
	border-bottom: 1px solid #bebebe;
	margin: 25px 0 25px 0;
}

.pagecontent h4 {
	font-size: 12px;
	font-family: arial;
	color: #ff2184;
	line-height: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.pagecontent p {
	font-family: arial;
	font-size: 12px;
	color: #4f4f4f;
	line-height: 18px;
	margin: 0 0 18px 0;
}

.pagecontent img {
	border: 0;
	margin: 10px 0 10px 0;
	padding: 0;
}

.pagecontent_full_ticket h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: helvetica;
	font-weight: bold;
	color: #272f43;
	letter-spacing: -0.04em;
	padding-bottom: 25px;
	border-bottom: 1px solid #bebebe;
	margin: 25px 0 25px 0;
}

.pagecontent_full_ticket h4 {
	font-size: 12px;
	font-family: arial;
	color: #ff2184;
	line-height: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.pagecontent_full_ticket p {
	font-family: arial;
	font-size: 12px;
	color: #4f4f4f;
	line-height: 18px;
	margin: 0 0 18px 0;
}

.pagecontent_full_ticket img {
	border: 0;
	margin: 10px 0 10px 0;
	padding: 0;
}

.searchcontent {
	margin-top: 20px;

}

.searchcontent a {
	color: #272f43;

}

.searchcontent h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: helvetica;
	font-weight: bold;
	color: #272f43;
	letter-spacing: -0.04em;
	padding-bottom: 25px;
	border-bottom: 1px solid #bebebe;
	margin: 25px 0 25px 0;
}

.searchcontent h4 {
	font-size: 12px;
	font-family: arial;
	color: #ff2184;
	line-height: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.searchcontent p {
	font-family: arial;
	font-size: 12px;
	color: #4f4f4f;
	line-height: 18px;
	margin: 0 0 18px 0;
}

.searchcontent ul {
	list-style: square;
	padding: 0;
	margin: 10px 0 0 30px;
	font-family: arial;
	font-size: 11px;
	color: #4f4f4f;
	line-height: 22px;
}


/* PULL BOX */
.pullbox {
	width: 252px;
	float: right;
	margin-right: -24px;
}

.pullbox_top {
	width: 252px;
	height: 8px;
	background: url('/css/images/content/pullboxtop.png') no-repeat;
}

.pullbox_content {
	width: 217px;
	background: url('/css/images/content/pullboxbg.png') repeat-y;
	font-family: helvetica;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.03em;
	padding: 25px 15px 15px 20px;
}

.pullbox_less_padding {
	width: 217px;
	background: url('/css/images/content/pullboxbg.png') repeat-y;
	font-family: helvetica;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.03em;
	padding: 25px 15px 0px 20px;
}

.pullbox_member_area {
	width: 217px;
	height: 80px;
	background: url('/css/images/content/pullboxbg.png') repeat-y;
	font-family: arial;
	color: #fff;
	font-size: 11px;
	padding: 5px 15px 5px 20px;
}

.pullbox_member_area a {
	color: #bdbdbd;
}

.pullbox_member_area a:hover {
	color: #97D7FF;
}

.pullbox_content_careers {
	width: 217px;
	background: url('/css/images/content/pullboxbg.png') repeat-y;
	font-family: helvetica;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.03em;
	padding: 25px 15px 0px 20px;
}

.pullbox_bottom {
	width: 252px;
	height: 10px;
	background: url('/css/images/content/pullboxbottom.png') no-repeat;
}

.pullbox_corner {
	width: 24px;
	height: 34px;
	background: url('/css/images/content/pullboxcorner.png') no-repeat;
	float: right;
	margin-top: -2px;
}

img.tech50 {
	padding: 0;
	margin: 50px 0 0 30px;
}

.investors {
	width: 228px;
	text-align: center;
	float: right;
	margin-right: 24px;
	padding: 0;
	margin-top: -10px;
}

.investors img {
	padding: 0 10px;
}
/* CONTENT PAGE-SPECIFIC */
.contact_image {
	width: 100px;
	float: left;
}
.press_date {
	font-family: georgia, helvetica, arial;
	color: #4e4e4e;
	font-size: 14px;
	background: url('/css/images/content/content-press-icon.jpg') no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}
.press_article {
	font-size: 12px;
	font-family: arial;
	color: #ff2184;
	line-height: 18px;
	font-weight: bold;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}
.pullbox_content_press {
	width: 217px;
	background: url('/css/images/content/pullboxbg.png') repeat-y;
	font-family: helvetica;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.03em;
	padding: 25px 15px 0px 20px;
}
.pullbox_content_advertise {

	background: url('/css/images/content/pullboxbg.png') repeat-y;
	font-family: helvetica;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.03em;
	padding: 0px 15px 0px 10px;
}
img.clearchannel {
	padding: 0;
}
.table_font_header {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #272F43;
}
.table_font {
	font-family: arial;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ededed;
	color: #4f4f4f;
}
.table_font_view {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ff2184;
	color: #ffffff;
	border-left: 1px solid #9BACBF;
}
.table_font_view a {
	color: #ffffff;
}
.table_font_view a:hover {
	color: #97D7FF;
}
.table_split {
	background-color: #9BACBF;
	height: 1px;
	padding-bottom: 0;
	padding-top: 0px;
}
div.fileinputs {
	position: relative;
	margin-top: 85px;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}


/* HEADER FOR TICKET SHELL */

.header_ticket_shell {
	width: 900px;
	height: 66px;
	background: url('/css/images/content/header.png') no-repeat;
}

/* HEADER FOR HOMEPAGE & SEARCH RESULTS */
.header_home {
	width: 900px;
	height: 66px;
	background: url('/css/images/content/header.png') no-repeat;
}

/* ERROR BAR THAT DISPLAYS ON TOP */

div.error_bar {
    padding: 18px 0 18px;
    text-align: center;
    background: #090B14;
    color: #fff;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    z-index: 9999;
    font: 17px Arial;
    opacity:0.9;
    filter:alpha(opacity=90);
}
div.error_bar .close {
	display: block;
	float:right;
	color: #fff;
	font-size: 12px;
	text-decoration:underline;
	padding: 5px;
	background: #FF2184;
}



/* FEATURES */
ul.features_nav {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
}

ul.features_nav li {
	float: left;
	display: block;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
	font-size: 11px;
	margin-right: 10px;
	font-family: arial;
	text-transform: uppercase;
	background-color: #e0e0e0;
}

ul.features_nav li:hover {
	background-color: #eee;
}

ul.features_nav li.features_nav_jumpto {
    border: 0;
    background: none;
}



/* SEARCH BAR */
.searchbar_box {
	width: 548px;
	height: 65px;
	padding: 45px;
	background: url('/css/images/content/searchbarbox.png');
	margin: 9px auto 11px auto;
    outline:none;
}

.searchbar_border {
	position: relative;
	width: 548px;
	height: 65px;
	background: url('/css/images/content/searchbarborder.png') no-repeat center center;
	padding: 0;
	margin: 0;
}

.searchbar_border_focus {
	background: url('/css/images/content/searchbarborder_selected.png') no-repeat center center;
}

form#searchbar {


}

form#searchbar fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form#searchbar .searchbox {
    background: url(/css/images/content/searchformbg.png) repeat-x;
	width: 479px;
	padding: 7px 0;
	border: 0;
	background: transparent;
	margin: 16px 0 14px 16px;
	font-family: helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #454545;
	letter-spacing: -0.04em;
	float: left;
}

form#searchbar .searchbtn {
	float: left;
	margin: 16px 0 0 0;
}

/* TABLE FORMATTING */
.featurestable {
	font-family: arial;
	font-size: 11px;
	border-top: 1px solid #a5a5a5;
	background-color: #f8f8f8;
	color: #606060;
}

.features-col-item-desc {
    font-family: arial;
    font-size: 11px;
    color: #606060;
	padding: 10px;
}
.features-col-header {
	background-color: #a5a5a5;
	font-weight: bold;
	padding: 10px;
	color: #fff;
	font-size: 13px;
	border: 0;
}

.features-col-item {
	color: #3E3E3E;
	padding: 10px;
}

ul.why_choose_us {
	font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 10px 20px;
	letter-spacing: 0;
}

ul.why_choose_us li {
	padding: 0 0 0 20px;
	margin: 0;
	background: url('images/checkmark.png') no-repeat center left;
}

.features_pull {
	margin-top: -10px;
	margin-right: -265px;
	float: right;
}

div.features-scanners {
	color: #fff;
	font-family: arial;
	font-size: 12px;
	padding: 70px 205px 0 35px;
}

div.pricing_images {
	margin-right: -275px;
	margin-left: 5px;
}

div.jump_to_top {
	margin-right: -225px;
	text-align: right;
	padding: 0;
	background: url('images/hr-line-bg.jpg') repeat-x;
	margin-top: 30px;
	clear: both;
}

div.jump_to_top img {
	margin: 0;
	padding: 0;
}

ul.phone {
	font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 10px 20px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0;
}

ul.phone li {
	padding: 0;
	margin: 0;
}











/* FORMS */
.scform {
	font-family: arial;
	font-size: 12px;
}

label {
	display: block;
	float: left;
	width: 150px;
	margin: 10px 0px;
	padding: 2px 0px;
	border: 0;
	height: 22px;
	font-size: 14px;
	color: #25304e;
}

input.scinput {
	display: block;
	width: 310px;
	height: 26px;
	border: 1px solid #a2a5b2;
	background: #fff url('/css/images/content/inputbg.png') repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 2px 0 3px;
	margin: 10px 0px;
	font-family: arial;
	font-size: 12px;
	color: #545454;
}

input.scinput:focus {
	border: 1px solid #4da0e4;
}

.sctextarea {
	width: 310px;
	height: 120px;
	border: 1px solid #a2a5b2;
	background: #fff url('/css/images/content/inputbg.png') repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 2px 0 3px;
	margin: 10px 0px;
	clear: right;
	font-family: arial;
	font-size: 12px;
	color: #545454;
}

.sctextarea:focus {
	border: 1px solid #4da0e4;
}

.scbutton {
	display: block;
	border: 0;
	clear: both;
	margin: 10px 0 10px 150px;
}

/* MEMBERS FORM */
a.letusknow {
	color: #97d7ff;
}

a.letusknow:hover {
	color: #ff2184;
}
.pagecontent label img {
display: block;
float: left;
margin: -2px 10px 0 0;
}

.members label {
padding-top: 8px;
font-family: arial;
font-size: 14px;
color: #25304E;
}

div.form_button {
	height: 30px;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	margin: 10px 0;
	text-align: center;
	padding: 6px 0;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

div.form_button_middle {
	display: block;
	height: 18px;
	color: #fff;
	background: transparent url('/css/images/content/buttonbg.png') repeat-x;
	float: left;
	padding: 6px 10px;
}

div.form_button_left {
	width: 10px;
	height: 30px;
	float: left;
	background: url('/css/images/content/button_left.png') no-repeat;
}

div.form_button_right {
	width: 10px;
	height: 30px;
	float: left;
	background: url('/css/images/content/button_right.png') no-repeat;
}
/* EVENTS LIST */
ul.events {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 550px;
	margin-top: 25px;
	float: left;
}

ul.events li {
	width: 580px;
	font-family: arial;
	font-size: 12px;
	color: #454545;
	line-height: 18px;
	border-top: 1px solid #c5c5c5;
	float: left;
	height: 55px;
	padding: 25px 0 25px 5px;
}

ul.events li a {
	display: block;
	width: 100%;
	color: #454545;
	height: 0px;
	padding: 25px 0 80px 5px;
	margin: -25px 0 -80px -5px;
}

ul.events li a:hover {
	background-color: #f0f0f0;
}

ul.events li strong {
	color: #1b2030;
	font-weight: bold;
}

.eventdetails {
	float: left;
	margin: 10px 0 0 10px;
}

.eventtag {
	width: 120px;
	height: 55px;
	background: url('/css/images/content/eventtag.png') no-repeat;
	float: left;
}

.eventimg {
	width: 40px;
	height: 40px;
	padding: 8px;
	float: left;
	border: 0;
}

.eventdate {
	width: 40px;
	height: 40px;
	margin-top: 8px;
	margin-left: 8px;
	float: left;
	text-align: center;
}

.eventdate .month {
	color: #fff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	margin-top: 8px;
	text-transform: uppercase;
}

.eventdate .day {
	color: #fff;
	font-family: georgia;
	font-size: 20px;
	line-height: 20px;
	margin-top: -1px;
}

.eventtype {
	position: relative;
	font-family: arial;
	font-size: 11px;
	line-height: 11px;
	color: #464646;
	text-align: right;
	float: right;
	clear: right;
	margin: 20px 15px 0 0;
}

.categoriesbtn {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	top: 64px;
	left: -25px;
	cursor: pointer;
}

.categorydownarrow {
	background: url('/css/images/content/categorydownarrow.gif') no-repeat;
	width: 9px;
	height: 9px;
	padding: 0;
	position: relative;
	margin: 1px 0 0 5px;
	float: left;
}

.categorytext {
	float: left;
}

#categorybox {
	width: 202px;
	float: left;
	display: block;
	float: left;
	position: absolute;
	z-index: 1000;
	right: 250px;
	top: 165px;
	padding: 0;
	margin: 0;
	display: none;
	font-size: 11px;
}

.categorybox_top {
	width: 202px;
	height: 6px;
	background: url('/css/images/content/categorybox_top.png') no-repeat;
	float: left;
}

.categorybox_content {
	width: 182px;
	background: url('/css/images/content/categorybox_bg.png') repeat-y;
	text-align: center;
	color: #464646;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	float: left;
	padding: 0 10px;
}

.categorybox_content ul {
	list-style: none;
	padding: 0;
	margin: 5px 5px;
	float: left;
	width: 81px;
	text-align: left;
	font-size: 11px;
}

.categorybox_content ul li a {
	color: #464646;
	font-size: 11px;
}

.categorybox_content ul li a:hover {
	color: #ff3f75;
}

.categorybox_title {
	clear: both;
	margin: 7px 0;
}

.categorybox_bottom {
	width: 202px;
	height: 6px;
	background: url('/css/images/content/categorybox_bottom.png') no-repeat;
	float: left;
}

.categoriesbtn_left {
	width: 6px;
	height: 24px;
	background: url('/css/images/content/categoriesbtn_left.png') no-repeat;
	float: left;
}

.categoriesbtn_middle {
	height: 12px;
	background: url('/css/images/content/categoriesbtn_bg.png') repeat-x;
	float: left;
	font-size: 11px;
	color: #464646;
	font-family: arial;
	line-height: 11px;
	padding: 6px 10px;
}

.categoriesbtn_right {
	width: 6px;
	height: 24px;
	background: url('/css/images/content/categoriesbtn_right.png') no-repeat;
	float: left;
}
/* PAGINATION */
.pagination {
	font-family: arial;
	font-size: 12px;
	color: #5a5a5a;
	float: left;
	width: 250px;
	margin-top: 15px;
}

p.pagenums {
	margin: 0;
	padding: 0;
	float: left;
}

.pagination .currentpage {
	font-weight: bold;
	color: #272f43;
	font-style: normal;
}

ul.paginator {
	list-style: none;
	padding: 1px 0 0 0;
	margin: 0 0 0 10px;
	float: left;
}

li.paginatorbtn {
	width: 13px;
	height: 12px;
	background: url('/css/images/content/paginatorsprite.gif') no-repeat;
	float: left;
	margin-right: 10px;
}

li.paginatorbtn a {
	width: 13px;
	height: 12px;
	display: block;
}

li.paginator_left {
	background-position: -26px 0;
}

li.paginator_left:hover {
	background-position: 0 0;
}

li.paginator_right {
	background-position: -39px 0;
}

li.paginator_right:hover {
	background-position: -13px 0;
}
/* HOMEPAGE & SEARCH SPECIFIC */
h1.pageheader {
	margin: 0;
	padding: 0;
	color: #454545;
	font-size: 30px;
	font-family: Helvetica;
	font-weight: bold;
	letter-spacing: -0.04em;
}

h1.pageheader em {
	color: #272f43;
	font-size: 36px;
	font-style: normal;
}

.datedownarrow {
	width: 11px;
	height: 12px;
	background: url('/css/images/content/datedownarrow.png') no-repeat;
	float: left;
	margin: 2px 8px 0 -10px;
}

ul.sortbtns {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: arial;
	font-size: 12px;
	color: #464646;
	margin-top: 25px;
	width: 500px;
	float: left;
}

ul.sortbtns li {
	display: block;
	float: left;
	margin-right: 10px;
}

ul.sortbtns li a {
	color: #464646;
	display: block;
	float: left;
	border: 0;
}

li div.sortbtn_left {
	width: 7px;
	height: 26px;
	background: url('/css/images/content/sortbtn_left.png') no-repeat;
	float: left;
}

li.selected div.sortbtn_left {
	width: 7px;
	height: 26px;
	background: url('/css/images/content/sortbtn_left_selected.png') no-repeat;
	float: left;
}

li:hover div.sortbtn_left {
	background: url('/css/images/content/sortbtn_left_hover.png') no-repeat;
}

li a.sortbtn_mid {
	height: 14px;
	background: url('/css/images/content/sortbtn_bg.png') repeat-x;
	float: left;
	padding: 6px 15px;
}

li.selected a.sortbtn_mid {
	height: 14px;
	background: url('/css/images/content/sortbtn_bg_selected.png') repeat-x;
	float: left;
	font-weight: bold;
	color: #fff;
	padding: 6px 15px;
}

li:hover a.sortbtn_mid {
	background: url('/css/images/content/sortbtn_bg_hover.png') repeat-x;
}

li.selected:hover a.sortbtn_mid {
	color: #272f43;
}

li div.sortbtn_right {
	width: 7px;
	height: 26px;
	background: url('/css/images/content/sortbtn_right.png') no-repeat;
	float: left;
}

li.selected div.sortbtn_right {
	width: 7px;
	height: 26px;
	background: url('/css/images/content/sortbtn_right_selected.png') no-repeat;
	float: left;
}

li:hover div.sortbtn_right {
	background: url('/css/images/content/sortbtn_right_hover.png') no-repeat;
}
.upcoming_events {
	color: #272f43;
	font-family: arial;
	font-size: 14px;
}

.upcoming_events .number {
	color: #ff3f75;
	font-family: georgia;
	font-size: 30px;
}
/* CALLOUTS SIDEBAR */
.callouts {
	width: 234px;
	float: right;
	margin: -28px -43px 50px 0;
}

/* GREY CALLOUT */
.greycallout {

}

.greycallout_top {
	width: 234px;
	height: 8px;
	background: url('/css/images/content/greycallout_top.png') no-repeat;

}

.greycallout_content {
	width: 234px;
	background: url('/css/images/content/greycallout_bg.png') repeat-y;
	padding: 7px 10px 6px 10px;

}

.greycallout_content .eventad {
	padding: 6px 10px 5px 10px;
}

.greycallout_bottom {
	width: 234px;
	height: 9px;
	background: url('/css/images/content/greycallout_bottom.png') no-repeat;

}

.greycallout_corner {
	width: 43px;
	height: 28px;
	background: url('/css/images/content/greycallout_corner.png') no-repeat;
	float: right;
	margin-top: -2px;
}

/* PINK CALLOUT */
.pinkcallout {
	margin-top: 50px;
	margin-bottom: 50px;

}

.pinkcallout_top {
	width: 234px;
	height: 5px;
	background: url('/css/images/content/pinkcallout_top.png') no-repeat;

}

.pinkcallout_content {
	width: 234px;
	padding: 5px 10px 3px 10px;
	background: url('/css/images/content/pinkcallout_bg.png') repeat-y;

}

.pinkcallout_bottom {
	width: 234px;
	height: 7px;
	background: url('/css/images/content/pinkcallout_bottom.png') no-repeat;

}

.pinkcallout_corner {
	width: 43px;
	height: 29px;
	float: right;
	margin-top: -2px;
	background: url('/css/images/content/pinkcallout_corner.png') no-repeat;
}

.greenbadge {
	width: 57px;
	height: 64px;
	background: url('/css/images/content/greenbadge.png') no-repeat;
	float: right;
	margin: -15px -15px 0 0;
	position: relative;
	z-index: 5;
	padding: 0;
}

/* SELL BOX */
h1.sellbox {
	font-family: Helvetica;
	font-size: 30px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #fff;
	letter-spacing: -0.04em;
}

h1.sellbox em {
	color: #272f43;
	font-style: normal;
}

img.addeventbtn {
	margin-top: 15px;
	border: 0;
}

/* EVENT PULSE */
ul.event_pulse {
	width: 215px;
	padding: 0;
	list-style: none;
	margin: -15px 0 0 0;
}

ul.event_pulse li {
	width: 215px;
	color: #c5c5c5;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #2e2e2e;
	margin: 1px;
	padding: 25px 0;
}

ul.event_pulse li.first {
	border-top: 0;
}

ul.event_pulse li strong {
	color: #fff;
}

ul.event_pulse li .event {
	color: #b4ff00;
	font-weight: bold;
}

ul.event_pulse li .twitteruser {
	color: #00deff;
	font-weight: bold;
}

ul.event_pulse li .tweet {
	color: #fff;
}

ul.event_pulse li .twittertimestamp {
	width: 210px;
	height: 21px;
	background: url('/css/images/content/twitterbubble.png') no-repeat top right;
	margin-top: 10px;
	padding-top: 2px;
}

ul.event_pulse li.availabletickets {
	border-bottom: 0px;
}

div.numberoftickets {
	font-family: georgia;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	width: 110px;
	text-align: right;
	float: left;
}

div.availabletext {
	float: left;
	padding-left: 10px;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

































/* CONFLICTED BELOW HERE...  APPEARS OK NOW  BUT IMAGE LOCATION... */

/* TABLE FORMATTING */
.featurestable {
	font-family: arial;
	font-size: 11px;
	border-top: 1px solid #a5a5a5;
	background-color: #f8f8f8;
	color: #606060;
}

.features-col-header {
	background-color: #a5a5a5;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	border: 0;
}

.features-col-item {
	color: #3E3E3E;
}

ul.why_choose_us {
	font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 10px 20px;
	letter-spacing: 0;
}

ul.why_choose_us li {
	padding: 0 0 0 20px;
	margin: 0;
	background: url('images/checkmark.png') no-repeat center left;
}

.features_pull {
	margin-top: -10px;
	margin-right: -265px;
	float: right;
}

div.features-scanners {
	color: #fff;
	font-family: arial;
	font-size: 12px;
	padding: 70px 205px 0 35px;
}

div.pricing_images {
	margin-right: -275px;
	margin-left: 5px;
}

div.jump_to_top {
	margin-right: -225px;
	text-align: right;
	padding: 0;
	background: url('images/hr-line-bg.jpg') repeat-x;
	margin-top: 30px;
	clear: both;
}

div.jump_to_top img {
	margin: 0;
	padding: 0;
}

ul.phone {
	font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 10px 20px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0;
}

ul.phone li {
	padding: 0;
	margin: 0;
}

.pullbox_content p, .rounded_box p {
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

.pullbox_content a, .rounded_box a {
	color: #97d7ff;
	font-weight: bold;
	letter-spacing: 0;
}

.pullbox_content a:hover, .rounded_box a {
	color: #97d7ff;
	letter-spacing: 0;
}






/* TICKETING FORMS
.scform {
	font-family: arial;
	font-size: 12px;
}

label {
	display: block;
	float: left;
	width: 150px;
	margin: 10px 0px;
	padding: 2px 0px;
	border: 0;
	height: 22px;
	font-size: 14px;
	color: #25304e;
}

input.scinput {
	display: block;
	width: 310px;
	height: 26px;
	border: 1px solid #a2a5b2;
	background: #fff url('css/images/inputbg.png') repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 2px 0 3px;
	margin: 10px 0px;
	font-family: arial;
	font-size: 12px;
}

input.scinput:focus {
	border: 1px solid #4da0e4;
}

.sctextarea {
	width: 310px;
	height: 120px;
	border: 1px solid #a2a5b2;
	background: #fff url('css/images/inputbg.png') repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 2px 0 3px;
	margin: 10px 0px;
	clear: right;
	font-family: arial;
	font-size: 12px;
}

.sctextarea:focus {
	border: 1px solid #4da0e4;
}

.scbutton {
	display: block;
	border: 0;
	clear: both;
	margin: 10px 0 10px 150px;
}

*/


span.pink {
	color: #;
}

span.blue {
    color: #97d7ff;
}

a.faqq {
	font-family: arial;
	font-size: 12px;
	margin-bottom: 10px;
	color: #FF2184;
	font-weight: bold;
	cursor: pointer;
}

.faq_para {
	font-family: arial;
	font-size: 12px;
	margin-top: 5px;
	color: #545454;
	line-height: 20px;
}

.demo {
	width: 800px;
}

.contact_boxes {
    width: 810px;
    float: left;
}

.rounded_box {
    width: 210px;
    height: 110px;
    background: url('images/rounded_box.png') no-repeat;
    float: left;
    margin: 0 12px;
    font-family: helvetica;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	padding: 20px;
}

.right_rail {
    float: right;
    position: relative;
    width: 230px;
    z-index: 20;
}

.pricebox {
    width: 175px;
    height: 123px;
    background: url('images/pricebox.png') no-repeat;
    float: left;
    margin: 0 10px;
    text-align: center;
    color: #fff;
    position: relative;
}

.pricebox h3 {
    font-size: 30px;
    font-family: helvetica;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    margin: 30px 0 15px 0;
}

.pricebox h5 {
    font-size: 12px;
    font-family: helvetica;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    color: #97d7ff;
}

.pricing_burst {
    background: url('images/pricing_burst.png') no-repeat;
    width: 78px;
    height: 87px;
    position: absolute;
    top: -25px;
    right: -25px;
}

.leftcolumn h2.features_headline {
    border: 0;
    padding: 0;
}

p.pricing {
    width: 800px;
}

/* TICKETING EXAMPLES */

* { margin: 0; padding: 0 }
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

p { text-align: left; margin: 15px 0 }

p, ul { font-size: 13px; line-height: 1.4em }

p a, li a { color: #39c; text-decoration: none }

p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }

p#cross-links { text-align: center }

p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none }

img { border: 0 }

h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }


.stripViewer .panelContainer .panel ul {
  text-align: left;
  margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
  margin: 20px 0;
  position: relative;
  width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
  position: relative;
  overflow: hidden;
  border-top: 2px solid #313e61; /* this is the border. should have the same value for the links */
  border-bottom: 2px dotted #9a9a9a;
  margin: auto;
  width: 650px; /* Also specified in  .stripViewer .panelContainer .panel  below */
  height: 605px;
  clear: both;
  background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
  position: relative;
  left: 0; top: 0;
  width: 100%;
  list-style-type: none;
  /* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
  float:left;
  height: 100%;
  position: relative;
  width: 650px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
  padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
  margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
  list-style: none;
}

.stripNav ul li {
  float: left;
  margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  background: #c6e3ff;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 0 15px;
}

.panelpadding {
padding: 25px;
font-family: arial;
color: #696969;
font-size: 12px;
}

.stripNav li.tab1 a { background: #9a9a9a }
.stripNav li.tab2 a { background: #9a9a9a }
.stripNav li.tab3 a { background: #9a9a9a }
.stripNav li.tab4 a { background: #9a9a9a }
.stripNav li.tab5 a { background: #9a9a9a }


.stripNav li a:hover {
  background: #7a7a7a;
}

.stripNav li a.current {
  background: #313e61;
  color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
  position: absolute;
  top: 90px;
  text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
  display: block;
  height: 76px;
  width: 83px;
}

.stripNavL {
  left: 8px;
}

.stripNavR {
  right: 8px;
}

.stripNavL {
  background: url("images/arrow-left.png") no-repeat center;
}

.stripNavR {
  background: url("images/arrow-right.png") no-repeat center;
}


/* USER BOX */
#user_box {
	width: 148px;
	float: right;
	font-size: 11px;
	line-height: 19px;
	color: #fff;
	font-family: arial;
	position: absolute;
	z-index: 1000;
	right: 0;
	top: 62px;
	display: none;
}

.userbox_top {
	width: 148px;
	height: 3px;
	background: url('/css/images/content/userbox_top.png') no-repeat;
	float: left;
}

.userbox_content {
	width: 68px;
	background: url('/css/images/content/userbox_bg.png') repeat-y;
	float: left;
	padding: 10px 40px;
	font-size: 11px;
}

.userbox_bottom {
	width: 148px;
	height: 6px;
	background: url('/css/images/content/userbox_bottom.png') no-repeat;
	float: left;
}

#user_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#user_box ul a {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

#user_box ul a:hover {
	color: #ff3f75;
}

.user_btn {
	width: 148px;
	height: 60px;
	float: right;
	background: url('/css/images/content/userticket.png') no-repeat;
	cursor: pointer;
}

.user_btn .user_name {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: url('/css/images/content/usericon.gif') no-repeat 0px 3px;
	margin: 23px 0 0 22px;
	padding-left: 20px;
	float: left;
}

.user_btn .user_down_arrow {
	background: url('/css/images/content/userdownarrow.png') no-repeat;
	width: 15px;
	height: 8px;
	float: right;
	margin: 27px 14px 0 0;
}

#slider_wrapper{
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   padding: 15px;
   display: inline-block;
   border: 1px solid #ddd;
	width:550px;
   }


#slider {
	position:relative;
    width: 550px;
    height: 144px;
	background:url(images/content/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:85%;
	z-index:99;
	cursor:pointer;
    text-indent: -99999px;
    width: 33px;
    height: 22px;
	display: block;

}
.nivo-prevNav {
	right:48px;
	background: url(images/content/right.png) no-repeat;
}
.nivo-nextNav {
	right:15px;
	background: url(images/content/left.png) no-repeat;
}




/* FOOTER */
.footer {
	width: 100%;
	background: url('/css/images/content/footergradient.png') repeat-x top center;
	padding-top: 40px;
	margin: -124px 0 0 0;
	float: left;
	position: relative;
	text-align: left !important;
	z-index: 5;
	color: #ffffff;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

.footer .col_1,
.footer .col_2,
.footer .col_3 {
	float: left;
}

.footer .col_3 {
	margin-right: 0;
	width: 180px;
}

.footer .col_1 {
	width:  180px;
	margin-right: 15px;
}

.footer .col_2 {
	width:  395px;
	margin-right:  15px;
}



.footer ul {
	list-style: none;
	margin: 0 0 18px;
	padding:  0;
	clear:  both !important;
	float:  left;
	width: 100%;
}

.footer ul.sellers {
	margin-top: 18px;
}

.footer ul.connect li {
	padding-left: 22px;
	line-height: 24px;
	background-position: 0 3px !important;
}

.footer ul.connect li.fb {
	background: url(images/content/facebook_16.png) no-repeat;
}
.footer ul.connect li.as {
	background: url(images/content/apple_16.png) no-repeat;
}
.footer ul.connect li.tw {
	background: url(images/content/twitter_16.png) no-repeat;
}
.footer ul.connect li.yt {
	background: url(images/content/youtube_16.png) no-repeat;
}
.footer ul.connect li.am {
	background: url(images/content/android_16.png) no-repeat;
}
.footer ul.connect li.bl {
    background: url(images/content/blog.png) no-repeat;
}
.footer ul.connect li.ph {
	background: url(images/content/phone.png) no-repeat 0 9px !important;
	color:  #92aefa;
	font-weight: bold;
	font-size: 14px;
	line-height: 33px;
}

.footer a {
	color:  white;
}

.footer a:hover {
	color: #fe1e5a;
}

.footer ul li {
	margin: 0;
	padding: 0;
	width:  180px;
	float:  left;
	font-size: 12px;
	line-height: 19px;
}

.footer ul li.free {
	color: yellow;
	font-weight: bold;
}

.footer ul li h3 {
	border-bottom: 1px solid #191f2f !important;
	display:  block !important;
	padding-bottom: 8px !important;
	margin-bottom:  0;
	font-size: 17px;
}

.footer ul li h3 a,
.footer ul li h3 a:visited,
.footer ul li h3 a:link,
.footer ul li h3 a:hover,
.footer ul li h3 a:active,
.footer ul li h3 a:focus {
	color:  #92aefa;
	outline:  none;
	text-decoration: none;
}

.footer ul li.first {
	font-weight: bold;
	color:  #92aefa;
	margin-bottom: 8px;
	border-bottom: 1px solid #3c4867;
	float:  none;
	padding-left:  0;
	width:  100%;
	line-height: 19px;
}

.footercolors {
	padding-top:  20px; /* Maybe Not?! */
	background: #272f43 url('/css/images/content/footercolors.png') no-repeat bottom center;
	/*min-height: 360px;*/
}

.footerwrapper {
	width: 980px;
	margin:  0 auto;
	position: relative;
	position: relative;
}

.footerbottom {
    width: 980px;
    margin: 10px auto 0;
    left: 50%;
    clear:both;
    padding-bottom: 65px;
}

.footerbottom span.bbb {
	width: 210px;
	height: 40px;
	display: block;
	float: right;
	background: transparent url(images/content/bbb_n.png) no-repeat;
}

.footerbottom span.copyright {
	background: rgba(0,0,0,0.3);
	padding:  5px 13px;
	color:  #73748d;
	font-size: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float:  left;
	position: relative;
	top: 12px;
}
.footerbottom span.copyright a,
.footerbottom span.copyright a:link,
.footerbottom span.copyright a:visited,
.footerbottom span.copyright a:active {
	color:  #7fa5d1;
	text-decoration: none;
}

/* Old but required rules */

a.revealer {
	display: block;
	color: #ff2184;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

div.reveal {
	font-family: arial;
	color:#4F4F4F;
	font-family:arial;
	font-size:12px;
	line-height:18px;
	margin: 10px 0 20px 0;
}

.contact_method {
	margin: 0 0 40px 0;
	float: left;
	width: 100%;
	clear: both;
}

.contact_method h2 {
	margin-top: 0px;
}
.ticket_bottom {
	width: 900px;
	height: 66px;
	background: url('/css/images/content/ticket_bottom.png') no-repeat;
	margin-bottom: 20px;
	float: left;
}
