/*********************************************************************************/
/** Print Styles
/*********************************************************************************/

body {
	background:white;
	font-size:11pt;
	font-family:"Times New Roman", Times, serif;
	line-height:1.5; /* Unitless is important here */
}

#headerlinks, #navigation, #footerlinks, .actionbar, #accountmenu, #staffmenu, #banner,
.buttons {
  display:none;
}

code {
	font-family:"Courier New", Courier, monospace;        
}

img {
  border:none;
}

#wrapper {
	background:transparent;
	width:auto;
	border:0;
	margin:2em;
	padding:0;
}

#content {
	margin:1em 0;
}

.column {
	float:none !important;
}

a:link, a:visited {
	color:#1067ca;
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
}

#footer {

}

/*** Tables ***/

table {
	width: 100%;
}

table th {
  font-weight:bold;
  text-align:left;
}

table thead td, table thead th {
	text-align: left;
}

table tr td {
	vertical-align: top;
}

table.grid {
	border-collapse: collapse;
	border: 0;
}

table.grid tr td {
	padding: 6px;
}

table.grid thead tr {
	background-color: #4A4848;
	color: #FFFFFF;
}

table.grid thead th, table.grid thead td {
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	padding: 6px;
}

table.grid .norows {
	font-style: italic;
}

.odd {
	background-color: #E7EEF5;
}

.even {
	
}

h1 .citation {
  font-size:.6em;
  font-weight:normal;
}