/**************** TAYLOR PRICE STYLE SHEET ********************/
/***********COLOUR GUIDE*******
#F56301 = ORANGE
#0033AA = DARK BLUE (table title background)
#000066 = V DARK BLUE (on page titles)
white = WHITE (table title text)
#F8F8F8 = PALE GREY (table background)
#EEEEEE = GREY(floating help background)
navy = NAVY (question labels)
black = BLACK (client answers)***/

@media screen
{
/**************** Global elements *******************/
div.mincontainer 
{
	margin: 0 0 0 0; 
	padding: 0.5em 0.5em 0em 0.5em;  
	text-align: left; 
	width: 47em; 
	height: auto; 
	background: #fff; 
	position:relative;
	

}

*html div.mincontainer 
{
	BORDER-RIGHT: #ededed thin solid; 
	BORDER-TOP: #ededed thin solid; 
	BORDER-LEFT: #ededed thin solid;
	BORDER-BOTTOM: #ededed thin solid;

}
html>body div.mincontainer 
{
	margin:0 auto 0 auto;
	padding: 0.5em 1em 1em 0.5em;  
	/*margin-left:auto;
	margin-right:auto;
	height: auto;
	background: #fff; 
	position:relative;*/

	text-align:center;
	
}

.header-bg
{   
	background:transparent 0% 0% repeat-x url(../../images/TaylorPrice/header_bg.png);
	/*background-image: url(../images/TaylorPrice/header_bg.png);
	background-repeat: repeat-x;*/

}

#Body
{
	color: black;
	font-family: Verdana, Arial;
	/*background-image: url(http://lizdev/TaylorPriceUI/images/TaylorPrice/HomePages/MainBGTV.gif);*/
}

/****************************************************************/
/* AllFiles.aspx - Page positioning DIVs  */
/* Top contains Top.ascx control for both flat html and quotes forms */
#divPageTop
{
	position:relative;
	/*background-color: White;*/
	/*left: 0.5em;*/
}
/* Nav contains Nav.ascx control for flat html pages only */
#divPageNav
{
	position:absolute;
	left:0.7em;
}
/* Help contains Help.ascx control for quotes pages only */
#divPageHelp
{
	position:absolute;	
	
	font-family:Verdana, Arial;
}
/* Body contains flat html and quotes page content within the actual page rather than a control */
#divPageBody
{
	position:relative;
	background-color: #fff;
	
}
#divPageContent
{
	background-color:#ffffff;
	}
/* Bottom contains Bottom.ascx control for both flat html and quotes pages */
#divPageBottom
{
	position:relative;
	background-color:Transparent;
	clear:both;
}
/* **********************************
   ******** FLAT PAGE STUFF *********/
#divFlatPageBody
{
position:relative;
width:47em;
	
}	
#divFlatPageNav
{
	float:left;
	margin-right:0.5em;
	
	
}

#divFlatPageContent
{
	float:left;}
#divFlatPageBottom
{
	background-color:Transparent;
	text-align:center;
	clear:both;
}
table.QuotesButtonsFlatPage
{
	vertical-align: top;
	margin-right:0.1em;
	width:37.2em;
}
html> table.QuotesButtonsFlatPage
{
	margin-left:8.75em;
	width:36em;
	float:none;
}
table.QuotesQuestionsFlatPage
{
	font-family: Verdana, Arial;
	width: 38em;
	/*margin-left:8.5em;*/
	border-left:solid 2px #0033AA;
	border-right:solid 2px #0033AA;
	border-bottom: solid 2px #0033AA;
	border-top: solid 2px #0033AA;
	background-color:#F8F8F8;
	
	
}
/* StarHTML hack is to work only with IE */
*html table.QuotesQuestionsFlatPage
{
	
	margin-left:8.5em;
	
}
html>body table.QuotesQuestionsFlatPage
{
	margin-left:8.5em;
	
}

/*  ****  END OF FLAT PAGE STUFF ****
/****************************************************************/
/* Control:Nav.ascx - used by flat html pages */
/* The main table which holds the left navigation */
table.Nav
{
	width: 8em;
}
/* The table cell containing the section title e.g. "Online Products" */
td.NavTitle 
{
	font-weight: bold;
	font-size: 0.7em;
	color: black;
	font-family: Verdana, Arial;
	text-decoration: none;
	background-color: #DCDCDC;  /* Gainsboro */
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
/* The label that contains the button/link e.g. "Recall" */
/* Note this can be ammended by brand within Nav.ascx to replace DC hyperlinks with image buttons etc */
label.NavLink
{
}
/* The table cell containing label.NavLink - button/link e.g. "Recall" */
td.NavLink
{
	font-weight:bold;
	font-size:0.7em;
	font-family: Verdana, Arial;
	text-decoration: none;
	border-bottom: solid 2px #000066;  /* Blue bottom border */
	border-left: solid 2px #000066;  /* Blue bottom border */
	border-right: solid 2px #000066;  /* Blue bottom border */
	background: url(https://www.directchoice.com/images/TaylorPrice/Nav/ButtonSlice.gif);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	border-collapse: collapse;
	padding: 2px 2px 2px 2px;
	color: Navy;
}
td.NavTitle
{
	font-weight:bold;
	font-size:0.7em;
	font-family: Verdana, Arial;
	color: White;
	text-decoration: none;
	border-bottom: solid 1px #000066;  /* Blue bottom border */
	background: url(https://www.directchoice.com/images/TaylorPrice/Nav/ButtonTopSlice.gif);
	background-repeat: repeat-x;
	background-color: #000066;
	border: none;
}
td.NavTitleRightBorder
{
	background: url(https://www.directchoice.com/images/TaylorPrice/Nav/ButtonTopRightCurve.gif);
	background-color: #000066;
	background-repeat: no-repeat;
	width: 8px;
	border: none;
}
td.NavTitleLeftBorder
{
	background-image: url(https://www.directchoice.com/images/TaylorPrice/Nav/ButtonTopLeftCurve.gif);
	background-color: #000066;
	background-repeat: no-repeat;
	width: 8px;
	border: none;
}
td.NavSpacer
{
	font-size:0.5em;
}
/* The hyperlink format for the links e.g. "Recall" */
td.NavLink a
{
	color: navy;
	text-decoration: none;
}
td.NavLink a:hover
{
	color:#F56301;
}

img 
{
	border: 0;
}
/* HomePage styles for the table and wording on default.aspx*/
table.BodyHomePage
{
	table-layout: fixed;
	border-style: solid;
	border-width: thin;
	border-color: Black;
	border-collapse: collapse;
	margin-left:5px;
}
/* Style for the table headings containing product title on home page */
.BodyHomePageTitle
{
	width:25%;
	text-align:center;
	font-weight: bold;
	border-style: solid;
	border-width: thin;
	border-color: black;
	font-size: 17px;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
	background: #0033AA;
	color: white;
}
/* Style for the text and button cell for get a quote buttons on home page */
td.BodyHomePageText
{
	width:25%;
	text-align:center;
	border-style: solid;
	border-width: thin;
	border-color: black;
	vertical-align: middle;
	font-size:11px;
	color:Black;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
	background-color: #F8F8F8; /* alice blue */
}
/****************************************************************/
/* DivBody - used by flat html pages */
/* The main table which holds text and quote and recall buttons */
td.PageText
{
}
table.QuoteButtons
{
}
td.IndividualQuoteButton
{
}
/****************************************************************/
table.BodyButtons
{
	width: 100%;
	border:none;
	text-align:center;
}
td.BodyButton
{
	width:50%;
	text-align:center;
}

/****************************************************************/
/************************ Quotes pages **************************/
/*** Bulleted List for Assumption page etc. Without this the bullet points disappear*/
.BulletedList
{
	margin-left: 2em;
	font-size: 1em; 

}
/*********** Help messages */
table.QuotesHelp
{
	table-layout: fixed;
	border-style: solid;
	/*changed border-width from thin to 1px DC*/
	border-width: 2px;
	border-color: #000066;
	/*padding: 1,1,1,1;*/
	margin: 1,1,1,1;
	border-collapse: collapse;
	width: 8em;
	font-size: 1em;
}
/* The table cell containing the help title e.g. "Car make" */
td.QuotesHelpTitle 
{
	font-weight: bold;
	font-size: 0.7em;
	color: white;
	background-color: #000066;
	border-style: solid;
	border-width: 1px;
	border-color: #000066;
	border-collapse: collapse;
}
/* The table cell containing the actual help text */
td.QuotesHelp
{
	font-size:0.7em;
	background-color: #EEEEEE;  /* Grey */
	border-style: solid;
	border-width: 0px;
	border-color: #000066;
	border-collapse: collapse;
}
/* The hyperlink format for the links e.g. "Recall" */
td.QuotesHelp a
{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.7em;
}
td.QuotesHelp a:hover
{
	color:#F56301;
	font-size: 0.7em;
}
/* date picker on initial pages*/

.QuotesCalendar 
{
	color: navy;
	font-family:Arial,Helvetica,sans-serif;
	font-size: smaller;
}


/*****************************Header*****************************/

.HeaderPhoneNum
{
	color: #000066;	
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.8em;
	font-weight: bold;
	letter-spacing: .1em;
	vertical-align: bottom;
}
.HeaderOpenHours
{
	background-color: #F56301;
	color:white;
	font-family: Arial,Helvetica,sans-serif;
	font-size:.8em;
	font-weight: bold;
	text-align: right;
}
td.HeaderStrapLine
{
	background-color: #F56301;
	font-family: Arial,Helvetica,sans-serif;
	color: white;
	font-size:0.8em;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	letter-spacing: -0.5;
	text-align: left;
}
td.HeaderBottomStripe
{
	background-color: #F56301;
	height: 5px;
}

.OccLookupTitle
{
	font-family: Arial,Helvetica,sans-serif;
	background-color: #0033aa;
	font-size: .8em;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: left;
}

.OrgsTables
{
	border-top: 5px solid #fff; 
	border-bottom: 1px solid #fff; 
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

td.OccLookup
{
	font-family: Arial,Helvetica,sans-serif;
	background-color: #F8F8F8;
	font-size: 1em;
	text-align:left;
	vertical-align: middle;
	color: navy;
}

td.HiLight
{
	font-family: Arial,Helvetica,sans-serif;
	background-color:#90A8C0;
	font-size: 1em;
	
}

/************************ Quotes pages **************************/
/********** Error messages */
.QuotesPnlError
{
	font-family: Verdana, Arial;
	text-align: left;
	color: #F56301;     
	border: solid 2px;
	margin-left:8.75em;
	margin-bottom: 0.5em;
	background-color: #F8F8F8;
	/*width: 81.25%;*/
}
.QuotesPnlErrorFullPage
{
	font-family: Verdana, Arial;
	text-align: left;
	color: #F56301;     
	padding: 4 4 4 4;
	border: solid 2px #F56301
}
/* Quotes info style is used to indicate an information warning rather than an error - e.g. Vehicle is fitted with Thatcham Device */
.QuotesPnlInfo
{
	font-family: Verdana, Arial;
	text-align: left;
	color: #F56301;     
	border: solid 2px #56301;
	margin-left:8.75em;
	margin-bottom: 0.5em;
	background-color: #F8F8F8;
	/*width: 81.25%;*/
}
.QuotesPnlInfoFullPage
{
	font-family: Verdana, Arial;
	text-align: left;
	color: #F56301;     
	padding: 4 4 4 4;
	border: solid 2px #F56301
}
.AffiliateSubmitText
{
	font-weight: bold;
	font-size: 0.7em;
}
.QuotesErrorTitle
{
	font-weight: bold;
	font-size: 0.7em;
}
.QuotesErrorTitle
{
	font-weight: bold;
	font-size: 0.7em;
}
.QuotesErrorText
{
	font-size: 0.7em;
}
/* The tables containing the questions */
table.QuotesQuestions
{
	font-family: Verdana, Arial;
	width: 38.5em;
	margin-left:8.5em;
	border-left:solid 2px #0033AA;
	border-right:solid 2px #0033AA;
	border-bottom: solid 2px #0033AA;
	border-top: solid 1px #0033AA;
	background-color:#F8F8F8;
}
table.QuotesQuestionsImage
{
	font-family: Verdana, Arial;
	width: 38.5em;
	margin-left:0.0em;
	margin-right:0em;
	border-style:none;
}
table.Profiles
{
	font-family: Verdana, Arial;
	margin-left:8.75em;
	width: 36.8em;
	border-left:solid 2px #0033AA;
	border-right:solid 2px #0033AA;
	border-bottom: solid 2px #0033AA;
	border-top: solid 1px #0033AA;
	text-align:center;
	background-color:#F8F8F8;
}
table.QuotesQuestionsFullPage
{
	font-family: Verdana, Arial;
	width: 47em;
	margin-left:0.2em;
	margin-right:0em;
	border-left:solid 1px #0033AA;
	border-right:solid 1px #0033AA;
	border-bottom: solid 1px #0033AA;
	border-top: solid 1px #0033AA;
	background-color:#F8F8F8;
}
table.QuotesPay
{
	font-family: Verdana, Arial;
	width: 22.75em;
	margin-left:0em;
	margin-right:0em;
	border-left:solid 1px #0033AA;
	border-right:solid 1px #0033AA;
	border-bottom: solid 1px #0033AA;
	border-top: solid 1px #0033AA;
	background-color:#F8F8F8;
}
td.QuotesQuestion
{
	background-color: #F8F8F8;
	width: 50%;
	font-size: 0.7em;
	text-align:left;
	vertical-align: middle;
	color: navy;
}
td.QuotesQuestion a
{
	color: navy;
}

td.QuotesQuestionNoFloat
{
	background-color: #F8F8F8;
	width: 50%;
	font-size: 0.7em;
	text-align:left;
	vertical-align: middle;
}
td.QuotesQuestionCentered
{
	display: inline-block;	
	background-color: #F8F8F8;
	width: 50%;
	text-align:center;
}
td.QuotesQuestion span
{
	float:left;
	display: inline-block;
}
td.QuotesQuestionNoFloat span 
{
	clear:both;
	float:none;
	display: inline-block;
}
td.QuotesRblQuestion span
{
	float:left;
	display: inline-block;
	font-size: 1em;
	
}
td.QuotesRblQuestion
{
	background-color: #F8F8F8;
	vertical-align:middle;
	font-size: 0.7em;
	text-align:left;
	padding: 0 0 0 0;
	color: navy;
}
td.BoldText
{
	width: 50%;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	text-align:right;
	vertical-align: middle;
}
.QuotesInfo
{
	font-family: Verdana, Arial;
	font-size: .7em;
	text-align: left;
	position:static;
	line-height:normal;
	color:Navy;
}
td.QuotesInfoTitle
{
	font-family: Verdana, Arial;
	font-size: .7em;
	text-align: left;
	position:relative;
}
.QuotesRbl
{
	display: block;
	/*position: static;*/
	font-size: 0.7em;
	color: navy;
	line-height: normal;
	font-family: Verdana, Arial;
}
.MCQuotesTitle
{
	font-size: 0.7em;
	background-color: #003399;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: left;
	padding: 4px
}
.PCQuotesTitle
{
	font-size: 0.7em;
	background-color: #003399;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: left;
	padding: 4px;

}
.HomePagesQuotesTitle
{
	font-size: 0.7em;
	background-color: #0033aa;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: left;
	padding: 4px;

}

.GVQuotesTitle
{
	font-size: 0.7em;
	background-color: #0033aa;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: left;
	padding: 4px
}
.BDQuotesTitle
{
	font-size: 0.7em;
	background-color: #0033aa;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: left;
	padding: 4px
}
.TAQuotesTitle
{
	font-size: 0.7em;
	background-color: #0033aa;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: left;
	padding: 4px
}
.TCQuotesTitle
{
	font-size: 0.7em;
	background-color: #0033aa;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: left;
	padding: 4px
}
.HCQuotesTitle
{
	font-size: 0.7em;
	background-color: #0033aa;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: left;
	padding: 4px;
}

.LegalQuotesTitle
{
	background-color: #03328E;
	font-weight: bold;
	color: #666666;
	width: 100%;
	text-align: left;
}
/*Help Page Styles*/
td.HelpText
{
	display: inline-block;	
	width: 50%;
	text-align:left;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: Black;
}
td.HelpTitle
{
	font-size:14px;
	font-weight:bold;
	background-color:white;
	color: #000066;
	font-family: Verdana, Arial;
	padding: 3px;
}
#HelpPage h1
{
	font-size:16px;
	background-color: white;
	padding:0px 0px 0px 0px;
	color: #F56301;
}
#HelpPage
{
	background-color: white;
	background-image:none;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: Black;
	padding: 4px;
	padding-left:10px;


}
#HelpPageBody body
{
	background:none;
	background-color:white;
}
#HelpPage table
{
	background-color: white;
	background:none;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: Black;

}
/*End HelpPage Styles

/* The question answers and error colours */
/* Text input boxes */
.txt
{
	text-transform: none;
	font-size: 1em;
	color: black;
	font-family: Verdana, Arial;
}
.txtAnswerError
{
	border-top: solid 2px #F56301;
	border-left: solid 2px #F56301;
	border-right: solid 2px #F56301;
	border-bottom: solid 2px #F56301;
	text-transform: none;
	font-size: 1em;
	color: black;
	font-family: Verdana, Arial;
}
.txtUpperCase
{
	text-transform: uppercase;
	font-size: 1em;
	color: black;
	font-family: Verdana, Arial;
}
.txtAnswerErrorUpperCase
{
	border-top: #F56301 2px solid;
	border-left: #F56301 2px solid;
	border-right: #F56301 2px solid;
	border-bottom: #F56301 2px solid;
	text-transform: uppercase;
	font-size: 1em;
	color: black;
	font-family: Verdana, Arial;
}
.txtMixedCase
{
	text-transform: capitalize;
	font-size: 1em;
	color: black;
	font-family: Verdana, Arial;
}
.txtAnswerErrorMixedCase
{
	border-top: #FF3300 2px solid;
	border-left: #FF3300 2px solid;
	border-right: #FF3300 2px solid;
	border-bottom: #FF3300 2px solid;
	text-transform: capitalize;
	font-size: 1em;
	color: black;
	font-family: Verdana, Arial;
}
/* Drop down lists */
.cbo
{
	text-transform: none;
	font-size: 1em;
	color: black;
	font-family: Verdana, Arial;
}
.cboNoFloat
{
	text-transform: none;
	font-size: 1em;
	color: black;
	font-family: Verdana, Arial;
	float:none;
}
.cbosmall
{
	text-transform: capitalize;
	font-size: 0.8em;
	color: black;
	font-family: Verdana, Arial;
}
/* Labels used round drop down lists and composite answer errors e.g. dates */
.lblAnswer
{
	display: inline;
	float:left;
}
.lblQuestion
{
	color: navy;
}
.lblQuestionOccupation
{
	color: navy;
	width:243px;
}
html>body .lblQuestionOccupation
{
	width:240px;

}
.lblQuestionSmall
{
	font-size: 7.5pt;
	color: navy;
}
.lblQuestionNoFloat
{
	color: navy;
}
.lblQuestionRight
{
	text-align: right;
	/*display:block;*/
}
.lblAnswerError
{
	border-right: #F56301 2px solid;
	border-top: #F56301 2px solid;
	border-left: #F56301 2px solid;
	border-bottom: #F56301 2px solid;
	display: inline;
}
/* Tick boxes */
.chk
{
	text-transform: none;
	font-size: 1em;
	color: black;
	font-family: Verdana, Arial;
}
.chkAnswerError
{
	border-top: #F56301 2px solid;
	border-left: #F56301 2px solid;
	border-right: #F56301 2px solid;
	border-bottom: #F56301 2px solid;
	text-transform: capitalize;
	font-size: 1em;
	color: navy;
	font-family: Verdana, Arial;
}
/* Radio buttons */
.rbl
{
	font-size: 1em;
	color: navy;
	font-family: Verdana, Arial;
	line-height: normal;
	/*position: relative;*/
}
.rblAnswerError
{
	border-top: #F56301 2px solid;
	border-left: #F56301 2px solid;
	border-right: #F56301 2px solid;
	border-bottom: #F56301 2px solid;
	font-size: 0.7em;
	color: #03328E;
	font-family: Verdana, Arial;
	line-height: normal;
	position: static;
}
/* The buttons, next, back etc */
table.QuotesButtons
{	
	clear:both;
	vertical-align: top;
	margin-left:8.2em;
	margin-right:0.1em;
	width:83%;
}
	
table.QuotesButtonsFullPage
{	
	vertical-align: top;
	margin-left:0em;
	margin-right:0.4em;
	width:100%;
}
td.BodyFooter
{
	/*padding:0px 0px 0px 0px:*/
}
td.QuotesLeftButton
{
	text-align: left;
}
td.QuotesMiddleButton
{
	text-align: center;
}
td.QuotesFullPageLeftButton
{
	text-align: left;
}
td.QuotesRightButton
{
	text-align: right;
}
td.QuotesRightButtonLink
{
	text-align: right;
	font-size: .6em;
	color: navy;
	font-family: Verdana, Arial;
	line-height: normal;
	position: relative;
}
}
/* End of @Media screen */

/* An extra label for Top.ascx to include any further or different HTML by brand appears above main Top content */
label.TopAboveAdditonal
{
}
/* An extra label for Top.ascx to include any further or different HTML by brand appears under main Top content */
label.TopBelowAdditonal
{
}
.PageTitle
{
	/*margin-left:6em;
	font-size:1.5em;
	color: #000066;
	font-family:Arial,Helvetica,sans-serif;*/
	
	position: relative;
	margin-left:6.0em;
	margin-top:0.5em;
	margin-bottom:0em;	
	font-size:1.5em;
	color:#111111;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bolder;
	text-align:left;
	white-space:nowrap;
}
.PageTitleBodyOnly
{
	margin-left: 0.2em;
	font-size:1.5em;
	color: #000066;
	font-family:Arial,Helvetica,sans-serif;
}
.PageTitleInsurer
{
	font-size:1.2em;
	color: #000066;
	font-family:Arial,Helvetica,sans-serif;
}

.spanCalculatingNoNav
{
	font-size:.7em;
	color:black;
	font-family:Arial,Helvetica,sans-serif;
}

/* Results Page */
.QuotesResultsFullPage
{
	font-size: .7em;
	font-family: Verdana, Arial;
	width: 100%;
	/*border-left:solid 1px #0033AA;
	border-right:solid 1px #0033AA;
	border-bottom: solid 1px #0033AA;
	border-top: solid 1px #0033AA;
/*hides white borders round questions
	background-color:#F8F8F8;*/
}
/*.QuotesPayButton
{
	font-size: 0.7em;
	vertical-align: middle;
	width: 20%;
	color: black;
	font-family: Verdana, Arial;
	background-color: #F8F8F8;
	text-align: right;
}*/

.QuotesPayAmount
{
	font-size: 0.7em;
	vertical-align: top;
	width: 10%;
	color: #03328E;
	font-family: Verdana, Arial;
	background-color: #F8F8F8;
	text-align: right;
}
.QuotesPayQuestionRight
{
	font-size: 0.7em;
	vertical-align: top;
	width: 70%;
	color: #03328E;
	font-family: Verdana, Arial;
	background-color: #03328E;
	text-align: left;
}
.QuotesPayQuestion
{
	font-size: 0.7em;
	vertical-align: top;
	width: 70%;
	color: #03328E;
	font-family: Verdana, Arial;
	background-color: #03328E;
	text-align: left;
}
.QuoteResults
{
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	background-color: white;
	vertical-align: top;
	/* reduce this width from tbl questions width minus any borders and add left padding */
	position: relative;
	left: 3px;
}
.MCQuoteResults
{
	font-size: 1em;
	color: #03328E;
	font-weight: bold;
	font-family: Verdana. Arial;
	height: 22px;
	width: 100%;
}
.PCQuoteResults
{
	font-size: 1em;
	color: #03328E;
	font-weight: bold;
	font-family: Verdana. Arial;
	height: 22px;
	width: 100%;
}
.GVQuoteResults
{
	font-size: 1em;
	color: #03328E;
	font-weight: bold;
	font-family: Verdana. Arial;
	height: 22px;
	width: 100%;
}
.HCQuoteResults
{
	font-size: 1em;
	color: #03328E;
	font-weight: bold;
	font-family: Verdana. Arial;
	height: 22px;
	width: 100%;
}
.TAQuoteResults
{
	font-size: 1em;
	color: #03328E;
	font-weight: bold;
	font-family: Verdana. Arial;
	height: 22px;
	width: 100%;
}
.TCQuoteResults
{
	font-size: 1em;
	color: #03328E;
	font-weight: bold;
	font-family: Verdana. Arial;
	height: 22px;
	width: 100%;
}

.cboQuoteResults
{
	font-size: 1em;
	/* font-weight: bold; */
	font-family: Verdana, Arial;
	/* background-color: #f5f5f5; */
	width: 75%;
}
.QuotesIPTNote
{
	font-size: 0.7em;
	vertical-align: middle;
	width: 50%;
	color: #03328E;
	font-family: Verdana, Arial;
	text-align: left;
}
.divResultsAnswer
{
	height: 25px;
}
.divResultsButtonFiller
{
	height: 20px;
}
.divResultsTitle
{
	height:22px;
}
.divResultsOpexTitle
{
	height:19px;
}
.MCQuoteResultsTitle
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
}
.PCQuoteResultsTitle
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}
.GVQuoteResultsTitle
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}
.GVQuoteResultsTitle
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}
.HCQuoteResultsTitle
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}
.TCQuoteResultsTitle
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}
.PCQuoteResultsOpexTitle
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 19px;
}
.TAQuoteResultsOpexTitle
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 19px;
}
.GVQuoteResultsOpexTitle
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 19px;
}
.MCQuoteResultsOpexTitle
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 19px;
}
.HCQuoteResultsOpexTitle
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 19px;
}
.MCQuoteResultsFiller
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}
.PCQuoteResultsFiller
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}
.HCQuoteResultsFiller
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}
.GVQuoteResultsFiller
{
	background-color: white;
	color: #03328E;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}

.MCQuoteResultsInsurers
{
	background-color: White;
	color: #03328E;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Arial;
	height: 22px;
}

.GVQuoteResultsInsurers
{
	background-color: White;
	color: #03328E;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Arial;
	height: 22px;
}
.PCQuoteResultsInsurers
{
	background-color: White;
	color: #03328E;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Arial;
	height: 22px;
}
.PCQuoteResultsInsurersPrice
{
	background-color: White;
	color: #03328E;
	font-size: 2em;
	font-weight: bold;
	font-family: Verdana, Arial;
	height: 22px;
}
.TCQuoteResultsInsurers
{
	background-color: White;
	color: #03328E;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Arial;
	height: 22px;
}
.TAQuoteResultsInsurers
{
	background-color: White;
	color: #03328E;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Arial;
	height: 22px;
}
.HCQuoteResultsInsurers
{
	background-color: White;
	color: #03328E;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Arial;
	height: 22px;
}

.QuotesIPTNote
{
	color: navy;
}

.FloatingPanel
{
	LEFT: 600px;
	VISIBILITY: hidden;
	POSITION: absolute;
	TOP: 20px;
	BACKGROUND-COLOR: White;
	border-top: solid 3px blue; 
	border-bottom: solid 3px blue; 
	border-left: solid 3px blue;
	border-right: solid 3px blue;
	width:216px;
}

/* End of Results */

a:link
{
	color:#0033AA;
}
a:visited
{
	
	color:navy;
}
a:active
{
}
a:hover
{
	color:#F56301;
	text-decoration:none;
}


									