@import 'login.css';
@import 'desktop.css';
@import 'upload.css';

a {outline:0 !important;}

/**
 * Body
 */
html, body {
	height: 100% !important;
	overflow: hidden;
}


/**
 * System Console definitions
 */
#system-console-window .x-window-body {
	background: #000000 !important;
	color: #FFFFFF !important;
	padding: 10px !important;
}



/**
 * Logout Window
 */
.logout-image {
	width: 33px;
	height: 33px;
	float: left;
	background:url(../images/system/logout.gif);
	margin-right: 10px;
}

/**
 * Restart Window
 */
.restart-image {
	width: 33px;
	height: 33px;
	float: left;
	background:url(../images/system/restart.gif);
	margin-right: 10px;
}

/**
 * Error Window
 */
.error-image {
	margin-top: 5px;
	margin-left: 5px;
	width: 33px;
	height: 33px;
	float: left;
	background:url(../images/system/error-large.gif);
	margin-right: 10px;
}
.error-text {
	margin-top: 5px;
	float: left;
}

/* create window minimize buttons */
.minimized-create-window {
	float: left;
}

