﻿a
{
    color: #3094F3;
    text-decoration: none;
}
a:hover
{
    color: #FF9600;
    text-decoration: underline;
}

.contentHeader
{
	color: #FFB432;
	font-size: 15pt;
	font-weight: bold;
	padding-bottom: 10px;
}

.contentSubHeader
{
	color: #FFB432;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
}

.optionHeader
{
	color: #FFBF51;
	font-size: 10.5pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

.contentFrame
{
	border: Solid 1px Black;
}

.shadow
{
	border-right: Solid 3px Silver;
	border-bottom: Solid 3px Silver;
}

.popupContent
{
	color: White;
	background-color: #2B2B2B;
}

.menuLink
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.menuLink:active
{
	color: White;
	font-weight: bold;
}

.menuLink:hover
{
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}

.menuLink:link
{
	color: White;
	font-weight: bold;
}

.menuLink:visited
{
	color: White;
	font-weight: bold;
}

.linkWhite
{
	color: White;
	text-decoration: none;
}

.linkWhite:active
{
	color: White;
}

.linkWhite:hover
{
	color: Red;
	text-decoration: underline;
}

.linkWhite:link
{
	color: White;
}

.linkWhite:visited
{
	color: White;
}

.gridRow
{
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align : top;	
	background-color: #484848;
}

.gridRowAlt
{
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align : top;
	background-color: #646464;	
}

.gridOptionsHeader
{
	width: 80px;
	color: #FFE0AA;
	font-weight: bold;
	font-size: smaller;
	padding-bottom: 3px;
	vertical-align: bottom;
}

.itemPrice
{
	font-weight: bold;
	color: Orange;
}

.headerLink
{
	color: #FFB432;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}

.headerLink:active
{
	color: #FFB432;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}

.headerLink:hover
{
	color: #FFB432;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}

.headerLink:link
{
	color: #FFB432;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}

.headerLink:visited
{
	color: #FFB432;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}

.itemNotes
{
	text-align: justify;
}

.itemPrice
{
	font-weight: bold;
	color: Orange;
}

.itemDetails
{

}

.compareHeaderType
{	
	color: #FFBF51;
	font-size: 10.5pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;
}

.compareHeaderItem
{	
	color: #FFE0AA;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.compareDataRow
{
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	vertical-align : top;	
	background-color: #484848;
}

.compareDataRowAlt
{
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	vertical-align : top;
	background-color: #646464;	
}

.contentImage 
{
	border: Solid 1px Silver;
}

.thumbnailImage
{
	border: Solid 1px Silver;
}

.requiredField
{
	color: Orange;
}
