body,
p,
div,
span,
th,
td,
input,
select,
textarea {
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 10px;
  color: #550000;
}

th {
  vertical-align: top;
}

body { 
  background-color: #ffffff;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

hr {
  height: 1px;
  color: black;
}

a:link {
  color: #330000;
  text-decoration: none;
}
a:visited {
  color: #330000;
  text-decoration: none;
}
a:hover {
  color: #550000;
  text-decoration: underline;
}
a:active  {
  color: #330000;
  text-decoration: none;
}

h1 {
  font-size: 15px;
}
h2 {
  font-size: 13px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 10px;
}

form {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

th {
  background-color: #dddddd;
  font-weight: normal;
  padding-left: 4px;
  padding-right: 4px;
}

.text {
  color: #000000;
}

.notice {
}

.highlight {
  color: #d94642;
}

.error {
  color: #ff3300;
}

.button {
  color: #330000;
  font-weight: bold; 
}

.form_label {
  color: #330000;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap; 
}

.form_label_novalign {
  color: #330000;
  font-weight: bold;
  white-space: nowrap; 
}

.form_required {
  color: #ff3300;
  font-weight: bold; 
  vertical-align: top; 
}

.form_element {
  vertical-align: top; 
}

.form_error {
  color: #ff3300;
}

.input_int {
  text-align: right;
}
.input_real {
  text-align: right;
}

.input_text {
  text-align: left;
}

.details_title {
  color: #FF3300;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #ff6600;
}
.details_heading {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}
.details_highlight {
  color: #d94642;
}

.navigation {
  color: #0000ff;
  font-weight: bold;
}

.box_side {
  border-color: #3370af;
  border-style: solid;
  border-top-width:0px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.box_title {
  color: #ffffff;
  background-color: #3370af;
  font-weight: bold;
  font-size: 11px;
}

.box_body {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #3370af;
  border-top: none;
  padding: 0.5em;
}

.info_title {
  color: #330000;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap; 
}

.edit_mline {
  font-weight: bold;
}

.large_pre_size {
  font-size: 16px;
  font-family: courier; 
}

.form_button {
  line-height: 11px;
  font-family: arial; 
  color: #000000;
  height: 17px;
  font-size: 11px;
  padding-bottom: 4px;
}

.please_note {
	BACKGROUND-COLOR: #f0f0f0;
	PADDING: 4px;
	text-align: center;
}

.loginTable {
		border: dotted 1px #333333;
}

.searchOrders {
	BACKGROUND-COLOR: #E4E4E4;
}


/* Calendar body */
.calBody {
  background-color: #4682B4;
}


/* Calendar header style */
.calHeader {
  color: #ffffff;
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif; 
  text-align:center;
}

/* Calendar week days names style */
.calDayNames {
  background-color: #87cefa;
  color: #ffffff;
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif; 
  text-align:center;
}


/* Calendar current day style */
.calCDay {
  background-color: #ffb6c1;
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif; 
  text-align:center;
}

/* Calendar week-end day style */
.calWDay {
  background-color: #dbeaf5;
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif; 
  text-align:center;
}

/* Calendar regular day style */
.calRDay {
  background-color: #ffffff;
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif; 
  text-align:center;
}

/* Calendar empty cell */
.calEmpty {
  background-color: #ffffff;
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif; 
  text-align:right;
}

/* Calendar close button */
.calClose {
  background-color: #ffffff;
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif; 
  text-align:right;
}

