﻿/*
	Contains all stylistic features the results panel (bottom).
*/

.panel_results
{
	position: absolute;
	/*width: 100%;*/
	height: 116px;
	left: 1px;
	
	filter: alpha(opacity=100);
	opacity: 100;
	-moz-opacity: 1.0;
	z-index: 20;
	background-color: White;
	
	overflow:none;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	
	text-align:center;
}

.panel_results_container
{
	background-image: url(../../images/locator_bottom_back.jpg);
	background-repeat: repeat-x;
}

.resultsTable
{
	border-collapse: collapse;
}

.resultsTable th
{
	color: #505050;
	text-align: left;
}

.resultsTable td
{
	padding-left: 5px;
	padding-right: 5px;
	font-family:Verdana;
	font-size: 10px;
	vertical-align: middle;
	text-align:left;
}


.resultsPagingControlContainer
{
}

.resultsPagingControl
{
	font-weight:bold;
	margin-right: 10px;
	text-align:center;
}

.resultsTableContainer
{
	float:left; 
	margin-left:5px;
	overflow-x: auto;
	overflow-y: hidden;
	height: 100%;
}


.imgPrint, .imgExport
{
	width: 50px;
	height: 50px;
}

.cellResultNumber
{
	width: 17px;
	text-align: right;
	width: auto;
}

.cellSiteNumber
{
	width: 50px;
	width: auto;
}

.cellSiteName
{
	width: 160px;
	width: auto;
}

.cellTowerType, .cellTowerStatus
{
	width: 50px;
	width: auto;
}


.cellStreet
{
	width: 160px;
	width: auto;
}

.cellCity, .cellState, .cellZip
{
	width: 55px;
	width: auto;
}

.cellDistance
{
	width: 60px;
	width: auto;
}

.cellCommon
{
	overflow:hidden;
	white-space:nowrap;
	height: 17px;
	width: auto;
}

.panel_results_default{
	width:70%;
}
.panel_results_default tr td
{
	padding-left: 10px;
	vertical-align:middle;
}

.panel_results_default tr td div
{
	margin-left: 10px;
	text-align:left;
	
	font-family:Verdana;
	font-size: 10px;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	line-height: 16px;
}
	
.panel_results_default tr td div div
{
	margin-left: 20px;
}