/* CSS Document */

table {
border-collapse:collapse;
width:80%;
min-width:400px;
border:1px solid #BBE0FF;
margin:10px 0 20px 0;
}

th, td {
padding:0.3em 1em;
}

thead {
border-top:1px solid #BBE0FF;
border-bottom:1px solid #BBE0FF;
}

th {
text-align:left;
background:#D5EAFF;
}

tr {
border-bottom:1px solid #BBE0FF;
background-color:#fff;
}

.even {
background-color:#F2F9FF;
}
