/* General Layout CSS Document */
body {
	padding:0;
	margin:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

a:focus {
  -moz-outline-style: none; /* Removes horrid dotted line around links in Firefox */
}

#outerWrapper {
	/*position:relative;*/
	width:945px;
	padding:0;
	margin:0 auto;
}

#bannerWrapper {
	width:473px;
}

#bannerWrapper img {
	border: 0;
}

#primaryNav {
	padding:0;
	margin:0 0 7px 0;
	width:945px;
	background-color:#cccccc;
}

#secondaryNav {
	position:absolute;
	top:18px;
	left:50%;
	
	text-align:right;
	padding:0 19px 0 0;
	
	width:473px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:454px;
}

#stagemanagerContentWrapper #secondaryNav {
	top:114px;
}

#pageContent {
	padding:0 0 15px 0;
	margin:0;
}

#footer {
	text-align:center;
	color:#333333;
	border-top:1px dotted #999999;
	background-image:url(../images/arts-council-logo.jpg);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	margin-top:24px;
	height: 50px;
	padding-top: 15px;
	
	position:relative;
}

#footer a.facebook {
	position:absolute;
	left:42px;
	top: 7px;
}

#footer a.twitter {
	position:absolute;
	right:0px;
	top: 7px;
}

#footer p {
	/*display: block !important;
	line-height: 38px !important;
	padding-top: 6px !important;*/
}


/******************************/
/******* Form Elements *******/
/****************************/
div.textbox {
	background-image:url(/images/bg-textbox.png);
	behavior: url(/css/iepngfix.htc);
	margin:0 0 8px 0;
	padding:1px 6px;
	
	height:18px;
	width:140px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:16px;
	width:128px;
}

div.textbox input {
	display:block;
	line-height:16px;
	border:0px solid #FF0000;
	font-size:10px;
	padding:0;
	margin:0;
	
	color:#666666;
	
	height:16px;
	width:128px;
}

div.textboxlarge {
	float:left;
	background-image:url(/images/bg-textbox-large.png);
	behavior: url(/css/iepngfix.htc);
	margin:0 0 8px 0;
	padding:1px 6px;
	
	height:18px;
	width:314px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:16px;
	width:302px;
}

div.textboxlarge input {
	display:block;
	line-height:16px;
	border:0px solid #FF0000;
	font-size:10px;
	padding:0;
	margin:0;
	
	color:#666666;
	
	height:16px;
	width:302px;
}

div.textboxextralarge {
	float:left;
	background-image:url(/images/bg-textbox-extralarge.png);
	behavior: url(/css/iepngfix.htc);
	margin:0 0 8px 0;
	padding:1px 6px;
	
	height:18px;
	width:494px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:16px;
	width:482px;
}

div.textboxextralarge input {
	display:block;
	line-height:16px;
	border:0px solid #FF0000;
	font-size:10px;
	padding:0;
	margin:0;
	
	color:#666666;
	
	height:16px;
	width:482px;
}

div.textbox input.password {
	background-image:url(/images/bg-login-password.gif);
	background-repeat:no-repeat;	
}

div.textbox input.email {
	background-image:url(/images/bg-login-email.gif);
	background-repeat:no-repeat;	
}

* html div.textbox input {
	margin-top:-1px;
}

*+html div.textbox input {
	margin-top:-1px;
}

* html div.textboxlarge input {
	margin-top:-1px;
}

*+html div.textboxlarge input {
	margin-top:-1px;
}

* html div.textboxextralarge input {
	margin-top:-1px;
}

*+html div.textboxextralarge input {
	margin-top:-1px;
}

div.textarea {
	background-image:url(/images/bg-textarea.png);
	behavior: url(/css/iepngfix.htc);
	
	padding:1px 6px;
	width:314px;
	height:120px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:118px;
	width:302px
}

div.textarea textarea {
	margin:0;
	display:block;
	width:302px;
	height:118px;
	border:0px solid #ffffff;
	font-size:11px;
	line-height:17px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

* html div.textarea textarea {
	margin-top:-1px;
	height:116px;
}

*+html div.textarea textarea {
	margin-top:-1px;
	height:116px;
}

div.button {
	background-image:url(/images/bg_button.png);
	behavior: url(/css/iepngfix.htc);
	margin:0 0 8px 0;
	padding:1px 6px;
	
	height:18px;
	width:50px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:16px;
	width:38px
}

div.button input {
	display:block;
	color:#333333;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding:0;
	margin:0;
	
	border:0px solid #FFFFFF;
	height:16px;
	width:38px;
}

#pageContent fieldset {
	padding:12px;
	margin:12px 0 0 0;
	border:none;
	border-bottom:1px dotted #864f90;
}

.bookingformtop {
padding-bottom: 12px;
	border-bottom:1px dotted #864f90;
}


#pageContent legend {
	font-weight:bold;
	font-size:14px;
	color:#864f90;
	margin:0 0 0 -12px;
	padding:0 0 12px 0;
}

#pageContent label.labelfloated {
	display:block;
	width:90px;
	float:left;
	font-weight:bold;
	font-size:12px;
}

#notifyError {
	color:#FF0000;
	font-weight:bold;
	padding:0px;
}


/******************************************/
/****** Layout out specific Classes ******/
/****************************************/ 
.formError {
	font-weight:bold;
	color:#FF0000;
	font-size:14px;
}

.whitebg {
	background-color:#FFFFFF;
}

.block {
	display:block;
}

.inline {
	display:inline !important;
}

.subhead {
	font-size:14px;
	color:#864f90;
	display:block;
	width:60px;
	float:left;
}

.floatclearer {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

.floatclearerspacer {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:8px;
	margin-bottom:8px;
	border-bottom:1px dotted #E5E5E5;
}

.add35px {
	margin-bottom:35px;

}

.events-left {
	width:20%;
	margin-right:1%;
	float:left;
}

.events-left span {
	font-size:11px;
}

.events-right {
	width:79%;
	float:left;
}

.events-right a {
	font-size:11px;
}

.events-right span {
	font-size:10px;
}

.events-right span.bold {
	font-size:11px;
}


.events-memebers-logo {
	float:left;
	background-image:url(../images/bg-events-membersonly.gif);
	background-repeat:no-repeat;
	
	height:18px;
	width:18px;
	padding:0 4px 0 0;
}

.events-memebers-key {
	padding-top: 15px;
}

.events-memebers-key span {
	line-height:18px;
	font-size:11px;
}

.events-monthseperator {
	margin:12px 0 6px 0 !important; 
}

.events-booking {
	float:left;
	
	padding:4px;
	width:202px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:194px
}

.events-booking label {
	font-weight:bold;
}

.events-booking-otherinfo {
	padding:0 0 0 45px;
}

.events-booking-otherinfo label {
	font-weight:bold;
}

.poker {
	position:absolute;
	top:-100px;
	left:-100px;
}

.archive-footer {
	padding-bottom: 15px;
	}
	
.bottom-pad-10px {
	padding-bottom: 10px;
}

.bottom-margin-20px {
	margin-bottom: 20px;
}

.bottom-pad-20px {
	padding-bottom: 20px;
}


/*********************************************/
/********* Conference Booking Form **********/
/*******************************************/
.conference-booking-form fieldset {
	display:block;
	border:1px dotted #864F90 !important;
}

.conference-booking-form legend {
	padding:0 4px !important;
	margin:0 0 0 8px !important;
	background-color:#FFFFFF !important;
	color:#864F90 !important;
}

.conference-booking-form legend span {
	font-weight:normal;
	font-size:10px;
	color:#000000;
}

.conference-booking-form label {
	font-weight:bold;
	display:block;
	padding:0 0 8px 0;
}

.conference-booking-form label span.normal {
	font-weight:normal !important;
	font-size:10px;
}

.conference-booking-form select {
	font-size:11px;
}

.conference-booking-form input {
	color:#000000 !important;
}

.RunningTotalDisplay {
	text-align:right;
	font-size:14px;
	font-weight:bold;
}

.bookingstatus p.bold {
	font-size:11px;
	padding:5px 0 0 5px;
}

.bookingstatus ul {
	display:block;
	padding:0 0 8px 10px;
	margin:0;
	border-bottom:1px dotted #864F90;
}

#pageContent  .bookingstatus ul li.nopad {
	font-size:10px;
	padding-bottom:0 !important;
}

.bookingstatus ul li ul {
	padding:0 0 0 10px;
	border-bottom:none;
}

.bookingstatus ul li ul li {
	font-weight:normal;
}


/**************************/
/****** Login Pages ******/
/************************/
#StageManagerClientUserNameWrapper, #StageManagerClientPasswordWrapper {
	display:block;
}

#StageManagerClientUserNameWrapper label, #StageManagerClientPasswordWrapper label {
	display:block;
	width:100px;
	font-size:12px;
	font-weight:bold;
}

#StageManagerWelcomeClientUser {
	display:block;
	font-size:18px;
	line-height:20px;
	padding:0 0 4px 0;
	margin:0;
	letter-spacing: normal !important;
	color:#9d3397;
	font-weight:bold;
}

#StageManagerFailedClientLogin {
	font-weight:bold;
	color:#FF0000;
}


/***********************************/
/****** Search Results Pages ******/
/*********************************/
.searchheading {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

.results .summary {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	padding-bottom:12px;
}

.result_title {
	display:block;
	padding-top:12px;
	border-top:1px dotted #bf4180;
	font-size:14px;
	color:#000000;
	line-height:20px;
}

.result_altblock, .result_block {
	padding-bottom:12px;
}

.context {
	font-size:12px;
	line-height:18px;
}

.context .highlight {
	color:#FFFFFF;
	background-color:#bf4180;
}

.result_title a {
	color:#bf4180;
	font-weight:bold;
}

.infoline {
	font-size:11px;
}


/*****************************/
/***** Members Directory *****/
/***************************/
.full-member {
	width: 50%;
	float: left;
}

#Member-Photograph, #Member-Logo {
	margin-bottom: 20px;
}

.associate-member-left, .corporate-member-left {
	float: left;
	width: 470px;
}


.associate-member-right {
	text-align: right;
	float: left;
	width: 270px;
}

.corporate-member-right {
	float: left;
	width: 270px;
	padding-top: 33px;
}

.associate-member, .corporate-member {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px dotted #E5E5E5;
}

.associate-logo {
	margin-top: 20px;
	margin-bottom: 10px;
}
.associate-pre-text {
	line-height: 20px;
	height: 20px;
	font-size: 20px;
}


/*****************************/
/***** Event Accordion *****/
/***************************/
.monthLabel, .yearLabel {
	margin: 15px 0 15px 0;
}
.yearLabel {
	margin-left: 7px;
}

.forthcoming {
	background-image: url(/images/forthcoming-events.gif);
	height: 32px;
	width: 474px;
	cursor: pointer;
}

.forthcoming h2, .archive h2 {
	display: block;
	padding: 33px 0 0 0;
	height: 0px;
	overflow: hidden;
}

.archive {
	background-image: url(/images/archived-events.gif);
	height: 32px;
	width: 474px;
	cursor: pointer;
}

.toggler {
	cursor: pointer;
}

.element {
	padding-left: 8px;
}
	
/*****************************/
/***** Create/Send *****/
/***************************/


#createsend a {
	line-height:17px;
	height:17px;
	padding:0 0 0 15px;
	margin:8px 0 0 0;
	font-weight:bolder;
	background-repeat:no-repeat;
	display:block;
	behavior: url(/css/iepngfix.htc);
	background-image:url(/images/icon-arrow-red.png);
	color:#d8220c !important;
}


/*****************************/
/***** SIFr Replacement *****/
/***************************/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 20px;
  line-height:20px;
}

.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 18px;
}

.sIFR-active h3 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 16px;
}

.sIFR-active h4 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 14px;
}



/*
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 {
	line-height:21px;
	letter-spacing:1px;
	font-weight: bold;
}

.sIFR-hasFlash h2 {
	line-height:16px;
	letter-spacing:-1px;
}

.sIFR-hasFlash h3 {
	line-height:18px;
	letter-spacing:-1px;
}

.sIFR-hasFlash h4 {
	line-height:15px;
	letter-spacing:-1px !important;
}

h1.sIFR-replaced span,
h2.sIFR-replaced span,
h3.sIFR-replaced span {
	display:block;
	height:0;
	overflow:hidden;
}

h4.sIFR-replaced span {
	display:block;
	height:0;
	overflow:hidden;
}
*/