.go-to-ticket {
    float:right;
}

.go-to-ticket .keywords {
    width:9em;
 }

.nav-bar {
  border: 5px solid #FFC65F;
  background: white;
  clear: both;
  padding:5px;
  margin-bottom: 1em;
}

.nav-bar form img {
  float: left;
  padding-right: 10px;
}

.nav-bar form label {
  color: #444444;
  font-size: 1em;
  font-weight: bold;
}

.nav-bar form input {
  width: 95%;
  margin: .2em 0;
}

.nav-bar form input:focus {
  background-color: #fff;
}

.nav-bar form .submit {
  background-image:url('../images/blank-button.gif');
  border:none;
  color:#DBDBDB;
  width:97px;
  height:29px;
  cursor:pointer;
  margin: .2em auto;
}

.nav-bar form .submit:hover {
  color:#FFF;
}

.nav-item {

}

.nav-bar-item{
  position: relative;
}

.nav-button {
  float: left;  
}

.nav-bar-item-content a, .nav-bar-item-content h3 {
  position: absolute;
  top: 10%;
  right: 10%;
  clear: none;
  float: left;
  width: 50%;
  height: 50%;
  margin: 0;
  margin-left: 10px;
  color: #444444;
  v-align: middle;
  text-decoration:none;
  font-size: 1em;
  font-weight: bold;
}

#dashboard-item-content {
  clear: none;
  float: left;
  width: 80%;
  height: 50%;
  margin: 0;
  margin-left: 10px;
}

#dashboard-item-content table {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  width: 100%;
}

#dashboard-item-content table td {
  padding: 5px;
}

.user-group {
    text-align:center;
}
