
/* IE doesn't support border radius, box shadow or gradients. Adding PIE to fix that */
* {
behavior: url(pie/PIE.htc);
}

body {
margin: 0px;
padding: 0px;
background-color: #000;
font-family: Verdana, Tahoma, Microsoft Sans Serif, Jomolhari, Times New Roman, sans-serif;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}

#Desktop {
width: 100%;
height: 100%;
position: absolute;
background-color: rgb(45, 52, 64);
background-image: url('pebble256.gif');
background-size: unset; background-repeat: no-repeat;
image-rendering: pixelated;
background-position: center;
overflow: hidden;
z-index: -2;
}

#Taskbar {
width: 100%;
height: 21px;
border-top: #000 solid 1px;
background: silver;
position: absolute;
bottom: 0;
z-index: -1;
}

#MenuButton {
background: url('menubutton.png');
width: 48px;
height: 17px;
overflow: hidden;
position: relative;
top: 2px;
left: 4px;
}

#pStartup {
width: 100%;
height: 100%;
background-color: gray;
color: #FFF;
text-align: center;
z-index: 6000;
background-image: url('startup.png');
background-position: center;
background-repeat: no-repeat;
}

#StartupContainer {
    height: 100%;
}

#allowPopup {
color: #FFF;
height: 20px;
background: maroon;
font-family: Verdana, Tahoma, Microsoft Sans Serif, Jomolhari, Times New Roman, sans-serif;
padding: 2px;
text-indent: 4px;
font-size: 11px;
}

#Menu {
width: 120px;
background: gray;
position: absolute;
color: #FFF;
text-indent: 5px;
bottom: 21px;
font-size: 11px;
font-family: Verdana, Tahoma, Microsoft Sans Serif, Jomolhari, Times New Roman, sans-serif;
padding: 3px;
border: #000 solid 1px;
cursor: pointer;
}



.window {
background-color: white;
font-family: Verdana, Tahoma, Microsoft Sans Serif, Jomolhari, Times New Roman, sans-serif;
font-size: 11px;
position: absolute;
width: 250px;
height: 250px;
text-align: center;
border: 1px solid rgb(79, 79, 79);
display: none;
}

.window.maximized {
width: 100% !important;
height: 100% !important;
top: 0 !important;
left: 0 !important;
}

.window.minimized {
	display: none !important;
}

.window_bar {
    width: 100%;
    font-size: 11px;
    background-color: silver;
    position: relative;
    border-bottom: 1px solid rgb(79, 79, 79);
    top: 0;
    text-align: left;
    text-indent: 8px;
    height: 14px;
    cursor: move;
line-height: 13px;
}

#windowcontent {
position: absolute;
left: 0;
bottom: 0;
background: #FFF;
overflow-y: scroll;
overflow-x: hidden;
padding: 0;
display: inline-block;
width: 100%;
}

.winBarButton {
	    display: inline-block;
    position: absolute;
    top: 1px;
    background: gray;
    width: 11px;
    height: 12px;
}

#close {
    right: 3px;
    font-size: 8px;
    background: red;
    width: 11px;
    height: 12px;
    text-indent: 3px;
    line-height: 13px;
    color: #FFF;
}

#maximize {
	right: 16px;
	background-image: url('max.gif');
		background-repeat: no-repeat;
	background-position: center;
}

#minimize {
	right: 29px;
	background-image: url('min.gif');
	background-repeat: no-repeat;
	background-position: center 8px;
}

#taskbarSeperator {
width: 55px;
position: relative;
display: inline-block;
}

.taskband {
    position: relative;
    font-size: 11px;
    border: 1px solid #000;
    background: silver;
    padding: 1px 3px 1px 3px;
    display: inline-block;
    top: -18px;
}

#windowiFrame {
width: 100%; 
height: 100%; 
padding: 0; 
margin: 0;
}

#window0 #windowcontent {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: Tahoma;
}
