.page {
    display: inline-block;
    padding: 2px 9px;
    margin-right: 2px;
    border-radius: 3px;
    border: 1px solid silver;
    background: #e9e9e9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 3px rgba(0, 0, 0, .1);
    font-size: .875em;
    font-weight: 700;
    text-decoration: none;
    color: #717171;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.page.gradient:hover,
.page:hover {
    color: #fff;
    text-decoration: none;
    background: #fefefe;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0 270deg, #FEFEFE, #f0f0f0);
}

.pagination.dark {
    background: #414449;
    color: #feffff;
}

.page.dark {
    border: 1px solid #32373b;
    background: #3e4347;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .1), 0 1px 3px rgba(0, 0, 0, .1);
    color: #feffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.page.dark.gradient:hover,
.page.dark:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0 270deg, #547085, #3d4f5d);
}

.page.dark.active {
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid silver;
    background: #2f3237;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0 270deg, #565b5f, #3e4347);
}

.page.dark.disabled {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#36393B), to(#282A2B));
    background: -moz-linear-gradient(0% 0 270deg, #36393B, #282A2B);
    color: #CCC;
}

a.skillTooltips {
    border: none;
    cursor: help;
}

a.skillTooltips img {
    border: none;
}

a.skillTooltips span {
    visibility: hidden;
    display: none;
}

.eqTooltipsSpan {
    visibility: hidden;
    display: none;
}

.eqTooltips:hover {
    position: relative;
    text-decoration: none
}

a.skillTooltips:hover {
    position: relative;
    text-decoration: none
}

a.ach[data-title]:hover:after {
    content: attr(data-title);
    position: absolute;
    border-radius: 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.4);
    font-family: Verdana, sans-serif;
    position: absolute;
    left: 200px;
    top: 100px;
    z-index: 99;
    background: #333333;
    border: 2px solid #111111;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 0.1em;
    width: 300px;
    text-align: center;
    display: block;
    opacity: 0.95;
    filter: alpha(opacity=95);
    z-index: 150;
    height: 15px;
    font-size: 12px;
    color: #ffffff;
}

a[data-title]:hover:after {
    content: attr(data-title);
    position: absolute;
    border-radius: 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.4);
    font-family: Verdana, sans-serif;
    position: absolute;
    left: 42px;
    top: -20px;
    z-index: 99;
    background: #333333;
    border: 2px solid #111111;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: .1em;
    width: 150px;
    display: block;
    opacity: 0.95;
    filter: alpha(opacity=95);
    z-index: 150;
    height: auto;
    font-size: 12px;
    color: #ffffff;
}

a.skillTooltips span:hover {
    border-radius: 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.4);
    font-family: Verdana, sans-serif;
    position: absolute;
    left: 42px;
    top: -20px;
    z-index: 99;
    background: #333333;
    border: 2px solid #111111;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 0.1em;
    width: 100px;
    display: block;
    opacity: 0.95;
    filter: alpha(opacity=95);
    z-index: 150;
}

.eqTooltips img:hover .eqTooltipsSpan {
    border-radius: 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.4);
    font-family: Verdana, sans-serif;
    position: absolute;
    left: 42px;
    top: -20px;
    z-index: 99;
    background: #333333;
    border: 2px solid #111111;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 0.1em;
    width: 100px;
    display: block;
    opacity: 0.95;
    filter: alpha(opacity=95);
    z-index: 150;
}

#skillTooltips .SkillText {
    font-size: 12px;
    color: #ffffff;
}

#skillTooltips a:hover span,
#skillTooltips a:active span,
#skillTooltips a:focus span {
    visibility: visible
}

#skillTooltips a:hover,
#skillTooltips a:focus {
    visibility: visible
}