﻿/* global.css */

html, body, form {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
img {
	border: none;	
}
#container, #seal {
    width: 765px;
    margin: 20px auto 0;
}
#footer {
	clear: both;
}
#seal {
	margin-top: 0;
	padding-top: 5px;
	text-align: right;
}

.pop {
	display: none;
}
.pop h4 {
	font-size: 12px;
	margin: 0 0 8px;
}
.pop h5 {
	font-size: 12px;
	margin: 8px 0;
}
.pop ul {
	margin: 0;
	padding: 0;
}
.pop li {
	margin-left: 20px;
}

.overlay {
	background-color: #000000;
	cursor: wait;
	height: 100%;
	left: 0pt;
	position: fixed;
	top: 0pt;
	width: 100%;
	z-index: 2999;
}
* html .overlay {
	position: absolute;
}
.msgBox {
	background-color: #E6E6E6;
	border: 2px solid #000;
	display: none;
	left: 50%;
	margin-left: -170px;
	position: fixed;
	text-align: left;
	top: 20%;
	width: 340px;
	z-index: 3000;
}
* html .msgBox {
	position: absolute;
}
.msgBox .title {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	position: relative;
	text-indent: 5px;
}
.msgBox .title a {
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	right: 7px;
	text-decoration: none;
	top: 4px;
}
.msgBox .message {
	overflow: auto;
	padding: 10px;
}
.msgBox .message p {
	margin: 15px 0;
	text-align: center;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000;
	background-color: #eee;
	padding: 5px;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	color: #000;
}
#tooltip.small h3 {
	font-size: 10px;
}

/* template.css */

#container, #seal {
	width: 960px;
}
#container {
	margin-top: 0;
	background: url(images/strip.gif) repeat-y;
	border: solid 1px #764a24;
	border-top: none;
}
#header {
	height: 328px;
	background: transparent url(images/header.jpg) no-repeat left top;
	overflow: hidden;
}
#content {
	overflow: hidden;
	background: transparent url(images/content.jpg) no-repeat top left;
}
#right {
	margin:0 348px 0 335px;
	padding-bottom: 40px;
	color: #937e6e;
}
a {
	color: #47382b;
}
#container a:hover {
	color: #c8b63f;
}
#fbottom {
	margin-top: 20px;
}
#rbottom {
	padding-bottom: 20px;
	text-align: center;
	font-size: 9px;
}
#submit {
	width: 250px;
	height: 49px;
}
#footer {
	height: 20px;
	background-color: #764a24;
}
#fright {
	float: right;
	margin:4px 8px 0;
	font-size: 9px;
	color: #a17550;
	text-align: right;
}
#fright a {
	color: #a17550;
	text-decoration: none;
}
#fright a:hover {
	color: #c2a185;
}

/* debt23.css */

form td {
	width: 162px;
	text-align: left;
}
form td.right {
	width: 125px;
	text-align: right;
}
form td.center {
	width: auto;
	text-align: center;
}
form td a {
	font-weight: bold;
}
form select {
	background-color: #efefef;
}
input.textbox {
	width: 141px;
	padding: 1px;
	border: 1px solid #b7b7b7;
}
input.small {
	width: 26px;
}
input.medium {
	width:32px;
}
input.error, select.error {
	border-color: #f00;
}
form .hideme {
	display: none;
}
#policy {
	margin: 5px 0 20px;
	font-size: 9px;
}

/* default.css */

#rcenter {
	text-align: center;
}
form td {
	width: 170px;
	padding-top: 5px;
}
form td.right {
	text-align: left;
	padding-left: 25px;
}
form td a {
	color: #47382b;
}
#container form td a:hover {
	color: #c8b63f;
}
input.textbox {
	background: url(images/input_bg.gif) repeat-x;
}
.submitted #container {
	background: none;
}
.submitted #right {
	margin:0 47px 0 410px;
	padding-bottom: 45px;
}
.submitted #left {
	display: none;
}
.submitted #content {
	background: transparent url(images/content_alt.jpg) no-repeat left top;
	overflow: hidden;
}
.submitted #header {
	background: transparent url(images/header_alt.jpg) no-repeat left top;
	height: 328px;
	overflow: hidden;
}
#policy {
	height: 20px;
	margin-bottom: 0;
	padding-bottom: 20px;
}
#policy a:hover {
	font-size: 11px;
}
.pop h4 {
	color: #c8b63f;
}
.pop h5 {
	color: #264054;
}

.msgBox {
	border-color: #764a24;
}
.msgBox .title {
	background-color: #764a24;
}
#form .upsell table {
	width: auto;
}
#fb {
	font-size: 9px;
	padding-top:8px;
}
#fb input {
	margin: 2px 3px 0 0;
}
