#ConsoleContainer
{
   width:450px;
   height:320px;
   position: absolute;
   left: 150px;
   top:50px ;
	position:fixed;
	border:2px;
	border-style: solid;
}

#System
{/*Consolenfenster*/
	/*visibility:hidden;*/
	overflow:hidden;
	z-index: 1;
	background:#000000;
	color:#ffffff;
	position:absolute;
	top:20px;
	left:0px;
	width:450px;
	height:300px;
	
}


#SystemTitlebar
{
	z-index: 1;
	background:#999999;
	height:20px;
	width:450px;
	left: 0px;
   top:0px ;
	/*position:absolute;*/
	border-bottom:1px;
	border-bottom-style: solid;
	border-color:#ffffff;
}

#SystemCanvas
{
	z-index: 1;
	top:20px;
	left:0px;	
	width:450px;
	overflow:show;  /*overflow:show is neccessary to get around some IE CSS bug - will later be javascripted*/
 	/*position:absolute;*/
	height:262px;
	color:#ffffff;
	font-weight: bold;
	padding:0px;
	margin:0px;
	/*
	border:1px;
	border-style:solid;
	*/
	background:black;
}

#SystemPrompt
{
	z-index: 1000;
	top:0px;
	left:3px;	
	width:450px;
	overflow:hidden;
	/*height:20px;*/
	color:#ffffff;
	font-family: Courier;
	background-color:black;
	font-weight: bold;
	
}

.equiRow
{
	color:#ffffff;
	font-weight: bold;
   /*position:absolute;*/
	/*
	border:1px;
	border-style: solid;
	border-color: white;
   */
	font-family: Courier;
	background-color:black;
	left:7px;
        overflow:hidden;
}






 .console_icon_filter_domain_active
{ 
        position:absolute;  /*top:2px; left:71px;   */
        width:16px; height:10px;
	background-image: url(/revolt/assets/img/famfamfam_silk_icons_v013/icons/bug_edit.png); 	  	                     
	background-repeat: no-repeat ; 
        background-position: center ;
}

 .console_icon_filter_domain_inactive
{ 
        position:absolute;  /*top:2px; left:71px;   */
        width:16px; height:10px;
	background-image: url(/revolt/assets/img/famfamfam_silk_icons_v013/icons/script_code_red.png); 	  	                     
	background-repeat: no-repeat ; 
        background-position: center ;
}

 .console_icon_filter_active
{ 
        position:absolute;  /*top:2px; left:71px;   */
        width:16px; height:10px;
	background-image: url(/revolt/assets/img/famfamfam_silk_icons_v013/icons/award_star_gold_2.png); 	  	                     
	background-repeat: no-repeat ; 
        background-position: center ;
}

 .console_icon_filter_inactive
{ 
        position:absolute;  /*top:2px; left:71px;   */
        width:16px; height:10px;
	background-image: url(/revolt/assets/img/famfamfam_silk_icons_v013/icons/award_star_gold_1.png); 	  	                     
	background-repeat: no-repeat ;   
        background-position: center ;
}  

.console-icon_clear
{ position:absolute;top:2px; left:51px;  width:20px; height:16px; 
        /*take from sprite*/
	background-image: url(/revolt/assets/img/2112ddm.png); 	  	                     
	background-position: 0px -80px;
	background-repeat: no-repeat ;                  
}	                    