/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Jeremy Burgeson
DATE CREATED:	2005.07.18
PURPOSE:		Brit's Pub Stylesheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* Base font definition */

A, CENTER, P, UL, OL, BLOCKQUOTE, TD, TH, H1, H2, H3, H4, H5, H6, 
.textStandard, .textStandardWhite, .textHeader, .textSubHeader, .textHomeLinkHeader, .textFormLabel, 
.textBreadcrumb, .textSmall, .textFooter, .textError, .textErrorSmall
{
	font-family: Times New Roman, Times, serif;
}


/* Body style */

BODY {
	font-family: Times New Roman, Times, serif;
	background-color: #ffffff;
	margin: 0px;
}


/* Link definitions */

a { text-decoration:underline; color:#e6e619; }
a:visited { text-decoration:underline; color:#e6e619; }
a:hover { text-decoration:none; color:#e6e619; }
a:active { text-decoration:none; color:#e6e619; }

a.subNav { text-decoration:none; color:#990000; }
a.subNav:visited { text-decoration:none; color:#990000; }
a.subNav:hover { text-decoration:underline; color:#990000; }
a.subNav:active { text-decoration:underline; color:#990000; }

a.footer { text-decoration:underline; color:#999933; }
a.footer:visited { text-decoration:underline; color:#999933; }
a.footer:hover { text-decoration:none; color:#999933; }
a.footer:active { text-decoration:none; color:#999933; }


/* Font definitions */

.textStandard {
	font-size: 12px;
	padding: 0px;
	color: #b3d9d9;
}

.textStandardWhite {
	font-size: 12px;
	padding: 0px;
	color: #ffffff;
}

.textHeader {
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	color: #ffffff;
}

.textSubHeader {
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	color: #ffffff;
}

.textHomeLinkHeader {
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	color: #ffffff;
}

.textFormLabel {
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.textBreadcrumb {
	font-size: 12px;
	padding: 0px;
	color: #ffffff;
	text-align: center;
}

.textSmall {
	font-size: 11px;
	padding: 0px;
	color: #000000;
}

.textFooter {
	font-size: 12px;
	padding: 0px;
	color: #666666;
}

.textError {
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	color: #cc0000;
	background-color: #ffeeee;
}

.textErrorSmall {
	font-size: 11px;
	padding: 5px;
	color: #cc0000;
}


/* Input Field definitions -------------------------------------------------------------------------------- */

INPUT.formstyle {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}

SELECT.formstyle {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}

TEXTAREA.formstyle {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}

INPUT.buttonstyle {
	font-size: 11px;
}

