/**************************************/
/*              GLOBALS               */
/**************************************/

div.active-div{
	border-top: 1px red solid;
	border-bottom: 1px red solid;
}

#log{
	overflow: auto;
}

/**************************************/
/*              Div Edit Menu 	      */
/**************************************/
.strip{
background-color: #EEEEEE;
opacity: 0.6;
z-index: 100;
height: 16px;
}

.strip a{
	text-decoration: none;
}

.blankdiv{
	width:100%;
	height:200px;
	background:#EEEEEE;
	opacity: 0.3;
}

/**************************************/
/*             Context Menu */
/**************************************/
#control_contextmenu {  
    border:1px solid #666;  
    background-color:#eee;  
    min-width:150px;  
} 
 
#control_contextmenu ul {  
    list-style:none;  
    padding:0;  
    margin:0;  
    cursor:pointer;  
} 
 
#control_contextmenu ul li {  
    text-align:left;  
    padding:3px 10px 3px 5px;  
    margin:0;  
    cursor:pointer;  
    font-family:"Lucida Grande",Verdana;  
    text-decoration:none;  
    color:#333;  
    font-size:12px;  
    font-weight:bold;  
    border-top:1px solid #fff;  
    border-left:1px solid #fff;  
    border-bottom:1px solid #999;  
    border-right:1px solid #999;  
} 
 
#control_contextmenu ul li.selected, 
#control_contextmenu ul li:hover {  
    color:#fff;  
    background-color:#3875d7;  
    cursor:pointer;  
} 
 
#control_contextmenu ul li.selected:hover {  
    color:#333;  
    background-color:#eee;  
    cursor:pointer;  
} 
 
#control_contextmenu ul li.disabled, 
#control_contextmenu ul li:hover.disabled {  
    background-color: #eee;  
    color:#999;  
    cursor:pointer;  
}  



/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#pos{
	position:float;
	float:top;
	width:90%;
	font-size:9px;
	height:15px;
}
/**************************************/
/*               FOOTER               */
/**************************************/


