
div.panel
{
  background:  url("../../images/panels/top-left.jpg") top left no-repeat;
  position:relative;
  margin: 5px 5px 20px 5px;
}

div.panel .header 
{
  position:relative;
  background:  url("../../images/panels/top-right.jpg") top right no-repeat;
  right:-8px;
  margin:0;
  /* NOTE: Have to have at least 1px of padding @ top so IE will show top of box image */
  padding: 5px 10px 5px 0px;
}

div.panel .header .link
{
	text-align: right;
}

div.panel .content 
{
  background:  url("../../images/panels/right.jpg") top right repeat-y;
  margin:0;
  margin-top:-3px;
  padding: 0px 5px 5px 0px;
  position:relative;
  right:-8px;
}
 
div.panel .longContent
{
 background: url("../../images/panels/border-left.jpg") top left repeat-y;
 margin-top: 3px;
}

div.panel .footer 
{
  background:  url("../../images/panels/bottom-left.jpg") bottom left no-repeat;
  position:relative;
  top:7px;
}
 
div.panel .footer .innerFooter 
{
  background:  url("../../images/panels/bottom-right.jpg") bottom right no-repeat;
  padding: 1px 15px 15px 0px;
  display:block;
  margin: -15px 0 0 0;
  position:relative;
  right:-8px;
  
  /*clear: left;*/
}

/********************************************/

ul.links
{
	list-style-type: none;
}

ul.links li
{
	padding: 0;
	margin: 0;
}

/********************************************/

/*
div.panel h6
{
	width: 100%; 
	border: 1px solid #333;
	font: Arial;
	background-color: #356AA0;
	color: #fff;
	/* Red: background-color: #CC0000; */
	/* Green: background-color: #CDEB8B; */
	/* Blue: background-color: #7187C7; */
	/* Etsy Vermillion: background-color: #D15600; */
/*	padding: 0px 0px 0px 3px;
	margin-bottom:1px;
}
*/

.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,
.panel h1 a,.panel h2 a,.panel h3 a,.panel h4 a,.panel h5 a,.panel h6 a
{
	color: #875A18;
}

div.panel .header h1, div.panel .header h2, div.panel .header h3,
div.panel .header h4, div.panel .header h5, div.panel .header h6
{
	margin-bottom: 0;
}

