/**
 * File:		/css/printshs.css
 * Function:	Main print styles for Senior Health Systems
 *
 * History:
 *		2007-04-24	sjw	Original Version
 */

body {
	margin: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #666;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}

#content table#quotetable {
	border-collapse: collapse;
	margin-bottom: 20px;
	border: solid #999;
	border-width: 1px 0 0 1px
}
#content table#quotetable caption {
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	background-color: #bbb;
	color: #000;
	padding: 4px;
	margin-left: -1px;
	border: solid #999;
	border-width: 1px 1px 0 1px;
}
#content table#quotetable th {
	text-align: center;
	font-weight: bold;
	background-color: #ddd;
	color: #000;
	padding: 4px;
	border: solid #999;
	border-width: 0 1px 1px 0;
}
#content table#quotetable td {
	text-align: center;
	padding: 4px;
	border: solid #999;
	border-width: 0 1px 1px 0;
}
#content table#quotetable td.hlt {
	background-color: #eee;
	color: #000;
}
#content table#quotetable a.apply {
	display: none;
	background: #aaa url(/img/btn-bg.gif) repeat-x top left;
	color: #000;
	margin: 5px;
	padding: 3px 8px;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	text-decoration: none;
}

/* hidden items */
#nav, #sidebar, .disclaimer, hr {
	display: none;
}
