﻿body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
}

.defaultFont{
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
}

/*img, div, input { behavior: url("../../gfx/iepngfix.htc") }*/

#body_box {
	width: 682px;
	margin: 0px auto;
}

#logoContainer{
	height: 70px;
	overflow: hidden;
	position: relative;
}

#logo{
	border: 0px;
	margin: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.partnerLogo{
	border: 0px;
	/*margin: 5px;*/
	position: absolute;
	left: 0px;
	top: 0px;
}

#whl_header{
	position: relative;
	height: 65px;
	overflow: hidden;
}

#whl_menu{
	text-align: right;
	position: absolute;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Sans-Serif;

	right: 0px;
	bottom: -3px;
}

#whl_menu tr{
	height: 20px;
}

#whl_menu .menuitem{
	display: inline-block;
	position: relative;
	text-align: center;
	height: 15px;
	margin: 0px;
	padding: 2px;
}

#whl_menu a {
	text-decoration: none;
}

#whl_header_background{
	height: 65px;
}

#header_bar{
}

#content_box {
	padding: 5px;
}

.errorMessage{
	background-image: url(../../gfx/icon/attention3_16x16.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 120%;
	color: Red;
}



/* common */
hr
{
	height: 1px;
}

a:link { color: blue; }
a:visited { color: blue; }
a:active { color: blue; }
a:hover { color: blue; }

.darkBack{
	background-color: #808080;
}
.lightBack{
	background-color: #E0E0E0;
}

.borderedInput{			 
	border: solid 1px #8ac;
}

.borderedInputRequired{
	border: solid 1px #D03030;
	background-color: #F4D6D6;
}

.button{
	border: outset 1px gray;
	background-color: #EEEEEE;
}

.imgButton { cursor: pointer; }

.idref {
	display: none;
}
.polType {
	display: none;
}

.borderTable
{
	border: solid 1px #8AC;
	border-collapse: collapse;
}

.gridTable
{
	border: solid 1px #8AC;
	border-collapse: collapse;
}

.groupHeader
{
	font-weight: bold;
	border: 1px #808080 solid;
	background-color: #E0E0E0;
	padding: 3px;
}

.groupContent
{
	border: solid 1px #808080;
	padding: 3px;
	margin-bottom: 5px;
}

.border
{
	border: solid 1px #8AC;
}

.titleCell
{
	vertical-align: top;
	padding-top: 7px;
}

.devHint
{
	display: block;
	margin: 5px;
	border: dashed 2px red;
	padding: 5px;
	color: Red;
}


.section, .profileTable .section
{
	font-weight: bold;
	font-size: larger;
	background-color: #DDDDDD;
}

.selector table 
{
	border: none;	
	/*border-collapse: collapse;*/
}
.selector table th
{
	border: none;
	padding-right: 4px;
}
.selector table tr.result td
{
	border: solid 1px black;
}

.hoverLines
{	
}

.hoverLines TR.hover
{
	background-color: #FC6;
	cursor: pointer;
	cursor: hand;
}

.premiumCalculationMatrix input
{
	text-align: right;
}


.buttonLine
{
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* whl styles */

.text_h1{
	font-size: 1.5em;
	font-weight: bold;
}

.num{
	vertical-align: middle;
	margin-right: 5px;
}

/* Product.aspx */

.img_product{
	float:right;
}

.numlist{
	/*line-height: 1.2em;*/
}

.numlist IMG {
	margin-bottom: 5px;
	margin-top: 5px;
}

.numlist .current{
	border: solid 1px gray;
	background: #fd8; 
	padding-left: 3px; 
	margin-right: 10px; 
}


#prods TD.prodName{
	border: 1px solid gray;
}

#prods TD.hover{
	/*border: 1px solid gray;*/
	background-color: #FC6;
	cursor: pointer;
	cursor: hand;
}

.p_name{
	font-size: 1.3em;
	font-weight:bold;
}

.p_lowestPrice{
	color: Red;
	margin-left: 5px;
}

.p_description{
	font-style: italic;
}

/* Product.aspx */

.img_travel{
	float:right;
}

/* Insurants.aspx */

.img_contact{
	position: absolute;
	right: 4px;
	bottom: 4px;
	z-index: -500;
}

/* Summary.aspx */

.img_summary{
	float:right;
}

/* Pay.aspx */

.mPAY24Frame{
	width: 675px;
	height: 500px;
}

/* Success.aspx */

.img_success{
	float:right;
}

/* ProductInfo.aspx */

.productInfo {
	margin-top: 10px;
	margin-bottom: 20px;	
	padding-top: 5px;
	border-top: solid 1px black;
}

.productInfo .productName {
	font-size: 1.3em;
	font-weight: bold;
}

.productInfo .productDescription{
	font-style: italic;
	margin-left: 10px;
	margin-bottom: 5px;
}

.productInfo .productBenefitsDescriptionTitle{
	margin-left: 10px;
}

.productInfo .productBenefitsDescription{
	margin-left: 30px;
}
