#pageBody {
}

#module {
	padding-bottom: 6px;
	height: 20px;
}

#moduleTitle {
	font-size: 16px;
	font-weight: bold;
	float: left;	
}

#moduleDescription {
	font-size: 14px;
	font-weight: normal;
	float: right;
}

#orderSteps {
	border-top: solid 1px;
	border-bottom: solid 1px;
	margin-bottom: 15px;
	padding: 5px;
	font-weight: bold;
}

.orderStep {
	margin-right: 10px;
}

#main {
	position: relative;
	float: left;
	margin-bottom: 4px;
}

.imageText {
	padding-left: 18px;
}

.orderStepImage {
	position: absolute;
}

#mainContents {
	padding: 6px;
	padding-bottom: 0px;
}

.roundedPanel {
	margin: 0px;
	padding: 0px;
}

.corner {
	width: 6px;
	height: 6px;
	position: relative;
}

.cornerBottomLeft	{ float: left;	bottom: 0px; }
.cornerBottomRight	{ float: right;	bottom: 0px; }
.cornerTopLeft		{ float: left;	top: 0px; }
.cornerTopRight		{ float: right;	top: 0px; }

#bodyHeader {
	margin: 12px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: solid 1px;
	font-size: 12px;
	font-weight: bold;
}

.freeTickets {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

.bodyHeaderBullet {
	position: absolute;
}

#bodyContents {
	padding: 0px 10px 10px;
}

.contentsTile {
	padding-bottom: 5px;
	clear: both;
}

.loginIcon {
	float: left;
	margin-right: 5px;
}

.loginText {
	vertical-align: middle;
}

#buttonBar {
	padding: 4px;
}

#footer {
	text-align: center;
	margin-top:10px;
}

a#poweredbyLogo img {
	border-style: none;
}

.formError {
	font-weight: bold;
	color: red;
}

table.orderlineTypes {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table.orderlineTypes th {
	font-weight: normal;
	text-align: left;
}

table.orderlineTypes input.totalPrice {
	text-align: right;
}

#calendarPanel {
	position: absolute;
	width: 250px;
	left: 615px;
	top: 79px;
	display: table;
}

#calendar {
	margin-top: 10px;
	width: 250px;
	display: table;
	margin-top: 10px;
}

#calendarInfo {
	margin: 0px;
	width: 250px;
	display: table;
}

#calendarInfoBody {
	margin: 6px 6px 0px;
	padding: 4px;
}

#calendarHeader {
	text-align: center;
	margin-bottom: 6px;
}

.monthNavigationButton {
	width: 26px;
}

.regularButton {
	text-align: center;
	border-width: 1px;
}

#prevMonthButton {
	float: left;
}

#nextMonthButton {
	float: right;
}

#calendarMonth {
	font-size: 14px;
	font-weight: bold;
}

#calendarYear {
	font-size: 18px;
	font-weight: bold;
}

#calendarBody {
	margin: 6px;
	margin-bottom: 0px;
}

#calendarContents {
	padding: 0px;
	margin: 0px;
}

#calendarContents table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

#calendarContents td {
	width: 40px;
	cursor: pointer;
	padding: 2px 0px;
	font-weight: bold;
}

#calendarContents td.selectedDate {
	border: solid 2px;
	font-weight: bold;
	font-size: larger; 
}

#calendarContents td.disabledDate {
	font-style: italic;
	cursor: not-allowed;
	font-weight: normal;
}

div.formrow {
	clear: both;
	display: table;
}

.formrow span.formlabel {
	float: left;
	text-align: left;
	width: 280px;
}

.formrow span.wideformlabel {
	width: 180px;
}

.formrow span.formfield {
	float: left;
	text-align: left;
}

.formrow input {
	height:12px;
	font-size:1em;
}

.paragraphHeader {	
  	margin-top:2px;
	line-height:1em;
	text-align:left;
	color:#393226;
	font-weight: 600;
}

.paragraph {
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
}

.filler {
	clear: both;
	height: 150px;
}

.idealDelayInfo {
	font-style: italic;
}

#phonenumberNotice {	
	font-size: 10px;
	clear:both;
}

#selectedTicketsList {
	list-style: none;
	margin: 2px;
    padding: 0;
}

#selectedTicketsPrice {
	font-weight: bold;
}

.selectGender {
	width: 59px;
}
/* event selection table*/

tr.bodyHeader {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

tr.selectedRow {
	font-weight: bold;
	background-color: #FFFF99;
	color: black;
}

td.availableCell {
	text-align: right;
}

table.eventTable {
	margin: 6px;
	padding: 3px;
	max-width: 700px;
}

div.eventDiv {
	border: solid 1px #333333;
	display: block;
	overflow: auto;
	height: 250px;
}

table.eventTable tr,td{
	margin: 0px;	
}

tr.formRow:hover {
	background-color: #FFFF99;
    cursor: pointer;
    color: black;	
}
div.eventHeight {
	min-height: 50px;	
}
table.eventTable td.eventStartTime{
	width: 110px;	
}

table.eventTable td.eventName{
	width: 200px;	
}

table.eventTable td.eventInfoDate{
	width: 200px;	
}

table.eventTable td.eventInfoBrief{
	width: 200px;	
}

