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

#ControlAgendaBox {
	margin: 0 0 15px 0;
}
	
	#ControlAgendaBox h1 {
		display: none;
	}

	#ControlAgendaBox a {
		cursor:pointer;
	}

	#ControlAgendaBox .eventDay {
		width: 30px;
		position: absolute;
		margin: -30px 0 0 17px;

		font-size: 14px;
		font-weight: bold;
		color: #616161;
		text-align:center;
	}

	#ControlAgendaBox .eventTitle{
		margin-top: 5px;

		font-size: 10px;
		color: #616161;
	}
		
		#ControlAgendaBox .eventTitle:hover {
			color: #4194c6;
		}

		#ControlAgendaBox .eventTitle h3 {
			display: inline;
			padding:0px;
			margin:0px;

			font-size:10px;
			font-weight:bold;
		}


/*------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
		}
