﻿
/* 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 */
{
	border-left:Solid 1px #BCBDC1;
	background: white;
}

.MidRight /* Far Right Column Middle Image */
{
	border-right:Solid 1px #BCBDC1;
	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;
}

.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;
}

.Calender .ajax__calendar_container 

{ 
	background-color: #e2e2e2; border:solid 1px #cccccc;
} 

.Calender .ajax__calendar_header 

{ 
	background-color: #ffffff; margin-bottom: 4px; 
} 

.Calender .ajax__calendar_title, 
.Calender .ajax__calendar_next, 
.Calender .ajax__calendar_prev 

{ 
	color: #890B17; padding-top: 3px; 
} 

.Calender .ajax__calendar_body,
.Calender .ajax__calendar_body  .ajax__calendar_days,
.Calender .ajax__calendar_body  .ajax__calendar_months, 
.Calender .ajax__calendar_body  .ajax__calendar_years 

{ 
	background: white;    
	background-position:center; 
} 

.Calender .ajax__calendar_dayname 

{ 
	text-align:center; font-weight:bold; margin-bottom: 4px; margin-top: 2px; 
} 

.Calender .ajax__calendar_day 

{ 
	text-align:center; 
} 

.Calender .ajax__calendar_hover .ajax__calendar_day, 
.Calender .ajax__calendar_hover .ajax__calendar_month, 
.Calender .ajax__calendar_hover .ajax__calendar_year, 
.Calender .ajax__calendar_active 

{ 
	color: #890B17; font-weight:bold;
} 

.Calender .ajax__calendar_today 

{ 
	font-weight:bold; 
} 


.Calender .ajax__calendar_other, 
.Calender .ajax__calendar_hover .ajax__calendar_today, 
.Calender .ajax__calendar_hover .ajax__calendar_title 

{ 
	color: #bbbbbb; 
} 
