﻿html, body 
{
	background-color: Transparent;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body { overflow: hidden ! important; }

img { border: 0px; }

form 
{
	margin: 0px;
	padding: 0px;
}

.link 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
}

.link img 
{
    border: 0;
    vertical-align: middle;
}

.ecMapContainer
{
	position: absolute;
	width: 72%;
	height: 100%;
	min-height: 100%;
}

.header
{
	position: absolute;
	left: 72%;
	width: 28%;
	max-height: 12%;
	height: 12%;
	text-align: center;
	line-height: 10%;
}

.headerImage
{
	border: 0;
	vertical-align: middle;
}

.result
{
	position: absolute;
	left: 72%;
	width: 28%;
	max-height: 70%;
	height: 70%;
	top: 12%;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	text-align: center;
}

.emptyResultImage
{
	border: 0;
	vertical-align: middle;
}

.ads
{
	position: absolute;
	left: 72%;
	width: 28%;
	height: 18%;
	top: 82%;
	text-align:center;
	vertical-align: middle;
}

.ads img
{
	padding-top: 5%;
}

.resultTable
{
	background-color:white;
	width:100%;
}

.resultInfo
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	border: 1px dotted #808080;
	background-color: #EFEFEF;
	height:50px;
}

.resultCell
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	text-align:left;
	border:1px dotted #808080;
	height:50px;
	width:100%
}

.resultCellCategory
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: Gray;
}

.resultCellActive
{
	background-color: #a8a8a8;
	cursor: default;
}

.resultCellInactive
{
	background-color: White;
	cursor: pointer;
}

