#container {
	width: auto;
}

.selectgrid TABLE {
	table-layout: auto;
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.selectgrid  {
	background: white;
	border: 2px inset black;
	width: 275px;
	height: 280px;
	overflow: auto;
}
.selectgrid TABLE TD {
	vertical-align: top;
	cursor: default;
	padding: 2px 4px;
	text-align: left;
	noborder: 1px solid black;
	font: 11px Verdana;
	width: auto;
}
.selectgrid TR {
	-moz-user-select: none;
	white-space: normal;
	border-style: solid;
}
.selectgrid TABLE TR.selected {
	background-color: blue;
	color: white;
}
#loading {
	background:url('../gif/loading.gif') 20% center no-repeat;
	line-height: 16px;
}
.cke.cke_combopanel {
	width: 200px;
}
.cke_reset_all iframe {
	display: block;
}