/*
	================================================================================
	AUTHOR:			Steven Jacobsen
	CREATED:		August 13, 2004
	DESCRIPTION:	Global CSS file.
	================================================================================
*/

/*  STANDARD CSS COMPONENTS                                                          */
body {
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

img, table {
	border: none;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*  STANDARD CSS CLASSES                                                             */
.strong {
	font-weight: bold;
}

.link_break {
	clear: both;
}

.break {
	height: 1px;
	clear: both;
}

.float-left {
	float: left;
}

.align-left {
	text-align: right;
}

.float-right {
	float: right;
}

.align-right {
	text-align: right;
}

#debug {
	background-color: #F0F0F0;
	padding: 4px 14px;
	position: absolute;
	bottom: 0px;
	font-family: Courier, mono;
	font-size: 10px;
	border: thin outset;
	text-align: left;
	white-space: pre;
}

.display-shadow-left {
	float: left;
}

.display-shadow {
	background-image: url(http://www.keithprowse.com/shared/images/library/shadow-background.gif);
	height: 11px;
	text-align: right;
	background-position: left top;
	background-repeat: repeat-x;
}

.display-shadow-left-image {
	background-image: url(http://www.keithprowse.com/shared/images/library/shadow-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: top;
	Height: 11px;
	width: 8px;	
}

.display-shadow-right-image {
	background-image: url(http://www.keithprowse.com/shared/images/library/shadow-right.gif);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: top;
	Height: 11px;
	width: 8px;	
}

.display-shadow-right {
	float: right;
}

.no-underline {
	text-decoration: none;
}

.error-center {
	border: 1px solid #CC3333;
	background-color: #FEDEDE;
	background-image: url(http://www.keithprowse.com/shared/images/library/error-background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.locked {
	padding-left: 15px;
	background-image: url(http://www.keithprowse.com/shared/images/library/tick-green.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/*  INFORMATION BOXES                                                                */
.error, .note, .error-center, .done, .info, .final-confirm, .note-small {
	font-size: 9px;
	color: #000000;
	padding: 5px;
	padding-left: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}

.info {
	padding: 4px;
	padding-left: 30px;
	background-position: left center;
	background-color: #F1F1F1;
	background-repeat: no-repeat;
	background-image: url(http://www.keithprowse.com/shared/images/library/info-background.gif);
}

#success-supplier {
	margin-top: 10px;
	padding: 4px;
	background-position: left top;
	background-color: #FBFBFB;
	background-repeat: no-repeat;
	background-image: url(http://www.keithprowse.com/shared/images/library/success-supplier.jpg);
	border: 1px solid #F1F1F1;
}

#fail-supplier {
	margin-top: 10px;
	padding: 4px;
	background-position: left top;
	background-color: #FBFBFB;
	background-repeat: no-repeat;
	background-image: url(http://www.keithprowse.com/shared/images/library/fail-supplier.jpg);
	border: 1px solid #F1F1F1;
}

#success-item {
	margin-top: 10px;
	padding: 4px;
	padding-left: 60px;
	background-position: left center;
	background-color: #CCFFCC;
	background-repeat: no-repeat;
	background-image: url(http://www.keithprowse.com/shared/images/library/success-item.jpg);
	border: 1px solid #368700;
}

#fail-item {
	margin-top: 10px;
	padding: 4px;
	padding-left: 60px;
	background-position: left center;
	background-color: #FEDEDE;
	background-repeat: no-repeat;
	background-image: url(http://www.keithprowse.com/shared/images/library/fail-item.jpg);
	border: 1px solid #CC6666;
}

.booking_ref {
   	font-weight: bold;
	font-size: 12px;
	margin-top:18px;
	margin-bottom:16px;
}

.heading-part_success, .heading-success, #success-supplier .supplied_by, #fail-supplier .supplied_by, #success-item .event_desc, #fail-item .event_desc {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}

.text-success, .part_success {
	font-size: 11px;
	font-weight: bold;
}

.heading-part_success, .part_success {
   	color: #999900;
}

.heading-success, .text-success, #success-supplier .supplied_by, #success-item .event_desc, #success-item .venue_desc, #success-item .links  {
   	color: #006600;
}

#fail-supplier .supplied_by, #fail-item .event_desc, #fail-item .venue_desc {
	color: #FF0000;
}

#success-supplier .amount_debited, #fail-supplier .amount_debited {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
}

#success-supplier .text_card_ref, #fail-supplier .text_card_ref {
	font-size: 9px;
	margin-bottom: 1px;
}


#success-item .venue_desc, #fail-item .venue_desc, #success-item .date_desc, #fail-item .date_desc {
	font-size: 11px;
}

#success-item .seat_id {
	margin-top: 5px;
}

#success-item .seat_numbers {
	margin-left: 10px;
}

#success-item .links {
	font-weight: bold;
}

#success-item .send_comment_title {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

#correct-large .sub-heading {
	color: #000000;
	font-weight: bold;
}

.error {
	border: 1px solid #CC6666;
	background-color: #FEDEDE;
	background-image: url(http://www.keithprowse.com/shared/images/library/error-background.jpg);
}

.note, #note-large {
	border: 1px solid #BCBC68;
	background-color: #FFFFCC;
	background-image: url(http://www.keithprowse.com/shared/images/library/msg-background.jpg);
}

.done {
	border: 1px solid #EAEA9F;
	background-color: #FFFFE3;
	background-image: url(http://www.keithprowse.com/shared/images/library/entered-background.gif);
}

.note-div {
	margin-top: 5px;
	margin-bottom: 5px;
}

.error-div {
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
}

.tip {
	margin-top: 5px;
}
.search-small {
	padding: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #F1F1F1;
	background-color: #F4F4F4;
	margin-left: 10px;
	margin-right: 10px;
}

.note-small {
	float: right;
	padding: 4px;
	padding-top: 12px;
	padding-bottom: 8px;
	border: 1px solid #F1F1F1;
	background-color: #F1F1F1;
	width:200px;
	text-align: center;
}

.error-highlight {
	font-weight: bold;
	color: #FF0000;
}

#note-large {
	background-image: url(http://www.keithprowse.com/shared/images/library/note-large.gif);
	font-size: 11px;
	padding: 5px;
	padding-left: 60px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}

#error-large {
	border: 1px solid #CC6666;
	background-color: #FEDEDE;
	background-image: url(http://www.keithprowse.com/shared/images/library/error-large-background.gif);
	font-size: 11px;
	padding: 5px;
	padding-left: 60px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}

.note-large-heading {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	margin-top: 4px;
	margin-bottom: 2px;
}

.error-heading {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 5px;
	margin-bottom: 3px;
}

.note-heading {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}

.entered {
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 1px;
}

.large-confirm {
	font-weight: bold;
	text-align: right;
	border: 1px solid #F1F1F1;
	background-position: left center;
	background-color: #F1F1F1;
	background-repeat: no-repeat;
	background-image: url(http://www.keithprowse.com/shared/images/library/info-background.gif);
	font-size: 11px;
}

.error-not_entered-textbox {
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url(http://www.keithprowse.com/shared/images/library/not_entered-textbox-bg.gif);
}

.final-confirm {
	font-weight: bold;
	text-align: right;
	border: 1px solid #F1F1F1;
	background-position: left center;
	background-color: #F1F1F1;
	background-repeat: no-repeat;
	background-image: url(http://www.keithprowse.com/shared/images/library/info-background.gif);
	font-size: 11px;
}

#display-info-panel-error a {
	color: #FF0000;	
	font-weight: bold;
}

#PopupDiv {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display:none;
	z-index:100
}
#DivShim {
	position:relative;
	display:none;
	height: 120px;
	width: 400px;
	margin-top: 60px;
}

#PopupDiv .box {
	color: #000000;
	position:relative;
	height: 120px;
	width: 400px;
	background-color: #E6E6E6;
	background-image: url(http://www.keithprowse.com/shared/images/loading-box.jpg);
	margin-top: -120px;
	left: 0px;
}

#PopupDiv #progressImage {
	background-image: url(http://www.keithprowse.com/shared/images/loading.gif);
	background-color: #FFFFFF;
	color: #000000;
	margin-top:20px;
	z-index: 99999;
	height: 20px;
	width: 194px;
}

#PopupDiv .heading {
	color: #000000;
	z-index: 99999;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

#PopupDiv .text {
	color: #000000;
	z-index: 99999;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.lang_box-cs, .lang_box-de, .lang_box-uk, .lang_box-es, .lang_box-fr, .lang_box-nl, .lang_box-pt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:25px;
	background-repeat: no-repeat;
	background-position: left center;	
}
.lang_box-cs {
	background-image: url(http://www.keithprowse.com/shared/images/library/flags/cz-small.gif);
}
.lang_box-de {
	background-image: url(http://www.keithprowse.com/shared/images/library/flags/de-small.gif);
}
.lang_box-uk {
	background-image: url(http://www.keithprowse.com/shared/images/library/flags/uk-small.gif);
}
.lang_box-es {
	background-image: url(http://www.keithprowse.com/shared/images/library/flags/es-small.gif);
}
.lang_box-fr {
	background-image: url(http://www.keithprowse.com/shared/images/library/flags/fr-small.gif);
}
.lang_box-nl {
	background-image: url(http://www.keithprowse.com/shared/images/library/flags/nl-small.gif);
}
.lang_box-pt {
	background-image: url(http://www.keithprowse.com/shared/images/library/flags/pt-small.gif);
}

#change-lang select {
	height: 18px;
}

.link-page-small-other {
	text-align: left;
}

#price-table {
	margin-top: 5px;
	margin-bottom: 5px;
}

#price-table .blue-heading {
	border-bottom: 2px solid #0080FF;
	border-top: 2px solid #0080FF;
}

#price-table .red-heading {
	border-bottom: 2px solid #CC0000;
	border-top: 2px solid #CC0000;
}

#price-table .yellow-heading {
	border-bottom: 2px solid #FFFF00;
	border-top: 2px solid #FFFF00;
}

#price-table .type {
	background-color: #FFFFFF;
}

#price-table .blue-type {
	border-bottom: 2px solid #0080FF;
}

#price-table .red-type {
	border-bottom: 2px solid #CC0000;
}

#price-table .yellow-type {
	border-bottom: 2px solid #FFFF00;
}

.price-table-explain {
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.price-table-blue {
	border: 2px solid #0080FF;
}

.price-table-red {
	border: 2px solid #CC0000;
}

.price-table-yellow {
	border: 2px solid #FFFF00;
}
