.event ul.options
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.event ul.options li
{
	display: inline;
	margin-left: 15px;
	font-size: 12px;
}

ul.colorpicker
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.colorpicker li
{
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	border: 2px solid white;
}

ul.colorpicker li.selected
{
	border: 3px ridge #ccc;
}

ul.colorpicker li a
{
	padding: 15px 8px;
}

.calendar_event_wrapper
{
	cursor: pointer;
	overflow: hidden;
}

.calendar_event_wrapper.hover
{
}

.calendar_event
{
	padding: 3px 5px;
	color: #fff;
}

.calendar_event a
{
	text-decoration: none;
	color: #eee;
}

.calendar_event a:hover
{
	text-decoration: underline;
}

.calendar_event .range
{
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.calendar_event .title
{
	padding-top: 2px;
	font-size: 12px;
}



#phi_events thead tr td
{
	border-bottom: 1px solid #999;
}

#phi_events tbody tr td
{
	border-right: 1px solid #999;
}

#phi_events tbody tr.phi_calendar_00 td
{
	border-bottom: 1px solid #ccc;
}

#phi_events tbody tr.phi_calendar_30 td
{
	border-bottom: 1px solid #999;
}

#phi_events tbody tr td.time
{
	background: #eee;
	padding-left: 5px;
	border-left: 1px solid #999;
	font-size: 12px;
}

#phi_events tbody tr.phi_calendar_00 td.time
{
	border-bottom: 0;
}

#phi_events tbody tr td.contents.today
{
	background-color: #ffc;
}

#phi_events tbody tr td.day
{
	height: 100px;
	padding: 3px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

#phi_events tbody tr td.day.today
{
	background-color: #ffc;
}

#phi_events tbody tr td.day.empty
{
	background-color: transparent;
}

/* Navigation div */
div.navigation
{
	text-align: center;
}

div.navigation h1,
div.navigation h2,
div.navigation h3
{
	margin: 0;
	padding: 0;
}

div.navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	
	height: 25px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

div.navigation ul li.previous
{
	float: left;
}

div.navigation ul li.next
{
	float: right;
}


#phi_events ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#phi_events ul li
{
	font-size: 11px;
}

#phi_events td.day a.day_number
{
	float: right;
	
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: black;
	opacity: 0.2;
}

/* Tooltips */
.event_tooltip h1
{
	margin: 0 0 2px 0;
	padding: 5px 5px 2px 5px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
}

.event_tooltip p
{
	margin: 0;
	padding: 0 5px;
	line-height: 14px;
	font-size: 14px;
}


/* events */
.events div.title
{
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 2px ridge #ccc;
}


.events div.title span.views
{
	font-size: 11px;
}

.events div.title ul.views
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.events div.title ul.views li
{
	display: inline;
	margin: 0 0 0 5px;
	font-size: 11px;
}

.events div.title h1,
.events div.title h3
{
	margin: 0;
	padding: 0;
}

.events ul.day
{
	list-style: none;
	margin: 0 0 35px 0;
	padding: 0;
}

.events ul.day li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}