/* Robin defaults */
html,body { width:100%; height:100%; padding:0; margin:0; }
#disabled,
.disabled
{
	-moz-opacity:.50;
	opacity:.50;
	color: gray;
}

ul.sortul { padding:0; margin:0; list-style:none; }

/* colored links */
.red { color: red !important; } /* #a94848 */
.redbold { color: #ee4848 !important; font-weight: bold; }
.yellow { color: #d76001 !important; }
.green { color: #548928 !important; }
.normal { color: #333 !important; }
.help,
.grey { color: grey !important; }

.hidden { display: none; }
.inline { display: inline; }

.sortable { padding:0; margin:0; }
.sortableitem { padding:0; margin:0; }

.floatleft { float:left; }
.floatright { float:right; }

.fakeinput,
.fakeinput:hover,
.fakeinput:focus { width:40%; background:none; background-color:white; border:none; color:black !important; }

a,
a:hover,
a:visited,
a:visited:hover { cursor:pointer; }

.nowrap { white-space: nowrap; }

div#xToolbar { position:fixed; left:0px; top:0px; width:100%; margin:0; padding:0; z-index:10010; }

div.clear { clear:both; }
