﻿/*Minimal reset */
* {outline: none; border:none;}
body {margin:0; padding:0;}

/*2011-03-26; Table-c3 stylesheet.  Using Table-Layout method from p.220 CSS3 Quickstart by Teague 2011; modified:2011-12-19*/
table {
	table-layout: auto;
	width: 100%;
	margin: 10px auto; }
table a {text-decoration:none; font-family:sans-serif; color:teal; font-size: 0.9em;}
a:link, a:hover {font-style:italic;}	
/*End of Table-c3 rules*/
/*rules from in page styling*/
table {border-collapse:collapse;}
th {background:#ccf;}
th:after {content: "\25BC";}
th:hover {cursor:pointer; background:#f90;}
td,th {padding: .5em; border:1px solid#000;}
tr:nth-child(even) {background-color: #EBF4F3;}
tr:nth-child(odd) {background-color: #FFFDDA;}
a {text-decoration: none;}
/*END rules from in page styling*/

/*Defined addressable standard div-s for Daily and Periodic Entries per 2011-01-06. in: daily-entry-version-v2.css*/
table#dayentry {}


/*End*/