
/*------CALENDAR CONTROL EVENTS LIST------*/

#ControlAgendaBox{
	padding:10px;
	border-bottom:1px solid #EFEFEF;
}
	
	#ControlAgendaBox H1{
		padding:0px;
		margin-bottom:10px;
		border-width:0px;
	}

	#ControlAgendaBox H3{
		padding:0px;
		margin:0px;
	}

	#ControlAgendaBox A{
		cursor:pointer;
	}

	#ControlAgendaBox .eventDay{
		width:32px;
		height:19px;
		float:left;
		padding-top:16px;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		margin-right:10px;
		color:#616161;
		background:url('images/bg_day.jpg') 0px 0px no-repeat;
	}

	#ControlAgendaBox .eventTitle{
		width:169px;
		float:left;
		margin-top:5px;
		font-size:10px;
		color:#616161;
	}
		
		#ControlAgendaBox .eventTitle:hover{
			color:#4194C6;
		}

		#ControlAgendaBox .eventTitle H3{
			font-size:10px;
			font-weight:bold;
			display:block;
		}


/*------CALENDAR SUBSCRIBE PANEL------*/

#subscribePanel{
	padding:20px;
	line-height:20px;
}

	.ControlSubscribeForm{
	
	}


/*------CALENDAR CATEGORIES------*/

#calendarCategories{
}

	#calendarCategories	A{
		font-size:12px;
		padding:3px;
		display:block;
		border:1px dotted #EFEFEF;
		margin-bottom:5px;
		cursor:pointer;
	}

		#calendarCategories	A:hover{
			color:white;
			background-color:#BCE5F9;
		}

/*------CALENDAR EVENT------*/

#calendarEvent{
}

	#calendarEvent H2{
		padding:0px 0px 0px 22px;
		margin-bottom:10px;
		background:url('images/ico-date.gif') 0px 0px no-repeat;
	}

	#calendarEvent .mounth{
		margin-bottom:10px;
	}

	#calendarEvent .mounth .event{
		padding:10px;
		margin-bottom:10px;
		background:url('images/bg_event.jpg') 0px 0px no-repeat;
		border-bottom:1px dotted #EFEFEF;
	}

		#calendarEvent .mounth .event H3{
			margin:5px 0px 5px 0px;
		}

	#calendarEvent .mounth .readMore A{
		padding-left:12px;
		cursor:pointer;
		background:url('images/ico-plus.gif') 0px 1px no-repeat;
	}

		#calendarEvent .mounth .readMore A:hover{
			background-color:#4194C6;
			color:#FFFFFF;
		}

#calendarEvent .separator{
	clear:both;
	margin-bottom:10px;
}


/*------VIEW EVENT------*/

#viewEvent{
}

	#viewEvent H1{
		padding:0px;
	}
	
	#viewEvent .btnSubscribe{
		width:60px;
		height:16px;
		display:block;
		cursor:pointer;
		padding-left:28px;
		padding-top:8px;
		font-size:14px;
		color:#4194C6;
		text-align:right;
		background:url('images/ico-subscribe.gif') 0px 0px no-repeat;
	}

		#viewEvent .btnSubscribe:hover{
			height:15px;
			border-bottom:1px solid #4194C6
		}