/**
 * with thanks to http://veerle.duoh.com/blog/comments/a_css_styled_table_version_2/
 */
h1 {
    font: bold 1.0em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #66a3d3
}

table {
    width: 60%;
    border-top: 1px solid #e5eff8;
    border-right: 1px solid #e5eff8;
    margin: 1em auto;
    border-collapse: collapse;
}

caption {
    color: #9ba9b4;
	font-weight: bolder;
    font-size: 1.0em;
    letter-spacing: .1em;
    margin: 1em 0 0 0;
    padding: 0;
    caption-side: top;
    text-align: center;
}

td {
    color: #678197;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
    text-align: left;
}

tr.odd td {
    background: #f7fbff
}

th {
    font-weight: normal;
    color: #678197;
    text-align: left;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
}

thead th {
    background: #f4f9fe;
    text-align: left;
    font: bold 1.0em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #66a3d3
}

