html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	cursor: auto;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.dj_ie body {
	/* We have to overwrite the font attribute from dojo as well, or we run
	into problems on IE */
	font: 11px arial, helvetica, sans-serif;
}

/* Overrides the font for some reason */
.dojoxGrid {
	font-family: arial, helvetica, sans-serif;
}

/*
.dj_ie * {
	font-family: arial, helvetica, sans-serif;
}
*/
.dj_ie .dijitTabContent {
    width: 100%;
}

#progress {
	width:100px;
	height:15px;
	text-align:center;
	font-weight: bold;
}

#iwcLayout {
	width: 100%;
	height: 100%;
}

.toolbarItem.disabled .toolbarbutton-icon {
	filter : alpha(opacity=30);
	cursor : default;
}

.dj_ie .toolbarItem.disabled .toolbarbutton-text {
	color: #666;
}

.dijitClosable .busyImage {
	display:inline-block;
}

/*
	#overlay is the Loading progress bar
*/
#overlay {
	position:absolute;
	top:0pt;
	left:0pt;
	width:100%;
	height:100%;
	z-index:90;
	background-color: #FFF;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity:.85;
}

#overlay.login {
	background-color: #FFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
}

#overlay .centered {
	position:absolute;
	top:50%;
	left:50%;
	height:100px;
	width:100px;
	margin-top:-50px;
	margin-left:-50px;
}

/* override the dojo firebug lite console def */
.firebug {
	margin: 0;
	background: #FFFFD7; /* Not themed */
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	border: 1px solid black;
	width:98%;
	position: absolute !important;
	bottom:0px;
	z-index:99999 !important;
}

