﻿.dynamicPopulate_Normal 
{	
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}

.infoboxstyle 
{
    position: absolute;
	color: black;
	border: black;
	border-style:dotted;
	border-width:1px;
	background-color: #EFEFEF;
	visibility: hidden; 
}

.infoboxstyle_update
{
    background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	color: black;
	border: black;
	border-style:none;	
	width:200px;
}

.noDisplay
{
    display:none;
}
