﻿body
{
  margin: 0px ;
  padding: 0px ;
  background-color: #ccc ;
  font-family: Verdana, Arial, sans-serif ;
  font-size: 10px ;
}

table
{
  font-family: Verdana, Arial, sans-serif ;
  font-size: 10px ;
}

select
{
  font-family: Verdana, Arial, sans-serif ;
  font-size: 9px ;
}




.ucPopStyle
{
  font-size: 9px ;
  font-family: Verdana, Arial, sans-serif ;
  background-color: #fff ;
  visibility: hidden ;
  padding: 2px ;
  position: absolute ;
  width: 60px ;
  border: solid 1px black ;
  z-index: 1000 ;
}

.cgDiv
{		
	/*position:absolute;	
	border: solid 2px red;*/
}

#divFilter
{
	width: 210px;
	float: left;
}

#divApp1
{
	width: 730px; 
	/* height: 737px; */
	margin: 3px; 
	float: left;	
}

#divApp2
{
	margin: 3px; 
	width: 360px; 
	float: left; 
	display: none;
}

#divInputs1
{
	float: left; 
	width: 290px; 
	height: 100%; 
	border: inset 1px;
}
#divInputs2
{
	float: left; 
	width: 350px; 
	border: inset 1px;
}



#divResults1
{
	float: left; 
	width: 420px; 
	border: inset 1px;
	margin-left: 3px; 	
}

#divResults2
{
	float: left; 
	width: 350px; 
	border: inset 1px; 
	margin-top: 3px;
}

.divOuts
{
	background-color: #eee; 
	height: 333px; 
	overflow: auto;
}


#spnDone
{
	font-size: 14px; 
	text-decoration: underline;
	color: Blue; 
	cursor: default;
}

a.menuLink
{
  display: block ;
  padding: 2px 4px ;
}


a.menuLink:link
{
  color: #000000 ;
  text-decoration: none ;
}


a.menuLink:visited
{
  color: #000000 ;
  text-decoration: none ;
}


a.menuLink:hover
{
  color: #ffffff ;
  background-color: #000000 ;
  text-decoration: none ;
}


a.menuLink:active
{
  color: #ffffff ;
  background-color: #663399 ;
  text-decoration: none ;
}
