html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-image: url(images/xrae/title_top.png);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #065576;
}
a:visited {
	color: #555f65;
}
a:hover {
	text-decoration: none;
	color: #b97100;
}
img {
	border: none;
}
form {
	display: inline;
}

/*Useful CSS Classes*/
span.Badge {
	white-space: nowrap;
}
.fade {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #F00;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.Center {
	text-align: center;
}
.Wide {
	width: 99%;
}
input.error {
	border: 1px dotted red;
}
label.error {
	color:red;
	font-style:italic;
	display:block;
	margin-left:1em;
	width:auto;
}
/*Button Style*/
a.Button:link {
	color: #003c5e;
}
a.Button {
	border-bottom: 1px solid #476576;
	border-right: 1px solid #476576;
	background: #b1d6ec;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #353535;
}
a.Button:hover {
	background: #daecf6;
	border-bottom: 1px solid #61879c;
	border-right: 1px solid #61879c;
	text-decoration: none;
}
span.Button {
	border-bottom: 1px solid #b6c7d1;
	border-right: 1px solid #b6c7d1;
	background: #f0f4f7;
	color: #777777;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: lowercase;
	font-weight: lighter;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
}

#Header {
	position: absolute;
	background-image: url(images/xrae/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding:0; margin:0; border:0;
	z-index: 1;
}
#Header .Logo {
	padding: 15px;
}

#PersistantMessage {
	width: 60%;
	z-index: 2;
	position: fixed;
	top: 0;
	left: 500px;
	width: 400px;
	margin-left: -200px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	background-color: #900;
	color: white;
	padding: 4px;
	padding-top: 20px;
	font-size: 12px;
}

#Profile {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	background-color: #fff;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}

#Navigation {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	top: 108px;
	left: 170px;
	height: 100px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2f4755;
}
#Navigation h2 {
	display: none;
}
#Navigation ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#Navigation ul li {
	list-style: none;
	display: inline;
}
#Navigation ul li a {
	border-right: 4px solid #5E8ECB;
	margin-left: 3px;
	padding-right: 5px;
	color: #2f4755;
}
#Navigation ul li span {
	margin-left: 3px;
}

#Sidebar {
	position: absolute;
	top: 110px;
	left: 0;
	background-color: #d9d9d9;
	width: 150px;
	font-family: sans-serif;
	font-size: 14px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
#Sidebar h2 {
	display: none;
}
#Sidebar ul.Menu {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}
#Sidebar ul.Menu a {
	font-weight: normal;
	font-size: 16px;
	width: 100%;
	display: block;
	height: 22px;
}
#Sidebar ul.Menu a:link {
	color: #065576;
}
#Sidebar ul.Menu a:visited {
	color: #065576;
}
#Sidebar ul.Menu a:hover {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	background-color: #ccc;
	text-decoration: none;
}
#Sidebar ul.Menu span {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	background-color: #fff;
	width: 100%;
	display: block;
	height: 22px;
	margin-left: 8px;
	text-indent: 8px;
}
#Sidebar ul.Menu li {
	list-style: none;
	padding-top: 9px;
	text-indent: 16px;
}
#Sidebar ul.Submenu {
	margin: 0;
	padding: 0;
}
#Sidebar ul.Submenu li {
	text-indent: 26px;
}
#Sidebar h6 {
	font-size: 8px;
	font-family: Arial, sans-serif;
}
#Sidebar h6.Tagline {
	text-align: center;
}

#Content {
	position: absolute;
	top: 130px;
	left: 170px;
	width: 77%;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	border: 0;
}
#Content p {
	margin: 0;
}

#Help, #Help p {
	margin: 0; border: 0; padding: 5px 5px 5px 1px;
	display: block;
}
#Help img {
	float: right;
	margin: 0; padding: 0; border:0;
}
#Help h1 {
	font-size: 19px;
	margin: 0; padding: 0; border:0;
}
#Help h2 {
	font-size: 15px;
	margin: 0; padding: 0; border:0;
}

#Message {
	border: 2px dashed Red;
	margin: 10px;
	padding: 10px;
}
#Message h3.Icon {
	text-align: center;
	margin: 0;
}

#Information {
	position: relative;
	margin: 0;
	padding: 0;
}

#Alert {
	margin-left: 10px;
	padding: 5px;
	margin-top: 15px;
	padding-left: 8px;
	background-color: #fff;
	background-image: url(images/xrae/box-corner.gif);
	background-repeat: no-repeat;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	font-size: 11px;
	font-family: Arial;
}
#Alert hr {
	/*There is an intruder in the building*/
	height: 1px;
	width: 78%;
	color: Black;
	margin-bottom: 25px;
}
#Alert .Button {
	width: 110px;
	text-align: center;
	display:block;
	margin-top: 3px;
	padding: 0;
}

#Action {
	text-align: left;
}
#Action h2 {
	margin-top: 30px;
	border-bottom: 1px solid #aaaaaa;
	font-size: 18px;
	font-family: Tahoma, Arial, Helvetica;
	color: #666666;
}

/*Table Styles*/
table {
	border-collapse: collapse;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
}
table.Data {
	width: 100%;
}
table.Plan {
	width: 100%;
}
table.Information {
	width: 100%;
}
table#Feedback {
	width: 100%;
}
caption {
	background-image: url(images/xrae/label_bar.png);
	background-repeat: repeat-x;
	background-color: #3F9CB8;
	color: White;
	font-size: 14px;
	text-align: center;
	border-bottom: 2px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica;
	-moz-border-radius-topright:7px;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-top-left-radius:7px;
}
thead th {
	height: 16px;
	font-size: 12px;
	text-align: center;
	background-color: #0f6f97;
	color: White;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-bottom-color: #C1C1C1;
	border-right-color: #C1C1C1;
}
thead th a:link {
	color: White;
}
thead th a:visited {
	color: White;
}
table.Input td {
	height: 24px;
}
tr.Title td {
	height: 16px;
	font-size: 12px;
	text-align: center;
	background-color: #0f6f97;
	color: White;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-bottom-color: #C1C1C1;
	border-right-color: #C1C1C1;
}
tr.hover, td.hover {
	background-color: #CCF4FF;
}
tr.Section td {
	height: 16px;
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/xrae/section.gif);
	background-repeat: repeat-x;
	background-position: center;
}
tr.Section td span {
	background-color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
}
tr.SubTitle td {
	background-color: #d5e5ef;
	border-bottom: 3px solid #CDCDCD;
}
tr.SubTitle td.PageNav {
	text-align: right;
}
tr.SubTitle strong {
	font-size: 12px;
}
tr.Control {
	background-color: #BFBFBF;
}
tr.fltrow input {
	width: 99%;
}
td {
	vertical-align: top;
}
table.Data td.Right {
	text-align: right;
}
td.Label {
	background-color: #EAEAEA;
	padding-right: 5px;
	margin-bottom: 5px;
	font-family: sans-serif;
	color: #8A8A8A;
	font-size: 12px;
	padding-left: 10px;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}
td.Text {
	font-size: 14px;
}
td.Seperate {
	border-bottom: 1px dashed #C6C6C6;
}
td.Control, col.Control {
	white-space: nowrap;
	text-align: center;
}
td.Information, col.Information {
	white-space: nowrap;
	text-align: right;
	font-style: italic;
}

button.Section {
	text-align: left;
	overflow: visible;
	width: 100%;
	padding-left:0.3em;
	padding-right:0.3em;
	margin-bottom: 10px;
	cursor: pointer;
	background-color: #FFF;
	background-image: url(images/xrae/buttonbg.gif);
	background-repeat: repeat-x;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
button.Disabled {
	cursor: default;
	background-color: #F9F9F9;
	background-image: none;
	background-repeat: repeat-x;
	color: #AAAAAA;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
button.section h2 {
	width: 400px;
}

ul.Legend li {
	list-style: none;
	display: inline;
	padding-left: 2px;
}
ul.Legend li img {
	padding-right: 5px;
}

span.FlatExtra input.FlatExtraAmount {
	font-size: 9px;
	width: 40px;
	height: 11px;
}
span.FlatExtra input.FlatExtraDuration {
	font-size: 9px;
	width: 20px;
	height: 11px;
}

/*Question Styles*/
table.MultiColumn {
	border: none;
}
table.MultiColumn ul {
	margin-left: 0;
	padding-left: 0;
}
table.MultiColumn ul ul {
	padding-left: 20px;
}
table.MultiColumn li {
	list-style: none;
}
.SelectList .None {
	font-weight: bold;
	font-size: 12px;
	color: red;
	border-bottom: 1px red dotted;
}
.SelectList .Category {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px black solid;
}

/*Search Results*/
#SearchControlBox {
	position: relative;
	float: right;
	background-color: #d9d9d9;
	text-align: right;
	font-size: 11px;
	width: 175px;
	padding-bottom: 7px;
}
#SearchControlBox h3 {
	font-family: arial;
	font-size: 15px;
	padding: 5px;
	margin: 0;
	text-align: center;
	border-top: dashed #8F8F8F 1px;
}
#PriceControlBox {
	background-color: #d9d9d9;
	font-size: 11px;
	width: 175px;
	padding-bottom: 7px;
}
#PriceControlBox h3 {
	font-family: arial;
	font-size: 15px;
	padding: 5px;
	margin: 0;
	text-align: center;
	border-top: dashed #8F8F8F 1px;
}
h2.Results {
	background-image: url(images/xrae/label_bar.png);
	background-repeat: repeat-x;
	background-color: #3F9CB8;
	color: White;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica;
	-moz-border-radius-topright:7px;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-top-left-radius:7px;
}
p.Results {
	margin-top: 10px;
}
dl.Results {
	padding: 0;
	margin: 0;
	text-indent: 0;
}
dl.Results dl.MoreResults {
	display: none;
}
dl.Results dt.Carrier {
	color: #065576;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: lighter;
	font-size: 18px;
	padding-bottom: 2px;
}
dl.Results dt.Carrier a {
	padding-right: 5px;
	margin-right: 5px;
}
dl.Results dd {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}
dl.Results dd a.Display {
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	color: #BABABA;
}
dl.Results dd a.Display img {
	margin-left: 1em;
}
dl.Results dd p.Package {
	color: #0000CC;
	font-size: 14px;
}
dl.Results dd p i.Evaluated {
	color: Red;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
dl.Results a:hover {
	color: #b97100;
}
dl.Results a {
	color: #065576;
}
dl.Results a:visited {
	color: #555f65;
}
dl.Results a:visited:hover {
	color: #b97100;
}
dl.Results i {
	color: #795c04;
	font-weight: lighter;
	font-size: 12px;
	padding-right: 5px;
}
dl.Results dd p {
	margin: 0;
}
dl.Results dd {
	padding-bottom: 20px;
}
h4.Unmatched {
	color: grey;
	font-size: 12px;
	font-style:italic;
	padding-left: 5em;
}
dl.Unmatched {
	padding-left: 4em;
}
dl.Unmatched {
	font-weight: lighter;
	font-size: 15px;
}
dl.Unmatched dt a {
	color: #59595F;
	padding-right: 5px;
	margin-right: 5px;
}

/*Answer Tree*/
.AnswerTree form {
	display: block;
	width: 100%;
}
.AnswerTree form textarea {
	width: 100%;
}
.AnswerTree button {
	height: 25px;
	padding: 0;
	margin: 0;
}
.AnswerTree i.hint {
	font-size: 10px;
	font-weight: normal;
	color: #474;
}
table.AnswerTree {
	width: 100%;
}
.AnswerTree tr.Evaluated {
}
.AnswerTree tr.NotEvaluated div {
	color: #CCC;
}
.AnswerTree tr.NotEvaluated div b {
	color: #900;
}
.AnswerTree {
	font-family: Tahoma, Verdana;
	font-size: 13px;
}
.AnswerTree h3 {
	font-size: 11px;
}
.AnswerTree p {
	margin: 0;
	text-align: justify;
}
.AnswerTree table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.AnswerTree table.Answers {
	margin-top: 30px;
	margin-bottom: 30px;
}
.AnswerTree tr.Warning td {
	background-color: #FFFFE1;
}
.AnswerTree td {
	vertical-align: top;
	font-size: 13px;
	line-height: 25px;
}
.AnswerTree col.Index {
	width: 25px;
}
.AnswerTree td.Index {
	text-align: right;
	width: 25px;
}
.AnswerTree td.Index img {
	float: none;
}
.AnswerTree td.Question {
	border-top: 1px dashed #C6C6C6;
	font-weight: normal;
}
.AnswerTree img {
	float: left;
}
.AnswerTree td.Answer {
	font-size: 13px;
	font-weight: bold;
}
.AnswerTree td.Error {
	font-size: 13px;
	font-weight: bold;
	color: Red;
}
.AnswerTree tr.Action div {
	margin-left: 0;
}
.AnswerTree div {
	padding-left: 0;
	margin-left: 30px;
}
.AnswerTree dl.SelectList {
	margin-top: 0;
}
.AnswerTree ul.SelectList {
	margin-top: 0;
}

/*Response Tree*/
table.ResponseTree {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	width: 100%;
}
table.ResponseTree p {
	margin: 0;
	text-align: justify;
}
table.ResponseTree h3 {
	font-size: 12pt;
}
table.ResponseTree p.Signature {
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 3em;
	font-style: italic;
	font-size: 16px;
}
table.ResponseTree div.Disclaimer {
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 3em;
	padding-right: 3em;
	font-size: 11px;
	color: #ababab;
	border-top: 1px dotted #333333;
}
table.ResponseTree table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	clear: both;
}
table.ResponseTree td {
	vertical-align: top;
	font-size: 13px;
}
table.ResponseTree table.Information {
	width: 100%;
	background-image: url(images/xrae/clientbg.png);
}
table.ResponseTree td.Label {
	padding-right: 5px;
	font-family: sans-serif;
	color: #333333;
	font-size: 12px;
	padding-left: 10px;
	text-align: right;
}
table.ResponseTree ul.ResponseTree li {
	list-style: none;
}
table.ResponseTree ul.ResponseTree li.Carrier {
	list-style: none;
	font-size: 13pt;
	color: #444444;
	border-top: 1px dashed Gray;
	background-color: #dfeef7;
	padding-left: 5px;
	margin-top: 10px;
}
table.ResponseTree ul.ResponseTree li.Carrier b {
	text-transform: uppercase;
}
table.ResponseTree ul.ResponseTree b.Class {
	color: #147eba;
	text-transform: uppercase;
}
table.ResponseTree ul.ResponseTree b.Outcome {
	color: #c57100;
	text-transform: uppercase;
}
table.ResponseTree ul.ResponseTree li.Notes b {
	color: #9F9F00;
	text-transform: uppercase;
}
table.ResponseTree ul.ResponseTree li.Notes p {
	padding-left:15px;
	padding-bottom: 20px;
}
div.PrettyDate {
	display: inline;
	color: #333333;
	font-style: italic;
}
.EMail {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
}
.EMail h3 {
	font-size: 12pt;
}
.EMail h2 {
	height: 27px;
	color: #ffffff;
	padding-left: 20px;
	font-size: 11pt;
	background-image: url(images/xrae/results_bar.png);
	background-repeat: repeat-x;
}
.EMail p {
	padding-bottom: 10px;
	text-align: justify;
}
.EMail p.Signature {
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 3em;
	font-style: italic;
	font-size: 16px;
}
.EMail div.Disclaimer {
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 3em;
	padding-right: 3em;
	font-size: 11px;
	color: #ababab;
	border-top: 1px dotted #333333;
}
.EMail img {
	float: left;
}
.EMail table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	clear: both;
}
.EMail td {
	vertical-align: top;
	font-size: 13px;
}
.EMail table.Information {
	width: 100%;
	background-image: url(images/xrae/clientbg.png);
}
.EMail td.Label {
	background-color: #EAEAEA;
	padding-right: 5px;
	font-family: sans-serif;
	color: #333333;
	font-size: 12px;
	padding-left: 10px;
	text-align: right;
}
.EMail table.AnswerTree {
	margin-top: 30px;
	margin-bottom: 30px;
}
.EMail table.AnswerTree td.Index {
	text-align: right;
}
.EMail table.AnswerTree td.Index img {
	float: none;
}
.EMail table.AnswerTree td.Question {
	border-top: 1px dashed #C6C6C6;
}
.EMail table.AnswerTree td.Question div {
	padding-left: 30px;
}
.EMail table.AnswerTree td.Answer {
	font-size: 13px;
	font-weight: bold;
}
.EMail table.AnswerTree td.Answer div {
	padding-left: 30px;
}
.EMail ul.ResponseTree li {
	list-style: none;
}
.EMail ul.ResponseTree li.Carrier {
	list-style: none;
	font-size: 13pt;
	color: #444444;
	border-top: 1px dashed Gray;
	background-color: #dfeef7;
	padding-left: 5px;
}
.EMail ul.ResponseTree li.Carrier b {
	text-transform: uppercase;
}
.EMail ul.ResponseTree b.Class {
	color: #147eba;
	text-transform: uppercase;
}
.EMail ul.ResponseTree b.Outcome {
	color: #c57100;
	text-transform: uppercase;
}
.EMail ul.ResponseTree li.Notes b {
	color: #9F9F00;
	text-transform: uppercase;
}
.EMail ul.ResponseTree li.Notes p {
	padding-left:15px;
	padding-bottom: 20px;
}