form
{
  padding: 0px;
  margin: 0px; 
}

h1
{
  font-size: 20px;
}

h2
{
  font-size: 18px;
}

.RedBold
{
  color: #FF0000;
  font-weight: bold;
}

.BreadCrumb
{
  font-size: 14px;
  color: #FF0000;
}

.BreadCrumb a
{
  color: #FF0000;
}

#FooterContainer
{
  width: 100%;
}

#FooterLeft
{
  font-weight: bold;
  float: left;
  color: #FFFFFF;
  padding-top: 5px;
  padding-left: 10px;
}

#FooterRight a
{
  color: #FFFFFF;
  text-decoration: none;
}

#FooterRight
{
  font-weight: bold;
  float: right;
  color: #FFFFFF;
  padding-top: 5px;
  padding-right: 10px;
}

#MenuBar
{
  margin: 0px;
  height: 30px;
  width: 100%;
  text-align: center;
  background:#fff url(/Images/menu/three_0.gif);
}

#MenuBar ul
{
  padding: .4em 0;
  margin: 0;
  list-style-type: none;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}

#MenuBar li { display: inline; }

#MenuBar li a
{
  text-decoration: none;
  color: #FFF;
  padding: 0.2em 12px;
  border-right: 1px solid #132C00;
}

#MenuBar li a:hover
{
  color: #BFFF8F;
}

.Salvage
{
  border: 1px solid #000000;
}

.Salvage th
{
  background-color: #6F8733;
  text-align: left;
  border: 1px solid #000000;
  padding: 4px;
  color: #FFFFFF;
}

.Salvage th h2
{
  margin: 0px 0px 0px 2px; 
  color: #FFFFFF;
  font-size: 16px;
}

.Salvage th h2 a
{
  color: #FFFFFF;
}

.Salvage a
{  
  text-decoration: none;

}

.Salvage .ImageFrame
{
  border: 4px solid #CCCCCC;
}

.Salvage .Description
{
  vertical-align: top;
  font-size: 14px; 
  padding: 2px;
}

.SearchBox
{
  border: 1px solid #000000;
  font-size: 14px;
  padding: 2px;
  width: 400px;
}

.StyledButton
{
  cursor:pointer;
  border:outset 1px #ccc;
  background:#999;
  color:#FFFFFF;
  font-weight:bold;
  padding: 1px 2px;
	font-family: arial;
  background-color: #6F8733;
}

/******** Individual Items ********/

.Item
{
  border: 1px solid #000000;
  width: 100%;
  background-color: #F6FFDF;
  border-collapse: collapse;
}

.ItemImages
{
  border-right: 1px solid #000000;
  background-color: #89A14C;
  vertical-align: top;
}

.ItemImages img
{
  margin: 2px;
  border: 2px solid #CCCCCC;
}

.ItemDescription
{
  vertical-align: top;
  padding: 0px 8px 8px 8px;
}

/******** Salvage List ********/

.SalvageDisplay
{
  border: 1px solid #000000;
}

.SalvageDisplay th
{
  background-color: #6F8733;
  text-align: center;
  border: 1px solid #000000;
  padding: 4px;
  color: #FFFFFF;
}

.SalvageDisplay td
{
  text-align: center;
  border: 1px solid #000000;
}

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}


