h1 { font-family: sans-serif; font-size: 250%; color: #448; }
h2 { font-family: sans-serif; font-size: 150%; color: #006; }
h3 { font-family: sans-serif; font-size: 110%; }
div.subtitle { padding-left: 2em; font: italic normal 50% serif; }

@media screen {
td.body { background: white; border-radius: 7px; }
body { background: #eee; font-family:  sans-serif;
       }
}

@media print {
td.body { background: white; border: none; border-radius: 0; }
body { font-family: sans-serif; }
.nav { display: none; }
.footer { display: none; }
.skipPrint { display: none; }
/*.newPage { page-break-before: always; } */
}

div.bigChart { width: 6in; display: block; height: 4in; background: white;
               border-radius: 17px; margin-top: 20px; padding: 5px; }
a.button { display: inline-block; text-decoration: none;
           padding: 2px; background: #ddd; color:#333;
           border: thin solid #00A; border-radius: 5px; }
a.button:hover { background:#eee }
a.nav { display: block; width: 200px; text-decoration: none; font-family: sans-serif;
        color:#333; padding: 4px 12px 4px 12px; margin: 3px; border-radius: 7px;  }
td.bottomNav a.nav { display: inline-block; }
a.nav:hover { background:#eee }
table.login { padding: 30px ; }
table.main { border-spacing: 0; }
input.fullwidth { width:100%; }
input[type=text] { border: thin solid black; background: #eee; border-radius: 4px; }
td.nav { padding-right: 10px }
td.timevalue { white-space: nowrap; }
td.title { height:100px; vertical-align: middle;
	   background: url('LRILogo-textured-100.png') no-repeat right top; }
td.divider { }
.units { font-family: serif; font-size: 70%; font-style:italic; }
@media (min-width:1024px) {
	table.main { width: 80%; }
}
@media (max-width:1024px) {
	body { font-size: 70%; }
}
.ui-menu {
	z-index: 9999;
}
