/*
// $Id: content.css,v 1.2 2007/08/22 22:24:08 markt Exp $
// $Revision: 1.2 $
// $Author: markt $
//
// $Log: content.css,v $
// Revision 1.2  2007/08/22 22:24:08  markt
// updates to show all activities in tree view.
//
// Revision 1.1  2007/01/15 16:47:27  scottl
// Updates to ticketing for new design.
//
// Revision 1.2  2006/12/08 15:54:34  scottl
// Change requests with footer and navigation.
//
// Revision 1.1  2006/09/15 17:13:41  scottl
// Initial revision.
//
// Revision 1.1.1.1  2006/08/28 19:54:54  scottl
// Initial check-in.
//
//
*/
.txtHighlight {
color: #c7ac76;
}

.cartHeader 
{
	color: #057DBA;
	font-weight: bold;
}

/* Activities */

	.activityDescription {
		background: #ffffff;
		padding-left: 5px;
		padding-bottom: 10px;
	}
	.activityDescription a 
	{
		color: #ab1713;
		text-decoration: underline;
	}
	.activityDescriptionDetails 
	{
		display: none;
	}
	.activityHeader, .generalHeader 
	{
		font-size: 11px;
		background-color: #fff;
		color: #000;
	}
	.activityRow, .generalRow 
	{
		border-top: 1px solid #cccccc;
		background-color: #ffffff;
	}
	.activityAvail, .activityProduct, .generalProduct
	{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 10px;
		border-top: 1px solid #cccccc;
	}
	.activityProduct 
	{
		color: #3d3d3d;
		font-weight: bold;
		font-family: Arial;
		font-size: 12px;
	}
	.activityTimeSlots, .activityProducts
	{
		display: none;
	}
	.activityProductDetailsHeader td
	{
		font-size: 11px;
		color: #000000;
		border-bottom: 1px solid #cccccc;
	}
	.activityProductDetailsRow td
	{
		font-size: 11px;
		color: #000000;
		background-color: #ededed;
		padding: 3px;
		border-bottom: 1px solid #ffffff;
	}