div.section
{
	border-color: #bbbb80;
}

div#div_toparea, div#div_workspace
{
	background-color: #eeeee0;
	width: 100%;
	display: block;
	clear: both;
}

div#div_login, div#div_loginbytoken
{
	float: right;
}

div#div_logininfo, form#frm_login, div#div_loginbytokeninfo, form#frm_loginbytoken, img#img_loginbytoken
{
	float: left;
}

img#img_loginbytoken
{
	padding-right: 0.5em;
}

div#div_pagetitle
{
	/* float: left; */
	text-align: center;
	color: #0000ff;
	text-shadow: 0 0 50px #ffff00;
}

div#div_toppanel
{
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

div#div_filter
{
}

div#div_tabs
{
	position: absolute;
	bottom: 0px;
	clear: left;
	margin-top: 5px;
	width: 100%;
}

div#div_workspace
{
	border: 1px dotted #888888;
	height: 100%;
	overflow: hidden;
}

div#div_debug
{
	font-size: 0.7em;
	overflow: auto;
	/* Layout Option 1: fixed bottom right */
		position: fixed;
		right: 0px;
		bottom: 0px;
		margin: 0px;
		/* max-width: 250px; */
	/* Layout Option 2: overlay right */
	/*
		position: absolute;
		max-width: 250px;
	*/
	/* Layout Option 3: embedded right */
	/*
		float: right;
		max-width: 250px;
	*/
	z-index: 200;
	max-height: 50%;
}

th.debughistoryrequests, td.debughistoryrequests
{
	border: 1px dotted #888888;
}

div.section.object
{
	max-width: 390px;
}

div.section.list
{
	max-width: 390px;
}

div.section.assignment
{
	max-width: 390px;
}

div.section.more
{
	max-width: 100%;
}

span.form
{
	max-width: 350px;
	overflow-wrap: break-word;
}

span.form.more
{
	max-width: 100%;
}

div.sectionstack
{
	float: left;
}

div.section.stacked
{
	clear: left;
}

span.objectitem.more
{
	font-weight: bold;
}

span.option
{
	font-weight: normal;
}

span.option.modified
{
	font-weight: bold;
}

textarea.form, input.form, select.form
{
	max-width: 310px;
}

div#div_sched_schedule
{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
}

div#div_sched_schedule_content
{
	margin: 10px;
	overflow-x: scroll;
}
