		/* --------- /stylesheets/third_party.css --------- */ 
* {
	/*
	top: 0;
	left: 0;
	*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
body {
	margin: 1px;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 1em;
	font-weight: normal;
	height: 100%;
	background-image: url(http://www.worldtaximeter.com/images/bg.gif);
}
div {
	text-align: left;
	display: block;
}
a {
	color: #0000FF;
	font-weight: normal;
}
a:visited {
	color: #0000FF;
}
/* FONTS */
.f08 {
	font-size: 0.8em;
}
.f09 {
	font-size: 0.8em;
}
h2.city-name {
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	font-size: 0.8em;
	color: #777777;
	font-weight: normal;
}
div.third_party {
	top: 0;
	left: 0;
	width: 182px;
	margin: 5px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px;
}
/* SEARCH FORM */
input,select {
	font-size: 0.8em;
	padding: 4px;
	z-index: -1;
}
.third_party #search-form input#daddr,.third_party #search-form input#saddr {
	border: 1px solid silver;
	width: 145px;
}
#search-form input#d_sub {
	padding: 4px;
	width: 60%;
	font-size: 0.8em;
	border: 1px solid gray;
	background-color: #FFE075; 
	color: black;
	font-weight: bold;
}
.sTable {
	display: table;
	width: 182px;
	border-spacing: 1px; /* cellspacing: poor IE support for this*/
	border-collapse: separate;
}
.sTd {
	float: left; /*fix for buggy browsers*/
	display: table-cell;
	margin-right: 10px;
}
.sTd1 {
	float: left; /*fix for buggy browsers*/
	display: table-cell;
	margin-right: 5px;
	text-align: right;
	width: 15px;
}
.sTd2 {
	float: left; /*fix for buggy browsers*/
	display: table-cell;
	margin-right: 0px;
	width: 155px;
}
.sTr {
	display: table-row;
	clear: both;
	margin: 1px;
}
.label {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 0.8em;
}
.tip {
	white-space: nowrap;
	font-size: 0.6em;
	float: right;
}
/* POIS */
#pois-box {
	background-color: #FFFFCC;
	font-size:12px;
}
#nav {
	padding-bottom: 15px;
}
#nav ul {
	background-color: silver;
	font-size: 1.1em;
	white-space: nowrap;
	padding-top: 10px;
	border-bottom: 1px solid gray;
	list-style-type: none;
}
#nav ul li {
	display: inline;
	border: 1px solid gray;
	margin: 15px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFE075;
}
#nav ul li.selected {
	background-color: #FFFFCC;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid #FFFFCC;
	display: inline;
	margin: 15px;
}
#nav ul li a {
	text-decoration: none;
}
#pois-box a {
	text-decoration: none;
}
ul.pois {
	list-style-image: url(http://www.worldtaximeter.com/images/bullet_small.gif);
	list-style-type: square;
}
ul.pois li {
	padding-bottom: 4px;
	margin-left: 50px;
}/* --------- /stylesheets/lightbox.css --------- */ 
#overlay{ 
	background-image: url(/images/overlay.png);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height:	100%;
}

* html #overlay {
	background-color: #333;
	background-color: transparent;
	/*
	background-image: url(http://www.worldtaximeter.com/images/blank.gif);
	*/
	filter:	progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src="/images/overlay.png", sizingMethod="scale");
}

#box{
	background:#FFFFFF;
	margin:	0;
	padding: 0;
	border:	2px	solid gray;
	overflow: auto;
	background-color: #FFFFCC;
}

#box #close{
	/*
	position:absolute;
	top: 0px;
	right:0px;
	cursor:pointer;
	*/
	position:relative;
	float: right;
	cursor:pointer;
}

#box #boxContents {
	/*
	margin-top:12px;
	padding:10px;
	*/
	background-color: #FFFFCC;
}
