BODY {
	margin:0; padding:0;
	margin-bottom:50px;
}

BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3E3E40;
}

A:LINK, A:VISITED, A:ACTIVE {
	color: #3E3E40;
	text-decoration: underline;
}

A:HOVER {
	text-decoration: none;
	/*color:#D10074;*/
}

P {
	margin-top: 0px;
	margin-bottom:10px;
}

B, STRONG {
	color: #3E3E40;
}

#main P, #main TD, #main LI, #main OL {
	line-height:14px;
}


#main {
	color: #595959;
}

H4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3E3E40;
}

H5 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3E3E40;
}



#container {
	margin: 34px auto;
	text-align: left; /* for IE */
	width:875px;
	padding: 0px 27px;
}

#announcement {
	background: #E1007A;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	padding: 10px;
}

.border-bottom {
	height: 1px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

#navigation {
	width:290px;
	float:left;
}

#navigation-inner {
	width: 260px;
}

#main {
	width:580px;
	float:left;
}

#footer {
	clear:both;
	color: #191D1F;
	position:relative;
	top:20px;
	height:130px;
}

#footer .hr {
	overflow:visible;
	margin: 10px 0 10px 0;
}

#footer A:LINK, #footer A:ACTIVE, #footer A:VISITED {
	font-size:10px;
	text-decoration:none;
	color: #191D1F;
}

#footer A:HOVER {
	text-decoration:underline;
}

#footerTextContainer {
	position:relative;
}

#bccText {
	position:absolute;
	top:4px; left:0px;
	font-size:10px;
	color: #7a7a7a;
}

#footerMenu {
	position:absolute;
	top:4px; right:175px;
}

#siteSearch {
	position:absolute;
	top:0px;
	right:0px;
}

#tfSiteSearch.hint {
	color:#7A7A7A;
}

.hr {
	height: 1px;
	overflow:hidden;
	background: url(/img/line.gif) repeat-x;
	clear:both;
}


/* Genius "no-extra-markup" clearing by Tony Aslett - www.csscreator.com */
/* add clearfix class to any containter that must enclose floated elements */
/* explained at http://www.positioniseverything.net/easyclearing.html */
.clear:after {
content: ".";              /* the period is placed on the page as the last thing before the div closes */
display: block;          /* inline elements don't respond to the clear property */
height: 0;                  /* ensure the period is not visible */
clear: both;               /* make the container clear the period */
visibility: hidden;	     /* further ensures the period is not visible */
}
/*.clear {display: inline-block;} */  /* a fix for IE Mac (this now causes warnings in firefox console)*/
/* fix for Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */



FORM LABEL {
	display:block;
}

FORM DIV.input {
	margin-top:10px;
}


FORM {
	margin:0px;
	padding:0px;
}

INPUT.input, TEXTAREA.input {
	border: 1px solid #DFDFDF;
	font-family:sans-serif;
	font-size:11px;
	color: #3E3E40;
}


INPUT.submit {
	padding:3px;
	font-family:sans-serif;
	font-size:11px;
	color: #3E3E40;
}



TABLE.events TD.genre A, TABLE.events TD.genre {
	color:#D10074;
	font-weight:bold;
	text-transform:uppercase;
}

TABLE.events TD.title A, TABLE.events TD.title {
	/*text-transform:uppercase;*/
	font-weight:bold;
	color:#3E3E40;
}

TABLE.events TD.title SPAN A, TABLE.events TD.title A SPAN {
	color:#D10074;
	font-weight:bold;
	/*text-transform:uppercase;*/
}



#searchResults A:LINK, #searchResults A:ACTIVE, #searchResults A:VISITED {
	text-decoration:none;
}
#searchResults A:HOVER {
	text-decoration:underline;
}

TABLE.events A:LINK, TABLE.events A:ACTIVE, TABLE.events A:VISITED {
	text-decoration:none;
}
TABLE.events A:HOVER {
	text-decoration:underline;
}

#eventDetails A:LINK, #eventDetails A:ACTIVE, #eventDetails A:VISITED {
	text-decoration:none;
}
#eventDetails A:HOVER {
	text-decoration:underline;
}



.pagingstatus {
	float:right;
	margin-top:-30px;
	font-weight:bold;
	color:#E1007A;
}
.paginglinks SPAN {
	font-weight: bold;
	color: #E1007A;
	padding-left:5px;
	padding-right:5px;
	position:relative;
	top:-1px;
}
.pagingcontrol {
	margin-top:15px;
}


TABLE.sortHeaders TD {
	font-weight:bold;
	color: #3E3E40;
}
TABLE.sortHeaders {
	margin-bottom:23px;
}
TABLE.sortHeaders TD.asc A {
	background: url('/img/arrow_down.gif') no-repeat right;
	padding-right:15px;
}
TABLE.sortHeaders TD.asc.selected A {
	background: url('/img/arrow_down_selected.gif') no-repeat right;
}
TABLE.sortHeaders TD.desc A {
	background: url('/img/arrow_up.gif') no-repeat right;
	padding-right:15px;
}
TABLE.sortHeaders TD.desc.selected A {
	background: url('/img/arrow_up_selected.gif') no-repeat right;
}
TABLE.sortHeaders TD.selected A:LINK, TABLE.sortHeaders TD A:HOVER {
	color: #D10074;
	text-decoration:none;
}




UL.pagelinks {
	list-style-type: none;
	text-transform: uppercase;
	margin:0px;
	padding:0px;
	font-weight: bold;
	margin-bottom:10px;
}
UL.pagelinks LI {
	margin:0px;padding:0px;
	background: url(/img/arrow_small.gif) no-repeat 0 3px;
	padding-left:12px;
	margin-bottom:2px;
}
UL.pagelinks A:LINK, UL.pagelinks A:VISITED, UL.pagelinks A:ACTIVE {
	text-decoration: none;
}
UL.pagelinks A:HOVER {
	text-decoration: underline;
}

UL.pagelinks LI.highlight, UL.pagelinks.highlight LI {
	background: url(/img/arrow_small_highlight.gif) no-repeat 0 3px;
}



#pageHeader {
	position:relative;
	height:107px;
}
H1.sectionTitle {
	position:absolute; right:0px; bottom:15px;
	margin:0px;
	padding:0px;
	font-size:19px;
	text-transform:uppercase;
	font-weight:bold;
	color:#3E3E40;
}

#submenu {
	margin:0px;
	padding:0px;
	margin-bottom:45px;
	margin-top:6px;
	text-align:right;
}
#submenu LI {
	margin:0px;
	padding:0px;
	margin-left:20px;
	display:inline;
}

#submenu A:LINK, #submenu A:VISITED, #submenu A:ACTIVE {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color:#7AB41D;
	text-decoration:none;
}
#submenu A:HOVER, #submenu LI.active A {
	color:#3E3E40;
}

#submenuSection {
	/*min-height:50px;
	height:auto !important;*/
	height:50px;
}

h1.pageTitle {
	text-transform:uppercase;
	font-size:16px;
	margin-top:0px;
	color:#3E3E40;
}

.content H2 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 2px;
	color:#333333;
}


.content P, .content UL, .content OL, .content TABLE {
	margin-bottom:16px;
}

.content A:LINK, .content A:ACTIVE, .content A:VISITED, .content A:HOVER {
	color: #D10074;
}


#hero {
	position:relative;
	height:329px;
	z-index:1;
}

#hero A {
	position:absolute;
}

#hero-control {
	position:relative;
	margin-top:-18px;
	height:18px;
	background: #3E3E40;
	padding-left:5px;
	margin-bottom:-18px;
	z-index:2;
}

#hero-control, #hero-control A {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none;
	color:white;
	font-size: 11px;
}

#hero-control IMG {
	cursor: pointer;
	vertical-align:middle;
}




#sidebar_quicksearch h4, #sidebar_quicksearch h5 {
	margin:0px;margin-bottom:4px;
}
#sidebar_quicksearch A:LINK, #sidebar_quicksearch A:ACTIVE, #sidebar_quicksearch A:VISITED, #sidebar_quicksearch A:HOVER {
	color:#7AB800;
	text-decoration: none;
}
#sidebar_backstagelogin h4, #sidebar_backstagelogin h5 {
	margin:0px;margin-bottom:4px;
}
#sidebar_backstagelogin A {
	color:#5CB5DE;
	text-decoration: none;
}


#advancedSearch SELECT {
	font-size:10px;
	border:1px solid gray;
}
.searchTitles {
	font-weight:bold;
	color: #D10074;
}
.secondColumn SELECT, .secondColumn INPUT {
	width: 130px;
}



.partners {
	margin-bottom:20px;
}
.partners h2 {
	padding-top:0px;
	padding-bottom:20px;
	text-transform:uppercase;
	font-size: 14px;
}
.partners h2 SPAN {
	color:#009ee1;
}
.partners IMG {
	margin-right:30px;
	margin-bottom:30px;
}

#partner_major {
	width:45%;
	float:left;
	margin-right:0px !important;
}

#partner_foundation {
	width: 45%;
	float:left;
	margin-right:0px !important;
}

#partner_foundation .hr {
	display:none;
}

h3.event_presented_by {
	text-transform:uppercase;
	font-size: 11px;
	font-weight: bold;
	margin:0px;
	color: #3E3E40;
}

h1.event_title {
	text-transform:uppercase;
	font-family:Arial;
	font-size: 19px;
	letter-spacing: -1px;
	font-weight: bold;
	margin:0px;
	line-height:19px;
	margin-bottom:2px;
	color: #3E3E40;
}

h2.subtitle {
	text-transform:uppercase;
	font-family:Arial;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #3E3E40;
	margin:0px;
	margin-top:-3px;
	margin-bottom:2px;
}

h2.event_time_period {
	text-transform:uppercase;
	font-family:Arial;
	font-size: 19px;
	letter-spacing: -1px;
	font-weight: bold;
	color:#D8007A;
	margin:0px;
	margin-top:-3px;
}

.event_description {
	margin-top:10px;
}
.event_description P:first-child {
	color: #3E3E40;
	font-weight: bold;
}


SPAN.highlight {
	color:#E2007A;
	font-weight: bold;
}

.eventlinks {
	list-style-type: none;
	text-transform: uppercase;
	width:32%;
	float:left;
	margin:0px;
	padding:0px;
	font-weight: bold;
	margin-bottom:10px;
}
.eventlinks LI {
	margin:0px;padding:0px;
	background: url(/img/icon_blank.gif) no-repeat 0 0;
	padding-left:30px;
	margin-bottom:2px;
	padding-bottom:5px;
}
.eventlinks A:LINK, .eventlinks A:VISITED, .eventlinks A:ACTIVE {
	text-decoration: none;
}
.eventlinks A:HOVER {
	text-decoration:underline;
}
LI.myspace {
	background-image: url(/img/icon_myspace.gif);
}
LI.youtube {
	background-image: url(/img/icon_youtube.gif);
}
LI.website {
	background-image: url(/img/icon_website.gif);
}
LI.review {
	background-image: url(/img/icon_review.gif);
}
LI.preview {
	background-image: url(/img/icon_preview.gif);
}
LI.mediarelease {
	background-image: url(/img/icon_mediarelease.gif);
}


.expandbutton:LINK, .expandbutton:ACTIVE, .expandbutton:VISITED {
	float:right;
	color:#E2007A;
	font-weight: bold;
	text-decoration: none;
	margin-top:15px;
	outline:none;
}
.expandbutton:HOVER {
	text-decoration: underline;
}


#related_events {
	width:580px;
	overflow:hidden;
}
.related_event {
	float:left;
	width: 125px;
	margin-right:20px;
}
.related_event .video {
	margin-top:-12px;
	text-align:right;
}

.related_event A:LINK, .related_event A:VISITED, .related_event A:ACTIVE {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.related_event A:HOVER {
	color: #3E3E40;
	text-decoration: underline;
}

.floatlinks {
	margin-right: -8px;
	float:right;
	width:175px;

}
.floatlinks IMG {

	float:right;
	margin-right: 8px;
	margin-bottom: 6px;
}

#eventDetails TD {
	padding-right:10px;
}

#thingwhat {
	  min-height:160px;
	  height:auto !important;
	  height:160px;
}

#thingwho {
	  min-height:80px;
	  height:auto !important;
	  height:80px;
}


.back-link A:LINK, .back-link A:VISITED, .back-link A:ACTIVE, .back-link A:HOVER {
	text-transform:uppercase;
	color:#E2007A;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

.archiveavail {
	background: #E1007A;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

.archiveavail .smaller {
	font-size: 12px;
	color: #FFF;
}

#EquipmentHire input, #EquipmentHire textarea {
	border: 1px solid #DFDFDF;
}

#EquipmentHire .error input, #EquipmentHire .error textarea {
	border: 1px solid #E1007A;
}

#EquipmentHire fieldset {
	border: 0;
	width: 260px;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

#EquipmentHire .left {
	padding-right: 20px;
}

#EquipmentHire label, #EquipmentHire legend {
	padding: 0;
	display: block;
	margin: 0 0 10px 0;
	border: none;
	font-weight: bold;
}

#EquipmentHire legend {
	padding-bottom: 10px;
}

#EquipmentHire fieldset label {
	width: auto;
	float: left;
	margin: 4px 5px 4px 0;
}


#EquipmentHire fieldset input {
	float: left;
	width: 20px;
}

#EquipmentHire .input {
	float: left;
	width: 245px;
	margin: 20px 10px 0 0;
}


#EquipmentHire input {
	width: 100%;
}

#EquipmentHire .textarea, #EquipmentHire textarea {
	clear: left;
	display: block;
	margin: 0 0 20px 0;
	width: 100%;
}

#EquipmentHire .textarea label {
	width: 100%;
}

#EquipmentHire textarea {
	overflow: auto;
}

#EquipmentHire .submit input {
	width: 75px;
	height: 15px;
	border: none;
	margin-top: 20px;
}

#EquipmentHire .error-message {
	margin-top: 10px;
	font-style: italic;
	color: #E1007A;
}