/*
	Shoreview Print Stylesheet
*/
* {margin:0;padding:0;}
body {font-family:Tahoma;background-color:#efefef;color:#666;/*background-image:url('../images/core/background.png');*/}
a {text-decoration:none;cursor:pointer;color:#3b6580;font-weight:bold;font-size:0.95em;line-height:1.3em;}
p, ul, ol, input {font-family:"Lucinda Grande",Lucinda,Verdana,Helvetica,san-serif;font-size:0.95em;line-height:1.3em;color:#000;}
br {clear:both;}

#header, #navigation, #toolbar, #breadcrumbs {display:none;}
#footer {display:none;}

		#content p {margin:0 0 1em 0;}
		#content p.link {text-align:right;font-weight:bold;font-size:0.8em;}
		#content p.link a {padding-bottom:0.25em;border-bottom:1px solid #3b6580;}

#side {display:none;}



		#main h1 {font-size:1.3em;color:#336699;margin-bottom:0.5em;}
		#main h2 {font-size:1.2em;margin-top:1em;margin-bottom:0.25em;padding-bottom:0.25em;border-bottom:2px solid #ccc;}
		#main h3 {font-size:0.9em;}
		#main h4 {font-size:0.8em;color:#000;}
		#main ul, #main ol {margin-left:2em;margin-bottom:1em;}
		
		#main table {/*border:1px solid #ccc;*/width:100%;border-collapse:collapse;margin:1em 0;}
		#main table thead {font-weight:bold;}
		#main table tr.highlight {background-color:yellow;}
		#main table td {border:1px solid #ccc;padding:0.25em;}