﻿/* 
  ------------------------------------------------
  Annenberg Community Beach House Style - 03.25.09
  ------------------------------------------------

  ---------------
  Calendar Styles
  ---------------
*/

table.calendar 
{
	margin-bottom: 25px;
}

table.calendar thead 
{
	background-color: #C3CD23;
	color: #ffffff;
	text-align: center;
}

tr.days-of-week td
{
	border-bottom: 1px solid #666666;
}

table.calendar td
{
	font-size: 8px;
}

table.calendar h4 
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}

table.calendar tbody td 
{
	background-color: #E6E6E6;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	height: 50px;
	vertical-align: top;
}

table.calendar tbody td.last
{
	border-right: 1px solid #666666;
}

div.day
{
	float: right;
}

span.next-previous-day 
{
	color: #AFAFAF;
}

div.event
{
	margin-top: 10px;
	font-size: 8px;
}

/* tooltip window */
span.tooltip {
	width: 145px;
	padding: 10px;
	display: block;
	background: #048CAF;
	color: #ffffff;
	text-align: left;
	z-index: 1;
	position: absolute;
	top: -30px;
	left: 15px;
	font-size: 12px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

img.pointer 
{
	margin-left: 4px;
	margin-top: -25px;
}

img.prev 
{
	float: left;
}

img.next 
{
	float: right;
}