/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */
body {
	font: 12px Arial, Helvetica, sans-serif;
	width: 600px;
}


h1 { font-size: 20px; color: #95000A; font-family: "Times New Roman", Times, serif; }

.print-header {
	margin-bottom: 20px;
}		

#menu {
   display: none;
   }

#logo {
	display: block;
}

.column {
  float: left;
  margin-right: 10px;
}

.last { margin-right: 0; }

.columnRight {
  float: right;
  margin-left: 10px;
}

.lastRight { margin-left: 0; }	

.align-right {
	text-align: right;
}

.spacebot15 { margin-bottom: 15px; }

.span-5   { width: 208px; }

.append-1   { margin-right: 32px; }

.dataprint {
	border-collapse: separate;
	margin: 0px 0px;
	width: 600px;
}	

.dataprint td {
	padding: 0 5px 0 5px;
	border-spacing: 2px;
	border-bottom: 1px solid #999999;
}

.dataprint thead td {
	font-weight: bold;
	line-height: 25px;
	color: #000000;
	border-bottom: 2px solid #666666;
}

.dataprint thead a {
	color: #000000;
	font-weight: bold;
}

.dataprint thead a:hover {
	color: #000000;
	font-weight: bold;
}

.dataprint tbody td {
	line-height:25px;
	vertical-align:middle;
}

.dataprint tbody .alt td {
	line-height:25px;
}

.dataprint thead a.up {
	display: block;
}
.dataprint thead a.down {
	display: block;		
}

.alignright { text-align: right; }

