/* CSS Document */

.orderstable {
	width: 98%;
	border: 0px;
}

.orderstable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #eeeeee;
}

.orderstable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0px;
	border-bottom: 1px solid #eeeeee;
}

.orderstable td A:link, .orderstable td A:visited, .orderstable td A:hover, .orderstable td A:visited:hover {
	color: #000000;
	text-decoration: none;
}


.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 2px;
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background-color: #f7f7f7;
}
.formfielddisplay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	border: 0px;
	background-color: #ffffff;
}
.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	background-color: #9b9f9e;
}
.formlabel {
	color: #747e8c;
	font-weight: bold;
}

.arrowlist {
	list-style-image:url(../images/bullet-arrow.gif); 
	margin: 0px; 
	padding: 0px;
}
.arrowlist li {
	padding: 0px 0px 0px 2px; 
	margin: 0px 0px 0px 20px;
}

/******************* FIELD SETS **********************/

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 0 10px 0;
}
legend {
  color: #333;
}

legend {
  padding: 0 10px;
  font-weight: bold;
  font-size: 120%;
}
fieldset p {
	padding: 10px;
	margin: 0px;
}
dl {
/*	background-color: #b8cee0; */
	padding: 10px;
	margin: 0px;
}
dl dt {
  float: left;
  width: 24.5%; /* was 200px */
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  margin: 0 3px 0 0;
  padding: 1px 0 0 0;
}

dl dd {
	margin: 0 0 0 25%;/* was 200px */
	padding: 0 0 5px 0;
}

.buttonarea {
	background-color: #ccc;
	padding: 5px; 
	text-align: center;
	margin-bottom: 20px;
}
.buttonarea .button {
	border-left: 1px solid #b1c4d6;
	border-top: 1px solid #b1c4d6;
	border-right: 1px solid #52779c;
	border-bottom: 1px solid #52779c;
	background-color: #fff;
	padding: 3px 20px;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	color: #333;
}
.notes {
	font-size: 90%;
	color: #999;
}
.addbutton {
	float: right; 
	border-left: 1px solid #b1c4d6;
	border-top: 1px solid #b1c4d6;
	border-right: 1px solid #52779c;
	border-bottom: 1px solid #52779c;
	text-align: center; 
	background-color: #fff;
	margin: 0 0 0 10px;
	padding: 3px 20px;
}
.addbutton a {
	display: block;
	text-decoration: none;
	border-bottom: 0px;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	color: #3e85c6;
}



.record_table {
	width: 100%;
	border: 0px;
}
.record_table th {
	background-color: #cbdbe9;
	text-align: left;
	padding: 2px 0px;
	border-bottom: 1px solid #e5edf4;
}
.record_table th a {
	font-weight: bold;
	color: #3e85c6;
	text-decoration: none;
	border-bottom: 0px;
	display: block;
}
.record_table th a:hover {
	color: #3e85c6;
	text-decoration: underline;
	border-bottom: 0px;
	display: block;
}
.record_table td {
	padding: 3px 0px;
	border-bottom: 1px solid #cbdbe9;
}
.record_table td a {
	color: #000;
	text-decoration: none;
	border-bottom: 0px;
	display: block;
}
.record_table td a:hover {
	color: #000;
	text-decoration: underline;
	border-bottom: 0px;
	display: block;
}

.record_table .actions {
	padding: 3px 0px 3px 3px;
	border-bottom: 1px solid #cbdbe9;
	color: #fff;
	font-weight: bold;
}
.record_table .actions a {
	font-weight: bold;
	color: #75a1c6;
	text-decoration: none;
	display: inline;
}
.record_table .actions a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	display: inline;
}

.alert {
	font-weight: bold;
	color: #c00;
}

.selectarea {
	background-color: #eee;
}
.discreetbutton {
	float: right; 
	border-left: 1px solid #b1c4d6;
	border-top: 1px solid #b1c4d6;
	border-right: 1px solid #75a1c6;
	border-bottom: 1px solid #75a1c6;
	text-align: center; 
	background-color: #cbdbe9;
	margin: 0 0 0 10px;
	padding: 3px 20px;
}
.discreetbutton a {
	display: block;
	text-decoration: none;
	border-bottom: 0px;
	font-weight: bold;
	font-size: 100%;
	text-transform: none;
	color: #75a1c6;
}