/** body **/
#page a {
    color: #A4B000 /** Color2 **/
    }
#page a:hover {
    color: #54A9D8 /** Color1 **/
    }
/** header **/
/** navbar **/
/** main (container for everything else) **/
/** content **/
/** sidebar-left **/
/** sidebar-right **/
/** footer **/
/** Pages **/
div.links ul li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em
    }
/** Blocks **/
#block-account-profile .stats .num {
    color: #5EB6E4 /** Color1 **/
    }
/** Boxes **/
.box-popup a {
    color: #A4B000 /** Color2 **/
    }
.box-popup a:hover {
    color: #54A9D8 /** Color1 **/
    }
/** Forms **/
.form-item .fake-label {
    font-weight: bold;
    color: #A4B000 /** Color2 **/;
    font-size: 0.9em
    }
.form-item .fake-label .form-checkbox {
    margin-right: 0
    }
/* Custom select menu */
/* Custom checkboxes, radio buttons */
/* Slider */
/** Rollover links and buttons **/
/* ************************************************* */
/* ************ Changes for 1.996 ******************* */
/* ************************************************** */
.selectbox a {
    color: #000 !important
    }
#menu-primary-custom a {
    color: white
    }
#menu-primary-custom .active a, #menu-primary-custom a:hover {
    color: #5F574F
    }
/* ************************************************** */
/*************** Changes for Walden for Beta***********/
/* ************************************************** */
.imagewrapper {
    display: inline-block;
    cursor: pointer
    }
.imagewrapper:after {
    clear: both;
    content: "";
    display: block-inline;
    height: 0;
    visibility: hidden
    }
#page .imagewrapper a {
    background-image: url(btn_blgr.png);
    border: 0 none;
    display: block-inline;
    height: 32px;
    line-height: 28px;
    padding: 0 15px 0 33px;
    text-align: center;
    color: white
    }
.imagewrapper {
    display: inline-block
    }
.imagewrapper:after {
    clear: both;
    content: "";
    display: inline-block;
    height: 0;
    visibility: hidden
    }
#page .imagewrapper a {
    background-image: url(btn_blgr.png);
    border: 0 none;
    display: inline-block;
    height: 34px;
    line-height: 28px;
    padding: 0 15px 0 33px;
    text-align: center;
    font-weight: bold;
    color: white
    }
.popup .imagewrapper a {
    background-image: url(btn_blgr.png);
    border: 0 none;
    display: inline-block;
    height: 34px;
    line-height: 28px;
    padding: 0 15px 0 33px;
    text-align: center;
    font-weight: bold;
    color: white
    }
#page .imagewrapper:hover a, #page .imagewrapper a:hover {
    background-position: left bottom
    }
.popup .imagewrapper:hover a, .popup .imagewrapper a:hover {
    background-position: left bottom
    }
.rt {
    background-image: url(btn_blgr-rt.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 34px;
    width: 18px;
    vertical-align: top
    }
.imagewrapper:hover .rt, .imagewrapper.rt:hover {
    background-position: right bottom;
    vertical-align: top
    }
.imagewrapper-medium {
    display: inline-block;
    cursor: pointer
    }
.imagewrapper-medium:after {
    clear: both;
    content: "";
    display: inline-block;
    height: 0;
    visibility: hidden
    }
#page .imagewrapper-medium a {
    background-image: url(link_blgr.png);
    border: 0 none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px 0 33px;
    text-align: center;
    color: white;
    font-weight: bold
    }
#page .imagewrapper-medium:hover a, #page .imagewrapper-medium a:hover {
    background-position: left bottom
    }
.rt-medium {
    background-image: url(link_blgr-rt.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 18px;
    vertical-align: top;
    margin-left: -5px
    }
.imagewrapper-medium:hover .rt-medium, .imagewrapper-medium .rt-medium:hover {
    background-position: right bottom;
    vertical-align: top;
    margin-left: -5px
    }
.imagewrapper-small {
    display: inline-block;
    cursor: pointer
    }
.imagewrapper-small:after {
    clear: both;
    content: "";
    display: inline-block;
    height: 0;
    visibility: hidden
    }
#page .imagewrapper-small a {
    background-image: url(btn_blgr_small.png);
    border: 0 none;
    display: inline-block;
    height: 18x;
    line-height: 16px;
    padding: 0 15px 0 24px;
    text-align: center;
    color: white;
    font-weight: bold
    }
#page .imagewrapper-small:hover a, #page .imagewrapper-small a:hover {
    background-position: left bottom
    }
.rt-small {
    background-image: url(btn_blgr_small-rt.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 18px;
    vertical-align: top;
    margin-left: -5px
    }
.imagewrapper-small:hover .rt-small, .imagewrapper-small .rt-small:hover {
    background-position: left bottom;
    vertical-align: top;
    margin-left: -5px
    }
.magnify {
    background-image: url(icon_magnify.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat
    }