﻿.calContainer 
{
	margin: 0px;
	padding: 0px;
	width: 580px;
}

.pageTitle 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

.formTitle 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.formItem 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

.resultsTitle 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}

.listingContainer 
{
	width: 550px;
}

.listingSponsored 
{
	min-height: 100px;
	background: #ffffff url(images/listingGradient.jpg) repeat-x;
	padding: 10px;
	border: 1px solid yellow;
	width: 550px;
	margin: 0px 0px 10px 0px;
}

.listingFeatured 
{
	min-height: 100px;
	background: #ffffff url(images/listingGradient.jpg) repeat-x;
	padding: 10px;
	border: 1px solid #000000;
	width: 550px;
	margin: 0px 0px 10px 0px;
}

.listingNormal
{
	min-height: 100px;
	background: #ffffff url(images/listingGradient.jpg) repeat-x;
	padding: 10px;
	border: 1px solid #cccccc;
	width: 550px;
	margin: 0px 0px 10px 0px;
}

.listingLeft 
{
	float: left;
}

.listingRight 
{
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
}

.eventText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}

.eventTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: normal;
}

.feedText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

.feedTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}

a:link.eventNameLink 
{
	font-family:Arial,Helvetica,sans-serif;
    font-size: 10pt;
    color: #54719B;
    font-weight: bold;
    text-decoration: none;
}

a:visited.eventNameLink 
{
	font-family:Arial,Helvetica,sans-serif;
    font-size: 10pt;
    color: #54719B;
    font-weight: bold;
    text-decoration: none;
}

a:hover.eventNameLink 
{
	font-family:Arial,Helvetica,sans-serif;
    font-size: 10pt;
    color: #54719B;
    font-weight: bold;
    text-decoration: none;
    
}

a:active.eventNameLink 
{
	font-family:Arial,Helvetica,sans-serif;
    font-size: 10pt;
    color: #54719B;
    font-weight: bold;
    text-decoration: none;
}

a:link.moreLink 
{
	font-family:Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: #54719B;
    font-weight: bold;
    text-decoration: none;
}

a:visited.moreLink 
{
	font-family:Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: #54719B;
    font-weight: bold;
    text-decoration: none;
}

a:hover.moreLink 
{
	font-family:Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: #54719B;
    font-weight: bold;
    text-decoration: none;
    
}

a:active.moreLink 
{
	font-family:Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: #54719B;
    font-weight: bold;
    text-decoration: none;
}
