﻿body
{
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px;
}
.SiteHeading
{
	font-weight: bolder;
	font-size: 18pt;
	color: blue;
	font-family: Verdana, Arial, Sans-Serif;
	font-variant: small-caps;	
}
.MasterTable
{
	width: 100%;height: 100%;
	background-color: White;
	padding: 1px;
}
.StandardButton
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	background-color: #dcdcdc;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	height: 20px;
	width: auto;
	cursor: hand;
}
.StandardButton:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	background-color: #696969;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	height: 20px;
	width: auto;
}
.StandoutButton
{
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #2e3192;
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
	height: 25px;
	width: auto;
	cursor: hand;
}
.StandoutButton:hover
{
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #315e92;
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
	height: 25px;
	width: auto;
	cursor: hand;
}
.SimpleBorder
{
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	border-bottom: #000000 thin solid;
}
.ErrorMessage
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
.SectionHeading
{
	font-weight: bold;
	font-size: 14pt;
	color: #2E3192;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
.SmallSectionHeading
{
	font-weight: bold;
	font-size: 11pt;
	color: #2E3192;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
.TinyLink
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	color: #636466;
	text-decoration: underline;
}
.ImportantNote
{
	font-size: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
.StandardText
{
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.StandardSmallText
{
	font-size: 7pt;
	font-family: Verdana, Arial, Sans-Serif;
}
.StandardBoldText
{
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
.ModalPopup
{
	position: absolute;
	background-color: #f8f8ff;
	z-index: auto;
	text-align: center;
}
.ModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.LightText
{
	font-size: 8pt;
	font-family: arial, Sans-Serif;
	color: #a9a9a9;
}
.Textbox
{
	border-right: #0066ff 1px solid;
	border-top: #0066ff 1px solid;
	border-left: #0066ff 1px solid;
	border-bottom: #0066ff 1px solid;
	background-color: #ffffff;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
}
.StandardLabel
{
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #2E3192;
}
.StandardLabelInverse
{
	color: #2E3192;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.BoldLabel
{
	color: #00008b;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}
.StandardValue
{
	color: #645dff;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.StandardLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #696969;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}
.StandardLink:hover
{
	color: #ff0000;
}
.StandardLink:visited:hover
{
	color: #ff0000;
}
.StandardLink:visited
{
	color: #696969;
}

.TraditionalLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #0000ff;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
}
.TraditionalLink:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
}
.TraditionalLink:visited:hover
{
	color: #ff0000;
}
.TraditionalLink:visited
{
	color: #0000ff;
}
.TinyLink:hover
{
	color: #ff0000;
}
a
{
	color: #636466;
}
a:visited
{
	color: #636466;
}
.MainMenu
{
	font-weight: normal;
	font-size: 12pt;
	color: #191970;
	font-family: Monospace, Arial, Sans-Serif;
	background-color: #ffffcc;
	z-index: 1000;
}
.ProductGrid
{
	font-size: 10pt;
	color: #000080;
	font-family: Sans-Serif, Arial;
}
.AlternatingRowTable
{
	background-color: #d3d3d3;
	width: 100%;
}
.TellAFriend
{
	border-right: #808080 thin solid;
	border-top: #808080 thin solid;
	border-left: #808080 thin solid;
	border-bottom: #808080 thin solid;
	height: 220px;
	width: 335px;
	background-color: white;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5000;
}
.TextboxWatermark
{
	font-size: 10pt;
	color: #87ceeb;
	font-family: Sans-Serif;
	background-color: #f5f5f5;
}
.gvCategoryProducts
{
	width: 100%;
}
.SmallLink
{
	font-weight: bold;
	font-size: 8pt;
	color: #0066cc;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}
.SmallLink:hover
{
	color: #ff0000;
}
.BasketAltRow
{
	background-color: #ffffeb;
}
.BasketHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #cc3333;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	background-color: #ffff99;
}
.BasketGrid
{
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}
.AccordianHeader
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: bold;
	font-size: 12pt;
	border-left: #000000 1px solid;
	color: #ffffff;
	border-bottom: #000000 1px solid;
	font-family: Arial, Sans-Serif;
	background-color: #0099ff;
}
.AccordianContent
{
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
}
.InnerPanelHeading
{
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Tahoma, Sans-Serif;
	background-color: #6495ed;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
}
.ProductSummary
{
	font-family: Verdana, Tahoma, Sans-Serif;
	color: #0000ff;
	font-style: normal;
	font-size: 10pt;
}
.BigLink
{
	font-weight: bold;
	font-size: 12pt;
	color: #0066cc;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}
.ProgressText
{
	font-weight: bold;
	color: #ffffff;
	font-family: Monospace, Sans-Serif;
	background-color: #3399ff;
}
.FreezePaneOff
{
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}

.FreezePaneOn
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #666;
	z-index: 999;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	padding-top: 20%;
}

.InnerFreezePane
{
	text-align: center;
	width: 66%;
	background-color: #171;
	color: White;
	font-size: large;
	border: dashed 2px #111;
	padding: 9px;
}
.ProductGallery
{
	background-image: url(images/bc_plan_bg.png);	
	background-repeat: repeat;
}
.disabled_button    
{        
    color:#aca899;        
    background-color:#efefef;        
    border:solid 1px #c0c0c0;    
}
.RowHover:hover
{
	background-color: #87ceeb;
	font-weight: bold;
}
