@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	
}
body {
	background-color: #262626;
}
#wrapper {
	width: 1145px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	margin-top: 25px;
	margin-bottom: 50px;
}

.ui-datepicker {
  font-size: smaller;
}
.ui-effects-transfer { 
	background-color:#f6f6f6;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black; 
}

.ui-menu .ui-menu-item a{
    height:20px;
	font-size:14px;
	cursor:pointer;
}
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 100px;
  }