/* $Id: highlight.css,v 1.5 2004/05/21 09:44:00 tim.parry Exp $ */

.highlight{
	margin: 3px 4px 12px 5px;
	border: 1px solid #2c336b;
	background-color: #ebe0d5;
}

*html .highlight{
	margin-top: 0px;
}

.highlightTitle {
	border: 1px solid black;
	background-color: #2c336b;
	color: #fff;
	font-family: arial;
      font-weight: normal;
      font-size: 120%;
      text-align: center;
      text-decoration: none;
      line-height: 0.5em;
      padding-top: 6px;
	  padding-bottom: 8px;
}

.highlightImage{
	text-align: center;
	padding: 5px;
}

.highlightImage img{
	border: 1px solid #2c336b;
	text-align: center;
}

.highlightDescription {
	vertical-align: top;
	text-align: justify;
	padding: 6px;
	padding-top: 0px;
	font-size: 90%;
}

* html .highlightDescription{
}

