/*
 ==============================================================================
 | CONTENT.CSS
 | Cascading Style Sheet (CSS) for U.S. Loss Mitigation Services
 | ----------------------------------------------------------------------------
 | Author:			FocalBase Internet Solutions
 | Creation Date:	11.10.2004
 | Last Updated:	12.15.2004
 | ----------------------------------------------------------------------------
 | Copyright (c) 2004  Focalbase Internet Solutions.
 | All rights reserved.
 | ----------------------------------------------------------------------------
 | Version: v1
 | $Id:
 | ----------------------------------------------------------------------------
 | Notes:
 | Contains styles for page content layout
 ==============================================================================
*/


/* --------------------------------------------------------------------------*/
/*
 || start - define elements
*/


/* admin page title */
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #779CC0; /* light blue */
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #eee;
	}
/* admin section title */
h2 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
	color: #2B619D;	/* dark blue */
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 0px;
	}
h2 a {
	font-weight: normal;
	}
/* admin listing header */
h3 {
	font-size: 1.0em;
	color: #434343;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #eee;
	}
h3 a {
	font-weight: normal;
	}
	
/* public page title */
h4 {
	font-size: 1.6em;
	font-weight: normal;
	color: #779CC0;	/* light blue */
	margin: 0px 0px 30px 0px;
	}
/* blue heading */
h5 {
	font-size: 1.3em;
	font-weight: bold;
	color: #7197BC;
	margin: 0px 0px 10px 0px;
	}
/* black heading */
h6 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 10px 0px;
	}

/*
 || end - define elements
*/
/* --------------------------------------------------------------------------*/
/*
 || start - paragraph styles
*/
p.nomargin {
	margin: 0px;
	}
p.message {
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid #eee;
	text-align: center;
	}
p.confirm {
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid #eee;
	text-align: center;
	font-weight: bold;
	color: green;
	}
p.delete {
	margin: 50px 0px 30px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid #eee;
	text-align: center;
	font-weight: bold;
	color: red;
	}
p.deletesubmit {
	text-align: center;
	}
p.deletesubmit input {
	margin: 3px 10px 3px 10px;
	font-weight: normal;
	color: #000;
	}
p.formsubmit {
	text-align: center;
	}
/* multiple buttons */
p.formsubmit2 {
	text-align: center;
	}
p.formsubmit2 input {
	margin: 0px 15px 0px 15px;
	}
p.heading {
	font-size: 1.1em;
	font-weight: bold;
	color: #2B619D;	/* dark blue */
	margin: 5px 0px 10px 0px;
	border-bottom: 1px solid #eee;
	}
	
/*
 || end - paragraph styles
*/
/* --------------------------------------------------------------------------*/
/*
 || start - text styles
*/
.txtformmessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	padding-left: 5px;
	}
.txtsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	}
.txtbold {
	font-weight: bold;
	color: #333;
	}
.txtboldlarge {
	font-weight: bold;
	color: #333;
	font-size: 1.3em;
	}
.txthighlight {
	font-weight: bold;
	color: red;
	}
.txtagentname {
	
	}


	
/*
 || end - text styles
*/
/* --------------------------------------------------------------------------*/
/*
 || start - contact table - homepage
*/

/* main contact info */
table.contact th {
	font-weight: bold;
	text-align: right;
	padding: 3px 5px 3px 3px;
	color: #333;
}
table.contact th, table.contact td {
	vertical-align: middle;
}

/* logos below contact info */
table.contact td.logos p {
	margin: 0;
	}
table.contact td.logos img {
	margin-top: 10px;
	}

/*
 || end - contact table - homepage
*/
/* --------------------------------------------------------------------------*/
/*
 || start - list styles
*/


ul.menuselect {
	list-style: none;
	margin: 30px 0px 30px -9em;
	padding: 0px;
	width: 19em;
	position: relative;
	left: 50%;
	}
ul.menuselect li {
	margin-bottom: 3px;
	}
ul.menuselect li a:link, ul.menuselect li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	text-align: left;
	color: #434343;
	
	display: block;
	width: 17em;
	padding: .3em .6em .3em .6em;
	background-color: #fafafa;
	border: 1px solid #999;		
}
ul.menuselect li a:hover, ul.menuselect li a:active {
	color: #0033FF;
	background-color: #fefefe;
	border: 1px solid #ccc;	
	}

/* heading for apply style */
li.applyheader {
	font-size: 1.1em;
	font-weight: bold;
	color: #2B619D;	/* dark blue */
	border-bottom: 1px solid #eee;
	background-color: #fafafa;
	}

/* application overview */
ul.applyoverview {
	list-style: none;
	margin: 20px 0px 20px -15em;
	padding: 0px;
	width: 30em;
	position: relative;
	left: 50%;
	
	background-color: #fefefe;
	border: 1px solid #ccc;
	}
ul.applyoverview li {
	padding: 2px 10px 2px 10px;
	}

/* print authorization form */
ul.applyprint {
	list-style: none;
	margin: 20px 0px 20px -15em;
	padding: 0px;
	width: 30em;
	position: relative;
	left: 50%;
	
	background-color: #fefefe;
	border: 1px solid #ccc;
	/*/*/
	background-image: url(../images/icon_printer.gif);
	background-repeat: no-repeat;
	background-position: right center;
	/**/
	}
ul.applyprint li {
	padding: 2px 10px 2px 10px;
	}

/* basic list style */
ul.liststyle {
	list-style: none;
	margin: 20px 0px 20px -18em;
	padding: 0px;
	width: 36em;
	position: relative;
	left: 50%;
	
	background-color: #fefefe;
	border: 1px solid #ccc;
	}
ul.liststyle li {
	padding: 2px 10px 2px 10px;
	}
ul.liststyle li a {
	text-align: right;
	}
/* basic list header */
li.listheader {
	font-size: 1.1em;
	font-weight: bold;
	color: #2B619D;	/* dark blue */
	border-bottom: 1px solid #eee;
	background-color: #fafafa;
	}
/*
 || end - list styles
*/
/* --------------------------------------------------------------------------*/
/*
 || start - state selection
*/
table.menustates {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-top: 30px;
	margin-bottom: 30px;
	}
table.menustates td {
	border-right: 1px solid #eee;
	}
td.menustateshdr {
	font-size: 1.1em;
	font-weight: bold;
	color: #2B619D;	/* dark blue */
	border-bottom: 1px solid #eee;
	background-color: #fafafa;
	padding: .2em .5em .2em .5em;
	}

/* select U.S. state list */
ul.menustates {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 12em;
	}
ul.menustates li {

	}
ul.menustates li a:link, ul.menustates li a:visited {
	display: block;
	background-color: #fdfdfd;
	padding: .1em .5em .1em .5em;
	border-bottom: 1px solid #eee;	
	}
ul.menustates li a:hover, ul.menustates li a:active {
	background-color: #fff;
	}

/*
 || end - state selection
*/
/* --------------------------------------------------------------------------*/
/*
 || start - detail screen styles
*/

td.box {
	background-color: #fff;
	border: 1px solid #eee;
	vertical-align: top;
	}

table.detail th {
	font-weight: bold;
	text-align: right;
	padding: 3px 5px 3px 3px;
	color: #333;
}
td.detailheader {
	font-size: 1.1em;
	font-weight: bold;
	color: #2B619D;	/* dark blue */
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #eee;
	background-color: #fafafa;
	}
p.detailheader {
	font-size: 1.1em;
	font-weight: bold;
	color: #2B619D;	/* dark blue */
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #eee;
	background-color: #fafafa;
	}
/*
 || end - detail screen styles
*/
/* --------------------------------------------------------------------------*/
/*
 || start - print authorization form
*/

table.printbody {
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 5px auto;
	padding: 10px;
	width: 660px;
	background-color: #fff;
	}
table.printbody td, table.printbody th {
	font-size: 11px;
	}
table.printbody td {
	text-align: left;
	}
table.printbody td.printbox {
	border: 1px solid #000;
	vertical-align: top;
	}
	
/* START print detail table */
table.printdetail {
	border-collapse: collapse;
	width: 100%;
}
table.printdetail th {
	font-weight: bold;
	text-align: right;
	padding: 2px 5px 2px 3px;
	color: #000;
}
table.printdetail td, table.printdetail th {
	width: 50%;
}
/* END print detail table */

/* START print headings */
table.printbody td.printheader {
	font-weight: bold;
	color: #000;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #000;
	background-color: transparent;
	text-align: center;
	}
table.printbody th.printheader {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #fff;
	background-color: #000;
	}
table.printbody p.printheader {
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
table.printbody p.printsignature {
	margin: 30px 5px 10px 5px;
	padding-left: 5px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	}
/* END print headings */

/*
 || end - print authorization form
*/
/* --------------------------------------------------------------------------*/
p.contact {
	margin: 5px;
	}
p.testimonials {
	
	}

.ctr {
 text-align: center;
}
/* --------------------------------------------------------------------------*/
/*
 || start - general public webite styles
 }} added 12.14.2003
*/

div.testimonials {
	margin: 0 80px 0 80px;
}
div.testimonials p {
	margin: 15px 0 15px 0;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #eee;
	text-align: left;
	}

/* www/sitetemplate/form.php */
table.forms {
	margin: 20px 0 20px 0;
}
table.forms th, table.forms td {
	vertical-align: top;
}
/* cells which contains the paragraph text */
th.forms {
	width: 180px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	
	background-color: #fff;
	border: 1px solid #eee;
	vertical-align: top;
}
th.forms p {
	margin: 0 0 0 0;
}
/* cell which contains the listing */
td.forms {
	padding: 10px;
}

.assoclist {
	font-size: .9em;
}

p.foreclosurelist {
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid #eee;
	text-align: left;
}

.error {
	font-weight: bold;
	color: red;
}

.msg {
	font-weight: bold;
	color: blue;
}

.number {
	text-align: right;
}
/*
 || end - general public webite styles
 }} added 12.14.2003
*/
/* --------------------------------------------------------------------------*/
/*
 || START - agent application
*/

table.detailapply {
	border-collapse: collapse;
	width: 70%;
	margin: 0 auto 20px auto;
	background-color: #fefefe;
	}
table.detailapply td, table.detailapply th {
	border: 1px solid #ddd;
	font-size: 10pt;
	padding: 1px 5px 1px 5px;
	}
table.detailapply tr:hover, table.detailapply tr.hilite {
	background-color: #ffffcc;
	}
table.detailapply tr.hide td, table.detailapply tr.hide th {
	border: 1px solid #fff;
	}
table.detailapply tr.hide:hover {
	background-color: transparent;
	}
table.detailapply caption {
	padding: 2px 2px 2px 24px;
	margin: 0 auto 0 auto;
	border: 1px solid #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #2F5911;
	text-align: left;
	
	background: #f9f9f9 url(../images/main_site/arrow_detail.gif) no-repeat 5px center;
	}
table.detailapply th {
	width: 45%;
	text-align: right;
	color: #434343;
	}
table.detailapply td {
	width: 55%;
	}


.trainmenu {
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
	}
.trainmenu a:link, .trainmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color: #434343;
	padding: 4px;
	margin: 3px;
	background-color: #98C67E;
	border: 1px solid #999;		
}
.trainmenu a:hover, .trainmenu a:active {
	color: #0033FF;
	background-color: #fefefe;
	border: 1px solid #ccc;	
	}


ul.trainmenuleft {
	list-style: none;
	margin: 0px 0px 0px 0em;
	padding: 0px;
	}
ul.trainmenuleft li {
	margin-bottom: 3px;
	}
ul.trainmenuleft li a:link, ul.trainmenuleft li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	text-align: left;
	color: #434343;
	display: block;
	width: 110px;
	padding: 2px 5px 2px 5px;
	background-color: #fafafa;
	border: 1px solid #999;		
}
ul.trainmenuleft li a:hover, ul.trainmenuleft li a:active {
	color: #0033FF;
	background-color: #fefefe;
	border: 1px solid #ccc;	
	}


.tssubtitle 
{
	margin: 50px 0px 30px 0px;
	padding-top: 9px;
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid #eee;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
	color: black;
}

/* Associate Portal Main Only */

ul.assoc_menu {
	margin: 30px 0px 30px -9em;
	width: 14em;
}

ul.assoc_menu li a:link, ul.assoc_menu li a:visited {
	width: 13em;
	padding: .3em .4em .3em .4em;
}


/*
 || END - agent application
*/
/* --------------------------------------------------------------------------*/