/**
* Print Styles Defintions
*
* @author			Matt Gifford
* @copyright		2010 Timeshifting Interactive Limited
* @version		1.0
*/


html,
body,
#page {
	background: #fff;
	overflow: visible !important;
	}


/*  ::  Global Styles  --  Header  */

#globalHeader {
	background: none;
	}



/*  ::  Global Styles  --  Footer  */

#globalFooter {
	background: none;
	}





/*  ::  Page Styles  --  Cases  ::  List  */

#casesList {
	position: relative; width: 848px; overflow: visible;
	}



/*  ::  Page Styles  --  Cases  ::  Single  */

#casesSingle {
	position: relative; width: 848px; overflow: visible;
	}

#casesSingle div.clientStatement {
	overflow: visible;
	}

#casesSingle div.breakOutLeft,
#casesSingle div.breakOutRight {
	background: #e0e8cf;
	}

#casesSingle div div.sectionHeader,
#casesSingle div div.sectionBody,
#casesSingle div div.sectionFooter {
	background: none !important;
	}
