html,body {
	height: 100%;
    padding: 0px;
    margin: 0px;
}
body {
	background: url(img/wallpaper.gif) repeat;	
}
#shell {
	position: relative;
	float: left;
	top: 50px;
	left: 50px;
	height: 451px;
	width: 840px;
	background-color: black;
	//background: url(img/shell.png);
	font-family: Inconsolata, Courier;
	color: white;
	padding: 25px 5px 10px 5px;
	font-size: 14px;
	overflow: hidden;
}
#shell-inner {
	width: 100%;
	height: 100%;
	overflow: auto;	
}
.prompt {
	color: lightgreen;
	margin-right: 5px;
	}
.dir {
	font-weight: bold;
	margin-right: 5px;
}
#shell a {
	color: lightblue;
	text-decoration: none;
	outline: 0;
}
.file a, .command a, .output a {
	color: white !important;
}
#sh_btnrt {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 22px;
	width: 22px;
}
#sh_btnlt {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 22px;
	width: 22px;
}
.preload {
	position: absolute;
	left: -1000px;
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image: none;	
}
#sh_head {
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 22px;
	background: url(img/sh_head.png);
	text-align: center;
}
#sh_head_txt {
	margin: 3px 28px 0px 28px;
}
#sh_btnlt {
	position: absolute;
	top:0px;
	left: 0px;
	width: 25px;
	height: 22px;
	background: url(img/sh_btnlt.png);
}
#sh_btnrt {
	position: absolute;
	top:0px;
	right: 0px;
	width: 23px;
	height: 22px;
	background: url(img/sh_btnrt.png);
}
#sh_foot {
	position: absolute;
	bottom:0px;
	left: 0px;
	width: 100%;
	height: 8px;
	background: url(img/sh_foot.png) repeat-x;
	background-color: darkgrey;
}
#sh_btnrb {
	position: absolute;
	bottom:0px;
	right: 0px;
	width: 30px;
	height: 8px;
	background: url(img/sh_btnrb.png);
}		
#sh_btnlb {
	position: absolute;
	bottom:0px;
	left: 0px;
	width: 30px;
	height: 8px;
	background: url(img/sh_btnlb.png);
}

@media (max-width: 940px) {
	#shell {
		top: 10px;
		left: 10px;
		width: 610px;
		height: 351px;
	}
}

@media (max-width: 760px) {
	#shell {
		width: 510px;
	}
}

@media (max-width: 560px) {
	#shell {
		width: 310px;
	}
}		


