{
    margin: 0; padding: 0;
}
html {
    background: url('pictures/blue-tile.jpg') repeat fixed;
}
body {
    overflow:hidden;
    font-family: arial;
}
/* fix */
.ui-dialog, .ui-dialog-content {
	box-sizing: content-box;
}
.ui-menu {
	width: 200px;
}

.desktop {
	float: left;
	margin-bottom: 50px;
	/* overflow: hidden; */
}
.thumbnail {
    max-width: 150px;
    max-height: 150px;
}
.hidden {
    display: none;
}

.shortcut {
	float:left;
	display: block;
	text-align: center;
	width:64px;
	font-size: 14px;
	margin: 0 5px;
	padding: 0 5px;
}
.desktop-icon {
    /* float: none; */
}
.shortcut img {
    width:64px;
    height:64px;
}
.shortcut span {
	display: block;
	height: 32px;
}
.shortcut:hover {
	background: #3388ff;
	border-radius: 5px;
}
.shortcut, .shortcut :link, .shortcut :visited, .shortcut :hover, .shortcut :active ,
.button  , .button   :link, .button   :visited, .button   :hover, .button   :active {
	color: black;
	text-decoration: none;
	/* font-weight: bold; */
}

.taskbar {
	float: left;
	width: 100%;
	background: #245EDC;
	color: white;
	left: 0px;
	bottom: 0px;
	position: fixed;
	/* z-index: 1000; */
}
.taskbar .button {
	float: left;
	padding: 5px;
	margin: 5px;
	background: #69F;
	border-radius: 5px;
	display: block;
}
.taskbar .clock-button {
	float: right;
}
.taskbar .button img {
	width: 24px;
	float: left;
	vertical-align: middle;
}
.taskbar .button span {
    display: block;
    float: left;
	font-size: 18px;
    padding-top: 4px;
    padding-left: 4px;
}
.with-text {
    width: 120px;
}
.icon-only {
    width: 24px;
}
.taskbar .home {
	background-color: #6D6;
}
.taskbar .clock {
	float: right;
	color: black;
	height: 100%;
	padding-right: 8px;
}
.taskbar .selected {
	background: #1B4CB5;
}
