﻿
/* News Events */
table.NewsContainer
{
	width:235px;
	height:140px;
	background-image:url(../images/headings/newsevents.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}
td.NewsText
{
	color:Black;
	padding:32px 4px 4px 4px;
	height:104px;
	vertical-align:middle;
}


tr.ListViewRow
{
	background-color:White;
}
tr.ListViewAlternate
{
	background-color:#D9E4C5;
}
td.DocRowTitleCell
{
	color:#78A22E;
	font-size:1.2em;
	font-weight:bold;
	padding:4px 4px 4px 4px;
}
td.DocRowCell
{
	color:#381446;
	padding:4px 4px 4px 4px;
}
td.DocRowCellMiddle
{
	padding:4px 4px 4px 4px;
	vertical-align:middle;	
	text-align:center;
	width:100px;
}
table.DocRowTable
{
	width:100%;
}
td.FullListBanner
{
	background-image:url(../images/newsevents/fulllistbanner.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:524px;
}

td.NewsTitle
{
	font-size:1.4em;
	padding:4px 4px 4px 4px;
}
td.NewsStore
{
	font-size:1.4em;
	padding:4px 4px 4px 4px;
	text-align:right;
}
td.NewsArticle
{
	padding:4px 4px 4px 4px;
}
td.NewsDate
{
	padding:4px 0px 4px 0px;
	vertical-align:middle;	
}

td.CalSmallDate
{
	background-color:#84A93F;
	color:White;
	text-align:right;
	font-weight:bold;
	padding-right:3px;
	white-space:nowrap;
	padding-bottom:2px;
}
td.GenCalSmallDate
{
	background-color:White;
	color:#999999;
	text-align:right;
	font-weight:bold;
	padding-right:3px;
	white-space:nowrap;
}
td.OldCalSmallDate
{
	background-color:#C6D39C;
	color:White;
	text-align:right;
	padding-right:3px;
	white-space:nowrap;
	
}
td.GenOldCalSmallDate
{
	background-color:White;
	color:#cccccc;
	text-align:right;
	padding-right:3px;
	white-space:nowrap;
	
}
td.CalText
{
	color:black;
	padding:2px 2px;
}
td.OldCalText
{
	color:#999999;
	padding:2px 2px;
}
td.GenCalText
{
	color:#735521;
	padding:2px 2px;
}
td.GenOldCalText
{
	color:#cccccc;
	padding:2px 2px;
}
td.CalDesc
{
	color:#999999;
	padding:3px 3px;
}
td.OldCalDesc
{
	color:#cccccc;
	padding:3px 3px;
}
table.CalTable
{
	width:100%;
	border:solid 2px #84A93F;
	background-color:white;
	text-align:right;
	font-weight:bold;
}
table.OldCalTable
{
	width:100%;
	border:solid 1px #cccccc;
	background-color:white;
	text-align:right;
}
table.GenCalTable
{
	width:100%;
	border:solid 1px #999999;
	background-color:white;
	text-align:right;
	font-weight:bold;
}
table.GenOldCalTable
{
	width:100%;
	border:solid 1px #cccccc;
	background-color:white;
	text-align:right;
}
table.nextEventContainer
{
	width:100%;
	border:solid 2px #84A93F;
	background-color:white;
	text-align:right;
	font-weight:bold;
	height:234px;
}
