* + table {
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    margin: 10px 0 30px 0;
}

* + table th, * + table td {
    border-style:solid;
    border-width:1px;
    border-color:#000000;
}

* + table th {
    border-style:solid;
    font-weight:bold;
    background: url("/images/noise.png?1330434582") repeat scroll left top #F7F3F7;
    padding: 2px 9px;
}

* + table td {
    padding: 2px 9px;
}

* + table th[align="left"], * + table td[align="left"] {
    text-align:left;
}

* + table th[align="right"], * + table td[align="right"] {
    text-align:right;
}

* + table th[align="center"], * + table td[align="center"] {
    text-align:center;
}

tr:nth-child(even){
    background: url("/images/noise.png?1330434582") repeat scroll left top #F7F3F7;
}
