/*
* Styles created for UKVoIPNet LLP By Luke Tarplin, <luket@ukvoipnet.com>, 12/12/09
*/
body{
	font-family: arial, verdana, helvetica;
	font-size:0.9em;
}
div#header{
	height:25px;
	line-height:25px;
	color:#fff;
	font-weight:bold;
	font-size:0.8em;
	width:100%;
	background-image:url(toolbar_t.png);
	border-left:1px solid #fff;	
	border-right:1px solid #fff;	
}
div#toolbar{
	height:50px;
	width:100%;
	border-left:1px solid #171333;
	border-right:1px solid #171333;
	line-height:50px;
	background-image:url(ukvn_logo.png);
	background-repeat:no-repeat;
	background-position:right top;
}
div#toolbar form{
	padding-left:10px;
	padding-right:10px;
}

div#header-left{
	height:25px;
	width:23px;
	background-image:url(toolbar_tl.png);
	float:left;
}
div#header-right{
	height:25px;
	width:26px;
	background-image:url(toolbar_tr.png);
	float:right;
}
div#map_canvas{
	border:1px solid #171333;
	width: 100%; 
	height:380px;
}
div#holding_image{
	border:1px solid #171333;
	width: 100%; 
	height:100px; 
	line-height:50px;
	text-align:center;
}
div#holding_image h3{
	margin:0px;
}
div#distance{
	width:100%;
	border:1px solid #171333;

}
div#distance table{
	padding:10px;
}
tr.black{
	background-color:#161232;	
	color:#fff;
}



