/*---- LAYOUT ----*/


* {
	margin: 0;
	padding: 0;
	outline: none;
}
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg-body.jpg) repeat-x;
	height: 100%;
}
img { border: 0; }
#container {
	position: relative;
	min-height: 100%;
}
#content {
	width: 1360px;
	margin: 0 auto;
	padding-bottom: 290px;
}
#topnav {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	font-weight: bold;
	color: #79b0f2;
	line-height: 38px;
	clear: both;
}
#header {
	width: 100%;
	height: 90px;
	background: url(../images/logo.png) no-repeat right bottom;
	clear: both;
}
#navigation {
	width: 100%;
	height: 31px;
	border-bottom: 1px solid #7daff4;
	margin-top: 20px;
}
#summary {
	width: 100%px;
	height: 100px;
	color: #707070;
	background: 0 0 url(../images/bg-summary.jpg) no-repeat;
	margin-bottom: 6px;
}
#sidebar {
	width: 23%;
	float: right;
}
#footer {
	position: absolute;
	bottom: 0;
	background: #d3d3d3 url(../images/bg-footer.jpg) repeat-x;
	width: 100%;
	min-height: 250px;
	margin-top: 48px;
}
#footer .wrapper {
	width: 100%;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin-right: 12px;
}
.alignright {
	float: right;
	margin-left: 12px;
}
/*---- ONE-COLUMN STYLES ----*/

#onecol {
	width: 100%;
	position: relative;
}
#onecol p {
	margin-left: 12px;
	margin-right: 12px;
}
#onecol .right {
	float: right;
	display: inline;
	position: relative;
	right: 12px;
	top: 12px;
}
.midcol {
	width: 300px;
	float: left;
	margin-left: 24px;
	position: relative;
}
/*---- TWO-COLUMN STYLES ----*/


#twocollt {
	width: 75%;
	float: left;
	position: relative;
}
#twocollt p {
	margin-left: 12px;
	margin-right: 12px;
}
.leftcol {
	width: 300px;
	float: left;
	margin-left: 12px;
	position: relative;
}
.midcol {
	width: 300px;
	float: left;
	margin-left: 24px;
	position: relative;
}
.rightcol {
	width: 300px;
	float: right;
	margin-right: 12px;
	position: relative;
}
/*---- FOOTER STYLES ----*/


#footer .footerlt {
	background: url(../images/bg-ft-lt.jpg) no-repeat;
	margin-top: 24px;
	margin-left: 12px;
	padding-left: 12px;
	width: 343px;
	height: 177px;
	float: left;
	overflow: hidden;
}
#footer .footerrt {
	background: url(../images/bg-ft-rt.jpg) no-repeat;
	margin-top: 24px;
	margin-right: 12px;
	width: 565px;
	height: 177px;
	float: right;
	overflow: hidden;
}
#footer .footerlt span.ltlt {
	margin-top: 12px;
	margin-left: 12px;
	width: 124px;
	height: 150px;
	float: left;
}
#footer .footerlt span.ltrt {
	margin-top: 12px;
	margin-right: 12px;
	padding-left: 18px;
	width: 164px;
	height: 150px;
	float: left;
	background: url(../images/dot.gif) repeat-y left;
}
#footer .footerrt span.rtlt {
	margin-top: 18px;
	margin-left: 18px;
	width: 330px;
	height: 150px;
	float: left;
	line-height: 18px;
	color: #666666;
}
#footer .footerrt span.rtrt {
	margin-top: 18px;
	margin-right: 18px;
	padding-left: 24px;
	width: 160px;
	height: 150px;
	float: right;
	background: url(../images/dot.gif) repeat-y left;
	color: #666666;
}
#footer .copyright {
	clear: both;
	float: left;
	font-weight: bold;
	color: #707070;
	line-height: 40px;
	text-indent: 14px;
	width: 100%;
	margin: 0 auto;
}
/* --- Typography --- */


body {
	font: 13px/16px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	color: #444;
}
p {
	line-height: 16px;
	font-size: 13px;
	padding-bottom: 16px;
}
a {
	color: #3a76be;
	text-decoration: none;
	outline: none;
}
a:hover { text-decoration: underline; }
a:active { outline: none; }
small, .small { font-size: 80%; }
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 140%;
}
h1 {
	font-size: 24px;
	padding-bottom: 16px;
}
h2 {
	font-size: 20px;
	padding-bottom: 6px;
}
h3 {
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 3px;
}
h4, h5, h6 { font-size: 13px; }
#twocollt h2, #onecol h2 {
	background: url(../images/bg-h2.jpg) repeat-x;
	color: #3a76be;
	padding-top: 6px;
	padding-left: 12px;
}
#twocollt h3, #onecol h3, #twocollt h4, #onecol h4 {
	padding-top: 6px;
	padding-left: 12px;
}
#twocollt .leftcol h3, #twocollt .rightcol h3 { padding-left: 0; }
hr {
	border: 0;
	border-bottom: 2px solid #d9d9d9;
	clear: both;
}
#twocollt ul, #onecol ul, #twocollt ol, #onecol ol { margin: 6px 36px 12px 36px; }
/* --- Top Nav Bar Styles --- */

#topnav a { color: #dae5f2; }
#topnav a:hover {
	color: #fff;
	text-decoration: none;
}
.topnavlt {
	display: block;
	float: left;
	text-align: left;
	width: 50%;
}
.topnavrt {
	display: block;
	float: right;
	text-align: right;
	width: 50%;
}
/* --- Header Styles --- */

#header h1 {
    /* line-height: 160px; */
    color: #3a76be;
    padding-top: 50px;
}
/* --- Navigation Styles --- */

#navtabs {
	clear: both;
	margin: 0 4px;
	list-style-type: none;
	font-weight: bold;
}
#navtabs li {
	list-style-type: none;
	float: left;
	margin: 0 0 0 4px;
}
#navtabs li.right { float: right; }
#navtabs li a {
	color: #79b0f2;
	display: block;
	padding: 7px 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #e3effb;
	border: 1px solid #79b0f2;
	border-bottom: 0;
}
#navtabs li a:hover {
	color: #3a76be;
	text-decoration: none;
}
#navtabs li a.green {
	background: #CEFFCE;
	border: 1px solid #71924B;
	border-bottom: 0;
	color: #71924B;
}
#navtabs li a.green:hover { color: #3A8347; }
#navtabs li.active a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	background: #FFF;
}
/* --- Summary Styles --- */

#summary h3 {
	margin: 12px 0 0 16px;
	width: 630px;
	float: left;
	display: inline;
}
/* --- Notification Styles --- */

.notification {
	border: 1px solid #fbaf5d;
	font-weight: bold;
	background: #fffbcc;
	font-size: 17px;
	line-height: 20px;
	color: #f7941d;
	padding: 10px;
	margin-bottom: 10px;
}
.notification p {
	font-size: 17px;
	padding: 0;
}
.notification ul { margin: 20px 0 10px 30px; }
#summary .notification {
	width: 309px;
	display: block;
	position: relative;
	float: right;
	margin-top: 10px;
	font-size: 14px;
	line-height: 17px;
}
.notification img.notifyclose {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	margin-left: 3px;
	margin-bottom: 3px;
	border: 0px;
}
/* --- Sidebar Styles --- */

#sidebar h2 {
	background: url(../images/bg-h2-sb.jpg) repeat-x;
	color: #7d7d7d;
	padding-top: 6px;
	padding-left: 12px;
}
#quickstats {
	margin-left: 12px;
	margin-right: 12px;
	list-style-type: none;
	font-weight: bold;
	color: #707070;
	border-bottom: 2px solid #d1d1d1;
}
#quickstats a { font-size: 18px; }
#quickstats li {
	border-top: 1px solid #e1e1e1;
	line-height: 30px;
}
/* --- Footer Styles --- */

#footer ul { list-style-type: none; }
#footer ul li { line-height: 20px; }
/* --- Table Styles --- */

#leadtable, #leadtable_pur, #historytable, #addresstable {
	width: 100%;
	padding: 0;
	margin: 10px 0;
}
#addresstable #tbname { width: 120px; }
#addresstable #tbdate { width: 90px; }
#addresstable #tbprox { width: 90px; }
#addresstable #tbaddress { width: 600px; }
#addresstable #tbhide { width: 80px; }
#leadtable td, #historytable td, #leadtable_pur td, #addresstable td { }
#leadtable_pur #tbname { width: 120px; }
#leadtable_pur #tbdate { width: 85px; }
#leadtable_pur #tbprox { width: 80px; }
#leadtable_pur #tbtype { width: 110px; }
#leadtable_pur #tbstart { width: 160px; }
#leadtable_pur #tbpay { width: 90px; }
#leadtable_pur #tbremain { width: 90px; }
#leadtable_pur #tbcost { width: 95px; }
#leadtable_pur #tbhide { width: 150px; }
#leadtable tfoot td.legend, #leadtable_pur tfoot td.legend, #historytable tfoot td.legend, #addresstable tfoot td.legend {
	font-size: 10px;
	color: #888;
	font-style: italic;
	padding-left: 3px;
	padding-top: 6px;
	line-height: 16px;
}
#leadtable tfoot td.functions, #leadtable_pur tfoot td.functions, #historytable tfoot td.functions, #addresstable tfoot td.functions {
	text-align: right;
	font-size: 11px;
}
#leadtable th, #leadtable_pur th, #historytable th, #addresstable th {
	text-align: left;
	padding: 10px;
}
#leadtable tbody td, #leadtable_pur tbody td, #historytable tbody td, #addresstable tbody td {
	padding: 4px;
	border-bottom: 1px solid #e1e1e1;
	vertical-align: top;
}
#leadtable img, #leadtable_pur img, #historytable img, #addresstable img {
	display: inline;
	vertical-align: top;
	margin: 0px;
	margin-left: 4px;
}
#leadtable tr.soldout, #leadtable_pur tr.soldout, #historytable tr.soldout, #addresstable tr.soldout { color: #aaa; }
#leadtable thead { background: #eee; }
#buybar {
	display: block;
	width: 65px;
	height: 14px;
	background: url(../images/bars.png) no-repeat top left;
}
#buybar.zero { background: url(../images/bars.png) no-repeat top left; }
#buybar.one { background: url(../images/bars.png) no-repeat left -14px; }
#buybar.two { background: url(../images/bars.png) no-repeat left -28px; }
#buybar.three { background: url(../images/bars.png) no-repeat left -42px; }
#buybar.four { background: url(../images/bars.png) no-repeat left -56px; }
#buybar.five { background: url(../images/bars.png) no-repeat left -70px; }
#leadtable tr.slider, #leadtable_pur tr.slider, #historytable tr.slider, #addresstable tr.slider {
	display: table-row;
	display: none;
}
#leadtable tr.slider td, #leadtable_pur tr.slider td, #historytable tr.slider td, #addresstable tr.slider td {
	border-bottom: 2px solid #cccccc;
	white-space: nowrap;
}
#leadtable tr.active, #leadtable_pur tr.active, #historytable tr.active, #addresstable tr.active { background-color: #ecf4fe; }
/*	----------	.box1	----------	*/


.box1 { width: 100%; }
.box1 fieldset {
	border: 1px solid #7AAFF3;
	padding: 10px;
	margin: 10px 0;
}
.box1 legend {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #6a9df0;
	margin: 0 10px;
	padding: 5px 10px;
}
.box1 fieldset.error { border: 1px solid #EF3B3B; }
.box1 legend.error { background: #EF5959; }
/*	----------	.tableGrid1	----------	*/


.tableGrid1 {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
}
.tableGrid1 tbody { padding-bottom: 10px; }
.tableGrid1 tfoot { }
.tableGrid1 tbody tr { border-top: 1px solid #efefef; }
.tableGrid1 tbody tr:hover { background: #F4F9FF; }
.tableGrid1 td { padding: 8px 5px; }
.tableGrid1 td.title { width: 20%; }
.tableGrid1 .tinyLabel { font-size: 10px; }
/*	----------	.tableGrid2	----------	*/


.tableGrid2 {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
.tableGrid2 th { background: none; }
.tableGrid2 tr, .tableGrid2 td {
	padding: 0;
	margin: 0;
	border-bottom: 0;
	color: #666;
	font-size: 11px;
}
/*	----------	.tableGrid3	----------	*/


.tableGrid3 {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
.tableGrid3 th { background: none; }
.tableGrid3 tr, .tableGrid3 td {
	padding: 5px;
	margin: 0;
	border-top: 1px solid #efefef;
	color: #666;
	vertical-align: top;
}
/*	----------	.tableGrid4	----------	*/


.tableGrid4 {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 42pt;
	border-bottom: 1px solid #efefef;
}
.tableGrid4 th { background: none; }
.tableGrid4 tr, .tableGrid4 td {
	padding: 25px 5px 15px 5px;
	margin: 0;
	border-top: 1px solid #efefef;
	color: #666;
	vertical-align: top;
	text-align: center;
}
.tableGrid4 tr.label, .tableGrid4 tr.label td {
	font-size: 12pt;
	border-top: 0;
}
/*	----------	.list1	----------	*/


.list1 {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.list1 li {
	/*	font-size: 18px;   */
	color: #222;
	list-style: none;
	margin: 0;
	padding: 0;
}
/*	----------	.list2	----------	*/


.list2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list2 li {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-right: 15px;
	float: left;
}
/*	----------	.list3	----------	*/


.list3 {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.list3 li {
	width: 30%;
	margin: 0;
	padding: 5px;
	float: left;
}
/*	----------	.list5	----------	*/

.list5 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 20px;
}
.list5 li {
	margin: 0;
	padding: 8px 0;
	text-align: right;
	border-bottom: 1px dotted #DDD;
}
.list5 li strong { float: left; }
/*	----------	.thumbnail	----------	*/
		

.thumbnail {
	width: 75px;
	height: 75px;
	text-indent: -9999px;
}
.thumbnail a {
	position: relative;
	display: block;
	width: 69px;
	height: 69px;
}
.thumbnail a:hover {
	position: relative;
	display: block;
	border: 3px solid #C00;
	background: url(../images/close.png) 52px 2px no-repeat;
}
/* --- OTHER STYLES --- */


#exportfunctions {
	float: right;
	display: inline;
	position: absolute;
	right: 12px;
	top: 8px;
	line-height: 22px;
}
#exportfunctions small {
	color: #9cc4f6;
	margin-right: 6px;
}
#exportfunctions img {
	display: inline;
	position: relative;
	top: 6px;
}
#radiusselect {
	display: inline;
	position: relative;
	top: 0px;
}
.leadnotes {
	width: 97%;
	height: 60px;
	padding: 3px;
	margin-bottom: 6px;
	font: 13px/16px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	color: #3a76be;
}
.addlnotes {
	word-wrap: normal;
	word-break: normal;
	white-space: normal;
	clear: both;
	width: 90%;
	padding: 3px;
	margin-top: 0px;
	font: 13px/16px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	color: #3a76be;
	overflow: auto;
}
/* --- PROJECT SWITCHER --- */

#switchbox {
	position: relative;
	left: 0px;
	list-style-type: none;
	width: 324px;
	/*	background: url(../images/bg-switchbox.png) no-repeat left bottom;	*/
	padding-bottom: 16px;
	float: left;
	display: block;
	top: 4px;
	display: none;
	z-index: 9999;
}
ul#switchlinks {
	list-style-type: none;
	border-left: 2px solid #3a76be;
	border-right: 2px solid #3a76be;
	border-bottom: 2px solid #3a76be;
	display: block;
	float: left;
	width: 292px;
	margin-left: 16px;
	background: white url(../images/bg-dropdowntop.jpg) repeat-x left top;
}
#switchbox ul#switchlinks li a {
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	color: #3a76be;
}
#switchbox ul#switchlinks li a:hover {
	background-color: #01acf1;
	color: #fff;
}
/*	----------	FORM COMPONENTS    ----------	*/


input, textarea, select {
	font: 16px/18px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	color: #555;
	padding: 3px;
	background: #FBFBFB;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
input[type=text], input[type=password] { width: 300px; }
textarea {
	width: 90%;
	overflow: auto;
	height: 120px;/*  
		margin: 3px 0 10px 0;
		font-size: 14px;
		padding: 3px;
	*/
}
textarea:hover, textarea:active {
	background: #FFFFFF;
	border: 1px solid #CCC;
}
input.button {
	background: #679def;
	color: #FFFFFF;
	border-bottom: 1px solid #2d60b0;
	padding: 6px 12px 7px 12px;
	margin-top: 10px;
	width: auto;
}
input.button:hover, input.button:active {
	background: #2d60b0;
	border-bottom: 1px solid #444;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	cursor: pointer;
}
.noBorder {
	border: 0;
	background: none;
}
/*	----------	#tooltip	----------	*/


#tooltip {
	font-size: 11px;
	position: absolute;
	border: 1px solid #fbaf5d;
	background: #fffbcc;
	padding: 5px;
	color: #f7941d;
	font-weight: bold;
	display: none;
}
/*----  SIGNUP LEVELS  ----*/

#signuplevels {
	background-color: #ffffff;
	border: 2px solid #ddd;
	padding: 2px;
	margin: 0 0 10px 0;
}
#signuplevels th {
	font-size: 28px;
	line-height: 28px;
	background-color: #c3d8f4;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 2px solid white;
}
#signuplevels tfoot td {
	text-align: center;
	background-color: #fff;
	height: 50px;
}
#signuplevels th .price {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #7daff4;
}
#signuplevels ul {
	list-style: none;
	margin: 12px 12px 12px 8px;
	padding-left: 0px;
}
#signuplevels li {
	margin-bottom: 8px;
	background: url(../images/check_mark.png) no-repeat left -2px;
	padding-left: 23px;
}
#signuplevels ul ul {
	list-style: none;
	margin-left: 44px;
	font-size: 11px;
	color: #777;
	list-style-type: square;
	list-style-position: outside;
}
#signuplevels ul ul li {
	margin-bottom: 2px;
	background: none;
	padding-left: 0px;
}
#signuplevels td {
	color: #444;
	font-size: 12px;
	line-height: 15px;
	width: 33%;
	vertical-align: top;
	background-color: #efefef;
	border: 2px solid white;
}
#signuplevels td.active { background-color: #ffffff; }
#signuplevels th.active { background-color: #e3edfc; }
#signuplevels tfoot td.active img { margin-top: 14px; }
a.button {
	font: bold 16px/18px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	background: #679def;
	color: #FFFFFF;
	border-bottom: 1px solid #2d60b0;
	padding: 6px 12px 7px 12px;
	margin-top: 10px;
	text-decoration: none;
}
a.button:hover, a.button:active {
	background: #2d60b0;
	border-bottom: 1px solid #444;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	cursor: pointer;
	text-decoration: none;
}
/*----  MESSAGING and REVIEWS  ----*/

.conversation {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.message {
	margin: 0px 30px;
	padding: 10px;
	background-color: #efefef;
}
.original { background-color: #e3effd; }
.new, .yellow { background-color: #fffbcc; }
.blue {
	background-color: #e3effd;
	color: #222;
}
.red {
	background-color: #f99;
	color: #222;
}
.green {
	background-color: #b7e5b8;
	color: #222;
}
.approved {
	background-color: #efefef;
	color: #444;
}
.ghosted {
	background-color: #f2f2f2;
	color: #999999;
}
.meta { color: #666; }
.metaclose {
	color: #999;
	font-size: 90%;
	margin-top: 10px;
	padding-left: 10px;
}
.messageform { font: bold 16px/18px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; }
a.approvereview, a.editreview { color: #666; }
a.deletereview { color: #999; }
a.approvereview:hover { color: green; }
a.editreview:hover { color: #3a76be; }
a.deletereview:hover { color: red; }
.editslider, .reviewapproved { display: none; }
.paginate_active, .paginate_button { padding: 0 3px; }
.center { text-align: center; }
.subnavright {
	float: right;
	font-size: 14px;
	padding-right: 10px;
}
.crossed td {
	text-decoration: line-through;
	color: #900;
}
.list-search {
	margin: 10px 0 10px 20px;
	list-style: disc;
}
.text-red { color: #900; }
.notice-inline { padding: 10px 0 5px; }
.img-loader { display: none; }
.clear { clear: both; }
.placeholder { color: #aaa; }
