﻿body {
}

/* Sets the header used in the repeater for showing the month in the repeater */
div.monthHeader
{
	font-size:larger;
	font-weight:bold;
}

div.gigItem
{
	height:auto;
	margin-bottom: 2px;
}

/* The div that surrounds the image for the event (public/private) */
div.gigItemImage
{
	height: 16px;
	width: 16px;
	float:left;
	margin-right:5px;
}

div.gigItemText
{
	height:auto;
	width:inherit;
}

span.gigName
{
	font-style:italic;
}

span.gigDate
{
	
}