body {
    font-family: tahoma, geneva, arial, helvetica, sans-serif;
    font-size: 0.8em;
    background-color: white;
    color: black;
}
table {
    font-size: 1em;
}

h1 {
    font-size: 1.2em;
    text-decoration: none;
}
h2 {
    font-size: 1.1em;
    text-decoration: none;
}
h3 {
    font-size: 1em;
    text-decoration: none;
}

a.link {
    text-decoration: none;
    font-weight: bold;
}
a.link:link {
    color: black;
}
a.link:visited {
    color: black;
}
a.link:hover {
    color: white;
    background-color: black;
}
a.link:active {
    color: white;
    background-color: black;
}

a.menu, a.menuSel {
    text-decoration: none;
    font-weight: bold;
    padding: 1px 5px 1px 5px;
    border-right: 1px solid black;
}
a.menu:link {
    color: black;
}
a.menuSel:link {
    color: white;
}
a.menu:visited {
    color: black;
}
a.menuSel:visited {
    color: white;
}
a.menu:hover, a.menuSel:hover {
    color: white;
    background-color: black;
}
a.menu:active, a.menuSel:active {
    background-color: gray;
}
a.menuSel {
    color: white;
    background-color: black;
}

a.button {
    text-decoration: none;
    font-weight: bold;
    color: black;
    background-color: rgb(192, 179, 154);
    padding: 3px 6px 3px 6px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(244, 239, 229) rgb(130, 121, 105) rgb(130, 121, 105) rgb(244, 239, 229);
}

a.button:link {
}
a.button:visited {
}
a.button:hover {
    background-color: rgb(244, 239, 229);
}
a.button:active {
    border-color: rgb(130, 121, 105) rgb(244, 239, 229) rgb(244, 239, 229) rgb(130, 121, 105);
}

label.talent, label.current, label.ranged, label.item, label.itemRanged {
    display: -moz-inline-box;
    display: inline-block;
    margin-bottom: 1px;
    font-weight: bold;
    text-align: right;
}
label.talent {
    width: 18em;
    width: 20em;
    width: 15.5em;
}
label.current {
    width: 3em;
}
label.ranged {
    width: 7em;
}
label.item {
    width: 3em;
}
label.itemRanged {
    width: 4.5em;
}



div.formTitle {
    font-weight: bold;
    color: white;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: black;
    padding: 0.1em 0.2em;
    /*background: rgb(110, 126, 109) url("images/gradient_legend.png") repeat-x top left;*/
    background-color: rgb(120, 130, 120);
    background-color: rgb(134, 135, 127);
}
div.formContainer {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 0.5em;
    margin: 0 0 1em 0;
    background-color: rgb(244, 239, 229);
    background-color: white;
}


/*
fieldset {
    border: 1px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    padding: 0 0.2em 0.2em 0.2em;
    margin-bottom: 0.5em;
    background-color: rgb(244, 239, 229);
    position: relative;
    display: block;
    margin-bottom: 2em;
}
legend {
    font-weight: bold;
    border: 1px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    padding: 0.2em 0.5em;
    margin-bottom: 0.2em;
    background-color: rgb(130, 121, 105);
    background-color: rgb(120, 130, 120);
    color: white;
    position: relative;
    top: -1em;
}
*/
/* settings for non-IE (at least up to IE6) */
/*
* > fieldset {
    margin-bottom: 1em;
}
fieldset > legend {
    top: 0;
}
*/

div.bounding {
    border: 1px solid black;
    width: 48em;
}
div.menu {
    background-color: rgb(244, 239, 229);
    background-color: white;
    border-bottom: 1px solid black;
}
div.content {
    background-color: rgb(171, 159, 137);
    background-color: rgb(201, 201, 196);
    padding: 0.5em;
}
div.footer {
    background-color: rgb(244, 239, 229);
    background-color: white;
    font-size: 0.8em;
    border-top: 1px solid black;
    padding-left: 3px;
}

div.results1 {
    float: left;
}
div.results2 {
    float: left;
    margin-left: 3px;
}
table.results {
    border-collapse: collapse;
    border: 1px solid black;
}
tr.row1, tr.row3, tr.row5 {
    background-color: rgb(244, 239, 229);
}
tr.row2, tr.row4 {
    background-color: rgb(220, 230, 220);
    background-color: white;
}
tr.title {
    background-color: white;
    font-weight: bold;
    border-bottom: 1px solid black;
}

span.positive {
    color: green;
    color: rgb(0, 130, 0);
}
span.negative {
    color: red;
    color: rgb(200, 0, 0);
}

@media print {
    .print {
        display: none;
    }
    .tr {
        background-color: white;
    }
}