/* Results panels
=================================================================*/

#results	{
	width: 570px;
	overflow:hidden;	/* Hack for strange IE mystery margin */
	float:left;
	background: white url(images/grad_blu-wh_pgtitle.jpg) no-repeat top right;
	}

#results h1	
{
	width:100%;
	background: transparent url(images/grad_blu-wh_pgcorner.jpg) no-repeat;
	font-size: 15pt;
	font-weight: bold;	
	padding-top: 10px;
	word-spacing: .1em;
	letter-spacing: -.05em;
	padding-left: 10px;
	margin-bottom: .5em;
	}

#results a:link		{color:#03d;}
#results a:visited	{color:#03d;}
#results a:hover	{color:#f90;}
#results a:active	{color:#79f;}

.content h1
{
	padding-bottom:1em;}
	
.content p	
{
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	padding-left: 10px;
	margin-bottom: 1em;
	}

div.result	
{
	width: 570px;	
	min-height: 110px;	
	margin-left: 10px;
	margin-top: .5em;
	padding-left: 8px;
	padding-bottom:10px;
	background: transparent url(images/resultbk_left.gif) no-repeat;
	clear:both;
	}

div.summary	
{
	min-height: 110px;
	padding-left: 2px;
	padding-right: 20px;
	padding-top: 5px;
	width:370px;
	float: left;
	background: transparent url(images/resultbk.gif) repeat-x;
	}

div.summary *	{
	font-family: Arial, Verdana, Sans-Serif;
}

.summary h2	{
	font-size: 11pt;
	color: #000;
	float:left;
	}

.result img	{
	float:left;	
	}

.result .dayrate	
{
	float:right;
	font-size:11pt;
	color:#0a0;	
}

.dayrate small
{
	font-size:8pt;}

.desc	{
	font-size: 9pt;
	clear:both;
	padding-top: 10px;
	padding-bottom: 10px;}

.availability	{
	float:left;
	color:#090;
	margin-bottom:20px;}
	
.detail_link	{
	float:right;}

.detail_link:link	{color:#03d;}
.detail_link:visited{color:#03d;}
.detail_link:hover	{color:#f90;}
.detail_link:active	{color:#79f;}
	
.dayrate, .availability, .detail_link	{
	font-weight:bold;
	font-size:8pt;}
	
/* === Forms ===*/
.contactForm legend
{
	font-weight:bold;
	padding: 0 .5em;}

div.contactForm label
{
	font-family:Trebuchet MS, Verdana, Arial, Sans-Serif;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	}		

div.contactForm {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 550px;
  max-width: 550px;
  width: 550px; 
}	

div.contactForm fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */  
  margin: 0;
  margin-left: 10px;
  margin-bottom: 2em;
}

.content h3
{
	margin-left:10px;
	margin-bottom: 1em;
	margin-top:2em;}

.contactForm fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form br {
	clear:left;
}

fieldset small 
{
	font-family:Trebuchet MS, Verdana, Arial, Sans-Serif;
	display: block;
	margin: 0 0 5px 100px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.contactForm input, .contactForm textarea {
	/*display: inline; /* inline display must NOT be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.contactForm .required{font-weight:bold;} /* uses class instead of div, more efficient */

div.detail_link
{
	margin-top:-3em;
	margin-bottom:30px;
	}

.more_images
{
	float:right; color:#000;}	