@charset "utf-8";
/* CSS Document */

#calendar
{
	width: 100%;
	float: right;
}

#event-tooltip
{ 
    display:none; 
    background-image: url("../images/tooltip-bg.png");
	background-repeat:repeat-x;
    font-size:12px; 
    height:auto; 
    width:auto; 
    padding: 10px 20px; 
    color:#595959;  
	z-index: 10;
	position: absolute;
	background-color: white;
	border: 1px solid #ababab;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: -4px;
	opacity: 0.88;
	max-width: 200px;
}

#event-tooltip > a {
    color:#595959;  
	text-decoration : none;
}
#event-tooltip > a:hover {
    color:#E27C28;  
	text-decoration : none;
}


#event-tooltip strong
{ 
	font-size:13px; 
}

#event-tooltip.bottom
{ 
   margin-top: 5px;
} 

.fc-header-title
{
	text-align			: center !important;
	padding 			: 13px 0px 5px 0px;
	font-size			: 19px; 
	color				: #FFFFFF;
	text-transform		: uppercase;
	width				: 100%;
	font-family			: Monitor;
	
}

.fc-header .fc-button-prev  {
	width				: 24px;
	height				: 24px;
	margin-top			: 8px;	
    background-image	: url("../../../themes/twentyten/images/arrows/left-arrow.gif");
	background-repeat	: no-repeat;	
}

.fc-header .fc-button-next  {
	width				: 24px;
	height				: 24px;
	margin-top			: 8px;	
    background-image	: url("../../../themes/twentyten/images/arrows/right-arrow.gif");
	background-repeat	: no-repeat;

}