/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:	STYLE SHEET
Filename:	css/print/page_generic.css (Global)
Description:Generic page print classes 
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
8	15Aug05		MS			Added MORE formatting to make the pages printer-friendly
8	10Aug05		MS			Added formatting to make the printing stuff print lovlier
6	15/7/05		PG			hide page_title_screen and now displays page_title_top and page_title_base
5	7July05		PG			hid, page_title_print
4	7July05		PG			made .page_title_screen display when printing (clients request), hid .page_print
3	13Apr05		CT			Amended the generic colour of links and headers to black
2	12Apr05		CT			Updated page_main to set overflow to visible to fix 
							print problem in Netscape and Firefox
1	08Apr05		CT			Created
2.0.0
*/

html {width: 100%;}

table {
	width: auto;
}

a {
	text-decoration : underline;
	color: black;
}

h1 {
	color: black;
	margin-bottom: 0px;
}

h2 {
	color: black;
}

h3 {
	color: black;
}


body {
	background: white none;
	text-align: left;
	color: black;
	font-size: 12pt !important;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	line-height: 125%;
	border: 0;
	margin: 0;
	padding: 0; 
	width: 90%;
}

#page_wrapper {
	width: 90%;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent none;
	color: black; 
}

#page_main {
	width: auto;
	border: 0;
	padding: 0;
	overflow : visible; /* required by firefox and netscape */
}

#page_content {
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;
}

.page_title_print {
	display: none;
	/*width: auto;*/
}
.page_title_top,
.page_title_base{
	width: auto;
   	padding: 0;
   	border: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;
	margin: 0px;
}


#page_header, #page_header_div, #page_menu, .page_menu_promo, #page_footer, .page_prop, .page_clear, .page_hide, .page_print {
	display: none;
}