table.sample {
	border-width: 0px;
	border-spacing: ;
	border-style: groove;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 0px;
	padding: 0px;
	border-style: groove;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td 
{	
	border-width: 0px;
	padding: 2px;
	border-style: groove;
	vertical-align:top;
	-moz-border-radius:;
}


table.sample td.filterTitle
{
	color: #6633ff;
	font-size: 18px;
	font-style: italic;
}


table.menu {
	border-width: 1px;
	border-spacing: 6px;
	border-style: groove;
	border-color: gray;
	border-collapse: collapse;
	
}

table.menu thead{
	background-color: #f1f1f1;	
}

table.menu td{
	padding: 1px 1px 1px 3px;
}

A.menuItem
{
	color: DarkBlue;
	
    text-decoration: none;
    background-color: #ffffff;
}

A.menuItem:hover
{
    text-decoration: underline;
    background-color: #cccccc;
    
    text-decoration: none;
}




div.code
{
	background-color: lavender;
	font: statusbar;
}

div.YaelTitle
{
	font-size: 15px;
	color: #ffffff;
	font-style: italic;
}

fieldset 
{
	padding: 0.5em; 
	margin-top: 0em; 
	background: #f0f5f8; 
	border: 1px dashed #000000; 
}
