/*
Title:      TSA print styles
Author:     Mark Croxton, mcroxton@hallmark-design.co.uk
Updated:    April 18 2005
*/

body {
	top: 0px;
	left: 0px;
	padding: 0px 10px 0 10px;
	margin: auto;
  	width: auto;
  	font-size: 10.5pt;
  	background-image: none;
  	background-color: white;
}

#container, #masthead, #masthead h1 {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: white;
	color: #000000;
}

* html #masthead h1 {
	width: auto;
}

#masthead h1 a:link, 
#masthead h1 a:visited {
	color: #000000;
}

#masthead {
	padding-bottom: 25px;
}
	
#content, #contentbody {
	padding: 0;
	margin: 0;
	float: none;
	width: auto;
	display: inline;
}
	
#content h2 {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
}	

#nav,
#footer2,
#masthead form,
#content #sectionimg,
#masthead h1 span {
	display: none;
	height: 0;
	width: 0;
	visibility: hidden;
	background-color: none;
}

#contentbody h3,	
#contentbody h4,
#contentbody p,
#contentbody ul li,
#contentbody ol li,
#contentbody form label,
#contentbody form fieldset legend,
#footer p, 
#footer ul {
	color: #000000;
	background-color: #ffffff;
}

#contentbody form input, #contentbody form textarea, html>body input, html>body textarea  {
  	border: 1px solid black;
  	margin: auto;
  	padding: inherit;
  	color: black;
 } 
 
input.button, html>body input.button {
	border: none;
	margin: auto;
  	padding: inherit;
} 
 
a, 
a:link, 
a:visited,
#contentbody p.crumbtrail a:visited,
#contentbody p#paging a:visited,
a.arrows:link,
a.arrows:visited,
div.search-results p span.url a:link,
div.search-results p span.url a:visited {
	color: #000000;
	background: transparent;
	text-decoration: underline;
}

#footer, * html #footer {
	width: auto;
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: white;
	background-image: none;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

#content form.print, #content .print {
	page-break-before: always;
	background-color: #ffffff;
	padding: 0;
}

#content form.print input {
	border: none;
	border-bottom: 1px dotted black;
}

p.navbar {
	width: 100%;
	padding:0;
}