﻿body 
{
	background-image: none;
	font-family: Tahoma;
	
}
.titletext
{
	display: none;
}
	.formLabels
	{
		font: 12px, arial helvetica sans-serif;
		color: #336633;
		font-weight: bold;
		
	}
	
	.header1 
	{
		color: Yellow;
		font-weight: bold;
		font: 16px, arial;
	}
.header2
{
	color: Yellow;
	font-style: normal;
	font: 12px, arial helvetica sans-serif;
	
}

.mnuMain 
{
	display: none;
}

a.mnuMain
{
	
 
	display: none;
 }
 a.mnuMain:hover 
 {
	display: none;
 }
 
 .locationsTable 
 {
	display: none;

 }
	.little
	{
	    display: none;
	}
	
		a.little:hover 
	{
	    display: none;
	}
	a.locations
	{
		
		display: none;
		
	}
	a.locations:hover 
	{
		display: none;
	}
	
	a.bottomLinks 
	{
		display: none;
	}

a.bottomLinks:hover
{
	display: none;
}

		
	.difference 
	{
		display: none;
		
	}
.rightlinks
	{
		display: none;
	}
	
	
.difference:hover
	{
		display: none;
	}
	
	.rightsideCells
	{
		display: none;
	}
	
	
	a.rightside 
	{
		display: none;
		
	}
		a.rightside:hover 
	{
		display: none;
		
	}
		a.rightsideSmall 
	{
		display: none;
		
	}
		a.rightsideSmall:hover 
	{
		display: none;
		
	}
	.cityTitle
	{
		display: none;
	}
	
	.contactInfo
	{
		display: none;
	}
	
	.contactInfoSmall
	{
		display: none;
	}
	
	.cityLabels
	{
		display: none;
	}
	
	a.cityLabels
	{
		display: none;
		
	}
	
	a.cityLabels:hover 
	{
		display: none;
	}
		
.popupPlacement
{
	position : absolute;
	left : 420px;
	top : 350px;
	z-index : 200;
	background-color:White;
	color:Black;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	border-style:solid;
	border-color:Black;
	width:360px;
	height:150px;
}

.scroller {
display:block;
position:relative;
width: auto;
height: 5em;
margin:0;
padding:5px;
background:inherit;
color:inherit;
overflow:auto;/*must have this*/
}

.SortHeaderRowStyle 
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}