﻿table.Default_Grid
{
	width: 100%;
	border-bottom-style: none;
	margin: 0px 0px 0px 0px;
}

td.Default_Grid_Cell_normal
{
	padding : 0px 0px 0px 0px;
	width: 33%;
	height: 200px;
}

div.Default_Grid_Cell_normal
{
	width: 100%;
	height: 100%;
	background-image: url(Images/MaingridBack.jpg);
	background-repeat : no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;
}

div.Default_Grid_Cell_mouseover
{
	width: 99%;
	height: 99%;
	background-image: url(Images/MaingridBack_over.jpg);
	background-repeat : no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;	
}

td.Default_MoreBtn
{
	width: 121px;
	height: 26px;
	cursor: pointer;	
}

.Default_Grid_Cell_glyph
{
	text-align: center;
	height: 100%;
	vertical-align: middle;
	margin-top: 10px;
	width: 100%;
	color: #AAAAAA;	
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.Default_Grid_Cell_productName
{
	width: 100%;
	text-align: center;
}

.Default_Grid_Cell_productName a:link,
.Default_Grid_Cell_productName a:visited
{
	font-size: 15px;
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
}

.Default_Grid_Cell_productName a:hover
{
	font-size: 14px;
	color: #003c5a;
	font-weight: bold;
	text-decoration: none;
}

div.announcementsDiv
{
	margin: 0px 5px 35px 5px;
}

div.announcement
{
	color: #003c5a;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.announcementsTitle
{
	font-weight: bold;
	margin-bottom: 10px;
	color: #003c5a;
	height: 20px;
	vertical-align: middle;
	background-color: #E0E7EA;
}

div.announcementItemTitle_odd
{
	margin-top: 10px;
}

div.announcementItemTitle_even
{
	margin-top: 10px;
	background-color: #F0F0FA;
}

div.announcementMoreTextLink
{
	text-align: right;
}

td.arrowbackground
{
	background-image: url(./Images/clickhere_login.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 70px;
	vertical-align: top;
	padding-right: 80px;
}

div.sunergizer,
div.sunergizer_over
{
	text-align: center;
	background-color: #205c7a;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #c6dbe7;
	font-weight: bold;
	height: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.sunergizer_over
{
	cursor: pointer;
	color: #FFFFFF;
/*	font-size: 12px;*/
}