/**************************************************************************************************/
/* -- START -- Styles used by Online Account -- */
/*                      Styles also used by other ASP.NET 2.0 websites -- */

/* Date added:	27/03/2008	*/
/* Added by:	NEWC1 */
/**************************************************************************************************/

/*----------------------------------------- 	Classes 	---------------------------------------*/
.iconHelp { cursor: hand; }

.iconHelpFloat 
{ 
	float: right;
	cursor: hand; 
}

html>body .iconHelp { cursor: pointer; }

html>body .iconHelpFloat 
{ 
	float: right;
	cursor: pointer; 
}

.linkCommon
{
	font-weight: normal;
	color: #000000;
	font-size: 1em;
	text-decoration: underline;
}

a:visited.linkCommon
{
	font-weight: normal;
	color: #000000;
	font-size: 1em;
	text-decoration: underline;
}

a:hover.linkCommon
{
	font-weight: normal;
	color: #FF9900;
	font-size: 1em;
	text-decoration: underline;
}

.linkCommonBold
{
	font-weight: bold;
	color: #000066;
	font-size: 1em;
	text-decoration: none;
}

a:hover.linkCommonBold
{
	font-weight: bold;
	color: #000066;
	font-size: 1em;
	text-decoration: underline;
}

a:visited.linkCommonBold
{
	font-weight: bold;
	color: #000066;
	font-size: 1em;
}

.controlCollection
{
	margin: 9px 0 9px 0;
	font-weight: normal;
}

.policyTable th, .policyTable td
{
	padding-left: 5px;
}

.policyRow
{
	background-color: #FEF5CA;
	border-bottom: solid 1px #CCCCCC;
}

.policyRowHighlight
{
	background-color: #FEF8E2;
	border-bottom: solid 1px #CCCCCC;
}

.infoSummary
{
	color: #3399CC;
    border: solid #3399CC 1px;
    background-color: #FFFFFF;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 2px;
    clear: both;
}

.errorSummary
{
    color: #CC0000;
    border: solid #CC0000 1px;
    background-color: #FFFFFF;
    padding: 7px;
    padding-top: 4px;
    margin-top: 5px;
    margin-bottom: 2px;
    clear: both;
}

.errorSummary ul
{
    color: #CC0000;
    padding: 0;
    margin: 0;
    margin-left: 25px;
    line-height: 1.5em;
}

.errorSummaryTitle 
{ 
    color: #CC0000;
    padding-left: -3px; 
    padding-bottom: 3px; 
}

/*This should basically match the background of the page*/
.hiddenField
{
	color: #FFFFFF;
}

.slidePanel 
{ 
  overflow: hidden; 
  display: none; 
  clear: both; 
}

.slideContent { display: none; }

/**************************************************************************************************/
/* -- END -- Styles used by Online Account -- */ 
/**************************************************************************************************/ 

/**************************************************************************************************/
/* -- START -- Styles used by Student Possessions -- */
/*                      Styles also used by other ASP.NET 2.0 websites -- */

/* Date added:	19/06/2007	*/
/* Added by:	MORJ3 */
/**************************************************************************************************/

/*----------------------------------------- 	Elements 	---------------------------------------*/
form
{
	margin: 0;
	padding: 0;
}

body 
{
  background-repeat: no-repeat;
  background-position: center center;
  background-color:#FFFFFF;
  margin:0px;
  text-decoration:none;
  font-family: arial;
  font-weight: normal;
  font-size:11px;
  color:#333333;
}

hr 
{
	color: #AEAEAE;
	background-color: #AEAEAE;
	height: 0.125em;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	border: 0;
}

hr.hrGrey
{
	color: #cccccc;
	background-color: #cccccc;
}

/* Add margin for FF */
html > body hr {
	margin-top: 5px;
	margin-bottom: 10px;
	height: 1px;
}

p
{
	margin: 3px 0 3px 0;
}

/*----------------------------------------- 	  IDs   	---------------------------------------*/

/* Description: Main content structure */
/* Date & Websites: 14/06/2007 - Endsleigh.Products.Niche.StudentPossessions.Website.Quote */
#mainDiv
{
	width: 770px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

#ctl00_mainDiv
{
	width: 770px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

#toolbarDiv
{
	clear: both;
	padding: 0;
	margin: 0;
}

#contentDiv
{
	padding: 0;
	margin: 0;
	clear: both;
}

#leftContentDiv
{
	width: 570px;
	padding: 20px 20px 20px 10px;
	margin: 0;
	clear: none;
	float: left;
}

#ctl00_leftContentDiv
{
	width: 570px;
	padding: 20px 20px 20px 10px;
	margin: 0;
	clear: none;
	float: left;
}

#rightContentDiv
{
	width: 170px;
	padding: 20px 0 20px 0;
	margin: 0;
	clear: none;
	float: left;
}

#footerDiv
{
	clear: both;
	padding: 0;
	margin: 0;
}

#ctl00_footerDiv
{
	clear: both;
	padding: 0;
	margin: 0;
}

#veriSignLogo
{
	position: relative; 
	left: 650px; 
	bottom: 90px;
}

#txtPostcodeWrapper
{
	width: 134px;
}

/*----------------------------------------- 	Classes 	---------------------------------------*/

/* -- START --------- Font / Text Styles ---------- */
/* Date added:	21/06/2007	*/
/* Added by:	MORJ3 */

.common, .commonAlternate 
{
  font-size:1em;
  vertical-align:top;
}

.commonBold
{
	font-weight: bold;
	font-size: 1em;
}

.commonError 
{
  font-size:1em;
  vertical-align:top;
  color:#FF0000;
}

.commonHeading, .commonHeadingAlternate, .greeting 
{
  font-size: 1.1em;
  vertical-align:top;
  color:#3399CC;	
  font-weight: 700;
  font-family: Verdana, Arial;
}

.commonHelpInfo
{
	display: inline;
	font-size: 1em;
	vertical-align: top;
	color: #999999;
}

.commonSmall, .commonSmallAlternate 
{
  font-size: 0.9em;
  vertical-align: top;
}

.micro 
{
	font-size: 0.9em;
	color: #999999;
}
	
.paddedText 
{
  margin: 10px 10px 10px 10px;
}

.pageError 
{
  font-size:1.1em;
  color:#FF0000;
  font-weight: bold;
}

.smallPhoneNumber 
{
  font-size:1em;
  color:#21216d;
  font-weight: bold;
  font-family: Verdana, Arial;
  vertical-align: top;
}

.title 
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 1.0em;
	color: #000066;
	padding: 0;
	margin: 0 0 5px 0;
}

.titleBar
{
	margin-top: 5px;
	padding: 4px 0 4px 4px;
	font-weight: bold;
	font-size: 1.0em;
	font-family: Verdana, Arial;
	color: #000066;
	background-color: #EAEAEA;
}

.titleBarSummary
{
	margin-top: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.0em;
	font-family: Verdana, Arial;
	width: 100%;
	color: #000066;
	background-color: #EAEAEA;
}

.titleLarge 
{
  color: #000066;
  font-family: Verdana, Arial;
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  margin-top: 0;
}


ul.chevronList1, ul.chevronList2, ul.exclamationList, ul.tickList
{
	margin: 0 0 0 20px;
	padding: 0;
}
.chevronList1 li
{
	list-style-image: url(Images/icon_Chevron1.gif);
	padding-left: 10px;
	vertical-align: top;
	margin: 5px 0 5px 0;
}

.chevronList2 li
{
	list-style-image: url(Images/icon_Chevron2.gif);
	padding-left: 10px;
	vertical-align: top;
	margin: 5px 0 5px 0;
}

.exclamationList li
{
	list-style-image: url(Images/icon_Exclamation.gif);
	padding-left: 10px;
	vertical-align: top;
	margin: 5px 0 5px 0;
	padding-top: 5px;
}

.tickList li
{
  list-style-image: url(Images/icon_Tick.gif);
	padding-left: 10px;
	vertical-align: top;
	margin: 5px 0 5px 0;
	padding-top: 5px;
}

ul.tickListPlain1
{
	list-style-type: none;
	margin: 0 0 0.8em 2px;
	padding: 0;
}

.tickListPlain1 li
{
	background-image: url(Images/icon_Tick_Plain1.gif);
	background-position: 0px top;
	background-repeat: no-repeat;
	line-height: 1.1em;
	margin: 0 0 5px 0;
	padding-left: 36px;
	padding-bottom: 5px;
	height: auto;
}

.pricePresentation 
{
  color:#000000;
  background-color:#C2D3FC;  
  padding: 10px 15px 10px 15px;
  height: 100px;
}

.premium 
{
  color:#000066;  
  font-size: 1.8em;
  font-weight: bold;
}

.buttonBar
{
    text-align: right;
    clear: both;
    padding: 2px 0 2px 0;
    height: auto;
    width: 100%;
}

.buttonBarSmall
{
    text-align: right;
    clear: both;
    margin: 2px 0 2px 0;
    height: auto;
    min-height: 32px;
    width: 490px;
}

/* Classes used for styling dynamically created input controls */
.inputFocus
{
	height: 15px;
	font-size: 1em;
	font-family: Arial;
	color: #666666;
	border-width: 0.1em;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
}

.inputBlur
{
	height: 15px;
	font-size: 1em;
	font-family: Arial;
	color: #000000;
	border-width: 0.1em;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
}

/* -- END ----------- Font / Text Styles ---------- */

/* -- START --------- Structural Styles ---------- */
/* Date added:	21/06/2007	*/
/* Added by:	MORJ3 */

.floatLeft 
{
	float: left;
}

.floatRight 
{
	float: right;
}

.floatRightButtons 
{
	float: right;
	padding: 0;
	margin: 0;
}

/* Description:	Styling for item data */
/* Date & Websites: 24/09/2007 - Endsleigh.Products.Niche.StudentPossessions.Website.Quote */
.inputSection 
{
	padding: 1px 0 1px 0;
	margin: 4px 0 4px 0;
	width: 100%;
}

.itemSection 
{
	margin: 0 5px 0 10px;
	padding: 5px;
	background-color: #F0F2FF;
	width: 537px;
	height: auto;
	min-height: 50px;
    clear: both; 
}

.itemTable
{
	width: 493px;
}

/* -- END ----------- Structural Styles ---------- */

/* -- START ---------- Pop up Styles ---------- */
/* Date added:	13/02/2007	*/
/* Added by:	NEWC1 */

/* Description:	Styles applied to the Endsleigh.Controls.Web.PopUp control */
/* Date & Websites: 13/12/2006 - Endsleigh.Products.Motor.Website & Endsleigh.PaymentNamespace.Website */
.popUp 
{
  background-color: #FFFFFF;
  border: 2px solid #000066;
  padding: 10px;
}

/* Description:	Styles applied to the help pop ups. */
/* Date & Websites: 17/05/2007 - Endsleigh.Products.Motor.Website & Endsleigh.PaymentNamespace.Website */
.popUpHelp 
{
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #000066;
  padding: 10px;
  z-index: 999;
  filter: alpha(opacity=0);
  opacity: 0;
}

.popUpItemData
{
	background-color: #EAEAEA;
	height: auto;
	clear: both;
}

.popUpItemData div
{
	padding: 3px;
}

/* -- END ------------ Pop up Styles ----------- */ 

/* -- START -------- Summary box styles -------- */
/* Date added:	19/06/2007	*/
/* Added by:	MORJ3 */

.summaryBox 
{
  background-color:#EAEAEA;
  width: 100%;
}

.summaryBoxHeader 
{
  color: #000066;
  font-family: Verdana, Arial;
  background-color:#EAEAEA;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
}

.summaryBoxContent 
{
  background-color:#FFFFFF;
  width: 100%;
}

/*Blue - as used by the price presentation summary box.*/
.summaryBox1 
{
  background-color:#EAEAEA;
  width: 100%;
}

/*Blue - as used by the price presentation summary box.*/
.summaryBoxHeader1 
{
  color:#000000;
  font-family: Verdana, Arial;
  background-color:#C2D3FC;  
  font-size: 1em;
  width: 100%;
}

.summaryBoxHeaderAmount 
{
  color: #000066;
  background-color:#EAEAEA;
  float: right;
  font-family: Verdana, Arial;
  font-size: 1.8em;
  text-align: right;
  font-weight: 500;
}

.summaryBoxHeaderAmountSmall 
{
  font-family: Verdana, Arial;
  font-size: 1em;
  font-weight: 400;
}

.summaryBoxHeaderImage 
{
  padding-top: 7px;
}

.policyNumberImage 
{
  padding-top: 3px;
}

/* -- END -------- Summary box styles -------- */ 

/* -- START -------- Progress Indicator animated imagery styles -------- */
/* Date added:	13/02/2007	*/
/* Added by:	NEWC1 */

.cqProgress 
{
  text-align: center;
  width: 100%;
}

.ppProgress 
{
  text-align: center;
  width: 100%;
}

.rqProgress 
{
  text-align: center;
  width: 100%;
}

.gsProgress 
{
  text-align: center;
  width: 100%;
}

.cqProgressSmall 
{
  float: left;
  padding-left: 300px;
}

.ppProgressSmall 
{
  float: right;
}

.rqProgressSmall 
{
  float: left;
  padding-left: 220px;
}

.pqProgressSmall 
{
  float: right;
}

/* -- END -------- Progress Indicator animated imagery styles -------- */ 

/**************************************************************************************************/
/* -- END -- Styles used by Student Possessions -- */ 
/**************************************************************************************************/ 

/**************************************************************************************************/
/* -- START -- Styles used by Renter page -- */ 
/**************************************************************************************************/ 

.linkHelp
{
	display: inline;
	color: #0000FD;
	text-decoration:underline;
	cursor: pointer;
	cursor: hand;
	padding: 0px;
}

.addCoverOptions
{
	background-color: #F0F0F0;
}

div.divider 
{
  height:1px;
  font-size: 1px;
  background-color: #CCCCCC;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.dividerLarge 
{
  height:2px;
  font-size: 2px;
  background-color: #000033;
  margin-top: 8px;
  margin-bottom: 4px;
}

/**************************************************************************************************/
/* -- END -- Styles used by Renter page -- */ 
/**************************************************************************************************/ 

/**************************************************************************************************/
/* -- START -- Styles used by Endsleigh.Products.Household.Website.Quote  -- */ 
/**************************************************************************************************/ 
/* Description:	Style used for the content in pop ups */
/* Date & Websites: 15/12/2008 - Endsleigh.Products.Motor.Website.Quote */
.defaultFormPopUpContent
{
	background-color: #F0F2FF;
	padding: 5px 0 5px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/**************************************************************************************************/
/* -- END -- Styles used by Endsleigh.Products.Household.Website.Quote -- */ 
/**************************************************************************************************/ 
