/* HEADER
==================================*/

DIV.content SPAN.header{
	font-size:14px;
	margin-bottom: 5px;
	font-weight:bold;
	display: block;
	
}

/* ERROR
==================================*/

DIV.content SPAN.error {
	display: block;
	color:#FF0000;
	background-color:#fff2f2;
	border:1px solid;
	border-color:#cccccc;
	padding: 5px;
	margin-bottom: 15px;
	font-weight:bold;
}

/* FORM TABLE
==================================*/

TABLE.form {
	width: 100%;
	padding: 0;
	border-top: solid 1px #fff !important;
	border-bottom: solid 1px #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

TABLE.form TR {
	vertical-align: top;
}

TABLE.form TD, TABLE.tblSummary TD {
	text-align: left;
	vertical-align: top;
}

TABLE.form TR.bottomline TD
{
	padding-bottom: 3px;
	border-bottom: solid 1px #fff;
}

TABLE.form TD.label {
	width: 180px !important;
	color: #222;
	font-weight: normal;
	padding: 3px 8px 0px 0px;
	text-align: right;
}

TABLE.form TD.control {
	padding: 0px  5px 0px 0px;
}

TABLE.form TD.reqfield {
	background-repeat: no-repeat;
}

TABLE.summary TD.label 
{
	font-weight: bold !important;	
	padding-top: 1px !important;
}

/* FORM CONTROLS
==================================*/

TABLE.form INPUT, TABLE.form TEXTAREA {
	width: 195px;
	margin: 0px;
}

TABLE.form SELECT {
	width: 203px;
	margin: 0px;
}

TABLE.form INPUT 
{
	background-color:#fff;
	border: solid 1px #7B9EBD;
	height: 18px;
	padding: 0px 3px;
}
TABLE.form INPUT.CreditCardSecurityCode
{
	width: 60px !important;
}
TABLE.form INPUT.FirstName
{
	width: 130px !important;
	margin-right: 3px;
}

TABLE.form INPUT.Prefix
{
	width: 54px !important;
}

TABLE.form TEXTAREA.Remarks {
	height: 120px !important;
}

TABLE.form SPAN.fullWidth
{
	width: 360px !important;
	display: block !important;
	margin-bottom: 5px;
}

TABLE.form TEXTAREA.fullWidth
{
	height: 90px !important;
	width: 387px !important;
	margin-bottom: 5px;
}

TABLE.form INPUT.upload
{
	width: 283px !important;
}

TABLE.form INPUT.ZipCode
{
	width: 53px !important;
	margin-right: 3px;
}

TABLE.form INPUT.Locality 
{
	width: 131px !important;
}

TABLE.form INPUT.other
{
	width: 131px !important;
	margin-left: 20px;
}

TABLE.form SELECT.dtDay, TABLE.form SELECT.dtMonth, TABLE.form SELECT.dtYear {
	margin-right: 3px !important;
}
TABLE.form SELECT.dtDay {
	width: 40px !important;
}
TABLE.form SELECT.dtMonth {
	width: 75px !important;
}
TABLE.form SELECT.dtYear {
	width: 75px !important;
}
TABLE.form SELECT.dtMonth2 {
	width: 50px !important;
}
TABLE.form SELECT.Tickets {
	width: 50px !important;
	margin-right: 10px !important;
}
TABLE.form TABLE.radio 
{
	margin-top: 3px;
}

TABLE.form INPUT.radio, TABLE.form SPAN.radio INPUT
{
	width: 15px;
	height: 15px;
	border-width: 0px;
	background-color: transparent;
}

TABLE.form LABEL {
	height: 19px;
	margin-left: 5px;
	margin-right: 15px;
	position: static !important;
}

TABLE.form SPAN 
{
	display: inline !important;
}

/* Availablitity tabel
==================================*/

TABLE.radioBr 
{
	width: 100% !important;
}

TABLE.radioBr TD 
{
	border-width: 0px !important;
	width: 25%;
	vertical-align: middle;
}

TABLE.radioBr LABEL 
{
	margin-right: 5px !important;
}

TABLE.radioBr INPUT.radioBr, TABLE.radioBr SPAN.radioBr INPUT
{
	width: 15px !important;
	border-width: 0px !important;
	background-color: transparent !important;
}

/* VALIDATION
==================================*/

TABLE.radio TD, TABLE.radio TH
{
	border-width: 0px !important;
	padding: 1px 0px !important;

}

/* VALIDATION
==================================*/

SPAN.invalid {
	color: #f00;
}

INPUT.invalid, SELECT.invalid {
	background-color:#fff2f2 !important;
	border: solid 1px #7B9EBD !important;
}


/* VALIDATION
==================================*/

DIV#WizardButtons 
{
	width: 100%;
	padding: 3px;
}

DIV#WizardButtons INPUT 
{
	width: 90px;		
	height: 25px;		
}

DIV#WizardButtons INPUT.cancel 
{
	float: left;
	margin-right: 15px;
}

DIV#WizardButtons INPUT.next
{
	float: right;
}

DIV#WizardButtons INPUT.previous
{
	float: right;
	margin-right: 5px;
}

/* Page numbering
==================================*/
DIV.content {
	position: relative;
	top: 15px;
	background-color: #e6e6ea;
	padding: 15px;	
}

DIV.pageNumbering 
{
	width: 100%;
	text-align: right;
	height: 30px;	
	position: absolute;
	top: 12px;
	left: 0px;
	padding-right: 0px;
}

DIV.pageNumbering UL
{
	display: inline;	
	float: right;
	margin-top: 0px;
}


DIV.pageNumbering LI {
	display: inline;
	list-style: none;
}
DIV.pageNumbering LI DIV {
	display: inline ;
	height: 15px;
	width: 17px;
	border: 1px solid #0A55A3;
	font-weight: bold;
	color: #0A55A3;
	background-color: #ccc;
	margin-left: 3px;
	font-size: 11px; /*cursor: hand;*/
	text-align: center;
	float:left;
}

DIV.pageNumbering LI.selected DIV {
	border-color: #000;
	color: #000;
	background-color: #fff;
}



