body, form, table
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #333;
	margin:0;
	padding:0;
}
input, select 
{
	font-size:12px;
}
.clearboth
{
	clear: both;
	margin-top: -1px;
}
a
{
	color: #f68b1e;
	text-decoration: underline;
}
ul.Alist 
{
	list-style-type:none;
	margin:0 0 40px 0 !important;
}
ul 
{
	margin-top:4px;
	margin-bottom:20px;
}
li
{
	margin-bottom:10px;
}
#LogoLink 
{
	position:absolute;
	top:0;
	left:0;
	width:284px;
	height:100px;
}
#LogoLink a 
{
	display:block;
	width:100%;
	height:100%;
}
#LogoLink a span
{
	display:none;
}
#headerNav ul 
{
	list-style-type:none;
	padding:110px 0 0 10px;
	margin:0;
}
#headerNav li 
{
	display:inline;
	margin:0;
	padding:0;
	color:White;	
}
#headerNav li a, #footer a 
{
	color:White;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}
#headerNav li a:hover, #footer a:hover
{
	color: #f8993e;
	text-decoration: underline;
}

a:hover
{
	color: Red;
}

.divider
{
	padding: 0px 10px;
}

.LineDivider 
{
	display:block;
	height:1px;
	margin:0 0 -8px 0;
	padding:0;
	border-top:1px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	border-color:black;
	border-style:solid;
}
#side1nav
{
	display:block;
	padding: 10px 0 0 20px;
	/*background-image: url(LN-Background.gif);
	background-repeat: no-repeat;*/
	clear:both;
	/*height: 275px;*/
}
#CallCenter
{
	display:block;
	/*background-image: url(LN-BackgroundBottom.gif);
	background-position:top left;
	background-repeat: no-repeat;*/
	width: 180px;
	padding: 40px 0 0 0;
}
#CallCenter img 
{
	display:block;
	width:104px;
	margin:0 auto;
}
p
{
	display: block;
	padding:0;
	margin:0 0 20px 0;
}
h1
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 700;
	font-size: 17px;
	color: #00447a;
	margin:0 0 30px 0;
	padding:0;
}
h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 700;
	font-size: 14px;
	color: #065488;
	margin:0 0 15px 0;
	padding:0;
}
h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 600;
	font-size: 12px;
	margin:0 0 5px 0;
	color: #00558c;
	padding:0;
}
h4
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 600;
	font-size: 11px;
	margin:0 0 5px 0;
	padding:0;
}
.help 
{
	background-color:White;
	padding:5px;
}
#HelpImage
{
	position:absolute;
	top:108px;
	right: 5px;
}

.side 
{ 
	vertical-align:absbottom;
	display:inline 
}

.StepFeedback
{
	display:block;
	background-image: url(StepStatus-Background.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
	margin-bottom: 12px;
}

.StepPageTitle
{
	color: #656565;
	font-size: 14px;
	margin: 0px;
	padding: 6px 0px 3px 20px;
}

.travelSummary
{   
	/*
	background-image: url(Background-TravelSummary.gif);
	background-repeat: no-repeat;
	*/
	display:block;
	width:300px;
	margin:0 0 10px 5px;
	border: 1px solid #CECFCF;
	-moz-border-radius: 10px;
	float:right;
}

.travelScroll
{
	display:block;
	width:100%;
	padding: 5px 5px 0 5px;
} 
.travelScroll div
{
	display:block;
	width:100%;
	margin-bottom: 8px;
}
.travelSummary h3
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #2986BC;
}

.travelSummaryLabel
{
	font-size: 11px;
}

.travelSummaryValue
{
	font-size: 10px;
	font-weight: bold;
}

.fieldDescription
{
	font-size: 11px;
}

.fieldLabel
{
	padding: 5px 10px 5px 0px;
	font-size: 11px;
}

.fieldRowText
{
	padding-bottom: 5px;
}

.fieldHeading
{
	font-size: 14px;
	font-weight: bold;
}

.blockText
{
	font-size: 11px;
	text-align:left;
}
.tripPayment
{   
   background-color: #EEEEEE;
   padding: 2px;
}
.optional
{
	font-size: 10px;
	font-style: italic;
}
.confirm
{
	font-size:12px;
	font-weight:bold;
}

.totalPremium
{
	font-size: 11px;
}
.radiolabel
{
	font-size: 11px;
}
.blockDescription
{
	padding: 5px;
}

#ButtonBar
{
	display: block;
}
.buttonCancel
{
	/*position: absolute;
	left: 5px;	*/
	margin-top: 10px;
}
.buttonContinue
{
	margin-top: 10px;
	position: absolute;
	margin-right:40px;
	right: 0;
}
.buttonBack
{
	margin-top: 10px;	
}
 
.ValidationSummary
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #CECFCF;
	font-weight: bold;
}
 
.ValidationSummary li
{
	font-weight: normal;
} 
 
.InlineError
{
	display: block;
	font-weight: bold;
	color: Red;
	padding: 1px 0px 1px 0px;
}
 
.error
{
	font-weight: bold;
	color: Red;
}

.monthLabel
{
}

.dayLabel
{
	position: relative;
	top: 0px;
	left: 45px;
}

.yearLabel
{
	position: relative;
	top: 0px;
	left: 65px;
}

.addressBox
{
	text-align:left;
	margin:20px 0px 0px 20px;
}

/* Traveller Info Styles */
.dayHeader
{
	top: 0px;
	padding-right: 10px;
}

.monthHeader
{
	top: 0px;
	padding-right: 20px;
}

.yearHeader
{
	top: 0px;

}
.BuyButton
{
	display:block;
	margin:15px 0 20px 0;
	padding:0;
	text-align:center;
	clear:both;
}
#lblHelpContent h1 a, #lblHelpContent h2 a, #lblHelpContent h3 a 
{
	text-decoration:none;
}

p.FAQ 
{
	margin-bottom:20px;
}
/* NAVIGATION STYLES */
#side1nav ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
/* level 1 nav items */
#side1nav ul li
{
	display: block;
	margin: 0;
	padding: 0;
	/*border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #CECECF;*/
}
#side1nav ul li a
{
	padding:4px 2px;
}
/* level 2 nav items */
#side1nav ul li ul li
{
	margin: 0;
	padding: 0;
	/*border-width: 1px 0 0 0;*/
	font-style:italic;
}
#side1nav ul li ul li a
{
	padding:4px 0 4px 15px;
}
/* level 3 nav items */
#side1nav ul li ul li ul li
{
	margin:0;
	padding: 0;
	/*border-width: 1px 0 0 0;*/
	font-style:normal;
}
#side1nav ul li ul li ul li a
{
	padding:4px 0 4px 25px;
}
/* nav link styles */
.VerticalLinkListActiveItem
{
	background-color: #feddbe;
	border: 1px solid #f8993e;
}
.VerticalLinkListItem a, .VerticalLinkListActiveItem a
{
	display: block;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.VerticalLinkListActiveItem a
{
	font-weight: normal;
	color: #333; /*#2986BC;*/
}
.VerticalLinkListActiveItem a:hover
{
	text-decoration: underline;
}

.VerticalLinkListItem a:hover
{
	color: #f8993e;
	text-decoration: underline;
}

/* Trip Info Styles */
.tripDaysInUSASection
{
	padding: 10px;
}

/*Payment Info Styles */

.coverageDetails
{
	background-color: #EEEEEE;
}
.coverageDetailsHeader
{
	padding: 3px;
	font-weight: bold;
}
.coverageDetailsTotal
{
	padding: 3px;
	font-weight: bold;
}
.packageTotal
{
	padding: 3px;
	font-weight: bold;
}
.billingSummaryTotal
{
	padding: 3px;
	font-weight: bold;
}
.billingSummary
{
	background-color: #EEEEEE;
}
.billingSummaryChargeDescription
{
	font-size: 11px;
	text-align:right;
	padding-right:5px;
}
.asShownLabel
{
	text-align:right;
	right:0px;
}

.dollarValues 
{
	text-align:right;
	padding-right:5px;
}

/* Agency Search Styles */
.SearchTable
{
	border: 1px solid #999999;
	border-collapse: collapse;
	padding-bottom: 0px; 
}

.SearchTable td
{
	border: 1px solid #999999;
	border-collapse: collapse;
}
.SearchHeadings
{
	background-color: #e6e3bd;
	font-weight: bold;
	padding: 3px;
	vertical-align: bottom;
}

.SearchHeadings td
{
	padding: 3px;
}

.searchOption td, .searchOptionAlternate td
{
	padding: 5px 15px;
	border-bottom: 1px solid #CECFCF;	
}

.searchOption
{
	background-color: #FFFFFF;
}

.searchOptionAlternate
{
	background-color:#e8e8e8;
}

.agentScroll
{
	display:block;	
	/*width:480px;*/
} 

/* Plan Selection Styles */

.PlanTable
{
	border: 1px solid #CECFCF;
	border-collapse: collapse;
	padding-bottom: 0px; 
}

.PlanTable td
{
	border: 1px solid #CECFCF;
	border-collapse: collapse;
}

.PlanName
{
	background-color: #de4d3a;
	font-weight: bold;
	padding: 3px;
	vertical-align: middle;
	color: White;
}


.PlanName input
{
	vertical-align: middle;
}

.planInstruction
{
	font-style: italic;
	font-size: 10px;
	padding: 5px;
	border-bottom: 1px solid #CECFCF;
	background-color: #EAF3FA;
}

.planSelected
{
	background-color: #EAF3FA;
}

.planRowAlternate
{
}

.PlanDescColumn
{
	width: 193px;
	padding: 5px;
	
}
.PlanDescColumn ul
{
	margin:5px 10px 10px 20px;	
}
.PlanDetailsColumn td
{
	border: none;
}

.PlanTotalRow td
{
	padding: 5px 15px;
	background-color: #d9dedb;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #CECFCF;	
}

.packageOption td, .packageOptionAlternate td
{
	padding: 5px 15px;
	border-bottom: 1px solid #CECFCF;	
}

.packageOption
{
	background-color: White;
}

.packageOptionAlternate
{
	background-color: #f5f5f5;
}

.planSelection
{
	padding: 2px 12px;
}

td.planSelectionPremium
{
	padding: 0px 12px 0px 0px;	
}

td.benefitGroupHeader
{
	padding: 3px 0px 3px 16px;
}

.benefitGroupHeader td
{
	border-top: 1px solid #CECFCF;
	border-bottom: 1px solid #CECFCF;
}

.benefitGroupHeader
{
}

.benefitGroupHeader img
{
	margin: 3px 5px 3px 0px;
}

.benefitSubItem
{
	background-color: White;
}

.benefitNoneSubItem td
{
	padding-left: 12px;
	padding-right: 10px;
	border-top: 1px solid #CECFCF;	
	background-color: White;
}


.benefitSelection
{
	background-color: #EAF3FA;
}

.benefitSelectionAlternate
{
	background-color: #CEE2F3;	
}

.benefitSelection td, .benefitSelectionAlternate td
{
	border-top: 1px solid #CECFCF;	
}


.planOptionSelected, .planOptionSelected td
{
	font-weight: bold;
}


/* Global Textbox Styles  */

.fNameField
{
	width: 90%;
}
.lNameField
{
	width: 90%;
}
.address1Field
{
	width: 30%;
}
.address2Field
{
	width: 30%;
}
.cityField
{
	width: 20%;
}
.provinceField
{
	width: 30%;
}
.postalField
{
	width: 20%;
}
.countryField
{
	width: 20%;
}
.areaField
{
	width: 10%;
}
.phoneField
{
	width: 20%;
}
.extensionField
{
	width: 10%;
}
.emailField
{
	width: 30%;
}
.ghipField
{
	width: 20%;
}
.beneficiaryField
{
	width: 90%;
}

/* Textbox Styles - Step 1*/

.dayField
{
	width: 15%;
}

.ageField
{
	width: 24px;
}
.primaryAgeField
{
	width: 36px;
}

.costField
{
	width: 30%;
}

.yearField
{
	width: 25%;
}

/* Textbox Styles - Step3 */

.travellerAgeField
{
	width: 70%; 
}

/* Textbox Styles - Step 4  */

.cardNumberField
{
	width: 41%;
}
.expMonthField
{
	width: 5%;
}
.expYearField
{
	width: 5%;
}
.cardNameField
{
	width: 30%;
}
.cardVerifyField
{
	width: 30%;
}

/* Date Control Popup Styles */

.DateControlCellHighlight
{
	height:20px;
	width:20px;
	padding:3px 5px;
	vertical-align:middle;	
	background-color: #288DCC;
}

.DateControlCellText
{
	color: black;
}

.DateControlTodayText
{
	color: black;
	font-weight: normal;
}

.DateControlTodayHighlightText
{
	color: #288DCC !important;
	font-weight: bold;
}


.DateControlWeekendText
{
	color: #288DCC;
}

.DateControlExMonthText
{
	color: #666666;
}


.inlinePanel
{
	display:inline;
}

.term
{
	color:#1d68cc;
}
