﻿
/* ELEMENTS */ 
body /* Background behind entire page */ 
{
	background: url(body_back.jpg) repeat-x white;
}


/* CLASSES */ 


.RenewPolicyLink
{
    font-weight:bold; 
    background: url(AppHeader.jpg) repeat-x;
    color: white;
    padding-right:10px;
    padding-left:10px;
	display:block;
	text-align:center;
width:99px;
margin-bottom: 3px;
}

.RenewPolicyLink:hover
{
    background: url(tabHover.jpg) repeat-x;
}

.EditPolicyLink
{
    font-weight:bold; 
    background: url(AppHeader.jpg) repeat-x;
    color: white;
    padding-right:10px;
    padding-left:10px;
}

.EditPolicyLink:hover
{
    background: url(tabHover.jpg) repeat-x;
}

.LinksCell
{
    background-color: White;
    border-right:Solid 1px #BCBDC1;
}

.LoggedInCell
{
   
   width: 120px; 
   text-align:center;
   position:relative;
   font-weight:bold;
   top: 2px;
}

.LoggedInCell:hover
{
}

.lnkLoggedIn
{
    background: url(AppHeader.jpg) repeat-x;
    color: white;
    padding-right:15px;
    padding-left:15px;
    padding-bottom:5px;
    padding-top:2px;
    text-decoration: none;
    position:relative;
    right:25px;
}

.lnkLoggedIn:hover
{
    background: url(tabHover.jpg) repeat-x;
}

.ViewCartCell
{
   width: 120px; 
   text-align:center;
   position:relative;
   font-weight:bold;
   top: 2px;
}

.ViewCartCell:hover
{
}

.lnkViewCart
{
    background: url(AppHeader.jpg) repeat-x;
    color: white;
    padding-right:15px;
    padding-left:15px;
    padding-bottom:5px;
    padding-top:2px;
    text-decoration: none;
    position:relative;
    right:60px;
}

.lnkViewCart:hover
{
    background: url(tabHover.jpg) repeat-x;
}


.popupdiv{background-color:white; border:solid 2px #505050;width:318px;display:block}

.popupbg{opacity: .4; filter: alpha(opacity=30); background-color: #333333;}

.CalcButton
{
    background: url(../../App_Images/button.png) no-repeat;
    border: none;
    width:164px;
    height:39px;
    font-weight:bold;
}

.CalcButton:hover
{
    background: url(../../App_Images/buttonHover.png) no-repeat;
    border: none;
    width:164px;
    height:39px;
}

.CartButton
{
    background: url(../../App_Images/button.png) no-repeat;
    border: none;
    width:164px;
    height:39px;
    font-weight:bold;
}

.CartButton:hover
{
    background: url(../../App_Images/buttonHover.png) no-repeat;
    border: none;
    width:164px;
    height:39px;
}
 
.ValidationError
{
    background: white url(../../App_Images/error.bmp) no-repeat;
    background-position: 3px 0px;
    color:Red;
    font-size:small;
	text-align: left;
}

.tblValidationError
{
    background: white url(../../App_Images/error.bmp) no-repeat;
    background-position: 3px 0px;
    color:Red;
    font-size:small;
    visibility:visible !important;
	text-align: left;
}

.ValidationOK
{
    background: url(../../App_Images/ok.bmp) no-repeat;
    background-position: 3px 0px;
    color:Green;
}

.tblValidationOK
{
    visibility:hidden !important;
}

.Page
{
	width: 1024px;
}

.MainSection /* Body of the page */
{
	background-color:white;
	border-left:Solid 1px #BCBDC1;
	border-right:Solid 1px #BCBDC1;
}

.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;
}

.MenuCell
{
    background-color:white;
	border-left:Solid 1px #BCBDC1;
}

.LinksCell
{
    background-color:white;
	border-right:Solid 1px #BCBDC1;
}


.Menu /* Menu on far left column */
{
	position:absolute;
	top:205px;
	left:1px;
	width:1022px;
	height: 25px;
	background: url(AppHeader.jpg) repeat-x;
}

.MenuBar /* Menu on far left column */
{

	background: transparent;
	color:#DDDDDF;

	font-family:Tahoma;
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	margin-left:0px;
	margin-right:0px;

}

.MenuBarHover /* Mouse-over items in menu on far left column */
{
	background: url(menuHoverBack.jpg) repeat-x transparent;

	color:white;
    	height:25px;
	font-family:Tahoma;
	font-size:10pt;
	margin-left:0px;
	margin-right:0px;
}

.MenuBarHover a /* Mouse-over items in menu on far left column */
{
	background: none;
}


.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: url(headerback.jpg) white repeat-x;
	background-color:#CCCCCC;
	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:#D8D8D8;
	font-family:Tahoma;
	font-size:small;
}

.TableRow2 /* Every other row for tables on MyAccount.aspx, Cart.aspx, Billing.aspx, Confirm.aspx */
{	background-color:#B5B5B5;
	font-family:Tahoma;
	font-size:small;
}

.TableFooter /* The footer for tables on MyAccount.aspx, Cart.aspx, Billing.aspx, Confirm.aspx */
{
	background: url(headerback.jpg) white repeat-x;
	background-color:black;
	color:White;
	font-weight:bold;
	font-family:Tahoma;
	font-size:medium;
}


.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:233px;
	border-left:Solid 1px #BCBDC1;
	border-right:Solid 1px #BCBDC1;
}

.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: #28425D; 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: #28425D; 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; 
} 

