﻿/* table style */
table.igoogle-classic
{
	font-family:arial,sans-serif;
	border:solid 1px #7aa5d6;
}

/* header cell style */
.igoogle-classic th
{
    color:#3366cc;
	border-right-color:#7aa5d6;
	border-bottom-color:#7aa5d6;
    background:#e5ecf9;
}  

/* cell styles */
.igoogle-classic td
{
    border-bottom-color:#e5ecf9;	
    border-right-color:#e5ecf9;	
}

/* mouseover row style */
.igoogle-classic .row-over 
{ 
	background-color:#e5ecf9;
}

/* mouse select row style */
.igoogle-classic .row-select 
{ 
	background-color:#7aa5d6;
	color:#fff;
}
.igoogle-classic .row-alt
{
	background-color: #EDF3FC;
}

.igoogle-classic .row-alt:hover
{
	background-color: #D7E3D2;
}

.igoogle-classic .row-over:hover
{
	background-color: #D7E3D2;
}
/* table style */
table.igoogle
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	width:99%;
	border-collapse:collapse;
	border-spacing:0px;
	
    border-color: #4c4c4c;
    font-weight: bold;
    text-align: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
}

/* common cell styles */
.igoogle th, .igoogle td
{
	cursor:default;
	height:20px;
}

/* header cell style */
.igoogle th
{
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:2px;
    font-weight:bold;
    text-align:center;    
}  
/* header cell style */

/* cell styles */
.igoogle td
{
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;	
}

@media print
{
	.igoogle th
	{
		border-right-style: solid;
		border-right-width: 1px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		font-weight: bold;
		text-align: center;
		background-color: #FFFFFF;
		color: #000000;
		border-color: #000000;
	}

	table.igoogle
	{
		border-color: #000000;
	}

}


