.comparisontable th a {
    color: #FFFFFF;
}
.comparisontable th a:hover {
    color: #FFCC33;
}

.comparisontable td {
    -moz-border-bottom-colors: #FFFFFF;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000000 -moz-use-text-color -moz-use-text-color ##000000;
    border-right: medium none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}
.comparisontable tfoot td {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    font-size: 9px;
    padding: 5px 10px;
}
.comparisontable caption {
    border: medium none;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
}
.comparisontable th:first-child {
    border-left: medium none;
}
.comparisontable td.center {
    text-align: center;
}
.comparisontable th.center {
    text-align: center;
}
.comparisontable th.none {
    background: none repeat scroll 0 0 #FFFFFF;
}
.comparisontable tr.odd {
	border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    background: none repeat scroll 0 0 #FFFFFF;
}
.comparisontable tr.even {
    background: none repeat scroll 0 0 #FFFFFF;
}
.comparisontable .checked {
    text-align: center;
    vertical-align: middle;
}
.comparisontable .checked p {
    font-size: 9px;
    margin: 0;
}
.comparisontable .unchecked {
    background-image: url("/graphics/check-off.gif");
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
}
table.contentSmall td {
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}
