body
{
}

.Grid { border: solid 1px Tan; }

.GridHeader
{
    font-weight: bold;
    background-color: #89a7d1;
    font-family:Arabic Transparent;
    font-size:16px;
    color:#000000;
    text-align:right;
    
}

.GridItem, .GridAltItem
{
    font-family:Arabic Transparent;
    font-size:12px;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    text-align:right;
    
}

.tablewatermark
{ 
	background-color:#FFFFFF; 
	background-image:url(images/fruits.JPG); 
	filter:alpha(opacity=100);
	color:#000000 
}

.transp_label
{
position:absolute;
z-index:1;
left:10px;
top:10px;
color:yellow; 
/*filter:alpha(opacity=20);*/
font-family:Verdana, Arial, Helvetica;
font-size: 28px; 
}

.solid_div
{
position:absolute;
z-index:0;
left:40px;
top:10px;
width:100px;
height:75px;
background-color:green; 
} 

.GridItem
{
    background-color: white;
}

.GridAltItem
{
    background-color: #eeeeee;
}

.GridPager
{
	background-color: #ffffff;
	font-family:Arabic Transparent;
	font-size:12;
	color:#000099;
}

.menulinks
{
 font-family:tahoma;
 font-size:11;
 color:#ffffff;
 text-decoration:none;
}

