body, p, div, td, input, textarea
{
	font-family : Tahoma;
	font-size:8pt;
}


body { MARGIN: 0px }

.contextMenus { 
	position:absolute; 
	background-color:#f8f8ff; 
	border-style: inset; 
	border-width:2px; 		
	border-top-color:Black;
	border-right-color:blue; 
	border-bottom-color:blue;  
	visibility:hidden; 
}

.menuItem { 
	cursor:pointer; 
	font-size:9pt; 	
	font-family:Arial, Helvetica, san-serif; 
	padding-left:5px; color:black; 
	background-color:transparent; 
	text-decoration:none; 	 
}

.menuItemOn { 
	cursor:pointer; 
	font-size:9pt; 
	font-family:Arial, Helvetica, sans-serif; 
	padding-left:5px; 
	color:blue; 
	background-color:d8e4f8; 
	text-decoration:underline; 
}

.contextEntry { 
	cursor:pointer; 			
	font-weight:Normal; 
	color:Black; 			
}			

.contextEntryon {
	cursor:pointer; 			
	font-weight:bold; 
	color:blue; 			
	background-color:#f8f8ff; 								 
	border-style:solid; 
	border-width:1px;
}	
		
.TextBoxAlignRight
{
    text-align : right;   
}

.TextBoxAlignCenter
{
    text-align : center;   
}

.TextBoxUpperCase
{
	text-transform: uppercase
}

.TextBoxLowerCase
{
	text-transform: lowercase
}

