/* Styles of main elements */
BODY
{
	font-family: Verdana, Arial;
	color: Black;
}
BODY.Popup
{
	font-size: 0.8em;
}
TD
{
	font-size: 0.8em;
	vertical-align: top;
}
TABLE
{
	border: none 1px;
	border-color: #cccccc;
	border-collapse: collapse;
}
h1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h5
{
	margin-bottom: 0px;
}
IMG
{
	border: 0px;
}
LI
{
	margin-bottom: 0.5em;
}
A
{
	color: Black;
	text-decoration: none;
}

/* Tables */
TABLE.PriceList TD
{
	text-align: center;
	vertical-align: middle;
}
TABLE.PriceList TD.Heading
{
	background-color: Maroon;
	color: White;
	vertical-align: top;
}
TABLE.PriceList TD.FirstCol
{
	background-color: #fec6a1;
}
TABLE.PriceList TD.HeadingFirstCol
{
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
TABLE.PriceList TR.Totals
{
	font-weight: bold;
}
TABLE.PriceList TR.Totals TD
{
	border-top: double 3px;
}
TABLE.PriceList TR.Totals TD.FirstCol
{
	border-top: solid 1px;
}

TABLE.Invoice
{
	border-right: solid 1px;
	color: black;
	background-color: white;
}
TABLE.Invoice TD
{
	padding: 4px;
	margin: 0px;
}
TABLE.Invoice TD.Cost
{
	border-left: solid 1px;
	text-align: right;
}
TABLE.Invoice TR.Heading
{
	font-weight: bold;
	color: white;
	background-color: maroon;
}
TABLE.Invoice TR.Heading TD
{
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-left: solid 1px;
}
TABLE.Invoice TD.FirstCol
{
	border-left: solid 1px;
}
TABLE.Invoice TD.PreFirstColFirst
{
	border-top: solid 1px;
}
TABLE.Invoice TR.Totals TD
{
	border-top: double 3px;
	border-bottom: solid 1px;
}
TABLE.Invoice TR.Totals TD.PreFirstCol
{
	border-top: none;
	border-bottom: none;
}

TABLE.OptionsGrid
{
	color: black;
	background-color: white;
}
TABLE.OptionsGrid TD
{
	vertical-align: middle;
	padding: 4px;
}
TABLE.OptionsGrid TR.Heading
{
	font-weight: bold;
	color: white;
	background-color: maroon;
	vertical-align: bottom;
}
TABLE.OptionsGrid TR.Heading A
{
	color: white;
	text-decoration: none;
}
TABLE.OptionsGrid TR.PagerNav TD
{
	text-align: right;
}
TABLE.OptionsGrid TR.PagerNav TD SPAN
{
	display: none;
}
TABLE.OptionsGrid TD.Cost
{
	text-align: right;
}

/* Generic style classes */
.Hidden
{
	display: none;
}
.ImageCaption
{
	font-size: 0.6em;
	text-align: center;
}
.HelpText
{
	font-size: 0.8em;
	color: #222222;
}
.FAQTitle li
{
	cursor: pointer;
	list-style: circle url(/Images/Bullets/Plus.gif);
}
.FAQTitleSelected li
{
	cursor: pointer;
	list-style: circle url(/Images/Bullets/Minus.gif);
}
.FAQList
{
	margin-left: 20px;
}
h5.FAQTitle
{
	margin-top: 0px;
}
.FAQTitle:hover
{
	text-decoration: underline;
}
.Question
{
	font-weight: bold;
	margin-top: 0pt;
	margin-bottom: 0pt;
	color: #800000;
}
.QuestionDescription
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	color: #800000;
}
.Answer
{
	margin-top: 0pt;
	margin-bottom: 0pt;
}
.AnswerLink
{
	margin-top: 0pt;
	text-align: right;
	font-size: 0.6em;
}
.QOrA
{
	font-weight: bold;
}
.DataUnderHeading
{
	margin-top: 0pt;
}
.ActionBox
{
	margin: 5pt;
	border: solid 1px black;
	padding: 3pt;
}
