/* we leave some place on the side using the margin-* properties */
img {
 outline: none;
 border: none;
}
td.main {
 padding-left: 10px;
 width: 808px;
}

td.nav {
 width: 142px;
 background-color:#aaa;
 padding: 10px;
}
td.nav table, td.nav table a{
 
}

table.agenda{ 
 background-color:#f9f9f9;
}
td.off{
 background-color: #ffffe1;
}
td.time{
 text-align: right;
 font-weight: bold;
 background-color:#eee;
}
table.agenda{
}
tr.top{
 background-color:#ccc;
 font-weight: bold;
}

h2{
 border-bottom: 1px dotted #ccc;
}
#mymenu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#mymenu li
{
font-weight: bold;
display: block;
}

#mymenu li a{
color: black;
font-size: 12px;
font-weight: bold;
display: block;
}
#mymenu li a:hover{
color: #fff;
background-color: #444;
}
form.regform {
font-weight: bold;
}
#mynav li a
{
display:block;
}
/* End hide */
