﻿
/* ELEMENTS */ 
body /* Background behind entire page */ 
{
	background: url(body_back.jpg) repeat-x white;
}


/* CLASSES */ 
.Page
{
	width: 1024px;
}

.MainSection /* Body of the page */
{
	background-color:white;
	margin-left:0px;
	letter-spacing:0px;
	width: 700px;
}

.MidLeft /* Far Left Column Middle Image */
{
	background: white;
}

.MidRight /* Far Right Column Middle Image */
{
	background: white;
}


.MenuBar /* Menu on far left column */
{
	position:relative;
	top:-45px;
	left: 13px;
	background-color:white;
	color:black;
	text-align:left;
	vertical-align:middle;
	font-family:Tahoma;
	font-size:small;
}

.MenuBarHover /* Mouse-over items in menu on far left column */
{
	background-color:White;
	color:#8F241F;
	text-align:right;
	text-align:left;
	vertical-align:middle;
	font-family:Tahoma;
	font-size:small;
}

.RenewMenuBar /* Menu on MyAccount.aspx for renewals */
{
	background-color:#000000;
	color:White;
	text-align:left;
	vertical-align:middle;
	font-family:Tahoma;
	font-size:small;
}

.RenewMenuBarHover /* Mouse-over items in menu on MyAccount.aspx for renewals */
{
	background-color:#000000;
	color:#981B1F;
	text-align:right;
	text-align:left;
	vertical-align:middle;
	font-family:Tahoma;
	font-size:small;
}

.TableHeader /* The header for tables on MyAccount.aspx, Cart.aspx, Billing.aspx, Confirm.aspx */
{
	background-color:#000000;
	color:White;
	font-weight:bold;
	font-family:Tahoma;
	font-size:small;
}

.TableRow1 /* Every other row for tables on MyAccount.aspx, Cart.aspx, Billing.aspx, Confirm.aspx */
{
	background-color:#DCDCDC;
	font-family:Tahoma;
	font-size:small;
}

.TableRow2 /* Every other row for tables on MyAccount.aspx, Cart.aspx, Billing.aspx, Confirm.aspx */
{	background-color:#CDCDCD;
	font-family:Tahoma;
	font-size:small;
}

.BodyTitle /* Body titles on Confirm.aspx, Products.aspx, Receipt.aspx, Status.aspx, MyAccount.aspx */
{
	color:#981B1F;
	text-decoration:underline;
	font-weight:bold;
	font-family:Tahoma;
	font-size:large;
}

.BodyText /* For all pages */
{
	color:Black;
	font-family:Tahoma;
	font-size:small;
}

.ErrorMessage /* Error message on Billing.aspx if exception is thrown during the payment process */
{
	color:Red;
	font-family:Tahoma;
	font-size:medium;
}

.FieldValidation /* For validators on Billing.aspx, Coverage.aspx("* Please review your application."), MyAccount.aspx */
{
	color:Red;
	font-family:Tahoma;
	font-size:small;
}

.ReportLink /* The link that opens up report on Receipt.aspx */
{
	color:#000000;
	font-family:Tahoma;
	font-size:medium;
}


.HelpLink /* Billing.aspx */
{
	text-decoration:underline;
	cursor:pointer;
	color:#00c;
	font-family:Tahoma;
	font-size:x-small;
}

/* IMAGES */ 

.Header /* The footer on All Pages */
{
	background: url(Header.jpg) white no-repeat;
	width:1024px;
	height:205px;
}

.TopLeft /* Top left area of MainSection */
{
	background: url(topleft.jpg) white no-repeat;
	width:153px;
	height:161px;
}

.TopRight /* Top right area of MainSection  */
{
	background-color:white;
	width:153px;
	height:161px;
}

.BottomLeft /* Bottom left area of MainSection */
{
	background-color:white;
	width:153px;
	height:161px;
}

.BottomRight /* Bottom right area of MainSection */
{
	background: url(bottomright.jpg) white no-repeat;
	background-position:bottom right; 
	width:153px;
	height:161px;
}

.Footer /* The footer on All Pages */
{
	background: url(footer.jpg) white;
	background-color:#CCCCCC;
	color:Black;
	font-family:Tahoma;
	font-size:x-small;
	text-align: center; 
	height:20px;
}