body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, 'sans-serif';
	text-align: center;
}

#container {
	width: 870px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	background: url('../../images/common/logo.gif');
	width: 232px;
	height: 60px;
	margin-bottom: 30px;
	margin-top: 20px;
}

h1 a {
	width: 232px;
	height: 60px;
	display: block;	
}

h1 a span {
	position: relative;
	display: none;
	left: -999em;
}

.hidden {
	display: none !important;
}

#mainnav {
	border-bottom: 5px solid #55B9DF;
}

#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: no-wrap;
	border-bottom: 5px solid #262261;
}

#mainnav ul li {
	list-style-type: none;
	display: inline;
}

#mainnav ul li.active a {
	color: #fff;
	background-color: #55B9DF !important;
	text-decoration: none;
}

#mainnav ul li {
}

#mainnav ul li a:link, #mainnav ul li a:visited {
	padding: 5px 1.5em 5px 1.5em;
	font-size: 80%;
	font-weight: normal;
	color: #fff;
	margin-left: 3px;
	border-bottom: none;
	background: #262261;
	text-decoration: none;
}

#mainnav ul li a:hover {
	color: #fff;
	background-color: #55B9DF;
	text-decoration: none;
}

#mainnav sup {
	font-size: 70%;
}

#main_image {
	margin-top: 5px;
	margin-bottom: 5px;
	background: url('../../images/headers/main2.jpg');
	width: 870px;
	height: 180px;
}

#services #main_image { background: url('../../images/headers/services.jpg') !important; }
#contact #main_image { background: url('../../images/headers/contact.jpg') !important; }
#faq #main_image { background: url('../../images/headers/help.jpg') !important; }
#debtlist #main_image { background: url('../../images/headers/debtlist.jpg') !important; }

#main {
	width: 870px;
}

#sidebar {
	float: left;
	width: 180px;
}

.loginbox {
	background: url('../../images/common/loginbox-rep.jpg') 0 100% repeat-x;
	border: 1px solid #D9E4EB;
	margin: 0;
	padding: 10px 10px;
}

.loginbox h3 {
	margin: 0;
	padding: 0;
	color: #1072B9;
	font-weight: normal;
}

.loginbox p {
	margin: 15px 0;
	padding: 0;
	font-size: 80%;
}

.signupbutton a {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0;
	background: url('../../images/common/gold-button-rep.jpg') 0 0 repeat-x;
	color: #000;
	text-align: center;
	border: 1px solid #A56D16;
	display: block;
}

.loginbutton a {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0;
	display: block;
	background: url('../../images/common/grey-button-rep.jpg') 0 0 repeat-x;
	color: #000;
	text-align: center;
	border: 1px solid #565656;
}

.collecting {
	border: 1px solid #565656 !important;
	background: url('../../images/common/grey-button-rep.jpg') 0 0 repeat-x !important;
}

.detail_link {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px;
	background: url('../../images/common/green-button-rep.jpg') 0 0 repeat-x;
	color: #000;
	text-align: center;
	border: 1px solid #66994D;
	display: block;
}

.detailawaiting_link {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px;
	background: url('../../images/common/grey-button-rep.jpg') 0 0 repeat-x;
	color: #000;
	text-align: center;
	border: 1px solid #666;
	display: block;
}

.request_link {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px;
	background: url('../../images/common/gold-button-rep.jpg') 0 0 repeat-x;
	color: #000;
	text-align: center;
	border: 1px solid #A56D16;
	display: block;
}

.navbox {
	border: 1px solid #D9E4EB;
	margin: 0;
	padding: 1px;
}

.navbox h3 {
	font-size: 80%;
	font-weight: normal;
	background: #1072B9;
	color: #fff;
	margin: 0;
	padding: 5px;
}

.navbox ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

.navbox ul li {
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}

.navbox ul li a {
	color: #1072B9;
	font-size: 80%;
}

#content {
	padding: 10px;
	margin-left: 5px;
	float: left;
	width: 643px;
	min-height: 250px;
}

* html #content {
	height: 250px;
}

#content h2 {
	font-weight: normal;
	font-size: 180%;
	color: #1072B9;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h3 {
	font-weight: normal;
	font-size: 150%;
	border-bottom: 1px solid #eee;
	color: #1072B9;
	margin: 1em 0 5px 0 !important;
	padding: 0 0 5px 0;
	zoom: 1;
}

#content p {
	margin: 0 0 15px 0;
	line-height: 150%;
	padding: 0;
	font-size: 80%;
}

#content p a {
	text-decoration: none;
	color: #39799E;
	border-bottom: 1px dotted;
}

#content li {
	font-size: 80%;
	line-height: 25px;
	color: #555;
}

* html .loginbox {
	width: 200px;
}

* html #content {
	width: 665px;
}

.reasonbox {
	width: 290px;
	float: left;
	padding: 10px;
}

* html .reasonbox {
	width: 310px;
}

.reasonbox a {
	text-decoration: none;
	color: #fff;
}

.reasonbox h4 {
	color: #fff;
	margin: 0 0 10px;
	padding: 0;
}

.reasonbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.reasonbox ul li {
	line-height: 1.5em !important;
	color: #fff !important;
	font-size: 80% !important;
}

#client {
	margin-right: 5px;
	border: 1px solid #28556F;
	background: url('../../images/common/blue-box-rep.jpg') 0 0 repeat-x;
}

#business {
	border: 1px solid #3D7E29;
	background: url('../../images/common/green-box-rep.jpg') 0 0 repeat-x;
}

.clearer {
	font-size: 1px;
	clear: both;
}

#foot {
	float: left; clear: left;
	width: 100%;
	margin-top: 5px;
}

#foot ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#foot ul li {
	display: inline;
	margin-right: 10px;
}

#foot ul li a {
	font-size: 70%;
	color: #39799E;
}

#foot p {
	margin: 10px 0 0 0;
	padding: 0;
	color: #333;
	font-size: 70%;
}

.infobox {
	color: #1072B9;
	padding: 10px;
	font-size: 80%;
	background: #f3f8fc;
	border: 1px solid #dbebfd;
}

.infobox a {
	color: #1072B9;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.actionbox {
	color: #000;
	padding: 10px;
	font-size: 80%;
	background: #ddd;
	border: 1px solid #aaa;
	margin-bottom: 10px;
}

.actionbox p {
	font-size: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.actionbox h4 {
	margin: 0;
	padding: 0;
}

.actionbox a {
	color: #000 !important;
	text-decoration: none !important;
	border-bottom: 1px dotted !important;
}


/* Common Form */

.errorbox {
	color: #f00;
}


.errorbox ul {
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
}

.errorbox ul li {
	background: url('../../images/common/warning.gif') 0 0 no-repeat;
	font-size: 80%;
	padding-left: 35px;
	color: #f00 !important;
}

.formrow .error {
	border: 1px solid #f00;
}

.formholder {
	margin: 30px 0 0 0;
	padding: 0;
}

.formrow {
	margin: 0 0 10px 0;
	zoom: 1;
}

.formrow span {
	color: #f00;
	padding-right: 10px;
}

label {
	float: left;
	width: 15em;
	font-size: 80%;
}

.captchaimage {
	font-size: 80%;
	margin-top: 10px;
	margin-left: 15em;
	clear: left;
	border: 1px solid #000;
	width: 150px;
}

#code {
	font-size: 180% !important;
	width: 5em;
	margin-top: 10px;
	margin-left: 192px;
}

.staticlabel {
	font-size: 80%;
	margin-bottom: 10px;
}

.radiooption {
	font-size: 80%;
	margin: 0 0 10px 15em;
}

.radiooption label {
	font-size: 100%;
	width: 7em !important;
}

.blocklist {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.blocklist li {
	line-height: auto !important;
	background: #ebf6fa;
	color: #1072b9 !important;
	margin-bottom: 5px;
	padding-left: 20px;
}

#account_overview {
	margin: 0 0 20px 0 !important;
	padding: 0;
}

#account_overview p {
	margin: 0 0 5px 0;
	padding: 0;
}

/* Debt List */

#debtgrid {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#debtgrid th {
	background: #1072B9;
	color: #fff;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	white-space: no-wrap;
}

#debtgrid td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	font-size: 70%;
}

#debtgrid tr:hover {
	background-color: #F4F9FB;
}

#debtgrid td.actions {
	color: #aaa;
}

.amount, .country, .creditor_country {
}

.edit_link {
	color: #39799E;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.delete_link {
	color: #f00;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.debt_detail_table {
	width: 100%;
	margin: 10px 0;
}

.debt_detail_table th {
	font-size: 80%;
	text-align: left;
	width: 25em;
	padding: 5px;
}

.debt_detail_table td {
	font-size: 80%;
	text-align: left;
	padding: 5px;
}

#currency, #amount, #country, #creditor_country {
	width: 175px;
	font-size: 70%;
}

#collectbox {
	border: 1px solid #f00;
	background-color: #fff2f2;
	margin-bottom: 10px;
	padding: 10px;
}

#collectbox h4 {
	margin: 0 0 10px 0;
	font-size: 80%;
	color: #f00;
	padding: 0;
}

#collectbox form {
	margin: 10px 0 0 0;
	padding: 0;
}

#collectbox p {
	margin:  0;
	padding: 0;
	color: #ff0000;
}

#collectbox p a {
	text-decoration: none;
	color: #f00 !important;
	border-bottom: 1px dotted;
}

.question {
	color: #1072B9;
	font-size: 80%;
	background: #f3f8fc;
	border: 1px solid #dbebfd;
	margin-bottom: 20px;
}

.question h3 {
	display: block;
	padding: 10px !important;
	margin: 0 0 5px 0 !important;
	border-bottom: 1px dotted #dbebfd !important;
	font-size: 85%;
}

.question p {
	color: #000;
	padding: 10px !important;
	margin: 0 0 0 0 !important;
	font-size: 100% !important;
}

ol ol li {
	font-size: 100% !important;
}

/* New boxes for collector access in the user control panel */

#debtgrid tr:hover.collectorrequests {
	background-color: #FFF !important;
}

.collectoraccess {
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin-bottom: 5px;
}

.actionlinks {
	float: right;
	width: 200px;
}

.collectorrequests h5 {
	margin: 0 0 5px 0;
	padding: 0;
}
