﻿/* ##### - STANDARD CSS - ##### */

html, body, p, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	margin: 12px 0px;
}

.bold { font-weight: bold; }

.align_left  { text-align: left; }
.align_right { text-align: right; }
.align_center{ text-align: center; }

.float_left  { float: left; }
.float_right { float: right;}

.clear { clear: both; }
.clear_left { clear: left; }
.clear_right { clear: right; }

.top_05	{ margin-top: 5px; }
.left_10 { margin-left: 10px; }
.right_10 { margin-right: 10px; }

.spacer_05 { height: 5px; }
.spacer_10 { height: 10px; }
.spacer_15 { height: 15px; }
.spacer_20 { height: 20px; }
.spacer_1 { height: 1px; }
.spacer_40 { height: 40px;}

.invis_fix { position: relative; }


/* ##### - SITE DEFAULTS - ##### */

body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	
}

h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

input, select, textarea {
	border: 1px solid #333;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-left: -25px;
	color: #333;
}

* html body ul {
	margin-left: 18px;
}

.hidden_div { display: none; }
.visible_div { display: block; }


/* ########## global layout #################### */

/*A way in css to create round borders start tanja*/
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; margin:0 5px;}
.b2 {height:1px; border-right:2px solid; border-left:2px solid; margin:0 3px;}
.b3 {height:1px; border-right:1px solid; border-left:1px solid; margin:0 2px;}
.b4 {height:2px; border-right:1px solid; border-left:1px solid; margin:0 1px;}

.inner{border-left:1px solid;border-right:1px solid;}

/*change the style color of the 2 styles underneath to change the border color throughout the side*/
.bordercolor .b1, .bordercolor .b2, .bordercolor .b3,.bordercolor .b4,.inner, .greybground_border {
	border-color:#8fabc6;
}

.b1{
	background:#8fabc6;
}

.bordercolornone .b1, .bordercolornone .b2, .bordercolornone .b3,.bordercolornone .b4,.bordercolornone .inner{
	border:none;
}

.bordercolornone .b1{
	background:none;
}
	
.backgroundgrey .b2, .backgroundgrey .b3,.backgroundgrey .b4,.key_policy,.right_col .compare_us,.right_col .register {
	 background:#DBDBDB;
}

.backgroundgreylight .b2, .backgroundgreylight .b3,.backgroundgreylight .b4 {
	 background:#fff;
}

.backgroundyellow .b2, .backgroundyellow .b3,.backgroundyellow .b4 {
	 background:#fffdd8;
}

.background .b2, .background .b3,.background .b4 {
	background:none;
}
	
/*end of a way in css to create round borders end tanja*/
	
.residencystatus input 
{
	border : none;
}

/* Used in policyconfirmation.cs, to hide the controls used to focus on screening endorsement */
input.hidden
{
	width:0px; 
	height :5px; 
	border:none; 
	color:white;
}