/* ======= Set Basic Site Colors ======= */
/* USE SEARCH AND REPLACE TO CHANGE COLORS THROUGHOUT THIS DOCUMENT */

/* #8c1842 	- Burgundy, dark 
			- used on A, HR, P, TD, TABLE-Dark, TABLE-Outline
*/

/* #e7c7ce - Burgundy, light 
*/

/* #e2e2e2 	- Super Light gray
			- used on .Form-Input, .Form-Submit
*/


/* ======= SELECTORS - Alphabetical =========== */

A 	/* Hyperlink tags =================== */
	{
	color			: #8c1842; 
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 8pt; 
	text-decoration	: underline; 
	}

BODY 
	{
	background-color: #FFFFFF; 
	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, Sans-Serif;
	font-size		: 8pt;
	margin			: 5px;
	}

H1 
	{
	color 			: #000000;
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size		: 14pt;
	font-weight		: bold;
	/*line-height		: 16pt; */
	}

H2 
	{
	color 			: #000000;
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size		: 12pt;
	font-weight		: bold;
	/*line-height		: 16pt; */
	}


HR 	/* Horizontal Rules ================= */
	{
	color			: #8c1842; 
	}

LI	/* List Items ======================= */
	{
	color			: #000000;
	font-family		: inherit;
	font-size		: inherit;
	font-weight		: inherit;
	}


P, TD /* Paragraph tags, Table Cells === */
	{
	color			: #8c1842;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	}

TABLE.TABLE-Dark  	{background-color: #8c1842;}
TABLE.TABLE-Light 	{background-color: #e2e2e2;}
TABLE.TABLE-Outline {background-color: #8c1842;}
TABLE.TABLE-White 	{background-color: #FFFFFF;}

TD.TD-Dark  		{background-color: #e7c7ce;}
TD.TD-Light 		{background-color: #e2e2e2;}
TD.TD-Outline  		{background-color: #8c1842;}
TD.TD-White			{background-color: #FFFFFF;}








/* ======= CUSTOM - Sections =========== */

/* 
MENUS - Top and Side
BOXES
LISTS
FORMS
PARAGRAPHS
FOOTER
*/

/* MENU Top and Side Menu Setting === */




/* Menu Top Links ================= */
A.Menu-Top-Normal
{	/* background-color: #8c1842; */
	/* color			: #e2e2e2; */
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	padding-left	: 3px;
	padding-right	: 3px;
	text-decoration	: none;
}

A:HOVER.Menu-Top-Normal { background-color: #8c1842; color: #ffffff; text-decoration: underline; }

A.Menu-Top-Active
{
	background-color: #654E49; 
	color			: #ffffff;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	padding-left	: 3px;
	padding-right	: 3px;
	text-decoration	: none;
}

A:HOVER.Menu-Top-Active { text-decoration: underline; }




/* Menu Side Links ================= */

A.Menu-Side 
	{
	color			: #000000;
	font-family		: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	text-decoration	: none;
	}

A:HOVER.Menu-Side 	{ text-decoration: underline; }


	
/* BOXES ============ */
.Box-Title /* color must contrast against TD-Outline */
	{ 
	color			: #FFFFFF; 
	font-family		: Arial, Helvetica, sans-serif; 
	font-size		: 18px; 
	font-weight		: bold; 
	margin-left		: 3px;
	}

.Box-Title-Sub /* color must contrast against TD-Light */
	{ 
	color			: #8c1842; 
	font-family		: Arial, Helvetica, sans-serif; 
	font-size		: 14px; 
	font-weight		: bold; 
	margin-left		: 3px;
	}



/* LISTS =========== */

.List-Heading 
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	}

.List-Row
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: normal;
	}

.List-Empty
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	}

.List-Title 
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	}

.List-SubTitle
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	}


.List-Summary, .List-Data
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	}

.Recordset-Navigation-Bar 
	{
	background-color: #e2e2e2;
	border			: solid 1px #8c1842;
	}

.Recordset-Navigation-Bar-Link
	{
	color			: #8c1842;
	font-family		: Arial;
	font-size		: 8pt;
	font-weight		: normal;
	}




/* FORMS ============ */

.Form-Label 
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 9pt; 
	font-weight		: bold;
	}

.Form-Input 
	{
	background-color: #e2e2e2;
	border			: #000000 solid 1px 1px 1px 1px;
	font-family		: Arial, Helvetica, sans-serif; 
	font-size		: 9pt; 
	}

.Form-Comment 
	{
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 8pt; 
	}

.Form-Submit 
	{
	background-color: #e7c7ce;	
	border			: #000000 solid 1px 1px 1px 1px;
	font-family		: Arial, Helvetica, sans-serif; 
	font-size		: 14px; 
	font-weight		: bold;
	}

.Form-Confirmation /* color should be black on green - universal for YES */
	{
	background-color: #cdfed6;
	border			: #000000 solid 1px 1px 1px 1px;
	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	margin			: 15px;
	padding			: 15px;
	}

.Form-Error /* color should be red on yellow- universal for ERROR */
	{
	background-color: #FFFFCC;
	border			: #000000 solid 1px 1px 1px 1px;
	color			: #FF0000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	margin			: 15px;
	padding			: 15px;
	}




/* PARAGRAPHS ======================== */
/*	(INTRO 		- should be a little larger than regular text)
	(HEADING 	- should be one point size above paragraph and bold 
 ===================== */
.Intro {
	background-color: #ffffff;
	border-top		: solid 1px;
	border-bottom	: solid 1px;
	color			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 9pt; 
	font-weight		: bold;
}

.Heading {
	color			: #000000;
	font-family		: Arial, Helvetica, sans-serif; 
	font-size		: 9pt;  
	font-weight		: bold;
	padding-top 	: 5px; 
}




/* FOOTER Items ============= */
.Footer 
	{
	color			: #8c1842;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	}
