/**************** THE AA MOTORCYCLE INSURANCE STYLE SHEET ********************/
@Import url(product_styles.css);
@Import url(aa_insurance_styles.css);
/*	<link rel="stylesheet" type="text/css" href="css/AAMC/product_styles.css" />
		<link rel="stylesheet" type="text/css" href="css/AAMC/aa_insurance_styles.css" />
		<link rel="stylesheet" type="text/css" href="css/AAMC/aa_styles.css" />
		<link rel="stylesheet" type="text/css" href="css/AAMC/tools.css" />
		<link rel="stylesheet" type="text/css" href="css/AAMC/topnav.css" />
*/
@media screen
{
/**************** Global elements *******************/
#Body
{
	color: #111111;
	font-family: Verdana, Arial;
	background-color: White;
}

/****************************************************************/
/* AllFiles.aspx - Page positioning DIVs  */
/* Top contains Top.ascx control for both flat html and quotes forms */
#divPageTop
{
	position:relative;
	background-color: White;
}
/* 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;
}
/* Body contains flat html and quotes page content within the actual page rather than a control */
#divPageBody
{
	position:absolute;
	background-color: white;
	left:-0.3em;
}
/* Bottom contains Bottom.ascx control for both flat html and quotes pages */
#divPageBottom
{
	position:absolute;
	background-color:Transparent;
}
/* **********************************
   ******** FLAT PAGE STUFF *********/
#divFlatPageBody
{
	float:right;
	clear:left;
}	
#divFlatPageNav
{
	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:1em;
	border-left:solid 1px #FFCC00;
	border-right:solid 1px #FFCC00;
	border-bottom: solid 1px #FFCC00;
	border-top: solid 1px #FFCC00;
	background-color:#FFF5CC;
}
* html table.QuotesQuestionsFlatPage
{
	margin-left:8.75em;
	width: 36.8em;
}
/*  ****  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: #111111;
	font-family: Verdana, Arial;
	text-decoration: none;
	background-color: #DCDCDC;  /* Gainsboro */
	border-style: solid;
	border-width: 1px;
	border-color: #111111;
}
/* 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;
	color:#111111;
	font-family: Verdana, Arial;
	text-decoration: none;
	background-color: #EEEEEE;  /* Grey */
	border-style:solid;
	border-width: 1px;
	border-color: #111111;
}
/* The hyperlink format for the links e.g. "Recall" */
td.NavLink a
{
	color:#111111;
	text-decoration: none;
}
td.NavLink a:hover
{
	color:#FF8C00;
}

/****************************************************************/
/* 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;
}
/* Control:Top - used by flat html pages */
table.HomePagesTop
{
}
table.MCTop
{
}
#divTopLogo
{
}
#divTopPhoneNum
{
}
#divTopOpeningHours
{
}
#divTopHomePageLink
{
}
/* 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
{
}

/****************************************************************/
/************************ Quotes pages **************************/
/*** Bulleted List for Assumption page etc. Without this the bullet points disappear*/
.BulletedList
{
	margin-left: 2em;
	font-size: 0.7em;
}
/*********** Help messages */
table.QuotesHelp
{
	table-layout: fixed;
	border-style: solid;
	border-width: 1px;
	border-color: #111111;
	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: #111111;
	background-color: #DCDCDC;  /* Gainsboro */
	border-style: solid;
	border-width: 1px;
	border-color: #111111;
	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: 1px;
	border-color: #111111;
	border-collapse: collapse;
}
/* The hyperlink format for the links e.g. "Recall" */
td.QuotesHelp a
{
	color: #111111;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.7em;
}
td.QuotesHelp a:hover
{
	color:#FF8C00;
	font-size: 0.7em;
}
/************************ Quotes pages **************************/
/********** Error messages */
.QuotesPnlError
{
	font-family: Verdana, Arial;
	text-align: left;
	color: red;    
	padding: 4 4 4 4;
	border: solid 1px #111111;
	margin-left:8.75em;
	margin-bottom: 0.5em;
}
.QuotesPnlErrorFullPage
{
	font-family: Verdana, Arial;
	text-align: left;
	color: red;    
	padding: 4 4 4 4;
	border: solid 1px #111111;
}
.QuotesPnlInfo
{
	font-family: Verdana, Arial;
	text-align: left;
	color: #2C02FF;     
	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: #2C02FF;    
	padding: 4 4 4 4;
	border: solid 1px #111111;
}
.AffiliateSubmitText
{
	font-weight: bold;
	font-size: 1em;
}
.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.75em;
	border-left:solid 1px #FFCC00;
	border-right:solid 1px #FFCC00;
	border-bottom: solid 1px #FFCC00;
	border-top: solid 1px #FFCC00;
	background-color:#FFF5CC;
}
table.QuotesQuestionsFullPage
{
	font-family: Verdana, Arial;
	width: 47em;
	margin-left:0.2em;
	margin-right:0em;
	border-left:solid 1px #FFCC00;
	border-right:solid 1px #FFCC00;
	border-bottom: solid 1px #FFCC00;
	border-top: solid 1px #FFCC00;
	background-color:#FFF5CC;
}
table.QuotesPay
{
	font-family: Verdana, Arial;
	width: 22.75em;
	margin-left:0em;
	margin-right:0em;
	border-left:solid 1px #FFCC00;
	border-right:solid 1px #FFCC00;
	border-bottom: solid 1px #FFCC00;
	border-top: solid 1px #FFCC00;
	background-color:#FFF5CC;
}
td.QuotesQuestion
{
	/*display: block;	*/
	background-color: #FFF5CC;
	width: 50%;
	font-size: 0.7em;
	text-align:left;
	vertical-align: middle;
}
td.QuotesQuestionNoFloat
{
	/*display: block;	*/
	background-color: #FFF5CC;
	width: 50%;
	font-size: 0.7em;
	text-align:left;
	vertical-align: middle;
}
td.QuotesQuestionCentered
{
	display: inline-block;	
	background-color: #FFF5CC;
	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;
}
td.QuotesRblQuestion
{
	background-color: #FFF5CC;
	vertical-align:middle;
	font-size: 0.7em;
	text-align:left;
	padding: 0 0 0 0;
}
.QuotesInfo
{
	font-size: 0.7em;
	text-align:left;
	position: relative;
}
.QuotesRbl
{
	display: block;
	font-size: 11px;
	color: #111111;
	line-height: normal;
	font-family: Verdana, Arial;
}
.MCQuotesTitle
{
	font-size: 0.7em;
	background-color: #FFCC00;
	font-weight: bold;
	color: #666666;
	width: 100%;
	text-align: left;
	padding: 4px
}
.PCQuotesTitle
{
	font-size: 0.7em;
	background-color: #FFCC00;
	font-weight: bold;
	color: #666666;
	width: 100%;
	text-align: left;
	padding: 4px
}
.GVQuotesTitle
{
	font-size: 0.7em;
	background-color: #FFCC00;
	font-weight: bold;
	color: #666666;
	width: 100%;
	text-align: left;
	padding: 4px
}
.TAQuotesTitle
{
	font-size: 0.7em;
	background-color: #FFCC00;
	font-weight: bold;
	color: #666666;
	width: 100%;
	text-align: left;
	padding: 4px
}
.LegalQuotesTitle
{
	background-color: #FFCC00;
	font-weight: bold;
	color: #666666;
	width: 100%;
	text-align: left;
}
/*Help Page Styles*/
td.HelpText
{
	display: inline-block;	
	width: 50%;
	text-align:left;
}
td.HelpTitle
{
	font-size:14px;
	font-weight:bold;
	background-color:white;
}
#HelpPage h1
{
	font-size:large;
	background-color:white;
	padding-left:10px;
	padding-top:5px;
}
#HelpPage
{
	background-color:white;
	background-image:none;
}
#HelpPageBody body
{
	background:none;
	background-color:white;
}
#HelpPage table
{
	background-color: white;
	background:none;
}
/*End HelpPage Styles

/* The question answers and error colours */
/* Text input boxes */
.txt
{
	text-transform: none;
	font-size: 1em;
	color: #111111;
	font-family: Verdana, Arial;
}
.txtAnswerError
{
	border-top: solid, 2px, #CC3300;
	border-left: solid 2px #CC3300;
	border-right: #CC3300 2px solid;
	border-bottom: #CC3300 2px solid;
	text-transform: none;
	font-size: 1em;
	color: #111111;
	font-family: Verdana, Arial;
}
.txtUpperCase
{
	text-transform: uppercase;
	font-size: 1em;
	color: #111111;
	font-family: Verdana, Arial;
}

.OccLookupTitle
{
	font-family: Arial,Helvetica,sans-serif;
	background-color: #0033aa;
	font-size: .8em;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: left;
}
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;
	
}


.txtAnswerErrorUpperCase
{
	border-top: #FF3300 2px solid;
	border-left: #FF3300 2px solid;
	border-right: #FF3300 2px solid;
	border-bottom: #FF3300 2px solid;
	text-transform: uppercase;
	font-size: 1em;
	color: #111111;
	font-family: Verdana, Arial;
}
.txtMixedCase
{
	text-transform: capitalize;
	font-size: 1em;
	color: #111111;
	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: #111111;
	font-family: Verdana, Arial;
}
/* Drop down lists */
.cbo
{
	text-transform: none;
	font-size: 1em;
	color: #111111;
	font-family: Verdana, Arial;
}
.cboNoFloat
{
	text-transform: none;
	font-size: 1em;
	color: #111111;
	font-family: Verdana, Arial;
	float:none;
}
.cbosmall
{
	text-transform: capitalize;
	font-size: 0.8em;
	color: #111111;
	font-family: Verdana, Arial;
}
/* Labels used round drop down lists and composite answer errors e.g. dates */
.lblAnswer
{
	display: inline;
	float:left;
}
.lblQuestion
{
	/*display:block;*/
}
.lblQuestionOccupation
{
	width:243px;
}
html>body .lblQuestionOccupation
{
	width:240px;

}
.lblQuestionNoFloat
{
	/*float:none;*/
}
.lblQuestionRight
{
	text-align: right;
	/*display:block;*/
}
.lblAnswerError
{
	border-right: #FF3300 2px solid;
	border-top: #FF3300 2px solid;
	border-left: #FF3300 2px solid;
	border-bottom: #FF3300 2px solid;
	display: inline;
}
/* Tick boxes */
.chk
{
	text-transform: none;
	font-size: 1em;
	color: #111111;
	font-family: Verdana, Arial;
}
.chkAnswerError
{
	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: #111111;
	font-family: Verdana, Arial;
}
/* Radio buttons */
.rbl
{
	font-size: 1em;
	color: #111111;
	font-family: Verdana, Arial;
	line-height: normal;
	position: relative;
}
.rblAnswerError
{
	border-top: #FF3300 2px solid;
	border-left: #FF3300 2px solid;
	border-right: #FF3300 2px solid;
	border-bottom: #FF3300 2px solid;
	font-size: 17em;
	color: #111111;
	font-family: Verdana, Arial;
	line-height: normal;
	position: relative;
}
/* 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.QuotesLeftButton
{
	text-align: left;
}
td.QuotesMiddleButton
{
	text-align: center;
}
td.QuotesFullPageLeftButton
{
	text-align: left;
}
td.QuotesRightButton
{
	text-align: right;
}
}
/* 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:#111111;
	font-family:Arial,Helvetica,sans-serif;
}
.PageTitleBodyOnly
{
	margin-left: 0.2em;
	font-size:1.5em;
	color:#111111;
	font-family:Arial,Helvetica,sans-serif;
}
.spanCalculatingNoNav
{
	font-size:.7em;
	color:#111111;
	font-family:Arial,Helvetica,sans-serif;
}

/* Results Page */
.QuotesResultsFullPage
{
	font-size: .7em;
	font-family: Verdana, Arial;
	width: 100%;
	/*border-left:solid 1px #FFCC00;
	border-right:solid 1px #FFCC00;
	border-bottom: solid 1px #FFCC00;
	border-top: solid 1px #FFCC00;
/*hides white borders round questions
	background-color:#FFF5CC;*/
}
/*.QuotesPayButton
{
	font-size: 0.7em;
	vertical-align: middle;
	width: 20%;
	color: #111111;
	font-family: Verdana, Arial;
	background-color: #FFF5CC;
	text-align: right;
}*/
.QuotesPayAmount
{
	font-size: 0.7em;
	vertical-align: top;
	width: 10%;
	color: #111111;
	font-family: Verdana, Arial;
	background-color: #FFF5CC;
	text-align: right;
}
.QuotesPayQuestionRight
{
	font-size: 0.7em;
	vertical-align: top;
	width: 70%;
	color: #111111;
	font-family: Verdana, Arial;
	background-color: #FFF5CC;
	text-align: left;
}
.QuotesPayQuestion
{
	font-size: 0.7em;
	vertical-align: top;
	width: 70%;
	color: #111111;
	font-family: Verdana, Arial;
	background-color: #FFF5CC;
	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: #111111;
	font-weight: bold;
	font-family: Verdana. Arial;
	height: 22px;
	width: 100%;
}
.PCQuoteResults
{
	font-size: 1em;
	color: #111111;
	font-weight: bold;
	font-family: Verdana. Arial;
	height: 22px;
	width: 100%;
}
.GVQuoteResults
{
	font-size: 1em;
	color: #111111;
	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: #111111;
	font-family: Verdana, Arial;
	text-align: left;
}
.divResultsAnswer
{
	height: 25px;
}
.divResultsButtonFiller
{
	height: 20px;
}
.divResultsTitle
{
	height:22px;
}
.divResultsOpexTitle
{
	height:19px;
}
.MCQuoteResultsTitle
{
	background-color: white;
	color: #111111;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
}
.PCQuoteResultsTitle
{
	background-color: white;
	color: #111111;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}
.GVQuoteResultsTitle
{
	background-color: white;
	color: #111111;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}
.PCQuoteResultsOpexTitle
{
	background-color: white;
	color: #111111;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 19px;
}
.GVQuoteResultsOpexTitle
{
	background-color: white;
	color: #111111;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 19px;
}
.MCQuoteResultsOpexTitle
{
	background-color: white;
	color: #111111;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 19px;
}

.MCQuoteResultsFiller
{
	background-color: white;
	color: #111111;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}
.PCQuoteResultsFiller
{
	background-color: white;
	color: #111111;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}
.GVQuoteResultsFiller
{
	background-color: white;
	color: #111111;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-align: right;
	padding-right: 5px;
	height: 22px;
}

.MCQuoteResultsInsurers
{
	background-color: White;
	color: #111111;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Arial;
	height: 22px;
}

.GVQuoteResultsInsurers
{
	background-color: White;
	color: #111111;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Arial;
	height: 22px;
}
.PCQuoteResultsInsurers
{
	background-color: White;
	color: #111111;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Arial;
	height: 22px;
}

/* End of Results */

a:link
{
	color:blue;
	text-decoration: underline;
}
a:visited
{
	color:Navy;
	text-decoration:underline;
}
a:active
{
}
a:hover
{
	color:red;
	text-decoration:none;
}