/*
 * FreshService CSS
 * author daniel.rhoades@professional-i.com
 */
 
body, h1, h2,  h3, p, td, th, li  {
  font-family: Verdana, arial, helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  font-size: 10px;
}

body {
	color: #333333;
  	background-color: #ffffff;
}

p, li, address {
	padding-bottom: 10px;
}

input, select, textarea {
    border: 1px solid #409DFD;
    padding: 2px;
    margin-bottom: 2px;
    font-family: Verdana, arial, helvetica, sans-serif;
    font-size: 10px;
}

th {
    padding-right: 5px;
}

select {
    margin-bottom: 2px;  
}

table.noborder td input, input.noborder {
    border: 0px solid #FFFFFF;
}

.error {
    color: #FF0000;
}

.required {
    font-size: 16px;
    color: #FF0000;
    margin: 0px;
    padding: 0px;
}

.outer {
	border: 1px solid #EDD418;
	padding: 10px;
	width: 800px;
}

.content {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content table td {
	padding-right: 10px;
}

h1 {
	font-size: 14px;
	color: #409DFD; 
	padding-bottom: 10px;
}

h2 { font-size: 12px; color: #409DFD; padding-bottom: 5px; }

h3 { font-size: 11px; }

h4 { font-size: 10px }

td, th, p, li, address, input {
  text-align: left;
  color: #333333;
  font-size: 10px;
}

a {
	color: #409DFD;
}

hr  {
	background-color: #EDD418;
	color: #EDD418;
	margin-top: 1px;
	margin-bottom: 0px;
	border: 0px solid #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}

.stock {
	border-bottom: 1px solid black;
}

.stock th {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 3px;
}

.stock td {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 3px;
}

.totalstock {
	border: 0px solid black;
}

.customerdetails td, .customerdetails th {
	padding-right: 10px;
}

.borderTop {
	border-top: 1px solid black;
}

.footer {
	background-color: #409DFD;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
}

.footer p {
	text-align: right;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}

.footer a {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

.date p {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

.alert {
	color: #FF0000;
	font-weight: bold;
}

.contacts {
    padding-bottom: 10px;
}

.contacts td {
	 padding-right: 6px;
}