/* 
	Marketing-Playbook CSS Document
	Copyright 2004-2007 Eagle Cross, Inc.

Global Definitions
Text: Black
Font: Lucida Grande, Tahoma, Verdana, Arial, sans-serif

Playmarker colors
Light Orange: #df6745
DK Orange: #b14533
Bright orange-hover: #FF5500
Purple: #662D91
Red: #C0272D
Blue: #008FD4
Green: #6C9D31
Gold: #a6a10a
Brown: (from playbook crowd gallery): #6d4f44

Left nav bar and top 5px border color: #cc6633
Inset image color: #e48469




/* Global 
-------------------------------*/

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

body.home 	{
	font: 8px/145%  "Times New Roman", Times, serif; 
}

img {

border: none;

}

.notice	{
	font: 14px/145% "Times New Roman", Times, serif;
	color:#000000
}



/* ----print and no-print---- */
/* reformulate and print these divs */
.hidden	{
	background-image: none !important;
	background-color:#FFFFFF !important;
	border:none !important;
	float: left !important;
	margin: 0 !important;
	padding: 0% !important;
	display:visible !important;
	overflow: visible !important;
	font: 12pt/145%  "Times New Roman", Times, serif; 
}

/* Show this stuff on the web page, but hide it from the print */
.noprint, #footer, #printpage, #playimage, #menu, #search-box, img.hi, img.lo,  #main, #header_container, #header2, h1, #contentfull, #playnav	{
	display:none;
	display: none !important;
}
