﻿/* Background colour, text colour */

body							{background-color:#000;}

/* Header, logo, insureandgo logo & contact number */

.header							{background-color:#fff;}
.whiteLabelLogo					{background-image: url('../images/logo.gif');width:193px;height:49px;margin:25px 0 0 10px;}

/* 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:#ce006d;}
.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:#eb008b;}

/* Kids go free image */

.KidsBanner						{background:#fff url(../images/kidsgofree.gif) no-repeat;}

/* Calendar */

.ui-widget-header               {border:none;background-image:none;background-color:#eb008a;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
                                {border-color:#eb008a;background-image:none;background-color: #eb008a;}

#calendarDiv					{border:1px solid #eb008a;}
#calendarDiv .topBar			{background-color:#eb008a;}
#calendarDiv .todaysDate		{background-color:#eb008a;color:#fff;}
#calendarDiv .timeBar			{background-color: #eb008a;color:#eb008a;}
#calendarDiv .monthYearActive	{background-color:#eb008a;color: #fff;}

/* Compare page info popup - Default blue */

.popup							{border:1px solid #ed008c;}
.popup .popupviewer				{background-color:#ffe1f3;}

/* Floating tooltip */

.tooltip						{background-color:#f0f4f4;border-color:#cc0066;}

/* 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);}
