﻿/*
a:link {color: #028bc8;}

a:visited {color: #028bc8;}

a:active {color: #028bc8;text-decoration: none;}

a:hover {color: #028bc8;text-decoration: none;}
*/

.eventListTable
{
	border-bottom: solid 1px #666666;
}

.eventListDateCell
{
	border-top: solid 1px #666666;
	border-collapse: collapse;
	background-color: #eeeeee;
	width: 72px;
	color: #666666;
	font-weight: bold;
}
.eventListTitleCell
{
	border-top: solid 1px #666666;
	border-collapse: collapse;	
	font-weight: bold;	
}

.eventItemTable 
{
	border: solid 1px black;
}

.eventItemTitleCell 
{
	background-color: #eeeeee;
	border-bottom: solid 1px black;
	font-weight: bold;
}

.eventItemDateCell {
	font-weight: bold;
	color: #666666;
}

.eventListLocationCell 
{
	border-top: solid 1px #666666;
	border-collapse: collapse;	
	font-weight: bold;	
	color: #666666;
}

.eventItemDescriptionCell 
{
}

.splitSectionSideBarBlock 
{
	/*border-right: solid 1px #028bc8;*/
}