body {
	margin: 10px 10px 0px 10px;
	padding: 0px;
    font-family: sans-serif;
    background-color: #f5f3f0;
    text-align: center; 
}

div#container {
    margin: 0 auto;
    width: 990px;
}

a {
    color: #6F6FFF;
}
	
#leftcontent {
	float: left;
	left: 10px;
    top: 10px;
	width: 250px;
    padding-bottom: 10px;
}
	
#calendar {
    text-align: center;
    background-color: #fff;
	border: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#centercontent {
	float: left;
    text-align: left; 
    background: #efebe7;
  	margin-left: 10px;
    margin-bottom: 10px;
    padding: 20px;
	border: 1px solid #000;
    position: relative; /* peekaboo bug fix for IE6 */
    min-width: 0; /* peekaboo bug fix for IE7 */
    width: 680px;
}

div.graph {
    position: relative; /* peekaboo bug fix for IE6 */
    min-width: 0; /* peekaboo bug fix for IE7 */
    width: 100%;
    border: solid 1px #000;
    background-color: #fff;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
}
	
h1 {
	font-size: 20px;
    text-align: center;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 18px;
    text-align: center;
	margin: 0 0 10px 0;
}

h3 {
    clear: left;
	font-size: 16px;
    border-bottom: solid 2px black;
    text-align: left;
}


div.datenav {
    width: 90%;
    margin: 15px auto 5px auto;
    font-size: 20px;
    font-weight: bold;
}

div.datenav a {
    text-decoration: none;
}

a#syslist {
    margin: 15px auto 20px auto;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

div#trapping_days {
    border: solid 1px #000000;
    margin-bottom: 10px;
}

table.month {
    background-color: #ffffff;
    width: 100%;
    height: 140px;
}

table.counts {
    text-align: left;
    margin: 5px 0 20px 10px;
    border-collapse: collapse;
}

table.counts td {
    text-align: right;
}

table.month td {
    text-align: center;
    border-right: solid 1px #DCD4CC;
    border-bottom: solid 1px #DCD4CC;
}

table.month td a {
    text-decoration: none;
    font-weight: bold;
}

table.month tr.daysoftheweek {
    background-color: #dcd4cc;
}

table.year {
    width: 90%;
    margin: 5px auto 10px auto;
    border-collapse: collapse;
    font-size: 0.7em;
    height: 100px;
}

table.year td {
    text-align: center;
    border: solid 1px #DCD4CC;
}

table.year td a {
    text-decoration: none;
    display: block;
    font-weight: bold;
}
table.list {
    text-align: left;
    width: 100%;
    margin: 0 auto 20px auto;
    border-collapse: collapse;
    font-size: smaller;
}

.species {
    font-style: italic;
}

img.mothpic {
    float: right;
    padding: 5px;
}

div.clear {
    clear: both;
	margin: 0px 10px 10px 10px;
}

div.contact {
    width: 90%;
    font-size: smaller;
    margin: 15px auto 0 auto;
}

div.statistics {
    font-weight: bold;
    font-size: smaller;
}

div.data {
    margin-top: 20px;
}

table.sortable thead {
    cursor: default;
}

