html {
	height: 100%;
}

#content {
	display: inline;
}



table {
    border: 1px solid #97A9B6;
}


td {
    border: 1px solid #97A9B6;
}
th {
    text-align: left;
    border: 1px solid #97A9B6;
}


/* jquery ui overrides / compatibility fixes */

/* modal overlay color */
.ui-widget-overlay{
	opacity: 0.5;
	background: #666666;
}

/* fix chrome js error on dialog open */
.ui-resizable-handle { background-image: none;}
