BODY {

	font-size: x-small; 
	
}


}

.appMenu{
  font: tahoma;
  width: 100%;
  text-align: left;
  border: 1px black solid;
  }
  
.toolbar
{
     width: 100%;
     background-color : white;
}
.mouseover{
     border:black 1px solid;
     background: #CECBCE;
     cursor:hand
}
.mouseout{
     border:white 1px solid;
	background: lightyellow;
	 FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=white,strength=3);
	}

TABLE {
	 font-size: x-small;
}

.mousedown{
     border:black 1px solid;
		/*background: transparent;*/
	}



.formDiv{
	/*border: thin blue solid;*/
}

.formHeader{
    FONT-SIZE: 12px;
    HEIGHT: 25px;
   background:url('../images/head-px.jpg');
    COLOR: white;
    FONT-FAMILY: tahoma
}

.formCloseBtn{
   background-image: url('../images/close-px.gif');
   background-repeat: no-repeat;
   border: medium none;
   height: 21px;
   width: 21px;
}	

.formbody{
			border:blue thin solid;
			background:lightyellow;
			font-family:tahoma;
			font-size:12;
			FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=gray,strength=5);
			color: 	 Black;
			}