/* print.css */
/* Written By: Brian Bahn */
/* Description: A CSS 2.0 template for print media only.  The default print stylesheet for
		the Thrifty website. */
/* Created: 02/09/2005 */
/* Last Modified: 02/26/2008 */


/* Section 0 */
/* Imported Style Sheets */



/* Section 1:  Element (single HTML element) Selectors */
/* Precedence Score: 0,0,0,1 */
	
	@page {
		size: 8.5in 11in; 
		margin: 0px; 
		marks: crop; 
		}
	html {
		background: transparent; 
		}
	body, #divHeader, #divBody, #divFooter {
		width: auto !important; 
		margin: 0px !important; 
		padding: 0px !important; 
		background: transparent !important;
		float: none !important;
		}
	body {
		font-size: 11pt; 
		font-family: "Times New Roman" , Times, Serif; 
		}
	tr, p {
		page-break-inside: avoid;
		}
	a:link, a:visited {
		text-decoration: none; 
		border-bottom: dotted; 
		}	

		
/* Section 2:  Descendant Element (contextual, multiple HTML elements) Selectors */

/* Any Descendant Selectors */
/* Precedence Score: 0,0,0,1 per selector */
/* ex. div p */



/* Child Descendant Selectors */
/* Precedence Score: 0,0,0,1 per selector */
/* ex. div > p */
	/* Child Selectors are not supported by IEv6 */

	
	
/* Adjacent Sibling Descendant Selectors */
/* Precedence Score: 0,0,0,1 per selector */
/* ex. td + td */
	/* Adjacent Sibling Selectors are not supported by IEv6 */
	


/* Section 3:  Class Selectors */
/* Precedence Score: 0,0,1,0 */

	/* Enable this style in print media only. */
	.noPrint {display: none;}


/* Section 4:  Descendant Class Selectors */
/* Precedence Score: 0,0,1,0 per class selector. */



/* Section 5:  ID Selectors */
/* Precedence Score: 0,1,0,0 */

	#divHeader {
		height: .75in; 
		height: .65in; 
		}
	#divHeaderLeft {
		border: 1px solid red;
		border: none;
		float: left; 
		}
	#divHeaderCenter {
		width: 468px; 
		border: 1px solid green; 
		border: none; 
		/*
		float: left; 
		*/
		}
/*
	#divHeaderRight {
		border: 1px solid blue; 
		border: none; 
*/
		/*
		padding-right: 5px; 
		*/
/*
		float: right; 
		}
*/
	#divBody {
		float: none; 
		position: static; 
		overflow: visible; 
		}
	#divNavigation {
		display: none;
		}
	#divContent {
		width: auto; 
		padding: .5in; 
		float: none !important; 
		position: static; 
		}
	#divContent a:link:after, 
	#divContent a:visited:after {
		content: " (" attr(href) ") "; 
		font-size: 90%; 
		color: Black; 
		}
	#divContent a[href^="/"]:after {
		content: " (http://miniexpo.midwestmtn.net" attr(href) ") "; 
		font-size: 90%; 
		color: Black; 
		}

	#divFooter {
		height: .5in; 
		overflow: visible; 
		}

	
/* Section 6:  Descendant ID Selectors */
/* Precedence Score: 0,1,0,0 per ID selector. */



/* Section 7:  Special Selectors */

/* Pseudo-Element Selectors */
/* Precedence Score: 0,0,0,1 per pseudo-element selector */
/* Affects the document tree. */
/* ex. p:first-line */


		
/* Pseudo-Class Selectors */
/* Precedence Score: 0,0,1,0 per pseudo-class selector */
/* Specifiy styles by element characteristics. */
/* ex. a:visited */

	a:hover {
		background-color: #FFFACD; /* Lemonchiffon */
		background-color: #FFE4B5; /* moccasin */
		}

		
/* Attribute Selectors */
/* Precedence Score: 0,0,1,0 per attribute selector */
/* ex. p:[class=clsGreen] */
	
	
	
/* Important Styles */
/* Precedence Score: !important trumps precedence. */
/* ex. p {background: yellow ! important} */
	

	
/* End of Stylesheet. */