#wow-worgen {
    position: absolute;
    left: 350px;
    top: 25px;
}

.wowClassTable {
    margin:0;
    padding:0;
    width:50%;
    box-shadow: 10px 10px 5px #888888;
    border:1px solid #000000;

    -moz-border-radius-bottomleft:0;
    -webkit-border-bottom-left-radius:0;
    border-bottom-left-radius:0;

    -moz-border-radius-bottomright:0;
    -webkit-border-bottom-right-radius:0;
    border-bottom-right-radius:0;

    -moz-border-radius-topright:0;
    -webkit-border-top-right-radius:0;
    border-top-right-radius:0;

    -moz-border-radius-topleft:0;
    -webkit-border-top-left-radius:0;
    border-top-left-radius:0;
}

.wowClassTable table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}

.wowClassTable tr:last-child td:last-child {
    -moz-border-radius-bottomright:0;
    -webkit-border-bottom-right-radius:0;
    border-bottom-right-radius:0;
}

.wowClassTable table tr:first-child td:first-child {
    -moz-border-radius-topleft:0;
    -webkit-border-top-left-radius:0;
    border-top-left-radius:0;
}

.wowClassTable table tr:first-child td:last-child {
    -moz-border-radius-topright:0;
    -webkit-border-top-right-radius:0;
    border-top-right-radius:0;
}

.wowClassTable tr:last-child td:first-child {
    -moz-border-radius-bottomleft:0;
    -webkit-border-bottom-left-radius:0;
    border-bottom-left-radius:0;
}

.wowClassTable tr:hover td {}

.wowClassTable tr:nth-child(odd)  { background-color:#e5e5e5; }
.wowClassTable tr:nth-child(even) { background-color:#ffffff; }

.wowClassTable td {
    vertical-align:middle;
    border:1px solid #000000;
    text-align:left;
    padding:7px;
    font-size:10px;
    font-family: Arial, sans-serif;
    font-weight:normal;
    color:#000000;
}

.wowClassTable tr:last-child td { border-width:0 1px 0 0; }
.wowClassTable tr td:last-child { border-width:0 0 1px 0; }
.wowClassTable tr:last-child td:last-child { border-width:0 0 1px 0; }

.wowClassTable tr:first-child th {
    background:-o-linear-gradient(bottom, #b2b2b2 5%, #333333 100%);
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b2b2b2), color-stop(1, #333333) );
    background:-moz-linear-gradient( top, #b2b2b2 5%, #333333 100% );
    background: -o-linear-gradient(top, #b2b2b2, #333333);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2b2b2", endColorstr="#333333");
    background-color:#b2b2b2;
    border:0px solid #000000;
    text-align:center;
    font-size:14px;
    font-family: Arial, sans-serif;
    font-weight:bold;
    color:#ffffff;
}

.wowClassTable tr:first-child:hover th {
    background:-o-linear-gradient(bottom, #b2b2b2 5%, #333333 100%);
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b2b2b2), color-stop(1, #333333) );
    background:-moz-linear-gradient( top, #b2b2b2 5%, #333333 100% );
    background: -o-linear-gradient(top, #b2b2b2, #333333);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2b2b2", endColorstr="#333333");
    background-color:#b2b2b2;
}

.wowClassTable tr:first-child td:first-child { border-width: 2px 0px 1px 0px; }
.wowClassTable tr:first-child td:last-child { border-width: 2px 0px 1px 1px; }
.wowClassTable a { color: blue; }
