body { font-family : "Trebuchet MS", Verdana; }
h1 { font-size : 16px; }
h2 { font-size : 14px; }
h3 { font-size : 12px; }

.previous a{
  font-size:12px;
  font-weight:bold;
}

.next a{
  font-size:12px;
  font-weight:bold;
}

.previous {
  font-size:12px;
  font-weight:bold;
}

.next {
  font-size:12px;
  font-weight:bold;
}

.landing {
  font-size:12px;
}

.landing td{
  font-size:12px;
}

.landing_input_text {
  width:350px;
}

.landing_textarea {
  width:350px;
  height:70px;
}

.landing select {
  width:350px;
}

.headline { color : #990000; }

.content { font-size : 10px; color : navy;width:210px; }
.content td { font-size : 10px; color : navy;width:210px; }
.content input { font-size : 10px; color : navy;width:210px; }
.content textarea {font-size : 10px; color : navy;width:210px;height:70px;}
.content select { font-size : 10px; color : navy;width:210px; }

.orders {
  font-size:12px;
}

.order_row {
  cursor: pointer;
}

.new_order {
  color:navy;
  font-size:14px;
  font-weight:bold;
  background-color: #D1F2CD;
}

.processing {
  color:navy;
  font-size:14px;
  font-weight:bold;
  background-color: #CFCEF2;
}

.in_checkout {
  color:navy;
  font-size:14px;
  font-weight:bold;
  background-color: #F1F2CE;
}

.shipped {
  color:navy;
  font-size:14px;
  font-weight:bold;
  background-color: #EED9C0;
}

.invoiced {
  color:navy;
  font-size:14px;
  font-weight:bold;
  background-color: #F2D1CD;
}

.customer_cancel {
  color:navy;
  font-size:14px;
  font-weight:bold;
  background-color: #F2D1CD;
}

.closed {
  color:navy;
  font-size:14px;
  font-weight:bold;
  background-color: #EDEEEE;
}

.orders_header {
  font-weight:bold;
  font-size:14px;
  background-color: #F5E6D1;
  color: #553216;
}

.notice {
  font-weight:bold;
  color: #cc0000;
  font-size:12px;
}


.products { font-size : 10px; color : navy;}
.products input { font-size : 10px; color : navy;}
.products td { font-size : 10px; color : navy;}
.products select { font-size : 10px; color : navy;}

.admin_table {
  font-size:12px;
}

.admin_table input {
  font-size:12px;
  width:240px;
}


.admin_table select {
  font-size:12px;
  width:240px;
}

.admin_table textarea {
  font-size:12px;
  width:240px;
  height:70px;
}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

.gray_row {
  background-color:lightgray !important;
  font-size: 12px;
  cursor:pointer;
}

.gray_row td {
  background-color:lightgray !important;
  font-size: 12px;
  height:20px;
  border-top:1px solid black;
  cursor:pointer;
}

.gray_row tr {
  background-color:lightgray !important;
  font-size: 12px;
  height:20px;
  border-top:1px solid black;
  cursor:pointer;
}

.white_row {
  background-color:white;
  font-size: 12px;
  cursor:pointer;
}

.white_row td {
  background-color:white;
  font-size: 12px;
  height:20px;
  border-top:1px solid black;
  cursor:pointer;
}

.row_over {
  background-color:#483D8B;
  color:white;
  font-size: 12px;
  cursor:pointer;
}

.row_over td {
  background-color:#483D8B;
  color:white;
  font-size: 12px;
  height:20px;
  border-top:1px solid black;
  cursor:pointer;
}

textarea {
  font-size:12px;
  width:240px;
  height:70px;
}

.admin_table textarea {
  font-size:12px;
  width:240px;
  height:70px;
}

.table_header {
  font-size:14px;
  color:white;
  background-color:navy;
  font-weight:bold;
}

.bold_14 {
  font-size:14px;
  font-weight:bold;
}

.button_text {font-size:12px;}

.form_label {font-size:12px;color:navy;}

#global_search_results h3 {
color:#990000;
margin-top:30px;
}

#global_search_results table {
  width:100%;
}

.form_input_wide {
  width:300px;
}

.input_text_wide {
  width:340px;
}
