body {
        background: #222 url('../images/bg.jpg') no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;     
    }

div.site-container {
	width: 100%;
	margin: auto;
}

div.top-container {
    position: relative;
    width: 100%;  
    height: 100px;
}

div.filtering {
	border: 1px solid #999;
	margin-bottom: 5px;
	padding: 5px;
  padding-left: 15px;
  padding-top: 10px;
	background-color: #EEE;
	visibility:hidden;
  position: absolute;
  z-index: 1000;
  top:20px;
  right: 120px;
  width: 45%;
  height: 50px;
  opacity: 0.85;
}

.jtable-sale-command-button {
  background: url('../images/sale.png') no-repeat;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

.jtable-stain-command-button {
  background: url('../images/stain.png') no-repeat;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

.jtable-sale-command-button:hover{
   opacity: 1; 
}

#DeleteAllButton {
    display:none;
    top:61px;  
    opacity: 0.85;
}

#CloseSearch {
  top:0;
  float:right;   
  background: url('../scripts/jtable/themes/basic/close.png') no-repeat;
  width: 16px;
  height: 16px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  border: none;
  display: inline;  
  opacity: 0.5;  
}

#divCenter{
  position:absolute;
  width:300px;
  height:200px;
  z-index:15;
  top:50%;
  left:50%;
  margin:-100px 0 0 -150px;
  opacity: 0.8;
}

#divLogin {
  float:right;  
}

#divLogout {
  float:right;
}

.custom_horizontal_form_field .jtable-input-field-container {
  width: 250px !important;
}

.custom_horizontal_form_field .jtable-input-field-container .jtable-input-label {
  width : 200px !important;
  float: left !important;
}

.ui-autocomplete { 
  max-height: 200px; 
  max-width: 450px;
  overflow-y: auto;
  overflow-x: hidden;
} 
.top-title {
  padding-left: 5px;
  padding-top: 5px;
  color:white;
  position: fixed;
}

a.magazine_type {
  color: lightgray;
  text-decoration: none;
  outline: 0;
  visibility: hidden;
}

a.magazine_type:hover 
{
  color: white; 
  text-decoration:none; 
  cursor:pointer;  
  outline: 0;
}
#.ui-autocomplete .ui-menu-item { 
#  font-size:16px; 
#}