#orderHeader {
  color: #880000;
  margin-bottom: 5px;
  padding: 10px 0;
}

#orderHeader h2 {
  color: #880000;
  font-size: 18px;
  font-weight: bold;
  border: 0px;
  margin-bottom: 10px;
}

#orderHeader a {
  text-decoration: none;
  color: #880000;
}

#orderHeader a:hover {
  text-decoration: underline;
}

#orderSummary {

}

#orders,
#posStatus {
  border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-spacing: 0px;
}

#orders th,
#posStatus th {
  background: none repeat scroll 0 0 #AAAAAA;
  color: #880000;
}

#orders th, td,
#posStatus th {
  border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
  padding: 4px;
}

#orders tr.yellow {
  background: #ffa;
}

#orders tr.red,
#posStatus tr.red {
  background: #faa;
}

#orders tr.orange {
  background: #fc8;
}

#orders tr.green,
#posStatus tr.green {
  background: #cfc;
}

#orders tr.blue {
  background: #bbf;
}

#orders tr.white {
  background: #fff;
}

#orders tr.gray {
  background: #e8e8e8;
}

#manual {
  font-family: 'Verdana',sans-serif;
}

#manual h2 {
  color: #880000;
  margin-bottom: 5px;
  padding: 10px 0;
  font-size: 16.5px;
  border: 0px;
}

#manual a {
	color: darkred;
	text-decoration: none;
}

#manual a:hover {
  text-decoration: underline;
}

#gratis2 {
  font-family: 'Verdana',sans-serif;
}

#gratis2 h2 {
  color: #880000;
  margin-bottom: 5px;
  padding: 10px 0;
  font-size: 16.5px;
  border: 0px;
}

#monitor {
  font-family: 'Verdana',sans-serif;
}

#monitor h2,
#posStatusWrapper h2 {
  color: #880000;
  margin-bottom: 5px;
  padding: 10px 0;
  font-size: 16.5px;
  border: 0px;
}

#monitor a {
  color: darkred;
  text-decoration: none;
}

#monitor a:hover {
  text-decoration: underline;
}

#offline {
  background: none repeat scroll 0 0 #FFDDDD;
  border: 1px solid #880000;
  color: #440000;
  font-size: 1.5em;
  font-weight: bold;
  margin: 5px;
  padding: 5px;
  text-align: center;
}

#monitorInfo {
  font-family: 'Verdana',sans-serif;
  margin: 10px 0;
}

#retry {
  width: 360px;
  height: 200px;
  text-align: center;
  margin-top: 5px;
}

#retrylist {
	margin-top: 10px;
	text-align: left;
	left: 20px;
}

#sendSMS {
  width: 350px;
  height: 260px;
  text-align: center;
  margin-top: 5px;
}

#sendSMS textarea {
  width: 340px;
  height: 170px;
}

#editNotes {
  width: 350px;
  height: 260px;
  text-align: center;
  margin-top: 5px;
}

#editNotes textarea {
	width: 340px;
	height: 200px;
}