#control_overlay {
	background-color:#000;
}

.modal {
	background-color:#fff;
	padding:10px;
	border:1px solid #333;
}

.tooltip {
	border:1px solid #000;
	background-color:#fff;
	height:25px;
	width:200px;
	font-family:"Lucida Grande",Verdana;
	font-size:10px;
	color:#333;
}

.simple_window {
	width:250px;
	height:50px;
	border:1px solid #000;
	background-color:#fff;
	padding:10px;
	text-align:left;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333;
}

.window {
/*	background-image:url("/stylesheets/window_background.png");*/
	background-position:top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	font-family:"Lucida Grande",Verdana;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	min-width:150px;
	min-height:100px;
}

.window .window_contents {
	margin-top:10px;
	width:100%;
	height:100%;	
}

.window .window_header {
	text-align:center;
}

.window .window_title {
	margin-top:-7px;
	margin-bottom:7px;
	font-size:11px;
	cursor: move;
}

.window .window_close {
	display:block;
	position:absolute;
	top:4px;
	left:5px;
	height:13px;
	width:13px;
/*	background-image:url("/stylesheets/window_close.gif");*/
	cursor: pointer;
/*	cursor: hand;*/
}

#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;  
}  
