@charset "utf-8";
/* CSS Document */
body{ font: 62.5% "Trebuchet MS", sans-serif;}


#container {width:200px; height:250px;}
#container #accordion table {width:100%; margin:0;}
#container #accordion table th {height:30px; font-weight:bold; font-size:0.8em;}
#container #accordion table tr {height:20px; width:100%;}
#container #accordion table td {text-align:center; font-size:0.8em;}
#container #accordion table a {cursor:pointer; text-decoration:none;}

.odd { background-color: #eee; }
.even { background-color: #ddd; }
.selected { font-weight:bold; background-color:#aeeb85;}
.table-heading {background-color: #cef;}

#container #accordion .ui-accordion-content{ padding:0;}