body {
	font:14px arial;
	background-color: #CCCCCC;
}

a:link    {color:#303399; text-decoration:none;font:14px arial}
a:visited {color:#303399; text-decoration:none;font:14px arial}
a:active  {color:#CC3333; font:14px arial}
a:hover   {color:#CD2027; text-decoration:underline;font:14px arial}

td {
	font: 14px arial;
	padding-left: 5px;
	padding-right: 5px;
}

td.td_border{
	border : 1px solid Black;
	padding-right : 5px;
	padding-left : 5px;
}

a:link.black_link {
	text-decoration:none;
	color:Black;
}

a:hover.black_link {
	text-decoration:underline;
	color:Black;
}

a:active.black_link {
	text-decoration:none;
}

a:visited.black_link {
	color:#444444;
}

input {
	padding-left: 4px;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	background-color: Silver;
}

input:hover {
	background-color: #E1E1E1;
}

input:focus {
	background-color: #FAFAD2;
}

select {
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	background-color: Silver;
}

select:hover {
	background-color: #FAFAD2;
}

textarea {
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	background-color: Silver;
}

textarea:hover {
	background-color: #E1E1E1;
}

textarea:focus {
	background-color: #FAFAD2;
}

.l1 {
	color: green;
}

.l2 {
	color: red;
}

.navNormal td {
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 2px 2px 2px 2px;
	color:            #000000;
	background-color: #E5E5E5;
	text-align: center;
}
.navNormal td:hover {
	cursor: pointer;
	background-color: #FAFAD2;
}

.navNormal a:link, .navNormal a:active, .navNormal a:visited{
	color: #0000FF;
	font-size: 14px;
}

.navNormal a:hover{
	color: black;
}

.invoice_error_message {
	border: 1px solid black;
	padding: 5px;
	color: red;
	font-weight: bold;
}

.reports_table_type_1 {
	border: 1px solid black;
}

.reports_table_type_1 tr:hover {
	background-color: #FAFAD2;
}

.reports_table_type_1 td {
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	padding: 3px;
	
}

.reports_table_type_1 th {
	font-size: 12px;
}

.reports_total_total{
	background-color: #EEEEEE;
}

.reports_negative_number {
	color: red;
}

.reports_positive_number {
	color: green;
}

.reports_title {
	font-size: 18px;
	padding-bottom: 15px;
}

.reports_list_title {
	font-size: 15px;
	font-weight: bold;
	padding-bottom:10px;
	padding-top: 20px;
}

.cash_total {
	padding: 10px;
	font-size: 16px;
	border: 1px solid Black;
	background: #FAFAD2;
	font-weight: bold;
}

.cash_total_minus {
	padding: 10px;
	font-size: 16px;
	border: 1px solid Black;
	background: #FAFAD2;
	color: red;
	font-weight: bold;
}

.deliveries_table_header td {
	text-align: center;
	font-weight: bold;
}

.deliveries_table_data_dark {
	background-color: #F0F0F0;
}

.deliveries_table_data_dark #use_class {
	text-align: right;
}

.deliveries_table_data_light #use_class {
	text-align: right;
}

.reports_table_type_1_tr_dark {
	background-color: #F0F0F0;
}

.report_act_table tr:hover {
	background-color:#FAFAD2;
}

.report_act_table #border1 {
	border-right: solid 1px black;
}

.report_act_table th a {
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.report_act_table th a:hover {
	color: red;
}

.reports_act_table_detail_group td {
	padding-top: 10px;
	font-weight: bold;
	text-align: right;
}

.reports_act_table_detail_group #header {
	text-align: left;
}

.reports_act_table_detail_amount_n_price {
	text-align: right;
}

.report_act_table #reports_act_table_amount {
	color: #666666;
}

.dvhdr1 {
	background:#F3F0E7;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	border:1px solid #C8BA92;
	padding:5px;
	width:150px;
}

.dvbdy1 {
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:5px;
	width:150px;
}

.small_report_table {
	border: solid 1px black;
	background-color: #FAFAD2;
	border-collapse: collapse;
}

.small_report_table td {
	border-bottom: solid 1px black;
	padding: 8px;
	font-size: 16px;
	background: #FAFAD2;
	font-weight: bold;
	text-align: right;
}

.lightTip { width: 342px; }
.lightTip .content{ width: 310px; padding: 5px; border: 1px solid #e2e2e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }
.lightTip .bottom{ height: 14px; }

