﻿/* NIEUW JQ oplossing JQUERY Bottommenu */

/* BottomMenu Knoppen */

.JQE-mail { background: #044F9B url(JQBottomMenu/bge-mail.png) no-repeat center center; box-shadow: -5px 5px 5px rgba(0,115,189, 0.3);}
.JQPreferences { background: #044F9B url(JQBottomMenu/bgpreferences.png) no-repeat center center; }
.JQHelp { background: #044F9B url(JQBottomMenu/bghelp.png) no-repeat center center; box-shadow: -5px 5px 5px rgba(0,115,189, 0.3);}
.JQSettings { background: #044F9B url(JQBottomMenu/bgweergave.png) no-repeat center center; box-shadow: -5px 5px 5px rgba(256,256,256, 0.4);}
.JQInfo { background: #044F9B url(JQBottomMenu/bginfo.png) no-repeat center center; box-shadow: -5px 5px 5px rgba(256,256,256, 0.4);}
.JQPushedE-mail { background: #044F9B url(JQBottomMenu/bge-mailpush.png) no-repeat center center; box-shadow: -5px 5px 5px rgba(0,115,189, 0.3);}
.JQPushedPreferences { background: #044F9B url(JQBottomMenu/bgpreferencespush.png) no-repeat center center; }
.JQPushedHelp { background: #044F9B url(JQBottomMenu/bghelppush.png) no-repeat center center; box-shadow: -5px 5px 5px rgba(0,115,189, 0.3);}
.JQPushedSettings { background: #044F9B url(JQBottomMenu/bgweergavepush.png) no-repeat center center; box-shadow: -5px 5px 5px rgba(256,256,256, 0.4);}
.JQPushedInfo { background: #044F9B url(JQBottomMenu/bginfopush.png) no-repeat center center; box-shadow: -5px 5px 5px rgba(256,256,256, 0.4);}

.JQBottomButton
{
   	font: bold 10px Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: white;
    height: 34px;
    border: 0px solid;
    text-align: left;
    cursor: pointer;
   	border-radius: 5px;
   	/*box-shadow: -5px 5px 5px #0073bd;*/
}

.JQBottomButton:hover
{
    background-color: #B56300;
}
