/******************************************************************************
*  Stylesheet for the online forms.
*  Forms must be both functional and printer-friendly.
*  Added  : 2008.01.30
*  Author : Bob H.
******************************************************************************/

/******************************************************************************
* Defines the styles for the printed version of the page only
******************************************************************************/
@media print 
{
	body { font-size: 10pt; }
	th { font-size: 14pt; }
  
	div.Large { font-size: 14pt; }
	div.Small { font-size: 8pt; }
	div.Instructions { display: none; }
}

/******************************************************************************
* Defines the styles for the browser-displayed version of the page only
******************************************************************************/
@media screen 
{
	body { font-size: 12pt; }
	th { font-size: 18pt; }
	   
	div.Large { font-size: 18pt; }
	div.Small { font-size: 10pt; }
	
	div.Instructions { 
	 	display: block;
	 	border-style: solid;
	 	border-width: 1px;
	 	border-color: black;
	 	padding: 5px;
	 	width: 90%
	}
}

/******************************************************************************
* Defines the styles common to both the printed & screen displays
******************************************************************************/
@media screen, print 
{ 
	body, td, div, span, a, p {
		font-family: "trebuchet MS" ;
		color: #000000;
	}
	
	img { 
		border: 0px; 
	}
	
	td.BannerWidth {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	th { 
		font-weight: bold; 
	}
	
	h1 { 
		font-weight: normal;
		width: 100%;
	}
	
	div.Black {
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 20px;
		background-color: black;
		color: white;
		text-transform: uppercase;
	}
	
	div.Small {
		text-transform: uppercase;
	}
	
	div.Sign {
		margin-top: 30px;
		border-top: 2px;
		border-top-color: black;
		border-top-style: solid;
		border-top-width: 100%;
	}
	
	#Sig { width: 80%; }
	#Date { width: 50%; }
}
