/* IPW Additions */

body {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
}

#container {
	position: relative;
	text-align: left;
	width: 800;
	margin: 10px auto;
}

table {
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
}

/* -------tooltips--------- */

.toolTip {
	background-color: #fff;
	visibility: hidden;
}

.customizeTip {
	position: absolute;
	top: 60px;
	left: 400px;
	background-color: #fff;
	visibility: hidden;
}

#infofixedmortgages {
	position: absolute;
	top: 50px;
	left: 200;
	visibility: hidden;
}

#infoarms {
	position: absolute;
	top: 50px;
	left: 200;
	visibility: hidden;
}
#infohybridarms {
	position: absolute;
	top: 50px;
	left: 200;
	visibility: hidden;
}

#infopaymentoption {
	position: absolute;
	top: 50px;
	left: 200;
	visibility: hidden;
}

#intfixedmortgages {
	position: absolute;
	top: 50px;
	left: 200px;
	visibility: hidden;
}

#intarms {
	position: absolute;
	top: 50px;
	left: 200px;
	visibility: hidden;
}
#inthybridarms {
	position: absolute;
	top: 50px;
	left: 200px;
	visibility: hidden;
}

#intpaymentoption {
	position: absolute;
	top: 50px;
	left: 200px;
	visibility: hidden;
}



/* End of IPW additions */

/* text formatting */
.blue_header 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 18px;
	color: #033f88;
	}	

.blue_sub_header 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	color: #033f88;
	margin-bottom: 0;
	}	

.black_sub_header 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	color: #000000;
	}
	
.label 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	color: #000000;
	}
	
.grey_text 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	}			

.p,p 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin-top: 0;
	}

.tier2 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
	}

.li,li	{	
	list-style-type:disc ;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-left: 0px;
	color: #333333;
	}
	
.td,td 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	vertical-align: top;
	}

.tinyText {
	line-height: 1px;
	font-size: 1px;
}

/* END for text formatting */

/* ---------------------------------------------------------------------------------------------- */

/* borders and rules */

	
.inside_white_box	{
	background-color: ffffff;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #033f88;
	}
	
.text_field	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #333333;
	vertical-align: top;
	background-color: ffffff;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #033f88;
	}
	
.hr,hr {
	border-width: 1px;
	border-color: #033f88;
	border-style: solid;
	margin-top: -6px;
	}

.blueTable {
	border: 1px solid  #033f88;
	padding: 10px;
}
/* END for borders and rules */

/* ---------------------------------------------------------------------------------------------- */

/* buttons and links */

a.blue_link {font-family:arial,Helvetica,sans-serif;color:#0066cc;text-decoration:none;}
a.blue_link:hover {color:#cc0000;text-decoration:underline;}

.blue_button 	{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px;
	background-color:0066cc;
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	}
	
/* END for buttons and links */

.fakeTable {
	float: left;
	width: 150px;
}

