@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}
a {
	text-decoration:none;
	color:#97c5d1;
    font-weight: bold;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}
#header {
	margin:auto;
	width:900px;
	text-align:center;
	padding-bottom:15px;
}
#toolbar {
	margin:auto;
	overflow:hidden;
	padding-top:15px;
	height:40px;
}
#toolbar ul{
	list-style:none;
	margin:auto;
	padding:0;
}
#toolbar ul li {
	float:left;
	margin-left:15px;
}
#toolbar ul li:hover {
	padding-top:2px;
}
#toolbar_sm {
	margin:0 0 5px 0;
}
#main {
	margin:auto;
	width:900px;
	min-height:600px;
}
#footer {
	margin:auto;
	width:900px;
}

#form_line {
	margin-top:5px;
}

.roundInput {
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 20px;
  padding: 4px 7px;
  outline: 0;
  -webkit-appearance: none;
}
.roundInput_sm {
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 13px;
  padding: 2px 2px;
  outline: 0;
  -webkit-appearance: none;
}
.roundInput_Sm:focus {
  border-color: #339933;
}
.smfields {
	border:1px solid #ccc;
	font-size:12px;
    width: 100%;
}
#label {
	float:left;
	width:100px;
	padding:5px 15px 0 0;
	text-align:right;
	font-size:9pt;
}

#RowForm {
	margin-top:10px;
	border:1px solid #97c5d1;
	border-radius:0;
	padding:0;
	overflow:hidden;
	width:900px;
}
#FixedFooter {  
	bottom:0px;
	position: fixed;
	background:#FFF;   
}
		

#RowForm table tr th, #RowForm table tr td, #RowForm table tr {
	border:0 !important;
}

table { 
	width:100%;
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}
th {
	height:30px;
	vertical-align:middle;
	background-color:#97c5d1;
	border:0 1px 0 1px #97c5d1;
	color:white;
}

tr:last-child td {
	border-bottom: 1px solid #97c5d1;
}

td {
	vertical-align:middle;
	padding:5px;
	text-align:center;
}
td.alignleft {
	text-align:left;
}
tr.alt {
	background-color: #f3f3f3;
}
td:first-child {
	border-left:1px solid #97c5d1;
}
td:last-child {
	border-right:1px solid #97c5d1;
}
.InvoiceTopLine {
	overflow:hidden; 
	margin:3px 0 8px 0
}
#ul_home {
	list-style:none;
	margin:auto;
	padding:0;
}
#ul_home li {
	float:left;
	padding:5px;
	margin:0;
}
.roundborder {
  	border: 1px solid #97c5d1;
  	/*-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	border-radius: 10px;*/
	padding:5px;	
}
#category_title {
	border-bottom:2px solid;
	background-color:#000;
	color:#FFF;
	font-size:14pt;
	font-weight:bold;
	padding:5px;
}
#subcategory_title {
	background-color:#CCC;
	padding-left:30px;
	font-size:12pt;
	font-weight:bold;
	padding:3px;
}
#iteminfo_print {
	font-size:9pt;
	padding:3px 0 3px 40px;
	clear:both;
	overflow:hidden;
	border-bottom:1px dotted #999999;
}
#print_itemprice {
	width:100px;
	text-align:right;
	float:right;
	font-weight:bold;
	font-size:8pt;
}
#Customers {
	font-size:8pt;
}

#Quote input[type="text"] {
    width: 100%;
}
#Invoice input[type="text"] {
    width: 100%;
}
.handle {
    cursor: move;
}
select {

}
.table_bigger tr td {
    padding:10px 5px;
}
.fa-trash { color:black; }