﻿/* Background colour, text colour */

body							{background-color:#e0e9eb;}

/* Header, logo, insureandgo logo & contact number */

.header							{background-color:#fff;}
.whiteLabelLogo					{background-image: url('../images/logo.gif');width:136px;height:100px;margin:0px 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:#CC0000;}
.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:#CC0000;}

/* Kids go free image */

.KidsBanner						{background:#fff url(../images/kidsgofree.gif) no-repeat;}

/* Calendar */

.ui-widget-header               {border:none;background-image:none;background-color:#5a8d92;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
                                {border-color:#5a8d92;background-image:none;background-color: #5a8d92;}

/* Compare page info popup - Default blue */

.popup							{border:1px solid #20514d;}
.popup .popupviewer				{background-color:#e0e9eb;}

/* Buttons 122x30 */

.buttons						{padding:4px 0 0 0;background-image:url(../images/122x30.gif);width:139px;}
.buttons:hover					{background-image:url(../images/122x30_over.gif);}

.buttonsgrey					{padding:4px 0 0 0;background-image:url(/resources/images/btn/122x30_grey_round_over.gif);}
.buttonsgrey:hover				{background-image:url(/resources/images/btn/122x30_grey_round.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);}
