v\:* {
	behavior:url(#default#VML);
}
body.apiCleopatra {
	background-image: none;
	background-color: #ccc;
	font-size: 11px;
}
#apiPage {
	background: transparent url(../img/pageBgTop.gif) no-repeat scroll -54px 192px;
}
h1#logo {
	/*
	background: url(../img/logo.png) 0 0 no-repeat;
	height: 70px;
	*/
	margin: 0 0 1px 0;
}
table * {
	margin: 0;
	padding: 0;
}
table.directions th {
background-color:#EEEEEE;
}
table.directionForm td{
	padding: 4px;
}
#apiContentMain form input[type=text] {
	padding: 4px;
}
#submitDirections {
	cursor: pointer;
}
#apiContentMain form select, #apiContentMain form input[type=submit] {
	border: 1px solid #666;
	padding: 3px;
	width: 100px;
}
h1.apiTitle {
	font-size: 24px;
}
img {
color: #000000;
}
#mapInfo {
	color: #aaa;
}
#apiAdsBottom {
	background-position: 8px 0;
	margin-left: -16px;
	padding-right: 3px;
}
.apiAdFooter {
	padding-right: 20px;
}
#choicesFrom, #choicesTo {
	text-align: left;
	position: absolute;
	border: 1px solid #333;
	z-index: 1000;
	background-color: #fff;
	width: 200px;
}
#choicesFrom ul, #choicesTo ul {
	list-style-type: none;
}
#choicesFrom ul li a, #choicesTo ul li a {
	color: #06c;
	display: block;
	padding: 2px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
#choicesFrom ul li a:hover, #choicesTo ul li a:hover {
	background-color: #f5f5f5;
}
.boxClose{
	text-align: right;
}
#choicesTo ul li .boxClose, #choicesFrom ul li .boxClose {
	color: red;
	display: inline;
	float: right;
	position: relative;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.apiE {
	background-image: none;
	background-color: #fff;
	min-height: 0;
	padding: 0;
}
form label {
	display: block;
}
#errorBox {
	width: 300px;
	height: 200px;
	border: 4px solid #888;
	background-color: #fff;
}
#errorContent{
	padding: 18px;
}
#errorInfo {
	margin-left: 10px;
	width: 170px;
	border: 1px solid #ced7e6;
	padding: 10px;
}
span#paperInfo, span#paperInfo a {
	color: #777;
}
#errorContent img, #errorContent #errorInfo{
	float: left;
}
#errorBtnContainer {
	text-align: center;
}
#overlay{
  background-image: url(../img/overlay.png);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 90;
  width: 100%;
  height: 100%;
}