/* 
 * Shared Styles for screen and print 
 * ------------------------------
 * Author: Reg Goodwin
 * Date: April 2007 
 */

@media screen, print {

	#content div.narrowColumn {
		
		/* Set width of text column, keep narrow to adjacent fit with right floating image */
		width: 418px;
	}

	
	#content img.introductionPageImage { 
		width: 192px; 
		border-style: none; 
		float: right; 
		margin-left: 12px;
		}
	#content img.exercisePageImage {
		width: 192px;
		float: right;
		border: solid 1px #aaaaaa;
	}
	#content img.internetPageImage {
		width: 192px;
		float: right;
		border: solid 0px #aaaaaa;
	}
	#content img.contactPageImage {
		width: 242px;
		float: right;
		border: solid 1px #aaaaaa;
	}


	/* Contact page */
	#content p.addressLine { margin: 0px; }


	table.quoteTable { margin:0px; padding:0px; border-width:0px; border-style: none; }

	/* Feedback page */
	div.quoteStyle1, div.quoteStyle2, div.quoteStyle3, div.quoteStyle4, div.quoteStyle5
	{
		border-style: solid;
		border-width: 1px;
		padding: 15pt 15pt 15pt 15pt;
		width: 230px;
		margin: 0pt 9pt 12pt 3pt;
		float: left;
		text-align: left;
	}
	div.quoteStyle5 { width: 520px; text-align: center; }
	
	div.quoteStyle1 { background-color: #e4ffe4; border-color: #99cc99; }
	div.quoteStyle2 { background-color: #ffffc8; border-color: #bbbb88;}
	div.quoteStyle3 { background-color: #ffecc4; border-color: #ccaa77;}
	div.quoteStyle4 { background-color: #e4e8ff; border-color: #9999aa; }
	div.quoteStyle5 { background-color: #ffdcff; border-color: #aa99cc; }
	
	div.quoteLineDivider { 
		width: 80%; 
		height: 21px;
		float:left; 
		font-size: 0pt; 
		border-style: none; 
		border-width: 0px; 
		margin: 0px; 
		padding: 0px; 
	}
	
	p.quoteBody {
		margin: 0 0 0 0;
		font-style: italic;
		line-height: 1.35em;
	}	
	p.quoteDate {
		margin-top: 3pt;
		margin-bottom: 0;
		margin-left: 12pt;
		margin-right: 0;
	}
	
}
