/* St Michael's Hospice vintage books */
/* Greg Swinford */

/* all media */
.rightalign {text-align: right;}
h1 {text-align: center;}
h2 {text-align: center;}
h3 {text-align: center;}
p {text-align: center;}
table
{
	border-collapse: collapse;
	margin: 0px auto;
}
th
{
	padding: 4px 8px;
	margin: 0px;
	border: 1px solid black;
	font-weight: normal;
	text-align: left;
}
th.tableheader
{
	font-weight: bold;
	background-color: #cccccc;
	text-align: center;
}
td
{
	padding: 4px 8px;
	margin: 0px;
	border: 1px solid black;
}
.error
{
	color: red;
}
.small
{
	font-size: 80%;
}
.strike
{
	text-decoration: line-through;
	color: gray;
}

/* screen */
@media screen,projection
{
	html
	{
		background-color: #000033;
	}
	body
	{
		font-family: Helvetica, Verdana, sans-serif;
		line-height: 150%;
	}
	div#container
	{
		max-width: 950px;
		min-width: 750px;
		padding: 10px;
		margin: 0px auto;
		background-color: white;
		border: 5px solid #cccc00;
	}
	tr.recent
	{
		background-color: #99ff66;
	}
	a
	{
		color: black;
		text-decoration: underline;
	}
	a:hover
	{
		background-color: #ffff66;
	}
	.nohover:hover
	{
		background-color: white;
	}
	.printonly
	{
		display: none;
	}
	a img
	{
		border: none;
	}	
	ol#categories
	{
		display: inline-block;
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 11pt;
		width: 600px;
	}
	#categories li
	{
		display: inline-block;
		border: 1px solid black;
		padding: 1px 5px;
		margin: 2px 0px;
	}
	#categories li.current
	{
		background-color: #ffff66;
		font-weight: bold;
	}
	#categories li:hover
	{
		background-color: #cccccc;
	}
	div#categoriesdiv
	{
		border-bottom: 1px solid black;
		width: 90%;
		margin: 0;
		margin-left: 5%;
		padding: 0;
		padding-bottom: 23px;
		text-align: center;
	}
	#categories a
	{
		text-decoration: none;
	}
	#categories a:hover
	{
		background-color: #cccccc;
	}
	a.redbox
	{
		border: 2px solid red;
		padding: 5px;
		font-weight: bold;
		text-decoration: none;
	}
}

/* print */
@media print
{
	body
	{
		font-family: Georgia, "Times New Roman", serif;
		line-height: 150%;
		font-size: 11pt;
		width: 100%;
	}
	table
	{
		font-size: 10pt;
	}
	a
	{
		color: black;
		text-decoration: none;
	}
	.noprint
	{
		display: none;
	}
	ol#categories
	{
		display: none;
	}
	div#categoriesdiv
	{
		display: none;
	}
}
