/********************************************************************
	START: Inventory Stylesheet
********************************************************************/

/************************************** 
	DEFAULTS
**************************************/
.table_border, .cell_border {
  border: 2px solid #66CC66;
  
}

body {
	font-family: Arial;
	font-size: 10pt;
}

td {
	font-family: inherit;
	font-size: 10pt;
}

.inventory_background {

	background: #E9EFE3;

}
/*************************************
		View equipment
**************************************/
.view_inventory_field {
	
	padding: 2px 2px 2px 2px;
	
	font-size: 10.5pt;
	
	
}
.view_inventory {
	
	padding: 2px 2px 2px 2px;
	
	
}
.view_field_title {

	font-size:10pt;
	font-weight: bold;


}
.description{
	text-indent: 11px;
	text-align: justify;
	border-width: 1px;
	border-style: solid;
	border-color: #009933;
	padding: 2px 2px 2px 2px;
}

/*************************************
		Listing
**************************************/
.category_listing_image {
	padding: 2px;
}

.category_listing_text {
	font-size: 12pt;
}



.listing_field_padding {
 	padding: 3px 3px 3px 3px;

}
.listing_title {
	
	font-size: 11pt;
	width: 400px;
	text-align: center;

}
.listing_heading_size {
	
	font-size: 9pt;

}

.listing_size {
	
	font-size: 8pt;

}

.listing_title_background {

	background: #B7CEB4;
}
.listing_field_border { 
	
	border-width: 1px;
	border-style: solid;
	border-color: #009933;
}

.listing_inventory_odd {
  	background-color: #F5F5F5;
}
.listing_inventory_even {
 	background-color: #FFFFFF;
}
/************************************** 
	MISC
**************************************/

.big {
	font-size: 12pt;
}

.select_width_medium {
	width: 175pt;
}
.cookie_trail_link_font {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.cookie_trail_font {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/************************************** 
	FORMS
**************************************/

.form_title {
	text-align: right;
	font-weight: bold;
}

.form_required {
	color: red;
	font-weight: bold;
	
}

.form_error {
	color: red;
	font-weight: bold;
	font-style: italic;
}
.form_error_input {
	
	background-color:  #FFCCCC;

}

/************************************** 
	Navigation
**************************************/

a {
	cursor: pointer; 
	color: #0033CC; 
	background-color: inherit; 
	text-decoration: none;
}

/*
a:hover {
	cursor: pointer; 
	color: #84CA7B; 
	background-color: inherit; 
	text-decoration: underline;
}
*/
/********************************************************************
	END: Inventory Stylesheet
********************************************************************/
