/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/
#wrapper_outer { 
	margin: 0 auto;
	width: 973px;
	padding: 13px;
	background: white;
	margin-top: 13px;

}
#wrapper_columns {
	margin-bottom: 0px;
	width: 100%;
	background: white url('images/col_left.gif') top left repeat-y;
}
#wrapper_header {
	color: #333;
	width: auto;
	padding: 10px;
	height: 103px;
	margin: 0px;
	background: url('images/header_bg.jpg') top center no-repeat;
}
#wrapper_left { 
	display: inline;
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 195px;
	float: left;
}
	#nav_left ul {
		padding:0px;
		margin:0 0 0 1px;
	}
	#nav_left ul li {
		padding:5px 5px 5px 15px;
		margin:0px;
		min-height: 16px;
		list-style-type: none;
		display:block;
		color: white;
		font-size: 1.1em;
		background: url('images/nav_bg.gif') top left repeat-x;
	}
	#nav_left ul li li {
		font-size: 1em;
		background: transparent;
		height: auto;
		min-height: 0;
	}
	#nav_left ul li a {
		color: white!important;
		text-decoration: none;
	}
	#nav_left ul li li a {
		color: #0E4D98!important;
	}
	#nav_left ul li ul {
		padding: 10px 0 0 0;
	}	
	#nav_left li li .selected {
		text-decoration: underline;
	}
#wrapper_content { 
	float: left;
	color: #666;
	margin: 10px 13px;
	padding: 0px;
	width: 764px;
	display: inline;
	position: relative;
	margin-right: 0;
	padding-right: 0;
	margin-top: 0;
	padding-bottom: 10px;
}

#wrapper_content a {
	color: #333!important;
	text-decoration: underline;
}
#wrapper_content table h4 {
	font-family: arial narrow;
	color: red;
	margin: 10px 0 10px 0;
	font-size: 1.4em;
}
#wrapper_right { 
	display: inline;
	position: relative;
	color: #333;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	width: 195px;
	float: right;
}
	#nav_right ul {
		padding:0px;
		margin:0px;
	}
	#nav_right ul li {
		padding:0px;
		margin:0px;
		list-style-type: none;
		display:block;
	}
	#nav_right .selected {
		color:red;
		font-weight:bold;
	}
#wrapper_footer { 
	width: auto;
	clear: both;
	color: #333;
	background: white url('images/footer_bg.gif') top center no-repeat;
	margin: 0px;
	padding: 10px;
	height: 40px;
	text-align: center;

}
	#nav_bottom {
		width:auto;
	}
	#nav_bottom ul {
		position:relative;
		text-align: right;
		padding:0px;
		margin:0px;
		margin-top: -3px;
		margin-bottom: 15px;
		font-size: 1.1em;
	}
	#nav_bottom ul li {
		padding:0px 10px 0 10px;
		margin:0px;
		list-style-type: none;
		display:inline;
		border-left: 1px solid white;
	}
	#nav_bottom ul li:first-child {
		border-left: 0;
	}
	#nav_bottom ul li a {
		color: white;
	}
	#nav_bottom .selected {
		text-decoration: underline;
	}
	
	.table_form p {
		font-size: 1em;
		padding: 5px 5px 5px 0;
	}
	.table_form th {
		text-align: left;
		padding: 5px;
		color: #104490;
		font-weight: bold;
		width: 150px;
	}
	.company_heading {
		width: 180px;
		height: 70px;
		display: block;
		text-indent: -1000px;
		overflow: hidden;
		float: left;
	}

	.header_date {
		position: absolute;
		right: 10px;
		top: 10px;
		color: #666666;
	}

	#top_m_nav {
		list-style-type: none;
		position: absolute;
		left: 197px;
		padding: 0;
		top: 33px;
	}

	#top_m_nav li {
		font-size: 1em;
		text-align: left;
		padding: 3px 8px 3px 8px;
		border: 1px solid #CCCCCC;
		border-top: 0;
		border-left: 0;
		float: left;
		font-weight: bold;
	}

	#top_m_nav li a {
		color: #666;
	}

	#top_nav {
		position: absolute;
		width: 970px;
		top: 90px;
		left: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
	}

	#top_nav li {
		display: inline;
		padding: 0 15px 0 15px;
		font-size: 1.1em;
	}

	#top_nav li a {
		color: white;
		font-weight: bold;
	}

	.toggler {
		cursor: pointer;
		display: block;
	}

	.element {
		padding: 0;
		margin: 0;
	}

	#wrapper_content h1 {
		width: 100% auto;
		height: 33px;
		overflow: hidden;
		background: url('images/heading_bg.jpg') top left no-repeat;
		color: white;
		padding: 6px 0 0 10px;
		font-family: arial narrow;
	}

	.instruct_list {
		list-style-type: none;
		padding: 0;
	}

	.instruct_list li {
		float: left;
		background: red;
		text-align: center;
		margin: 0 20px 0 0;
		color: white!important;
	}
	
	#wrapper_content .instruct_list li p a, #wrapper_content .instruct_list li p a:link, #wrapper_content .instruct_list li p a:visited, #wrapper_content .instruct_list li p a:hover  {
		width: 100px!important;
		height: 30px!important;
		color: #FFF!important;
		padding: 10px!important;
		text-align: center!important;
		display: block!important;
	}

	#frm_dropdown {
		text-align: right;
		position: absolute;
		top: 55px;
		right: 20px;
	}

	#frm_dropdown #go_to {
		font-family: arial;
		font-size: 1em;
		color: #0E4C97;
	}

#conveyancing a {
	color: red!important;
}

#conveyancing a:hover {
	color: white!important;
}

.display_btn {
	background: url('images/displayQuote.gif') top left no-repeat;
	width: 160px;
	height: 30px;
	margin: 10px 10px 10px 0;
}

.sol_list {
	list-style-type: none;
	padding: 0;
	float: right;
	margin: 0px;
}

.sol_list li table th {
	font-weight: normal;
	color: #11428E;
	width: 150px;
	text-align: left;
}

.sol_list li table th, .sol_list li table td {
	padding: 5px 10px 5px 10px;
}

 .sol_list li table td .leftf, {
	padding: 0 20px 5px 0;
 }

.bg_change_tbl {
	background: #ccc;
	padding: 10px;
	margin: 10px;
}

.sol_tbl {
	border: 1px dashed #ccc!important;
	width: 742px;
}

.sol_tbl h4 {
	font-size: 2em!important;
}

.sol_list h4 {
	color: #103E8B!important;
	font-size: 2em!important;
}

.sol_tbl th {
	text-align: left;
}

.disbursement {
	border: 1px dashed #ccc!important;
	padding: 10px;
	margin: 0 0 10px 0;
	float: right;
	width: 740px;
}

.disbursement table {
	width: 100%;
}

.red_bg {
	background: red;
	color: white;
	padding: 5px 10px 5px 10px;
	text-align: left;
	width: 100%;
	font-size: 1em!important;
}

.disbursement table th {
	width: 150px;
	padding: 10px 60px 10px 10px;
	font-size: 1.1em;
	text-align: left;
}

.disbursement table td {
	font-size: 1.1em!important;
}

.disbursement table .bold {
	color: red;
}

.disbursement h4 {
	font-size: 1.4em!important;
	color: #0C549C;
}

.sol_surround_tbl {
	border: 1px dashed #ccc!important;
	width: 100%;
	display: block!important;
	position: relative!important;
}

.sol_surround_tbl td, .sol_surround_tbl th {
	padding: 10px;
}

.inner_tbl {
	width: 100%;
	font-size: 12px;
}

.grey_bg {
	background: #CCCCCC;
}

.ppi_form {
	width: 220px;
	display: block;
	position: relative;
	z-index: 10;
	color: #11428F;
}

.ppi_form {
	font-size: 10px!important;
	font-weight: normal;
}

.ppi_form .txt {
	width: 100px;
}

.ppi_form td {
	vertical-align: top;
	padding: 2px;
	width: 105px;
}

.btn_ppi {
	background: url(images/ppi-btn.png) center center no-repeat;
	margin: auto;
	text-align: center;
	float: none;
	position: relative;
	width: 100%;
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.4em;
	height: 30px; 
}

#login_box {
	width: 100% auto;
	position: relative;
	border: 1px solid #ccc;
	margin-right: 3px;
}

#login_box .leftf, #login_box .rightf {
	padding: 20px;
}

#login_box .leftf {
	width: 58%;
}

#login_box .rightf {
	background: #104490 url('images/nav_bg.gif') top left repeat-x;
	color: white;
	width: 30%;
	min-height: 170px;
}

#login_box .rightf a {
	color: white!important;
}

#login_box label, #app_form label {
	margin: 3px 3px 3px 0;
	font-weight: bold;
	display: block;
}

#login_box #login_email, #login_box #login_password, #app_form input, .ps_search select {
	clear:both;
	border: 1px solid #ccc;
	padding: 3px;
	width: 90%;
	display: block;
	font-family: arial;
	font-size: 12px;
}

#app_form input {
	width: 400px;
}

#login_box #login, #app_form #register {
	background: #104490 url('images/nav_bg.gif') top left repeat-x;
	color: white;
	padding: 3px;
	border: 0;
	margin: 10px 0;
	float: right;
	margin-right: 36px;
	cursor: pointer;
	width: auto;
}

#app_form #register {
	float: none;
	margin-top: 10px;
}

#app_form hr {
	width: 500px;
	height: 0;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
}

.ps_search input, .ps_search select {
	width: 600px!important;
}

.ps_search2 {
	font-size: 90%;
}

.ps_search2 label {
	font-size: 13px;
	clear:both;
	display: block;
}

.ps_search2 .txtArea {
	width: 500px;
	font-size: 12px;
	height: 100px;
	clear:both;
}

.ps_search #next, .ps_search2 #next {
	background: #fff url('images/blueberry/forward.gif') center right no-repeat;
	height: 32px;
	width: 80px!important;
	border: 0;
	font-family: arial;
	font-size: 12px;
	cursor: pointer;
	position: absolute;
	text-align: left;
	right: 10px;
	bottom: 0px;
	font-weight: bold;
}

.ps_search #draft, .ps_search2 #draft {
	background: #fff url('images/blueberry/folder.gif') center right no-repeat;
	height: 32px;
	width: 130px!important;
	border: 0;
	font-family: arial;
	font-size: 12px;
	cursor: pointer;
	position: absolute;
	text-align: left;
	right: 100px;
	bottom: 0px;
	font-weight: bold;
}

.ps_search #back, .ps_search2 #back {
	background: #fff url('images/blueberry/backward.gif') center left no-repeat;
	height: 32px;
	width: 100px!important;
	border: 0;
	font-family: arial;
	font-size: 12px;
	cursor: pointer;
	position: absolute;
	text-align: right;
	left: 10px;
	bottom: 0px;
	font-weight: bold;
}

.ps_search2 #update {
	background: #fff url('images/refresh.png') center right no-repeat;
	height: 32px;
	width: 130px!important;
	border: 0;
	font-family: arial;
	font-size: 12px;
	cursor: pointer;
	position: absolute;
	text-align: left;
	right: 100px;
	bottom: 0px;
	font-weight: bold;
}

.search_list {
	list-style-type: none;
	padding: 0;
	zoom: 1;
}

.search_list li, .search_box {
	padding: 10px;
	background: #E1E1E1;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	/*behavior:url(border-radius.htc);*/
	font-size: 12px;
	margin-bottom: 10px;
	min-height: 45px;
	display: block;
	zoom: 1;
}

ul.search_box {
	list-style-type: none;
}

ul.search_box li {
	padding: 0 0 10px 0;
}

.error_div {
	background: #F27D7D;
	padding: 10px 15px 15px 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: white;
	margin: 0 0 20px 0;
	font-weight: normal;
	font-style: italic;
	border: 1px solid #E61C00;
}

.msg_div {
	background: #E8F4D6;
	padding: 10px 15px 15px 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: black;
	margin: 0 0 20px 0;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #6F9C2E;
}

.msg_div p {
	position: relative;
}

.msg_div a {
	text-decoration: none !important;
}

.black {
	color: black;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px dotted black;
	margin-left: 0;
	position: relative;
}

.search_box label {
	display: inline;
	padding: 5px 0 0 3px;
}

.progress {
	width: 100px;
	height: 15px;
	border: 1px solid #10428E;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: white;
	display: block;
	position: relative;
	margin-right: 45px;
	margin-top: 15px;
}

.percentage {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #0093D1;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.percent {
	position: absolute;
	right: 10px;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: -50px;
	width: 40px;
	text-align: right;
}

.search_tbl {
	width: 100%;
}

.search_tbl th {
	background: #E1E1E1;
	padding: 5px;
	color: black;
}

.search_tbl td {
	padding: 5px;
}

#confirm_price {
	background: #E8F4D6 url('images/blueberry/check_2.gif') left center no-repeat;
	height: 32px;
	padding-left: 36px;
	border: 0;
	font-size: 16px;
	font-style: italic;
	font-family: arial;
	font-weight: bold;
	cursor: pointer;
}

#toolbar #confirm_price {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#cancel_order {
	background: #E8F4D6 url('images/blueberry/close_delete_2.gif') left center no-repeat;
	height: 32px;
	padding-left: 36px;
	border: 0;
	font-size: 16px;
	font-style: italic;
	font-family: arial;
	cursor: pointer;
	font-weight: bold;
}

#btnFind {
	background: #fff url('images/blueberry/refresh.gif') top left no-repeat!important;
	width: 100px!important;
	height: 32px!important;
	display: block!important;
	border: 0!important;
	padding-left: 40px!important;
	text-align: left;
	cursor: pointer;
	float: left;
}

#skip_address {
	background: #fff url('images/blueberry/closed.gif') top left no-repeat!important;
	width: 200px!important;
	height: 32px!important;
	display: block!important;
	border: 0!important;
	padding-left: 40px!important;
	text-align: left;
	cursor: pointer;
	right: 150px;
	position: absolute;
}

#go_btn {
	background: #fff url('images/blueberry/check.gif') top left no-repeat!important;
	width: 200px!important;
	height: 32px!important;
	display: block!important;
	border: 0!important;
	padding-left: 40px!important;
	text-align: left;
	cursor: pointer;
	float: left;
}

.tr {
	height: 8px;
	width: 8px;
	position: absolute;
	right: 0;
	background: url('images/curves/tr.png') top left no-repeat;
	z-index: 30;
	top: 0;
}

.tl {
	height: 8px;
	width: 8px;
	position: absolute;
	left: 0;
	background: url('images/curves/tl.png') top left no-repeat;
	z-index: 30;
	top: 0;
}

.br {
	height: 8px;
	width: 8px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url('images/curves/br.png') top left no-repeat;
	z-index: 30;
}

.bl {
	height: 8px;
	width: 8px;
	position: absolute;
	left: 0;
	background: url('images/curves/bl.png') top left no-repeat;
	bottom: 0;
	z-index: 30;
}

.rounded {
	position: relative;
}

#search_filter, .status1 {
	float: left;
	margin-right: 5px;
	width: 200px;
	font-size: 100%;
	font-family: arial,helvetica,sans-serif;
	border: 1px solid #C0C0C0;
	vertical-align: middle;
}

#btn_search_filter, #btn_search_reset {
	display: block;
	float: left;
	width: 2.5em;
	height: 16px;
	line-height: 16px;
	padding: 0 20px;
}

#btn_search_filter {
	background: url(images/icon_search.png) left top no-repeat;
}

#btn_search_reset {
	background: url(images/icon_reset.png) left top no-repeat;
	width: 2.2em;
}

