﻿td.arts_ent_list_header
{
	width: 245px;
	height: 66px;
	
	background-image: url(artsEnt_topTitle.jpg);
}

td.arts_ent_list_body
{
	width: 245px;
	height: 100%;
	
	background-image: url(artsEnt_bodyRpt.jpg);
	background-repeat: repeat-y;
}

td.arts_ent_list_footer
{
	width: 244px;
	height: 90px;
	
	background-image: url(artsEnt_btmFooter.jpg);
}

div.arts_ent_list_content
{
	width: 165px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;	
}

div.arts_ent_list_item_title
{
	font-family: 'Arial';
	font-size: 9pt;
	font-weight: bold;

	text-transform: capitalize;
	
	color: #7B0E25;
	
	margin-bottom: 6px;
}

div.arts_ent_list_item_location
{
	font-family: 'Arial';
	font-size: 9pt;
	font-weight: bold;
	
	text-transform: capitalize;
	
	color: #7B0E25;
}

div.arts_ent_list_item_date
{
	font-family: 'Arial';
	font-size: 9pt;
	font-weight: 600;
	
	color: #82A213;
	
	margin-bottom: 15px;
}

a.arts_ent_list_item_link
{
	color: #7B0E25;
}

a.arts_ent_list_item_link:hover
{
	color: #BF072E;
}

a.arts_ent_list_item_link:visited
{
	color: #640E20;
}