/*	
	this is the extra styles to drive the calendar
	basically adds a load of good stuff that make it totally different
	meant to be used in conjuction with the master styles
	although will most likely look fine without it
*/

	caption
	{
		margin-top: 20px;
		margin-bottom: 0px;
		font-family: georgia, verdana, arial, sans-serif;
		line-height: 24px;
		font-size: 24px;
		text-transform: uppercase;
		font-weight: normal;
		color: #aa0000;
	}
	
	caption a
	{
		font-family: georgia, verdana, arial, sans-serif;
		line-height: 24px;
		font-size: 18px;
		text-transform: none;
		font-weight: normal;
		color: #000;
	}
	
	caption a:visited, .date_top a:visited
	{
		color: #000;
	}
	
	body
	{
		margin-left: 10px;
	}
	
	a
	{
		text-decoration: none;
		color: #aa0000;
		font-weight: normal;
	}
	
	a:hover
	{
		text-decoration: underline;
		color: #ff5555;
	}
	
	a:visited
	{
		color: #aa0000;
	}
	
	a:active
	{
		color: #ffaaaa;
	}
	
	a.date_top
	{
		display: block;
		text-decoration: none;
		background: transparent;
		color: #000;
	}
	
	a.date_top:hover
	{
		color: #fff;
		background: #aa0000;
	}
	
	a.date_top:visited
	{
		color: #000;
	}
	
	.date_top
	{
		position: relative;
		left: 0;
		top: 0;
		width: 25%;
		padding: 3px 0 3px 0;
		background: transparent;
		color: #000;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		font-family: Verdana, sans-serif;
		text-align: center;
		font-size: 11px;
	}

	.author
	{
		color: #666;
		font-family: Verdana, sans-serif;
		text-align: right;
		font-size: 9px;
		line-height: 11px;
		margin-bottom: 5px;
	}
	.more_info
	{
		color: #000;
		font-family: Verdana, sans-serif;
		text-align: center;
		font-size: 9px;
		line-height: 11px;
	}
	h3
	{
		font-weight: normal;
		color: #aa0000;
		font-family: Verdana, sans-serif;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
		margin-top: 12px;
		margin-bottom: 0px;
	}
	h4
	{
		font-weight: normal;
		color: #aa0000;
		font-family: Verdana, sans-serif;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
		margin-top: 24px;
		margin-bottom: 0px;
	}
	
	.t1, .t2
	{
		border-left: 1px solid #888;
		border-bottom: 1px solid #666;
		border-top: 1px solid #666;
		padding: 5px;
		font-size: 12px;
		font-family: Georgia, sans-serif;
		text-align: center;
	}
	.alt_row
	{
		border-left: 1px solid #888;
		background: #eee;
		color: #000;
	}
	td
	{
		border-left: 1px solid #888;
		color: #000;
		vertical-align: top;
		text-align: left;
		margin: 0;
		padding: 0 5px 5px 0;
		height: 7em;
		width: 12%;
		border-bottom: 1px solid #888;
		background: #fff;
	}
	table
	{
		border-right: 1px solid #888;
	}

