﻿/* table style */
table.igoogle
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	width:99%;
	border-collapse:collapse;
	border-spacing:0px;
}

/* 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;    
}  

/* 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;
	}

}

