
.bigbutton{
    display: block;
    padding: 5px;padding-left: 30px;padding-right: 30px;
    text-decoration: none;
    font: normal 24px Tahoma;
    color: #523c01;
    float: left;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background:url(../assets/images/btbg.png) repeat-x 0px -3px;
    /*
        background:-moz-linear-gradient(top,#ffc705 50%,#e78200 100%);
        background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%, #ffc705),color-stop(100%,#e78200)));
        background:-webkit-linear-gradient(top,#ffc705 50%,#e78200 100%);
        background:-o-linear-gradient(top,#ffc705 50%,#e78200 100%);
        background:-ms-linear-gradient(top,#ffc705 50%,#e78200 100%);
        background:linear-gradient(top,#ffc705 50%,#e78200 100%);
        */

    -moz-box-shadow:1rgba(45, 45, 45, .75) 2px 2px 2px;
    -webkit-box-shadow:rgba(45, 45, 45, .75) 2px 2px 2px;
    box-shadow:rgba(45, 45, 45, .75) 2px 2px 8px;

    text-shadow: white 0px 1px 0;
    border: 1px solid #815500;
}

.bigbutton:visited{}

.bigbutton:hover
{
    background:-moz-linear-gradient(top,#f8b404 50%,#fed872 100%);
    background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,#f8b404),color-stop(100%,#fed872));
    background:-webkit-linear-gradient(top,#f8b404 50%,#fed872 100%);
    background:-o-linear-gradient(top,#f8b404 1)50%,#fed872 100%);
    background:-ms-linear-gradient(top,#f8b404 50%,#fed872 100%);
    background:linear-gradient(top,#f8b404 50%,#fed872 100%);
    /*top: -1px;*/
    text-decoration: none;
    color: #523c01;
}

.bigbutton:active,.bigbutton:focus{

    box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;
    -moz-box-shadow:1rgba(0, 0, 0, .30) 1px 1px 1px;
    -webkit-box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;
    border: 1px solid #5b3c00;

    top: 1px;

    background:-moz-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,#ffc705),color-stop(100%,#d47700));
    background:-webkit-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:-o-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:-ms-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:linear-gradient(top,#ffc705 50%,#d47700 100%);
}




.bigbutton2{
    display: block;
    /* padding: 5px;padding-left: 30px;padding-right: 30px;*/
    text-decoration: none;
    font: normal 14px Tahoma;
    color: #ffffff;
    float: left;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width:99%;float:left;
    margin-left:2px;
    text-align: center;
    padding-top:5px;
    padding-bottom: 5px;

    background:-moz-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,#b0100f),color-stop(100%,#9e0d0c));
    background:-webkit-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:-o-linear-gradient(top,#b0100f 1)50%,#9e0d0c 100%);
    background:-ms-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:linear-gradient(top,#b0100f 50%,#9e0d0c 100%);

    /*  */

    -moz-box-shadow:1rgba(45, 45, 45, .75) 2px 2px 2px;
    -webkit-box-shadow:rgba(45, 45, 45, .75) 2px 2px 2px;
    box-shadow:rgba(45, 45, 45, .75) 2px 2px 8px;

   /* text-shadow: white 0px 1px 0;*/
    border: 1px solid #910707;
}

.bigbutton2:visited{}

.bigbutton2:hover
{
    background:-moz-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,#b0100f),color-stop(100%,#9e0d0c));
    background:-webkit-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:-o-linear-gradient(top,#b0100f 1)50%,#9e0d0c 100%);
    background:-ms-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    top: -1px;
    text-decoration: none;

}

.bigbutton2:active,.bigbutton2:focus{

    box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;
    -moz-box-shadow:1rgba(0, 0, 0, .30) 1px 1px 1px;
    -webkit-box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;
    border: 1px solid #910707;
    top: 1px;
    background:-moz-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,#b0100f),color-stop(100%,#9e0d0c));
    background:-webkit-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:-o-linear-gradient(top,#b0100f 1)50%,#9e0d0c 100%);
    background:-ms-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
}






.middlebutton{
    display: block;

    padding: 7px;padding-left: 15px;padding-right: 15px;
    text-decoration: none;
    font: normal 14px Tahoma;
    color: #ffffff;
    float: left;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background:url(../assets/images/btmiddlebg.png) repeat-x 0px -1px;
    -moz-box-shadow:1rgba(45, 45, 45, .21) 2px 2px 2px;
    -webkit-box-shadow:rgba(45, 45, 45, .21) 2px 2px 2px;
    box-shadow:rgba(45, 45, 45, .21) 1px 1px 5px;


    border: 1px solid #910707;
}

.middlebutton:visited{}

.middlebutton:hover
{
    background:-moz-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,#b0100f),color-stop(100%,#9e0d0c));
    background:-webkit-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:-o-linear-gradient(top,#b0100f 1)50%,#9e0d0c 100%);
    background:-ms-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    top: -1px;
    text-decoration: none;
    color: #ffffff;
}

.middlebutton:active,.middlebutton:focus{
    box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;
    -moz-box-shadow:1rgba(0, 0, 0, .30) 1px 1px 1px;
    -webkit-box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;
    border: 1px solid #910707;
    top: 1px;
    background:-moz-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,#b0100f),color-stop(100%,#9e0d0c));
    background:-webkit-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:-o-linear-gradient(top,#b0100f 1)50%,#9e0d0c 100%);
    background:-ms-linear-gradient(top,#b0100f 50%,#9e0d0c 100%);
    background:linear-gradient(top,#b0100f 50%,#9e0d0c 100%);


}





.paginationbutton{float: left;display: block;position: relative;padding-left: 7px;padding-right: 7px;text-decoration: none;font: bold 12px Tahoma;color: #474646;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;height:25px;background:url(../assets/images/pgbg.png) repeat-x 0px 0px;-moz-box-shadow:1rgba(45, 45, 45, .21) 2px 2px 2px;-webkit-box-shadow:rgba(45, 45, 45, .21) 2px 2px 2px;box-shadow:rgba(45, 45, 45, .21) 1px 1px 3px;border: 1px solid #8e8e8e;
}
.paginationbutton span{line-height: 22px;}
.paginationbutton:visited{}
.paginationbutton:hover {background:url(../assets/images/pgactive.png) repeat-x 0px 0px;border: 1px solid #910606;color: #ededed;}
.paginationbutton:active,.paginationbutton:focus{box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;-moz-box-shadow:1rgba(0, 0, 0, .30) 1px 1px 1px;-webkit-box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;background:url(../assets/images/pgactive.png) repeat-x 0px 0px;top: 1px;}


.paginationcurrentbutton{float: left;display: block;position: relative;padding-left: 7px;padding-right: 7px;text-decoration: none;font: bold 12px Tahoma;color: #ededed;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;height:25px;background:url(../assets/images/pgactive.png) repeat-x 0px 0px;border: 1px solid #910606;box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;-moz-box-shadow:1rgba(0, 0, 0, .30) 1px 1px 1px;-webkit-box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;}
.paginationcurrentbutton span{line-height: 22px;}

.paginationbeckforwardbutton{float: left;display: block;position: relative;padding-left: 7px;padding-right: 7px;text-decoration: none;font: bold 12px Tahoma;color: #ededed;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;height:25px;background:url(../assets/images/pgactive.png) repeat-x 0px 0px;border: 1px solid #910606;box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;-moz-box-shadow:1rgba(0, 0, 0, .30) 1px 1px 1px;-webkit-box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;}
.paginationbeckforwardbutton span{line-height: 22px;}
.paginationbeckforwardbutton:active,.paginationbutton:focus{box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;-moz-box-shadow:1rgba(0, 0, 0, .30) 1px 1px 1px;-webkit-box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;background:url(../assets/images/pgactive.png) repeat-x 0px 0px;top: 1px;}

.categorypaginationcurrentbutton{float: left;display: block;position: relative;padding-left: 4px;padding-right: 4px;text-decoration: none;font: bold 10px Tahoma;color: #4e3901;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;height:15px;border: 1px solid #ce9609;box-shadow:rgba(0, 0, 0, .10) 1px 1px 1px;-moz-box-shadow:1rgba(0, 0, 0, .10) 1px 1px 1px;-webkit-box-shadow:rgba(0, 0, 0, .10) 1px 1px 1px;

    background:-moz-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,#ffc705),color-stop(100%,#d47700));
    background:-webkit-linear-gradient(top,#ffc705 50%,#e88200 100%);
    background:-o-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:-ms-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:linear-gradient(top,#ffc705 50%,#d47700 100%);
}
.categorypaginationcurrentbutton span{line-height: 14px;}

.categorypaginationbutton{float: left;display: block;position: relative;padding-left: 4px;padding-right: 4px;text-decoration: none;font: bold 10px Tahoma;color: #6d6d6d;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;height:15px;border: 1px solid #8a8a8a;box-shadow:rgba(0, 0, 0, .20) 1px 1px 1px;-moz-box-shadow:1rgba(0, 0, 0, .20) 1px 1px 1px;-webkit-box-shadow:rgba(0, 0, 0, .20) 1px 1px 1px;

    background:-moz-linear-gradient(top,#efefef 100%,#d1d1d1 100%);
    background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,#efefef),color-stop(100%,#d1d1d1));
    background:-webkit-linear-gradient(top, #ececec 100%, #b6b6b6 100%);
    background:-o-linear-gradient(top,#efefef 100%,#d1d1d1 100%);
    background:-ms-linear-gradient(top,#efefef 100%,#d1d1d1 100%);
    background:linear-gradient(top,#efefef 100%,#d1d1d1 100%);
}
.categorypaginationbutton span{line-height: 14px;}


.categorypaginationbutton:hover {

    background:-moz-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,#ffc705),color-stop(100%,#d47700));
    background:-webkit-linear-gradient(top,#ffc705 50%,#e88200 100%);
    background:-o-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:-ms-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:linear-gradient(top,#ffc705 50%,#d47700 100%);
    border: 1px solid #ce9609;
    font: bold 10px Tahoma;color: #4e3901;
}


.categorypaginationbutton:active,.categorypaginationbutton:focus{
    box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;
    -moz-box-shadow:1rgba(0, 0, 0, .30) 1px 1px 1px;
    -webkit-box-shadow:rgba(0, 0, 0, .30) 1px 1px 1px;
    border: 1px solid #bb8600;
    top: 1px;
    background:-moz-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,#ffc705),color-stop(100%,#d47700));
    background:-webkit-linear-gradient(top,#ffc705 50%,#e88200 100%);
    background:-o-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:-ms-linear-gradient(top,#ffc705 50%,#d47700 100%);
    background:linear-gradient(top,#ffc705 50%,#d47700 100%);
}



.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 11px;background:url(../assets/images/scrollbg.png) no-repeat 0px 0px;z-index:11;}
.vscrollerbar {width: 8px;margin-left:1px;border-radius: 5px;
    cursor: pointer;
    background:-moz-linear-gradient(left,#fdfcfd 50%,#e3e2e3 100%);
    background:-webkit-gradient(linear,lefttop,righttop,color-stop(50%,#fdfcfd),color-stop(100%,#e3e2e3));
    background:-webkit-linear-gradient(left,#fdfcfd 50%,#e3e2e3 100%);
    background:-o-linear-gradient(left,#fdfcfd 1)50%,#e3e2e3 100%);
    background:-ms-linear-gradient(left,#fdfcfd 50%,#e3e2e3 100%);
    background:linear-gradient(left,#fdfcfd 50%,#e3e2e3 100%);
    box-shadow:rgba(45, 45, 45, .30) 1px 1px 1px;
    padding-bottom: 1px !important;
    padding-top: 1px !important;
}
.hscrollerbase {}
.hscrollerbar {}
.scrollerjogbox {width: 10px;height: 10px;top: auto; left: auto;bottom: 0px; right: 0px;background-color: white;}

div.commpanel{float:left;width: 100%; height:53px; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; background-color:#dcdcdc;}

div.wordspanel{float:left;width: 100%;min-height:33px; border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px; background-color:#dcdcdc;}
div.innerwordspanel{float:left;height:100%;width:100%;border-radius: 4px;-webkit-border-radius: 4px; -moz-border-radius: 4px;
    background:-moz-linear-gradient(top,#fdfcfd 50%,#e3e2e3 100%);
    background:-webkit-gradient(linear,leftbottom,rightbottom,color-stop(50%,#fdfcfd),color-stop(100%,#e3e2e3));
    background:-webkit-linear-gradient(top,#fdfcfd 50%,#e3e2e3 100%);
    background:-o-linear-gradient(top,#fdfcfd 1)50%,#e3e2e3 100%);
    background:-ms-linear-gradient(top,#fdfcfd 50%,#e3e2e3 100%);
    background:linear-gradient(top,#fdfcfd 50%,#e3e2e3 100%);
    box-shadow:rgba(45, 45, 45, .30) 1px 1px 1px;
    text-align:left;

}


div.innercommpanel{width:100%;float:left;height:39px;background:url(../assets/images/commpanelbg.png) repeat-x 0px 0px;}
div.compantext{float:left;margin-top:9px;margin-left:8px;color:#1398a5;text-align:left;font: normal 15px Verdana;}
div.compantext span {color:#b4b4b4;}
div.uname {text-align:left;font: normal 16px Verdana; color: #000000;padding:0px;margin:0px;margin-bottom: 10px;}
div.uname:first-letter{ font: normal 18px Tahoma; color:#c21f1e;line-height: 14px;}
div.ucomment{width:100%;float:left;color:#707070;line-height: 18px;margin-bottom: 10px;}

