
/***************************************************************
	CSS written by Adam T. Gregory - 06/25/2007
***************************************************************/

/**************************************************************
   Print:  Print CSS
 **************************************************************/

body {
	font: 400 12pt "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	background: #FFF;
}

h1 {
	margin-top: 30px;
	font-size: 18pt;
	border-bottom: 1px solid #000000;
	color: #000000;
	page-break-after:avoid;
}

h2 {
	font-size: 16pt;
	color: #666666;
}

h3 {
	font-size: 14pt;
	color: #666666;
}

h4 {
	font-size: 12pt;
	color: #666666;
}

h5, h6 {
	font-size: 12pt;
	color: #666666;
}

acronym {
	border: 0;
}

a {
	color: #666666;
}

b {
	color: #666666;
}

/* Prints the URL after a link in CSS2 supporting browsers */
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/* Don't display these elements since they're not useful on paper */
#header, #mainMenu, .sideMenu, #footer, .leftColumn {
	display: none;
}

img.ImageFloatRight {
	display: none;
}

img.ImageFloatLeft {
	display: none;
	;
}

img.ImageFloatRightBorder {
	display: none;
}

img.ImageFloatLeftBorder {
	display: none;
}

a img {
	display: none;
}

a:hover img {
	display: none;
}

a:visited img {
	display: none;
}

img {
	display:none;
}

form {
	display: none;
}

label {
	display: none;
}

input, textarea, select {
	display: none;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	display: none;
}

input.button {
	display: none;
}

.separator {
	display: none;
}

.separatorsmall {
	display: none;
}

.separatorsmallclear {
	display: none;
}

#content {
	width: auto;
	margin: 0 8%;
	padding: 0;
}

.table {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e9e8f4;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}

.table th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#afafaf;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.table th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	font-weight:bold;
	border: 2px solid #FFFFFF;
	background-position: center;
}

.table td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	border: 2px solid #FFFFFF;
	background-position: center;
}

.smalltable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e9e8f4;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 15px;
	width: 97%;
	font-size: .8em;
}

.smalltable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#afafaf;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.smalltable th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	font-weight:bold;
	border: 2px solid #FFFFFF;
}

.smalltable td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	border: 2px solid #FFFFFF;
}
