/*
###===========================================================================
#
# Copyright (c) 2006 by Computors Limited. All Rights Reserved.
#
# No part of this publication or software may be reproduced, transmitted,
# transcribed, stored in a retrieval system, or translated into any
# language without the prior written authorization of Computors Limited.
#
# This is a licensed product of Computors Limitied.
#
# CSS         : tickit_general.css
# Description : Tickit Cascading Style Sheet.
#
###===========================================================================
*/
.TICKIT_Content_Area {
	padding: 5px 0px 10px 0px;
}
.TICKIT_Form {
	padding: 0px 0px 0px 0px;
}
.TICKIT_Header_Area {
	float: none;
	clear: both;
}
H1.TICKIT_Header_Title {
	font-size: 1.8em;
	font-weight: 700;
	padding: 5px 0px 5px 0px;
}
H2.TICKIT_Details_Title,
H2.TICKIT_Payment_Title,
H2.TICKIT_Contact_Title {
	font-size: 1.2em;
	font-weight: 700;
	color: #333333;
	clear: both;
}
DIV.TICKIT_Details_Area {
	padding: 4px 0px 20px 0px;
}
DIV.TICKIT_Paragraph_Area {
}
.TICKIT_Text {
	font-size: 1.1em;
	padding: 0px 0px 5px 0px;
}
.TICKIT_Text_Small {
	font-size: 0.8em;
	font-weight: 500;
	color: #888888;
}

DIV.TICKIT_Field_Area,
DIV.TICKIT_Field_Area2 {
	float: none;
	clear: both;
}
DIV.TICKIT_Label,
DIV.TICKIT_Label2 {
float: left;
clear: left;
width: 230px;
text-align: left;
font-size: 1.2em;
font-weight: 700;
color: #000;
padding: 4px 4px 0px 0px;
margin: 0px 0px 0px 0px;
}
DIV.TICKIT_Data,
DIV.TICKIT_Data2 {
    float: none;
    clear: none;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
}
INPUT.TICKIT_Data_Field,
INPUT.TICKIT_Data_Field2,
SELECT.TICKIT_Data,
SELECT.TICKIT_Data2 {
	font-size: 1.2em;
	font-weight: 700;
}
INPUT.TICKIT_Data2 {
	font-size: 1.2em;
	font-weight: 700;
}
TEXTAREA.TICKIT_Data2 {
	font-size: 1.2em;
	font-weight: 700;
}
SELECT.TICKIT_DataLabel {
	font-size: 1.2em;
	font-weight: 500;
	color: #333333;
}
DIV.TICKIT_Button_Area {
	float: none;
	clear: both;
	padding: 5px 0px 0px 0px;
}
.TICKIT_Button {
    float: left;
    clear: both;
    padding: 0px 0px 0px 5px;
}
DIV.TICKIT_Search_Button {
    padding: 4px 0px 10px 230px;
	width: 700px;
	text-align: right;
}

DIV.TICKIT_Detail_Line {
	float: none;
	clear: both;
}
DIV.TICKIT_Detail_Label {
	float: left;
	clear: left;
	width: 230px;
	text-align: right;
	font-size: 1.2em;
	font-weight: 500;
	color: #333333;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
DIV.TICKIT_Detail_Data {
	float: left;
	clear: none;
	font-size: 1.2em;
	font-weight: 700;
	color: #0B3A70;
	width: 335px;
	padding: 2px 0px 0px 5px;
}

DIV.TICKIT_Payment_Area {
	padding: 10px 0px 0px 0px;
}
DIV.TICKIT_Item_Price {
	clear: none;
	display: inline;
	white-space: nowrap;
}
SPAN.TICKIT_Item_Price_Symbol {
	font-size: 2.2em;
	font-weight: 700;
	color: #0B3A70;
	vertical-align: text-bottom;
}
SPAN.TICKIT_Item_Price_Value {
	font-size: 2.2em;
	font-weight: 700;
	color: #0B3A70;
	vertical-align: text-bottom;
}
SPAN.TICKIT_VAT_Short_Desc {
	font-size: 0.8em;
	font-weight: 500;
	color: #888888;
	padding: 0px 0px 0px 2px;
	white-space: nowrap;
    display: block;
}
DIV.TICKIT_Price_Button_Area {
	float: right;
	clear: none;
	display: inline;
	white-space: nowrap;
	padding: 0px 0px 0px 4px;
}
DIV.TICKIT_Checkout_Button {
	display: inline;
	white-space: nowrap;
	padding: 0px 0px 0px 5px;
}
INPUT.TICKIT_Checkout_Button {
	display: inline;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
}
DIV.TICKIT_Back_Button {
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
}

/*
###===========================================================================
### Images
###===========================================================================
*/
DIV.TICKIT_File_Area {
    width: 100%;
/*	border: 1px solid #CCCCCC;*/
    background-color: #FFFFFF;
/*	padding: 5px 5px 5px 5px;*/
	overflow: hidden;
}
DIV.TICKIT_File_Area_Thumbnail {
	float: left;
	clear: none;
    text-align: center;
	padding: 0px 5px 5px 0px;
    overflow: hidden;
}
A.TICKIT_Tn_Image_Link:link,
A.TICKIT_Tn_Image_Link:visited,
A.TICKIT_Tn_Image_Link:hover,
A.TICKIT_Tn_Image_Link:active {
    text-decoration: none;
    display: block;
	overflow: hidden;
}


/* The following have no element type as they can be applied to any form control. */
.required {
	font-size: 8pt;
	border: 1px solid #6699CC;
	padding: 1px 4px 1px 4px;
	background-color: #FFFFDD;
}
.optional {
	font-size: 8pt;
	border: 1px solid #6699CC;
	padding: 1px 4px 1px 4px;
	background-color: #FFFFFF;
}
.error {
	font-size: 8pt;
	border: 1px solid #FF0000;
	padding: 1px 4px 1px 4px;
	background-color: #FFDDDD;
}
/* Don't add background colour or border styles to legends. */
/* These are controlled by the class. */
#Form_Legend_Required, #Form_Legend_Optional {
	width: 90px;
	color: #333333;
	text-align: center;
	white-space: nowrap;
}

/*
###===========================================================================
### CSS for Form Messages
### Over writes site.css
###===========================================================================
*/
DIV.XFORMMSG {
	width: 700px;
	margin: 0px 0px 4px 0px;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
DIV.XFORMMSG_Text, DIV.XFORMMSG_TEXT {
	display: inline; 
	font-size: 1.2em;
	color: #333333;
}
DIV.XFORMMSG_Icon, DIV.XFORMMSG_ICON {
    float: left;
	clear: none;    
    padding: 0px 4px 0px 0px;
}
DIV.XFORMMSG_Ok, DIV.XFORMMSG_OK {
	background-color: #DDFFDD;
	border-color: #00FF00;
}
DIV.XFORMMSG_Info, DIV.XFORMMSG_INFO {
	background-color: #DDDDFF;
	border-color: #0000FF;
}
DIV.XFORMMSG_Warning, DIV.XFORMMSG_WARNING {
	background-color: #FFFFDD;
	border-color: #CCCC00;
}
DIV.XFORMMSG_Error, DIV.XFORMMSG_ERROR {
	background-color: #FFDDDD;
	border-color: #FF0000;
}

.XCOPYRIGHT {
    float: left;
    padding: 5px;
    font-size: 1.0em;
    color: #FFFFFF;
}
.iView_Link {
    float: right;
    padding: 5px;
    font-size: 1.0em;
    color: #FFFFFF;
}
A.TICKIT_iView_Link:link,
A.TICKIT_iView_Link:visited,
A.TICKIT_iView_Link:hover,
A.TICKIT_iView_Link:active {
    font-size: 1.0em;
    color: #FFFFFF;
}
