#list_wnd{
	position: absolute;
	width: 600px;
	height: 450px;
	z-index: 1000000;

	background-color: white;
			
}
#list_wnd .title{
	width:100%;
	height: 20px;
	background-color: gray;
	clear: both;		
	text-align: center;	
}
#list_wnd .title .btn_close{
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: blue;
	float: right;
	cursor: pointer;
}
#list_wnd .links{
	cursor: pointer;
	text-decoration: underline;
	display: block;
	width: auto;
}
#list_wnd .links a span{	
	width: 80%;
	float: left;
	display: block;
}
#list_wnd .links a .speed{	
	width: 20%;
	
}
#list_wnd .links a{
	color: black;
	text-decoration: none;	
}
#list_wnd .links a:hover span{
	background-color: highlighttext;
}


#list_wnd #cont_links, #list_wnd #cont_selected_links{
	border: 1px solid black;
	background-color: infobackground;
	float: left;
	width: 250px;
	height: 410px;
	padding-left: 3px;	
	padding-top: 3px;
	overflow: auto;	
	margin-left: 20px;
	margin-top: 5px;
	
}


.overlay {
	position: absolute;
	left: 0px; top: 0px; width: 100%; height: 100%;
    background-image: url('pixel.gif') ;
    opacity: 0.2;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    z-index: 100;
}
