/*
 * QLUE Panel Custom Themes
 * -----------------------
 * -----------------------
 * Author Dan Humphries - QLUE
 * Copyright (C) 2011 QLUE 
 */
 
 /**
 * This needs to make the logo hide when the panel is alive
 * Return z-index back to the right value when panel is dead
 */
h1.logo a{
  z-index: 0!important;
}
.qPanel{
  width: 270px;
  top: -2px;
  left: 0;
  z-index: 100!important;
  /*background-color: #FFF;
   border: 1px solid #ccc; */
  border-top: none;
}
.qPanel div.content {
  width: 270px;
  height: 35px!important;
  background: transparent url(/templates/sunlabob/images/panel.png) left top no-repeat;
  margin: 0 auto;
  padding-bottom: 10px;
  overflow: hidden;
  display: block!important;
}

.qPanel div.content div.columns{
  height: 100%;
  float: left;
  display: inline;
  overflow: hidden;
}

.column100{width: 100%; padding-top: 10px;}
.column50{width: 48%; margin: 14px 5px 0 15px;}
.column31{width: 31%; margin: 14px 5px 0 18px;}
.column22{width: 22%; margin: 14px 14px 0 14px;}

.qPanel-button{
  top: 0px;
  float: right;
  height: 18px;
  width: 60px;
  padding: 2px 10px 4px;
  background: transparent url(/templates/sunlabob/images/search.png) left top no-repeat;
  color: #001F5F;
  z-index: 100!important;
  cursor: pointer;
}
.qPanel-button:hover {
  text-decoration: underline;
}