﻿/* Background colour, text colour */

body							{background-color:#fff;}

/* Header, logo, insureandgo logo & contact number */

.header							{background-color:#fff;}
.whiteLabelLogo					{background-image: url('../images/logo.gif');width:292px;height:64px;margin:10px 0 0 5px;}

/* Status bar */

.statusbar						{background:#FFF url(../images/status_bg.gif) no-repeat;}
.statusbar ul li.number			{background-image:url(../images/status_ball_off.gif);background-repeat:no-repeat;}
.statusbar ul.active li.number	{background-image:url(../images/status_ball_on.gif);color:#fff;}
.statusbar ul.active li.text	{color:#fff;}
.statusbar ul li.arrow			{background-image:url(../images/status_ball_arrow.gif);background-repeat:no-repeat;}
.statusbar ul li				{}

/* Headings */

.headings,
.headingsCompare,
.headingsPayment,
.comparePrice,
.SummaryPrice,
.pricesText,
.telNumber,
.confirmPolicyNum, 
.promocodePrice, 
.promoSave,
.medicalscreenbutton						{color:#003163;}

/* Kids go free image */

.KidsBanner						{background:#fff url(../images/kidsgofree.gif) no-repeat;}

/* Calendar */

.ui-widget-header               {border:none;background-image:none;background-color:#6bcef7;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
                                {border-color:#6bcef7;background-image:none;background-color: #6bcef7;}

/* Compare page info popup - Default blue */

.popup							{border:1px solid #003163;}
.popup .popupviewer				{background-color:#9fe1ff;}

/* Buttons 122x30 */

.buttons						{padding:4px 0 0 0;background-image:url(../images/122x30.gif);}
.buttons:hover					{background-image:url(../images/122x30_over.gif);}

.buttonsgrey					{padding:4px 0 0 0;background-image:url(/resources/images/btn/122x30_grey_round.gif);}
.buttonsgrey:hover				{background-image:url(/resources/images/btn/122x30_grey_round_over.gif);}

.smallbuttons					{background-image:url(../images/85x20.gif);}
.smallbuttons:hover				{background-image:url(../images/85x20_over.gif);}

/* Payment panels */

div.formpaneltop				{background-image:url(../images/formboxtop.gif);}
div.formpanelbottom				{background-image:url(../images/formboxbottom.gif);}
fieldset.formcontent, div.formcontent
								{border-right:1px solid #003163;border-left:1px solid #003163;}
								
.longbuttons                    {background-image:url(../images/longbtn.gif);}
.longbuttons:hover              {background-image:url(../images/longbtn_over.gif);}
