.agenda-prev-succ
{
    /*float: left;
    padding: 4px;
    margin: 2px;
    width: 16px;*/
}

.agenda-header
{
	float: left;
	margin-right: 10px;
	display: inline-block;
}

.agenda-header-last
{
	float: right;
	text-align: right;
}

#agenda-month, #agenda-week
{
	/*width: 944px;*/
	margin-top: 30px;
	border-collapse: collapse;
	margin-bottom: 30px;
}

#agenda-month th, #agenda-month td, #agenda-week th, #agenda-week td
{
	border: 1px solid #C8C8C8;
	padding: 5px;
	width: 123px;
}

#agenda-month td, #agenda-week td
{
	height: 140px;
	vertical-align: top;
	color: #33302C;
	padding: 2px;
	cursor: pointer;
}

#agenda-week td
{
	padding-bottom: 20px;
}

#agenda-month th, #agenda-week th
{
	background-color: #E5E5E5;
}

#agenda-week th a
{
	color: #5A554E;
}

.agenda-month-date
{
	/*text-align: right;*/
	display: block;
	padding: 3px;
}

.date-disabled
{
	color: #C8C8C8;
}

.agenda-action-more, .agenda-action
{
	padding: 3px;
	margin-top: 3px;
}

.agenda-action
{
	display: block;
	border-style: solid;
	border-width: 1px;
	color: #33302C;
	text-decoration: none;
}

.agenda-action-group1
{
	background-color: #AAD450;
	border-color: #6EAC2C;
}

.agenda-action-group2
{
	background-color: #FDE567;
	border-color: #F2D33A;
}

.agenda-action-group3
{
	background-color: #BDE4FC;
	border-color: #92D3FC;
}

.agenda-action-group4
{
	background-color: #CEB5FC;
	border-color: #B89CED;
}

.agenda-action-group5
{
	background-color: #E26C66;
	border-color: #CE504C;
}

.agenda-action-group7
{
	background-color: #FF8A3C;
	border-color: #DB7C22;
}

.agenda-action-group8
{
	background-color: #B9BBBF;
	border-color: #AAACAF;
}

.agenda-action-group9
{
	background-color: #80848c;
	border-color: #61656d;
}


.event-planned
{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

#agenda-day, #orto-list
{
	margin-top: 30px;
	width: 565px;
	margin-bottom: 20px;
}

#agenda-day li, #orto-list li
{
	list-style-type: none;
	/*border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;*/
    margin-top: 20px;
    padding: 0px;
    padding-left: 10px;
}

#orto-list.mini-list li
{
    margin-top: 10px;
}

#orto-list.mini-list, .mini-list
{
	margin-bottom: 15px;
	margin-top: 20px;
}


#agenda-day li h2, #orto-list li h2, #agenda-suggerimenti h2
{
   font-family: Helvetica,Arial,Verdana,sans-serif;
   font-size: 1.21em;
   margin-bottom: 5px;
   color: #33302C;
   display: inline-block;
}

#agenda-action-add
{
	margin-top: 30px;
}

#agenda-action-add-title
{
	font-size: 2em;
	color: #33302C;
	display: inline-block;
	top: 4px;
	margin-left: 5px;
	margin-right: 15px;
}

.agenda-action-buttons, .orto-buttons, .orto-buttons-inline
{
	color: #939393;
    margin-top: 5px;
}

.orto-buttons-inline
{
	display: inline-block;
	position: relative;
	top: 5px;
	margin-left: 10px;
}

.agenda-action-button, .orto-button
{
	padding: 0px;
	width: 1.3em;
	height: 1.3em;
}

.action-info
{
	margin-left: 10px;
	top: 5px;
}

.agenda-action-summary
{
	float: left;
	width: 545px;
	background-color: #ffffff;
	padding: 5px 0px 0px 10px;
}

.agenda-action-type, .agenda-action-type-mini
{
	width: 10px;
	height: 65px;
	float: left;
	margin-right: 10px;
}

.agenda-action-type-mini
{
	height: 20px;
}

#agenda-action-add-form-cont
{
	margin: 20px 0px;
	padding-left: 40px;
}

#oggetto_articolo
{
	width: 50px;
	display: inline-block;
	padding-right: 10px;
	text-align: right;
}

.ajax_loader
{
	display: inline-block;
	width: 31px;
	height: 31px;
	position: relative;
	top: 10px;
	left: 10px;
}

.suggest, select#azione_input
{
	font-size: 1.5em;
}

.suggest_description
{
	display: block;
	color: #5A554E;
	font-size: 0.75em;
	font-style: italic;
}

h1.orto
{
	color: #33302C;
	margin-top: 20px;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 15px;
}


