﻿/* Background colour, text colour */

body							{background-color:#f8f8f8;}

/* Header, logo, insureandgo logo & contact number */

.header							{background-color:#f8f8f8;}
.whiteLabelLogo					{background-image: url('../images/logo.gif');width:157px;height:68px;margin-top:25px;}

/* 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:#0a5091;}
.statusbar ul li.arrow			{background-image:url(/resources/images/steps/status_ball_arrow.gif);background-repeat:no-repeat;}
.statusbar ul li				{}

/* Headings */

.headings,
.headingsCompare,
.headingsPayment,
.comparePrice,
.SummaryPrice,
.pricesText,
.telNumber,
.confirmPolicyNum, 
.promocodePrice, 
.promoSave,
.medicalscreenbutton			{color:#0a5091;}

/* Kids go free image */

.KidsBanner						{background:#fff url(../images/kidsgofree.gif) no-repeat;}

/* Calendar */

.ui-widget-header               {border:none;background-image:none;background-color:#004890;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
                                {border-color:#004890;background-image:none;background-color: #004890;}

/* Compare page info popup - Default blue */

.popup							{border:1px solid #00498d;}
.popup .popupviewer				{background-color:#f8f8f8;}

/* Floating tooltip */

.tooltip						{background-color:#f8f8f8;border-color:#7096bb;}

/* 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);}

.longbuttons                    {background-image:url(../images/longbtn.gif);}
.longbuttons:hover              {background-image:url(../images/longbtn_over.gif);}

