/* THIN BLUE CLASS */

.fancySelectThinBlue {
    height: 24px;
    padding: 0px;
}

.fancySelectThinBlue div {
    padding: 0px;
    position: absolute;
    border: 1px solid #a5b3d0;
    background-color: #fff;
}

.fancySelectThinBlue div div {
    position: static;
    border: 0px;
}

.fancySelectThinBlue img {
    vertical-align: middle;
}

.fancySelectThinBlue a, .fancySelectThinBlue a:visited, .fancySelectThinBlue a:link, .fancySelectThinBlue a:active {
    display: block;
    color: #3366cc;
    font-family: verdana;
    font-size: 10px;
    text-decoration: none;
    padding: 3px 22px 4px 6px;
    overflow: hidden;
    height: 16px;
}

.fancySelectThinBlue div div a:hover {
    display: block;
    color: #fff;
    background-color: #a5b3d0;
    text-decoration: none;
}

.fancySelectThinBlue a.current, .fancySelectThinBlue a.link:hover, .fancySelectThinBlue a.current:hover, .fancySelectThinBlue a.current:active, .fancySelectThinBlue a.current:visited {
    background: url(/images/misc/fancyselect/ThinBlue/drop.gif) repeat-y right top;
}

/* END THIN BLUE CLASS */

/* XP GRADIENT CLASS */

.fancySelectXPGradient {
    height: 22px;
    padding: 0px;
}

.fancySelectXPGradient div {
    padding: 0px;
    position: absolute;
    border: 1px solid #a7a6aa;
    background-color: #fff;
}

.fancySelectXPGradient div div {
    position: static;
    border: 0px;
}

.fancySelectXPGradient img {
    vertical-align: middle;
}

.fancySelectXPGradient a,
.fancySelectXPGradient a:visited,
.fancySelectXPGradient a:link,
.fancySelectXPGradient a:active {
    display: block;
    color: #000;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    padding: 1px 22px 4px 6px;
    overflow: hidden;
    height: 15px;
}

.fancySelectXPGradient div div a:hover {
    display: block;
    color: #fff;
    background-color: #36c;
    text-decoration: none;
}

.fancySelectXPGradient a.current,
.fancySelectXPGradient a.link:hover,
.fancySelectXPGradient a.current:hover,
.fancySelectXPGradient a.current:active,
.fancySelectXPGradient a.current:visited {
    background: url(/images/misc/fancyselect/XPGradient/drop.gif) repeat-y right top;
}

/* END XP GRADIENT CLASS */

