/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Jeremy Burgeson
DATE CREATED:	2004.03.20
PURPOSE:		Awaken Stylesheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* Base font definition */

A, CENTER, P, UL, OL, BLOCKQUOTE, TD, TH, H1, H2, H3, H4, H5, H6
.textStandard, textHeader, .textSubHeader, .textSmall, .textPricingTable, .textScheduleTable, .textScheduleTableClass, .textError, .textErrorSmall
{
	font-family: Times, Times New Roman, serif;
}


/* Body style */

BODY {
	font-family: Times, Times New Roman, serif;
}


/* Link definitions */

a { text-decoration:underline; color:#3c3c3e; }
a:visited { text-decoration:underline; color:#3c3c3e; }
a:hover { text-decoration:none; color:#3c3c3e; }
a:active { text-decoration:none; color:#3c3c3e; }


/* Font definitions */

.textStandard {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	color: #3c3c3e;
}

.textHeader {
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	color: #8cb165;
}

.textSubHeader {
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	color: #3c3c3e;
}

.textSmall {
	font-size: 11px;
	padding: 0px;
	color: #3c3c3e;
}

.textPricingTable {
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #3c3c3e;
}

.textScheduleTable {
	font-size: 11px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #3c3c3e;
}

.textScheduleTableClass {
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #3c3c3e;
	text-align: center;
}

.textError {
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	color: #cc0000;
	background-color: #ffeeee;
}

.textErrorSmall {
	font-size: 10px;
	padding: 5px;
	color: #cc0000;
}


/* Image definitions */

#scheduleOnline {
	position: absolute;
	top: -8px;
	right: 20px;
	z-index: 50;
}
#scheduleOnlineContainer {
	position: relative;
}

.storeItemThumbnail {
	width: 73px;
	height: 73px;
	border: 1px, solid;
	border-color: #990000;
}


/* Input Field definitions -------------------------------------------------------------------------------- */

INPUT.formstyle {
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}

INPUT.formstyleUneditable {
	background-color: #f3f6fe;
	font-size: 11px;
	color: #000000;
}

SELECT.formstyle {
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}

TEXTAREA.formstyle {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

INPUT.buttonstyle {
	background-color: #d0e4bb;
	font-size: 11px;
	font-weight: bold;
	color: #3c3c3e;
}

