html,body
{
	font-family: Arial;
	font-size: 10px;
	background-color: #0061a4; /*#4a8ac8;*/
	margin: 0px;
	width: 100%;
	height: 100%;
}

a
{
	color: #0000ff;
}
a:visited
{
	color: #8787ff;
}

input, textarea
{
	font-size: 10px;
}

input.error,select.error,textarea.error
{
	background-color: #ffbdbd;
	border: 1px solid #ff7979;
}

input.changed,input[readonly].changed,input[checkbox].changed,select.changed,textarea.changed,span.changed,td.changed
{
	background-color: #eeef88;
}

table
{
	border: 2px ridge #0061a4;
}
tr.row1
{
	background-color: #ffffff;
}
tr.row2
{
	background-color: #efefef;
}
tr.heading
{
	font-weight: bold;
	font-size: 12pt;
	background-color: #51b949;
	color: #ffffff;
}
tr.heading2
{
	font-weight: bold;
	font-size: 10pt;
	background-color: #60bc49;
	color: #ffffff;
}
.warning1
{
	background-color: #eeef88;
}
.warning2
{
	background-color: #ffc3c3; /*#ff9898;*/
}
.scheduled
{
	background-color: #c9eeff;
}
.urgent
{
	color: #ff0000;
	font-weight: bold;
	background-color: #f6fba8;
}
.newcustomer
{
	background-color: #6cd44c;
	font-weight: bold;
}
.unprofitable
{
	background-color: #ffb45b;
	font-weight: bold;
}

div.searchresult_holder
{
	position: absolute; 
	width: 200px; 
	background-color: #ffffff; 
	border: 1px solid #0061a4;
}

div.searchresult_line
{
	padding-left: 5px;
	cursor: pointer;
}

div.searchresult_line:hover
{
	background-color: #51b949;
}

span.clickable
{
	text-decoration: underline;
	color: #0000ff;
	cursor: pointer;
}

div#wrapper
{
	margin: 0px;
	padding: 4px;
	min-height: 100%;
}

div#header
{
	height: 120px;
	background-color: #ffffff;
	background-position: top left;
	background-image: url('../images/top_banner.gif');
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #000000;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0px;
}

div#menu
{
	display: block;
	text-align: right;
	padding-top: 100px;
	padding-right: 10px;
	border-bottom: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
}

div#menu div
{
	display: inline;
	padding-top: 5px;
	margin: 2px 0px 0px 12px;
	border: 1px solid #000000;
	background-color: #0061a4; /*#4e4f4a;*/
}

div#menu div:hover
{
	background-color: #51b949;
}

div#menu a
{
	text-decoration: none;
	color: #afafaf;
	padding: 5px 20px 0px 5px;
}

div#menu a:hover
{
	color: #ffffff;
}

div#menu div.selected
{
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

div#menu div.selected a
{
	color: #000000;
}

div#content
{
	text-align: left;
	padding: 5px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #000000;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
}

div#footer
{
	font-size: 10px;
	text-align: right;
	background-color: #6aabd9; /*#727272;*/
	color: #ffffff;
	border: 1px solid #000000;
	padding: 5px 2px 5px 2px;
}

div#footer a
{
	color: #efefef;
}

input#link
{
	color: blue;
	background:none!important;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
     border-bottom:1px solid #0000ff; 
     cursor: pointer;
}

#subheader {
	width: 100%;
	height: 28px;
	background: #ffffff;
	padding-bottom: 20px;
}

#subnav {
	width: 98%;
	padding: 0 1%;
}

#subnav ul {
	list-style: none;
	float:right;
}

#subnav ul li {
	display: inline;
	list-style: none;
}

#subnav ul li a {
	background: #0061a4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	color: #AFAFAF;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 1px;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #000;
}

#subnav ul li a:hover {
	background: #51b949;
	color: #ffffff;
}

#subnav ul li a.active,
#subnav ul li a.active:hover {
	color: #000000;
	background: #ffffff;
	font-weight: bold;
}

table.reconcile {
border:none;
border-collapse: collapse;
}

table.reconcile td {
border-left: 1px solid #000;
border-right: 1px solid #000;
}

table.reconcile td:first-child {
border-left: none;
}

table.reconcile td:last-child {
border-right: none;
}

table.reconcile th {
border-left: 1px solid #000;
border-right: 1px solid #000;
}

table.reconcile th:first-child {
border-left: none;
}

table.reconcile th:last-child {
border-right: none;
}