BODY
{
	font: 11pt Arial;
	min-width: 980px;
}
TABLE
{
	border-collapse: collapse;
	width: 100%;
}
TH
{
	padding: 10px;
	text-align: left;
	width: 35%;
}
TH.col-first, TH.ui-editable-th
{
	width: auto;
}
TD
{
	padding: 10px;
	vertical-align: top;
}
TD.ui-editable-icons
{
	height: 100%;
	margin: auto;
	width: 52px;
}
TD.ui-editable-icons A
{
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 0px 5px;
	width: 16px;
}
TD INPUT[type=text]
{
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #C4CDD9;
	border-radius: 4px 4px 4px 4px;
	font: 1em Arial;
	padding: 5px;
	width: 95%;
}
TD INPUT[type=text]:focus
{
	-moz-box-shadow: 0 0 27px #4377B5;
	-o-box-shadow: 0 0 27px #4377B5;
	-webkit-box-shadow: 0 0 27px #4377B5;
	border: 1px solid #6D96C7;
	box-shadow: 0 0 27px #4377B5;
}
DIV.editable-icons
{
	height: 100%;
	width: 52px;
}
DIV.editable-icons A
{
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 0 5px;
	padding: 0;
	width: 16px;
}
