body {
	background: #6588c2;
	margin: 0;
	padding: 0;
	font-family: arial;
	text-align:center;
}

/*h1 {
	font-size: 25px;
	text-shadow: 0 2px 0 #f0f0f0;
}*/

#header_container {
	width:auto;
	height: 60px;
	background-color:white;
	margin: 0 auto 0;
	padding: 0;
}

#header {
	width:758px;
	height: auto;
	background-color:white;
	margin: 0 auto 0;
	padding: 0;

}

#container {
	text-align:center;
	width:758px;
	height: auto;
	background-color:#6588c2;
	margin: 0 auto 0;
	padding: 1em;

}
#login_form {
	text-align:left;
	width: 300px;
/*	background: #c9c8cb url(../img/login_bg.jpg);	*/
	background: #c9c8cb;
	border: 1px solid #f0f0f0;
	margin: 110px auto 0;
	padding: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*h1, h2, h3, h4, h5 {
	margin-top: 0px;
	font-family: arial black, arial;
	text-align: center;
	color: #23408c;
}*/

#username {
	display: block;
	margin: 0 0 2em 0.3em;
	width: 260px;
	border: 10px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 5px;
	padding: 1.5em;
}
#password {
	display: block;
	margin: 0 0 2em 0.3em;
	width: 260px;
	border: 10px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 5px;
	padding: 1.5em;
}

.caps_on {
	background-image: url('../images/capslock_image.gif');
	background-repeat: no-repeat;
	background-position: 96% 50%;
}

#submit{
	display: block;
	border: none;
	margin-right: 1em;
	margin-left: 0.3em;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #23408c;
	color: white;
	box-shadow: 0 1px 0 #888c8f;
	-moz-box-shadow: 0 1px 0 #888c8f;
	-webkit-box-shadow: 0 1px 0 #888c8f;
}

#submit:hover{
	background: #89bae2;
	color: black;
	cursor: pointer;
}

.error {
	color:#393939;
	font-size: 12px;
	text-align:center;
}

.note {
	color:#393939;
	font-size: 12px;
	text-align:left;
	padding-left: 5px;
}

.nice_gradient_hr {
	margin-top: 15px;
	height: 1px;
	background: -webkit-linear-gradient(left, white, black, white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, white, black, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, white, black, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(left, white, black, white); /* Standard syntax */
}

/*	Popup Style	*/
#bottom_popup_content {
	background-image: url('../images/popup_bottom.png');
	height: 37px;

}

#top_popup_content {
	background-image: url('../images/popup_top.png');
	height: 32px;
	margin-top:10px;
}

#middle_popup_content {
	background: url('../images/popup_middle.png') repeat-y;
}

#div_message {
	width: 550px;
	font-size:12px;
}

/*	Popup Style Medium	*/
#bottom_popup_content_medium {
	background-image: url('../images/popup_bottom_medium.png');
	height: 37px;

}

#top_popup_content_medium {
	background-image: url('../images/popup_top_medium.png');
	height: 32px;
	margin-top:10px;
}

#middle_popup_content_medium {
	background: url('../images/popup_middle_medium.png') repeat-y;
}

#div_message_medium {
	width: 850px;
	font-size:12px;
}


#popup {
	height:100%;
	width: 100%;
	background: #000000;
	position: fixed;
	_position:absolute;
	top: 0;
	left:0;
	_z-index:1;
	display:block;
}

#window {
	width: 600px;
	height: auto;
	margin: 0 auto;
	position: fixed;
	position:absolute;
	_z-index:2;
}

#popup_content{
	font-size:10px;
	text-align:left;
}

.popup-table {
	background-color:#d0e0ef;
	border:black solid 1px;
	padding: 5px;
	font-size:12px;
	font-weight:bold;
}

.popup_buttons-table {
	text-align: center;
	background-color: #f2f0f0;
	border-right:grey 1px solid;
	border-bottom:grey 1px solid;
	border-left:grey 1px solid;
}

/*	Debtor dashboard	*/
#debtor_header {
	width:800px;
	height: auto;
	background-color:white;
	margin: 0 auto 0;
	padding: 0;
}

#debtor_sub_header{
	text-align:left;
	padding: 0 0 5px 20px;
}

.debtor_user_header {
	font-size:12px;
	color:#0b469b;
	padding:10px 25px 0 0;
}

#debtor_content {
	text-align:center;
	width:800px;
	height: auto;
	background-color:white;
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	font-size:12px;
}

#debtors_area {
	width:800px;
	margin: 10px 25px 0 0px;
	text-align:left;
}

#debtor_top_text_content {
	background-image: url('../images/top_text_content.png');
	height: 20px;
	margin-top:10px;
	margin-left: 25px;
	width: 750px;
}

#debtor_middle_text_content {
	background: #fff url('../images/middle_text_content.png') repeat-y;
	width: 750px;
	margin-left:25px;
}

#debtor_bottom_text_content {
	background-image: url('../images/bottom_text_content.png');
	height: 19px;
	width: 750px;
	margin-left:25px;
}

#debtor_footer {
	width:800px;
	height:50px;
	background: #14449d url('../images/bottom_body.png');
	color:black;
	font-size:10px;
	padding:0 0 0 0;
	margin: auto;
}

#debtor_middle_text_content h1 {
	margin-top: 0px;
	font-family: arial black, arial;
	font-size:16px;
	color: #23408c;
	margin-left: 20px;
	text-align: left;
}

#debtor_middle_text_content h2 {
	margin-top: 0px;
	font-family: arial black, arial;
	font-size:12px;
	font-weight:bold;
	color: black;
	margin-left: 20px;
	text-align: left;
}

h1 {
	margin-top: 0px;
	font-family: arial black, arial;
	font-size:18px;
	color: #23408c;
}

h2 {
	margin-top: 0px;
	font-family: arial black, arial;
	font-size:12px;
	font-weight:bold;
	color: black;
	text-align: left;
	margin-left: 30px;
}

#action_invoice_tabs {
	padding-top: 50px;
}

#debtor_invoice_action {
	padding-top: 10px;
}

#debtor_balance_statement_div {
	border: 1px solid black;
	/*margin-left: 15px;*/
	background-color: #D2E3F6;
	border-collapse: collapse;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
}

#debtor_actions_table tbody tr td{
	border: 1px solid black;
}

#debtor_actions_table tbody tr:hover {
	background-color: #AECEEB;
	cursor: pointer;
}

#invoice_details_table {
	border: grey 1px solid;
	/*margin-left: 15px;*/
	background-color: #D2E3F6;
	border-collapse: collapse;
}

#invoice_details_table tbody tr td{
	border: 1px solid grey;
}

#invoice_details_table tbody tr:hover {
	background-color: #AECEEB;
	cursor: pointer;
}

div#close {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 2px;
    top: 8px;
    width: 25px;
}

/*	Invoice Details CSS	*/
#invoice_details_container {
	width: 100%;
	border: 1px solid black;
	background-color: #D2E3F6;
	padding-bottom: 20px;
	/*padding: 20px;*/
}

.invoice_header {
	margin-top: 20px;
}

.invoice_header h1{
	border-bottom: 3px double black;
	padding: 0px;
	display: inline-block;
}

.invoice_items {
	margin-top: 20px;
}

#invoice_items_table {
	border: grey 0px solid;
	/*margin-left: 15px;*/
	background-color: #D2E3F6;
	border-collapse: collapse;
	margin-left: 15px;
	border-top: grey 1px solid;
	border-bottom: grey 1px solid;
}

#invoice_items_table thead {
	border-bottom: 1px solid grey;
}

#invoice_items_table tbody tr td{
	border: 0px solid grey;
}

.invoice_details {
	margin-left: 20px;
}

.normal-popup-error {
	font-size:11px;
	text-align: left;
	background-color: #fae3e3;
	padding: 5px 5px 5px 15px;
	border: 1px solid #858285;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 25px;
	margin-bottom: 10px;
	width: 478px;
}

.medium-popup-error {
	font-size:11px;
	text-align: left;
	background-color: #fae3e3;
	padding: 5px 5px 5px 15px;
	border: 1px solid #858285;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 25px;
	margin-bottom: 10px;
	width: 878px;
}

#div_message {
	width: 550px;
	font-size:12px;
}

.payments_table {
	border: grey 0px solid;
	/*margin-left: 15px;*/
	background-color: #D2E3F6;
	border-collapse: collapse;
	border-top: grey 1px solid;
	border-bottom: grey 1px solid;
}

.payments_table thead {
	border-bottom: 1px solid grey;
}

.payments_table tbody tr td{
	border: 0px solid grey;
}

.ui-datepicker-trigger
{
	position:relative;
	top:5px;
	margin-left:5px;
}

#process {
	width: 6.5em;
	height: 2.2em;
	border :0;
	background-color: transparent;
	background-image: url("../images/next_button.png");
	background-size: cover;
	cursor: pointer;
}

#process:hover {
	background-image: url("../images/next_button_over.png");
}