﻿/* table style */
table.igoogle-summer
{
	/*border:solid 1px #84a360;*/
}

/* header cell style */
.igoogle-summer th, .igoogle-summer tr.header td
{
    color:White;
	border-right-color:#ffffff;
	border-bottom-color:#84a360;
    background:#b0d781 url(img/summer/mt_back.gif) repeat-x;
}  

/* header cell style */
.igoogle-summer th a
{
    color:White;	
}  

/* cell styles */
.igoogle-summer td
{
    color: #000;
    border-bottom-color: #ADD280;
    border-right: solid 2px white;
}

/* mouseover row style */
.igoogle-summer .row-over 
{ 
	background-color:#e7f2da !important;
}

/* mouse selectrow style */
.igoogle-summer .row-select 
{ 
	color:#fff;
	background-color:#84a360 !important;
}

