/**********************
* 	Styles content for printing
*	**Does not effect normal viewing
**********************/

/* change font and background color of page */
	body {
		background: #ffffff;
		color : #000000;
	}
	
	/* change font color of breadcrumb */
	.pre-content {
		color: #000000;
	}
	
	.pre-content a {
		color: #000000;
	}
	
	.pre-content a:hover {
		color: #000000;
		text-decoration: none;
	}

/* remove right side content */
	.side-content {
		display: none;
	}

/* remove main navigation */
	#nav-container {
		display: none;
	}

/* remove top right nav */
	.mid-header {
		display: none;
	}

/* add padding and change background color of top header bar */
	.top-header {
		display:none;
	}

/*display inverse print header */
	.top-header-print {
		display:block !important;
		clear:both;
		background: #ffffff;
		margin:20px;
	}

/* remove footer */
	#footer {
		display: none;
	}
	
/* add border to balance boxes */
	.MyAccount_Balance {
		height:22px;
		border: 10px solid #EDF3F3;
		border-bottom: none;
		margin-left:300px;
		width: 250px;
	}
	
/* fix container  */
	#container {
	width:600px;
	}
	
	.content-container {
		background-image:none;
		width:580px;
	}
	
	#textualContainer {
		width:100%;
	}
	
/* fix breadcrumb */
	.pre-content a {
		padding-left: 0px;
		margin:0px;
	}
	
	.pre-content a.breadCrumb {
		padding-left: 0px;
		margin:0px;
		background-image:none;
	}
	
/* remove help/print/ok buttons */
	.printFixBalance {
		border: 10px solid #EDF3F3;
		border-top: none;
	}
	
	.MyAccount_Table {
		background-color: none;
	}
	
	.noPrint {
		display:none;
	}
	
	.noPrint * {
		display:none;
	}
	
	.printLink {
		display:none;
	}
	
	.MyAccount_Table_Footer {
		display:none ! important;
	}
	
	.mediumItems {
		width:600px;
	}
	
/* remove tabs and borders on your wish fulfilled confirmation page */
	.tabHeaderDiv {
		display:none ! important;
	}
	
	.formDiv {
		border:none;
		margin:20px;
		padding:20px;
	}
	
	.formDiv h3 {
		border:none;

	}
	
	.formBottom {
		border:none
	}
	
	.tableBorder {
		border:none ! important;
	}