#mytable {
width: 272px;
padding: 0;
margin: 0;
font-size: 0.9em;
}

caption {
padding: 10px 0 5px 0;
width: 270px;
font-size: 1.5em;
font-weight: bold;
text-align: left;
color: #CC6600;
}

th {
font-size: 0.8em;
font-weight: bold;
color: #FFF;
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
border-top: 1px solid #C1DAD7;
letter-spacing: 1px;
text-transform: uppercase;
text-align: left;
padding: 4px;
background: #563D7A url(images/bg_header.jpg) no-repeat;
}

th.nobg {
border-top: 0;
border-left: 0;
border-right: 1px solid #C1DAD7;
background: none;
}

tr.current {
background-color: #dcbeff;
}

tr.current a {
text-decoration: underline;
}

td {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
padding: 4px;
color: #4f6b72;
}

td.alt {
background: #F5FAFA;
color: #797268;
}

td.spec {
border-left: 1px solid #C1DAD7;
border-top: 0;
font-weight: bold;
}