
div#calendario{
	margin-top:1em;	
	float:left;
	width:100%;
}


div#calendario h4 {
		font-size: 1.3em;
		background-image: url("../../../fctc/sf-title-box-login.jpg");
		height: 1.8em;
		line-height: 1.8em;
		color: #fff;
		text-align: center;
		width:80%;
		margin-left:2.7em;
	}

div#calendario table{
	border:1px solid #0270a5;
	width:80%;
	margin-left:3.5em;

	
}
div#calendario table tbody{	
	text-align: center;
	font-weight: normal;

}


div#calendario table a {
	text-decoration: none;
	color: #0270a5;
	text-align: center;
}

div#calendario table a:hover {
	text-decoration: none;
	color: #ff0000;
}

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	background-color:#e3e4f0;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #e4e4e4;
	background-color:#e3e4f0;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #3E97CF;
	color: #fff;
	border-style: outset;
	border-width:1px;
	line-height:1.6em;
	
}
.dayname {
	text-align: center;
	/*font-size: 12px;*/
	font-weight: bold;
	background-color: #3E97CF;
	color: #ffffff;
	border-bottom:1px outset;
	border-top:1px outset;
	border-width:1px;
	height:1.6em;
	line-height:1.5em;
	
	
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
	background-color:#e3e4f0;
}
.datepickerform {
	margin: 5px;
	margin-top:0;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	/*height:2em;
	font-size: 11px;*/

}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	/*font-size: 11px;
	height:20px;
	width:20px;*/
	/*width:20px;*/
	color: #aaaaaa;
	vertical-align:middle;
	padding:0;
	margin:0;

}
.monthday {
	text-align: center;
	/*font-size: 11px;*/
	font-weight: bold;
	background-color: #E4E4E4;
	background-color:#e3e4f0;
	color: #384955;
	height:20px;
	/*width:20px;*/
		vertical-align:middle;
	padding:0 !important;
	margin:0  !important;

}
.today {
	text-align: center;
	/*font-size: 11px;*/
	font-weight: bold;
	/*background-color: #3E97CF;
	color: #ffffff;*/
	height:20px;
	/*width:20px;*/
	vertical-align:middle;
	color: #384955;
	
}
.selectedday {
	text-align: center;
	/*font-size: 11px;*/
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
	vertical-align:middle;
}
.sunday {
	text-align: center;
	/*font-size: 11px;*/
	font-weight: bold;
	color: #667171;
	height:20px;
	/*width:20px;*/
	vertical-align:middle;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	/*font-size: 11px;*/
	font-weight: bold;
	color: #667171;
	height:20px;
	/*width:20px;*/
	vertical-align:middle;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	/*font-size: 11px;*/
	font-weight: bold;
	background-color: #3E97CF;
	height:20px;
	/*width:20px;*/
	vertical-align:middle;

}
.event a {
	background-color: #3E97CF;
	color: #fff !important;
}
.selectedevent {
	text-align: center;
	/*font-size: 11px;*/
	font-weight: bold;
	color: red;
	background-color: #bdddec;
	height:20px;
	/*width:20px;*/
	vertical-align:middle;
}
.selectedevent a {
	background-color: #bdddec;
	color: red;
}
.todayevent {
	text-align: center;
	/*font-size: 11px;*/
	font-weight: bold;
	color: red;
	background-color: #bdddec;
	height:20px;
	/*width:20px;*/
	vertical-align:middle;
}
.todayevent a {
	background-color: #bdddec;
	color: red;
}
.eventcontent {
/*	font-size: 11px;*/
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

