 body  {
	font-family: "Lucida Grande", Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: white;
	padding: 30px;
	line-height: 150%;
    /* IE 6 will override this to points in reports_ie.css */
	font-size: 13px;
	}
	
/*
/*
/* FOR TABLES */

.genericTable {
	margin-left: 10px;
	margin-top: 1em;
	margin-bottom: 3em;
	padding-bottom: 0; /* Otherwise the bottom border disappears in Safari. */
	border: 1px solid #666666;
	border-collapse: collapse;
	line-height: 100%;
	}

.genericTable tbody tr td, .genericTable thead tr th {
	border-left: 1px ridge #D9D9D9; /* used ridge instead of solid so that overall table outline would win where it meets this left edge.*/
	padding: 6px;
	vertical-align: top;
	font-size: 75%;
	}
	
.genericTable tbody tr td.numbers {
	padding-bottom: 0px;
	}
.genericTable tbody tr td.notes {
	padding-top: 0px;
	font-style: italic;
	color: #bbb;
	}
.genericTable tbody tr td.date {
	padding-top: 0px;
	}

.genericTable thead tr th {
	padding: 6px;
	background: #ccc;
	border-left: 1px ridge white;
	text-align: left;
	color: #111;
	}
.genericTable thead tr th.super {
	text-align: center;
	text-transform: uppercase;
	color: #666;
	}	
.genericTable tbody tr.even td{
		background: #eee;
	}


/* A Bunch of Styles for the Diabetes logbook */
/* these are also defined in body journal.css */

.logbook {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 10px;
	padding-bottom: 0; /* Otherwise the bottom border disappears in Safari. */
	border: 1px solid #666666;
	border-collapse: collapse;
	line-height: 100%;
	}
.logbook tbody tr td {
	border-left: 1px ridge #D9D9D9; /* used ridge instead of solid so that overall table outline would win where it meets this left edge.*/
	/*padding: 4px; Changed so that most of the padding is in the blocks of text themselves. This allows decent link highlights.*/
	padding: 0 4px 0 0;
	vertical-align: top;
	font-size: 75%;
	}
.logbook thead tr th {
	background: #ccc;
	padding: 4px;
	border-left: 1px ridge white;
	text-align: left;
	color: #111;
	vertical-align: top;
	font-size: 75%;
	}
.logbook thead tr th.super {
	text-align: center;
	text-transform: uppercase;
	color: #666;
	}	
.logbook tbody tr.even td{
	background: #eee;
	}
.logbook tbody tr td.dates {
	padding: 2px 4px 2px 4px;
	}
.logbook a {
	display: block;
	width: 100%; /* To force IE Win to recognized the whole table cell as a link. */
	text-decoration: none;
	color: #333;
	padding: 2px 0px 2px 4px;
	}
	
.numbers {
	}
	
.lo {
	background-color: #b00;
	font-weight: bold;
	color: white !important;
	}

.hi {
	font-weight: bold;
	color: #b00 !important;
	}

.notes {
	font-style: italic;
	color: #555 !important;
	vertical-align: bottom !important;
	}
td.notes a {
	color: #555 !important;
	}
.logbook a:hover {
	color: #222;
	background: #e5b584;
	text-decoration: none;
	}
td.notes a:hover {
	color: #222 !important;
	text-decoration: none;
	}

