@charset "UTF-8";
/* CSS Document 

File Name sjs_layout_printerr.css

Style Sheet for Printer for Shaston Jazz and Swing 
Copyright Linden Solutions Limited Trading as Shaston Jazz and Swing
Created August 2009 by Duncan Sears using Dreamweaver on a mac

*/

/* First General Rules */

body {
	/* it's good practice to zero the margin and padding of the body element
	to account for differing browser defaults */
	margin: 0;
	padding: 0;
	background-color: white;	
	/* this centers the container in IE 5* browsers.
	with compatable background to our bitmap which will be in centre.
	The text is then set to the left aligned default in the #container selector */
	text-align: center;
}

#container {
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	background:none;
} 

.logo {
	display: none;		/* Hide Logo mucksup page layouts */
}

td, th {
	/* Tables data and Headers */
	color: black;
}
em, b {
	/* Emphasizing not sure about Yellow */
	color: blue;
}
	/* Not Sure about these two are they Title of Windows ? */
.title {
	color: black;
}
.subtitle {
	color: black;
}
	/* Company information bit and policy cookies etc. */
.legal {
	color: gray;
}
.centred {
	color: black;
}

	/* Might not Use */
.box1 {
	border-color: white;
}
a:link {
	color: black;
}
a:visited {
	color: gray;
}
	/* h? anywhere not specified more fully */
h1 {
	color: black;
}

h2 {
	color: black;
}

h3, h4, h5, h6 {
	color: black;
}
	/* Lists */
ol, ul {
	color: black;
}
p {
	/* Use the Following by Default */
	color: black;
}
form {			/* Following are for Form filling */

	color: black;
	}

input {
	color: black;
}

textarea {
	color: black;
}

select {
	color: black;
}				/* End of Form Filling */


	/* List entries unless specified more fully includes unorder ones ul */
li {
	color: black;
}
/* 
	Rules about specific layout boxs and formats
	Particularly padding to aviod margin collapse
*/

#navbar {
	display: none;									/* Hide */
}

#sidebar1 p {
	color: black;			
}
#sidebar2 p {
	color: black;		
}
#topcentre p {
	color: black;
}

#midheader h4 {
	color: black;
}
#midmainscroll
{
	overflow:visible;								/* For Printer make visible */
}

#footer {									
	display: none;									/* Hide Footer to allow midmainscroll to overflow */
} 
/* End of File sjs_layout_monitor.css */
