﻿.identify-container
{
	height: 250px;
	overflow: hidden;
}
#identify-content
{
	height: 267px;
	overflow: scroll;
}
.identify-container table
{
	width: 100%;
}
.identify-container .layer-header
{
	color: #fff;
	background-color: #9FC6E9;
	width: 100%;
	padding: 2px 0;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #20598F;
}
.identify-container .item-header,
.identify-container .item-sub-header
{
	color: #20598F;
	width: 100%;
	padding: 2px 0;
	font-size: 0.62em;
	font-weight: bold;
	text-align: center;
}
.identify-container .item-header
{
	background-color: #DFECF9;
	border-bottom: 1px solid #BFD9F0;
}
.identify-container .item-sub-header
{
	background-color: #FFF0F0;
	border-bottom: 1px solid #F09999;
}
.identify-container .row-odd,
.identify-container .row-even
{
	color: #20598F;
	padding: 2px 3px;
	font-size: 0.62em;
	vertical-align: text-top;
	line-height: 1.0em;
	border-bottom: 1px solid #BFD9F0;
}
.identify-container .row-odd
{
	background-color: #fff;
}
.identify-container .row-even
{
	background-color: #f9f9ff;
}
