#mytable {
border-collapse: collapse;
width: auto;
border: solid 1px #cccccc;
margin-left: 7px;
}

#mytable td {
border: solid 1px #cccccc;
font-family: arial,verdana,helvetica;
color: #000000;
font-size: 10px;
padding: 2px 5px 2px 5px;
font-weight: normal;
white-space:no-wrap;
cell-spacing:2px;
text-align: left;
}

#mytable .subtitle {
background: #f7f5f4;
text-align: center;
color: #000066;
font-weight: bold;
font-size: 10px;
}

#mytable th {
border: solid 1px #cccccc;
font-family: verdana, arial, helvetica;
color: #000;
background: #ebebeb;
font-size: 10px;
padding: 5px 5px 5px 5px;
font-weight: bold;
text-align: left;
white-space:no-wrap;
}


#mytable .toprow {
background: #cbcfc3;
text-align: center;
color: #000066;
font-weight: normal;
text-align: left;
}


#mytable caption {
font-family: verdana, arial, helvetica;
color: #cc3300;
font-size: 11px;
font-weight: bold;
font-variant: normal;
padding: 2px 2px 5px 0px;
text-align: left;
margin-left: 5px;
}
