/* Rob's Syle sheets */
	

/* Page border */
.PageBorder
{
	border:solid 1px #ffffff;
}

/* Text message border */
.MsgBorder
{
	border:solid 3px #005699;
}
	
	

/* Standard Menu Table Frame Format */
.MenuTable
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 10pt;    
	FONT-FAMILY: Arial;
	COLOR:#000000;
	background-color: #FFFFFF;
	TEXT-DECORATION: none;    
}


/* Standard Mouseover Menu Table Frame Format */
.MenuTableMouseover
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;    
	FONT-FAMILY: Arial;    
	COLOR:#000000;		
	background-color: #C0C0C0;
	TEXT-DECORATION: none;   
	/* background-image: url(image.gif); - if required*/
	}


/* Unauthorised cell */
.QLinkNotAllow
{
	cursor:not-allowed;
}


/* Standard Font */
.tdt
{ 
	FONT-WEIGHT: none;
	FONT-SIZE: 8pt;    
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR:none;
	height:20;
}

/* Standard Bold Font */
.tdtBold
{ 
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;    
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR:none; 
	height:20; 
}

/* Standard Small Text Font */
.tdtSmall
{ 
	FONT-WEIGHT: none;
	FONT-SIZE: 7pt;    
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR:none; 
	height:20; 
}