﻿/* table style */
table.igoogle-afternoon
{
	border:solid 1px #dbd795;
}

/* header cell style */
.igoogle-afternoon th
{
    color:#613913;
	border-right-color:#dbd795;
	border-bottom-color:#dbd795;
    background:url(img/afternoon/mt_back.gif) repeat-x;
}  

/* cell styles */
.igoogle-afternoon td
{
    border-bottom-color:#e5e4cf;	
    border-right-color:#e5e4cf;	
}

/* mouseover row style */
.igoogle-afternoon .row-over 
{ 
	background-color:#e5e4cf;
}

/* mouseover row style */
.igoogle-afternoon .row-select 
{ 
	background-color:#dbd795;
}

