
td {
	color :black;
	font-weight : normal;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.error, .alert {
	color :red;
	font-weight : normal;
	font-size:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.errorMessage{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #e02e2e;
        font-weight: bold;
}
.heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

.heading2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border:1px solid black;
}

.heading2Right{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
}

.heading2Left{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-left:1px solid black;
}




.headerInvoice{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #c6d3ec;
}
.invoice1
{

	font-size: 16px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: bottom;
	text-align: left;
}
.invoice2
{
	font-size: 16px;
	height: 130px;
	vertical-align: bottom;
}
.backoffice{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.backoffice a, a:visited {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.backoffice a:hover {
	text-decoration: underline;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.largeLink:link,a.largeLink:visited{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

a.largeLink:hover {
	text-decoration: underline;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.heading a{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.heading a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.smallLink{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.smallLink:hover{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.table_row{
	border-width: 0px 0px 1px 0px;
 	border-style: solid;
 	border-color: #D8D8D8;
  	height: 30px;
}

.accountTitle{
	font-size:15px;
	color: #000000;
	font-weight: bold;
}

a.linkTitle {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.linkTitle:hover {
	text-decoration: underline;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/*  ---------------------------- */
/* CUSTOMIZE AUTOSUGGEST STYLE	*/
/*.search-wrap input{width:260px; font-size:14px; color:#999999; padding:2px; border:solid 1px #999999;}*/
.search-wrap input{width:260px; font-size:16px; color:#000000; padding:2px; border:solid 1px #999999; font-weight: bold;}
.result_a_hover{background:#FFFFCC;}
#results_line_items{ left: 569px;}
#results_find_account{left:569px;}
#results_invoices{left:569px;}

.results_class{width:264px; border:solid 1px #DEDEDE; display:none;
 position : absolute; /* so the drop-down covers the objects below it, instead of pushing them down */
 background: #ffffff;}
.results_class ul, .results_class li{padding:0; margin:0; border:0; list-style:none;}
.results_class li {border-top:solid 1px #DEDEDE; }
.results_class li a{display:block; padding:2px; text-decoration:none; color:#000000; font-weight:bold;}
.results_class li a small{display:block; text-decoration:none; color:#999999; font-weight:normal;}
.results_class li a:hover{background:#FFFFCC;}
.results_class ul {padding:3px;}
