﻿.activityPhotoArea
{
	margin: 0px 0px 0px 1px;
}

/* OVERRIDE LT IE6 */
* html .activityPhotoArea
{
	margin: 0px 0px 0px -23px;
}

.activityPhotoRow
{
	float: left;	
	margin: 10px 0px 0px 24px;
}

/* OVERRIDE LT IE6 */
* html .activityPhotoRow
{
	float: left;	
	margin: 10px 0px 0px 24px;
}


.activitiesRow
{
	clear: both;
	
	width: 515px;
	
	margin: 3px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	
	list-style-type: none;
}

.activitiesDate
{
	float: left;
	
	width: 75px;
	
	margin: 0px 0px 0px 0px;
	padding: 3px 4px 2px 4px;
	
	background-color: #0051BC;
	
	color: #FFFFFF;
	font-size: small;
	text-align: center;
}


.activitiesTitle
{
	float: left;
	
	width: 382px;
	
	margin: 0px 0px 0px 5px;
	padding: 3px 4px 2px 4px;
	
	background-color: #EEEEEE;
	
	color: #0066CC;
	font-size: small;
}


.activityInformationRow
{
	clear: both;
	
	width: 700px;
	
	margin: 5px 5px 5px 25px;
	
	list-style-type: none;
}

.activityInformationTitle
{
	float: left;
	
	width: 115px;
	
	padding: 4px 5px 4px 5px;
	
	background-color: #0051BC;
	
	color: #FFFFFF;
	font-size: small;
}

.activityInformationDescription
{
	float: left;
	
	width: 504px;
	
	margin: 0px 0px 0px 10px;
	padding: 4px 5px 4px 5px;
	
	color: #0051BC;
	background-color: #EEEEEE;
	
	font-size: small;
}