.edit-column {
  text-align: center;
}

.manageable {
  font-size: 10px;
}

.manageable td {
  padding-right: 4px;
  padding-left: 7px;
}

.manageable input, .manageable select, .manageable textarea {
  font-size: 10px !important;
  padding: 2px;
  border: 1px solid #ddd;
}

.manageable td.date {
  width: 87px;
}

.manageable td.page-title {
  width: 488px;
}

.manageable div.title {
  width: 162px;
  float: left;
}

.manageable div.title input {
  width: 154px;
}

.manageable div.title label {
  float: left;
  margin-top: 4px;
}

.manageable div.title input.slug {
  width: 123px;
  float: right;
}

.manageable div.other, .manageable div.more {
  width: 190px;
  float: left;
  padding-left: 5px;
}

.manageable div.other label, .manageable div.more label {
  display: block; float: left;
  width: 54px;
  margin-top: 4px;
}

.manageable div.other select {
  width: 133px;
}

.manageable div.more {
  width: 125px;
}

.manageable div.more input {
  width: 60px;
}

.manageable td.author select {
  width: 110px;
}

.manageable ul.categories {
  list-style: none;
  padding: 0; margin: 0; 
  height: 65px; width: 160px;
  overflow: auto;
  font-size: 10px;
}

.manageable ul.categories ul.children {
  list-style: none;
  padding-left: 15px;
}

.manageable ul.categories li {
  margin-bottom: 2px;
}

.manageable ul.categories input {
  vertical-align: middle;
  padding: 0; border: 0;
}

.manageable td.tags textarea {
  width: 140px; height: 58px;
}

.manageable td.comments {
  padding-left: 0;
}

.manageable td.status select {
  width: 98px;
}

.manageable td.status input {
  vertical-align: middle;
}


/* Autocomplete Styles */

.ac_results {
	padding: 0px;
	border: 1px solid #cccccc;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #333333;
	color: white !important;
}

