﻿

.appointment
{
	
	padding-top: 5px;
	padding-left: 13px;
	padding-right: 40px;
	padding-bottom: 5px;
	background-image: url(../images/IconsAgenda/agenda_belette.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;

	}
	
 .date
 {
	font-family: Arial,Helvetica,sans-serif;
	
	font-size: 14px;
	color: #e37222;
	max-width: 200px;
	line-height: 14px;	
	 }
	 
	 
.title a
 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #5c7f92;
	line-height: 16px;	
	text-decoration: none;
	 }
	 
/* ----------------------------- */
/*  =       Checkboxes         = */
/* ----------------------------- */


#newsandevents
{
	padding: 15px 0px 0px 20px;
}

div.filters a.checkbox
{
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
   
	padding-left: 22px;
	line-height: 20px;
	
	width: 100px;    
	text-decoration: none;	 
}
 
 div.filters a.checkbox:hover 
 {
	text-decoration: none;    
 }

div.filters a.on
{
	background-image: url(../images/IconsAgenda/ico_agenda_active.png);
	background-position: 0px 2px;
}

div.filters a.off 
{
	background-image: url(../images/IconsAgenda/ico_agenda_not_active.png);
	background-position: 0px 2px;
}
	 

a.modern-ui-more
{
	display: block;
	position: absolute; 
	z-index: 2; 
	right: 0px; 
	bottom: 0px; 
	width: 145px; 
	height:56px; 
}        