body{
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

p{
	margin-top: 0px;
}

a img{
	border: 0px;
}

h1{
	font-size: 18px;
}

#desktop{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: #000;
}

.icon{
	width: 120px;
	height: 110px;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight:  bold;
}


#icon1{
	position: absolute !important;
	top: 20px;
	left: 20px;
}

#icon2{
	position: absolute !important;
	top: 140px;
	left: 20px;
}

#icon3{
	position: absolute !important;
	top: 260px;
	left: 20px;
}

#icon4{
	position: absolute !important;
	top: 380px;
	left: 20px;
}

#icon8{
	position: absolute !important;
	bottom: 280px;
	right: 20px;
}

#icon9{
	position: absolute !important;
	bottom: 160px;
	right: 20px;
}

#icon_recycle{
	position: absolute !important;
	bottom: 50px;
	right: 20px;
}

.icon:hover{
	background-image: url('../images/icon_hover.png');
	background-repeat: repeat;
}

.icon_selected{
	background-image: url('../images/icon_selected.png')  !important;
	background-repeat: repeat;
}



#taskbar{
	position: absolute !important;
	bottom: 0px;
	height: 30px;
	width: 100%;
	background-image: url('../images/taskbar_base.png');
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#taskarea {
	position: absolute !important;
	bottom: 0px;
	left: 62px;
	height: 30px;
}

.task {
	width: 200px;
	margin-top: 3px;
	margin-left: 2px;
	height: 20px;
	line-height: 20px;
	background-color: #fff;
	padding: 2px;
	float: left;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#start{
	position: absolute !important;
	bottom: 0px;
	left: 0px;
	height: 34px;
	width: 61px;
	color: #fff;
	background-image: url('../images/start.png');
}

#start:hover{
	background-image: url('../images/start_hover.png');
}

#start:active{
	background-image: url('../images/start_click.png');
}

#clock{
	position: absolute !important;
	bottom: 0px;
	right: 16px;
	height: 30px;
	line-height: 30px;
	color: #fff !important;
}




/* IE6 Fix */
* html img {
	behavior: url('js/iepngfix.php');
}

* html div {
	behavior: url('js/iepngfix.php');
}

/* IE6 Crash Fix*/
* html .icon_selected{
	background-image: none !important;
}



.centered{
	text-align: center;
}

#startmenu{
	background: #f00;
}

.contextMenu{
	display: none;
}

#bsodmessage{
	font-family: Fixedsys;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.bsodhightlight{
	font-family: Fixedsys;
	background: #fff;
	color: #00f;
	padding: 5px;
}



#bsodmessage p{
	margin: 10px;
}

#bsodmessage ul{
	margin-left: 40px;
}
.growl .high {
	color: #f99;
}

.growl .high a{
	color: #fbbbbb;
}

.growl .normal {
	color: #fff;
}

.growl .normal a{
	color: #ddd;
}

.growl .medium {
	color: yellow;
}

.growl .content p{
	margin: 6px;
	font-size: 12px;
}
.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */

  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }

  /* Border */

.boxy-wrapper { empty-cells: show; }
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left { width: 5px; height: 5px; padding: 0 }

.boxy-wrapper .top-left { background: url('../images/boxy-nw.png'); }
.boxy-wrapper .top-right { background: url('../images/boxy-ne.png'); }
.boxy-wrapper .bottom-right { background: url('../images/boxy-se.png'); }
.boxy-wrapper .bottom-left { background: url('../images/boxy-sw.png'); }

/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
/* NB: these must be absolute paths or URLs to your images */
.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-nw.png'); }
.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png'); }
.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png'); }
.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png'); }

.boxy-wrapper .top,
.boxy-wrapper .bottom { height: 5px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }

.boxy-wrapper .left,
.boxy-wrapper .right { width: 5px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }

/* Title bar */

.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; opacity: 0.8; filter: alpha(opacity=80); }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
.boxy-wrapper .title-bar .minimize { color: white; position: absolute; top: 6px; right: 24px; font-size: 90%; line-height: 1; }
.boxy-wrapper .title-bar .maximize { color: white; position: absolute; top: 6px; right: 42px; font-size: 90%; line-height: 1; }

/* Content Region */

.boxy-inner { background-color: white; padding: 0 }
.boxy-content { padding: 0px; }
.boxy-content .question { padding: 10px; }
.boxy-content .answers { padding: 10px; }


/* Question Boxes */

.boxy-wrapper .question { width: 350px; min-height: 80px; }
.boxy-wrapper .answers { text-align: right; }
