/* Default body stype */
body {
	font-family:Arial;
	font-size: 12pt;
	background-color: #FFFFFF;
}

/* Header at top of each page */
.mobHeader {
	background-color:#868F98;
	color:#FFFFFF;	
}

/* Subheader below top header */
.mobSubHeader {
	background-color:#C5A548;
	color:#FFFFFF;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

/* Disclaimer text */
.mobDisclaimerText {
	font-family:Arial;
	font-size: 12pt;
}	

/* Input Fields */
.mobInputText {
	font: 12pt arial;
}

/* Field Labels */
.mobLabel {
	font-weight:bold;
}

/* Display Data */
.mobData {
	font-weight:normal;
}

/* Error message text */
.mobErrorText {
	color: Red;
	font-weight:bold;
	font-size: 10pt;
}

.mobPaymentFailureText
{
	color: crimson;
	font-weight: bold;
	font-size: 16pt;
}

/***** Summary Styles *****/
/* Summary style */
.mobSummary {
	background-color:#FFFFFF;
}

/* Alternating summary style */
.mobAltSummary {
	background-color:#F8F6EC;
}
	
/* Seperator cell style */	
.mobSummarySeperator {
	border-bottom: solid 1px #000000;
}

/***** Push Buttons  *****/
/* Shopping cart button in page header */
.mobCartButton {
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:10pt;
	border-radius:6px;
	border: 2px solid #000000;    
	width: 60px;
}	

/* Standard large button */
.mobButton {
	background-color:#C5A548;
	color:#FFFFFF;
	font-size:10pt;
	border-radius:6px;
	border: 2px solid #868f98;    
	height: 30px;
}	

/* Standard large button in disabled state */
.mobButtonDisabled {
	background-color:gray;
	color:silver;
	font-size:10pt;
	border-radius:6px;
	border: 2px solid #868f98;    
	height: 30px;
}	

/* Smaller button */
.mobSmallButton {
	background-color:#C5A548;
	color:#FFFFFF;
	font-size:10pt;
	border-radius:6px;
	border: 2px solid #868f98;    
}	

/* Smaller button is diabled state */
.mobSmallButtonDisabled {
	background-color:gray;
	color:silver;    
	font-size:10pt;
	border-radius:6px;
	border: 2px solid #868f98;    
}	

/***** Hypertext links *****/
/* Help Links */
.mobHelp:link, .mobHelp:visited, .mobHelp:active, .mobHelp:hover {
	font-family:Arial;
	font-size: 11pt;
    text-decoration: underline;
    color: #FFFFFF;
}

/* Other Links such as Contact Us */
.mobLink:link, .mobLink:visited, .mobLink:active, .mobLink:hover {
	font-family:Arial;
	font-size: 11pt;
    text-decoration: underline;
    color: #0000FF;
}

.mobCreditCardLabel {
	font: 9pt arial;
	color: Red;
}
.mobCreditCardOnly {
	color: Red;
}
/* Tables */
.mobTableStyle {
	border-style:Solid;
}	

/* Shopping Cart styles */
.mobCartLabel {
	font: 9pt arial;
	font-weight: bold;
}

.mobCartText {
	font: 9pt arial;
}

.mobCartInputText {
	font: 9pt arial;
	color: black;
}

.mobCartLink:link, .mobCartLink:visited, .mobCartLink:active, .mobCartLink:hover {
	font-family:Arial;
	font-size: 9pt;
    text-decoration: underline;
    color: #0000FF;
}
