﻿
.JQLogout { background: #B70000 url(JQLogout/bgLogout.png) no-repeat center center; }
.JQTreemenu { background: #044F9B url(JQLogout/bgTreemenu.png) no-repeat center center; }
.JQMessager { background: #044F9B url(JQLogout/bgMessager.png) no-repeat center center; }
.JQImpersonated { background: #044F9B url(JQLogout/bgImpersonated.png) no-repeat center center; }
.JQDisclaimer { background: #044F9B url(JQLogout/bgDisclaimer.png) no-repeat center center; }
.JQPrivacy { background: #044F9B url(JQLogout/bgPrivacy.png) no-repeat center center; }

.JQLogoutButton
{
   	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;
}

.JQLogoutButton:hover { background-color: #B56300 /*#DD9123*/; color: #565656; }
