/******{CSS for the Kimpton Events Page}************/
#content{
	padding-bottom: 10px;
}
#month_nav_container{
	margin: 10px 0px;
}
#month_nav_container a{
	outline: none;
}
#month_nav_container ul, .paging_container ul{
	margin: 0px;
	padding: 0px;
}
#month_nav_container ul li, .paging_container ul li{
	display: inline;
	float: left;
}
#month_nav_container ul li a{
	display: block;
	height: 15px;
	text-align: center;
	width: 196px;
}
.paging_container ul li a{
	display: block;
	height: 15px;
	text-align: center;
	width: 20px;
}
.current_month_link, .current_month_link:hover{
	color: #444444;
	cursor: default;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.prev_month_link, .next_month_link{
	height: 13px;
	background: #ffffff url('/images/mon_arrow_left_on.gif') no-repeat right;
	width: 7px;
}
.next_month_link{
	background: #ffffff url('/images/mon_arrow_rght_on.gif') no-repeat;
}
.prev_month_link.disabled{
	background: #ffffff url('/images/mon_arrow_left_off.gif') no-repeat right;
}
a.prev_month_link span, a.next_month_link span{
	display: none;
}
.clear_div{
	clear: both;
	display: block;
	height: 1px;
}
img.dotstrip{
	margin: 15px 0px;
}
h3{
	font-weight: normal;
	margin-bottom: 10px;
}
div.event, a.view_all_link{
	margin-bottom: 10px;
}
a.view_all_link{
	display: block;
}
#content p.current_paging{
	margin-top: 10px;
}
.event_tooltip{
	background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
	font-size: 11px;
	line-height: 13px;
    padding: 10px;
	position: absolute;
    z-index: 999;
    width: 300px;
}
.event_tooltip p	{
	font-size: 11px;
	line-height: 13px;
	margin: 4px;
	padding: 0px;
}
#events_content	{
	color: #888;
	margin-top: 10px;
}
.fc-header-title	{
	font-size: 14px;
	margin: 0px !important;
}

#event_container h1 {
	margin-top: 0;
}

#event_container .event {
	margin-left: 0;
}

#month_nav_container ul li  {
*line-height: 1.6em;
}
