body{
    background-color:#343434;
	color: #FFFFFF;
	margin:0px;
    background-image:url(../imagery/stripes.png);
    background-position: left top;
    background-repeat: repeat;
	font-family: Consolas, "Andale Mono", sans-serif;
}

#consolewrap{
    position: fixed;
	font-size: 12px;
	line-height:12px;
	overflow: hidden;
    opacity: 0;
}

#consolecommands{
	position:absolute;
	padding-bottom:32px;
}

#placeholder1{
    position: fixed;
	font-size: 12px;
	line-height:12px;
	background-color: rgba(0,0,0,1);
    opacity: 0;
}

#placeholder2{
    position: fixed;
	font-size: 12px;
	line-height:12px;
	background-color: rgba(0,0,0,1);
    opacity: 0;
}

#placeholder3{
    position: fixed;
	font-size: 12px;
	line-height:12px;
    background-color: rgba(0,0,0,.5);
	opacity: 0;
}

.panel{
    box-shadow: 0px 0px 10px 5px #222;
    color: #CCCCCC;
	background-color:rgba(0,0,0,1);
	z-index:999;
}

#consoleprompt{
    position: fixed;
	background-color:#111111;
	line-height:12px;
	z-index:999;
    opacity: 0;
}

#input{
    color: #CCCCCC;
    border: none;
    background: none;
    font-family: Consolas;
    width: 100%;
    outline: none;
    font-size: 12px;
}

#permainfo{
    position: fixed;
}

.clickable{cursor: pointer;}

.navitem{
    width: 100%;
    padding-left: 5px;
    line-height:24px;
    cursor: pointer;
    display: none;
}

.navitem:hover{
    background-color: #c7c7c7;
    color: #000;
}

.navseparator{
    width: 100%;
    line-height:24px;
    border-bottom: 1px solid #ccc; 
    margin-bottom: 5px;
    text-align: center;
}

.navlabel{
    width: 100%;
    text-align: left;
	line-height:24px;
}

.scrollable{
    overflow-y: auto;
    overflow-x: hidden;
}

.title{font-size: 1.5em; font-weight: bold;}

.label{font-weight: bold;}

.container{padding:10px;font-size:16px;line-height:18px}

.property{margin:3px}

.indent{margin-left:10px}