@charset "utf-8";
/* CSS Document */

.tablestyle {
    width:100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.tablestyle th {
    font-weight: bold;
    text-align: center;
	color: #fff;
	padding: 10px;
	background-color: #336699;
	font-size: 90%;
	border: 1px solid #fff;
}
.tablestyle td {    
    padding: 8px;
    vertical-align: middle;
	font-size: 80%;
	border: 1px solid #fff;
}
.tablestyle tr td {
    background-color: #ebebeb;
}
.tablestyle tr:nth-child(odd) td {
    background-color: #dadada;
}