﻿
/********************************
			Calendar
********************************/

.bottom_lx 	{background:url("../Calendar/images/corner_bottom_left.gif") bottom left no-repeat;}
.bottom_rx{ background:url("../Calendar/images/corner_bottom_right.gif") bottom right no-repeat; margin:0;line-height:4px;} 
.top_rx { background:url("../Calendar/images/corner_top_right.gif") top right no-repeat;line-height:4px;} 
.top_lx { background:url("../Calendar/images/corner_top_left.gif") top left no-repeat; display:block;} 
.cal_ControlContainer {}
.cal_DayHeader {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 7px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.cal_MenuContainer {
	clear: both;
	line-height: 20px;
	font-family: Helvetica;
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
.cal_MenuView {
	font-family: Helvetica;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
a.cal_MenuView:hover {
	font-family: Helvetica;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
.cal_HeaderColums {
	background-color: #efefef;
	height: 35px;
	border: 1px solid #adaaad;
	/*border-bottom: 0px;*/
	width: 99%;
	font-weight: bold;
	color: #000000;
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	clear: both;
}
.cal_ViewContainer {
	height: 600px;
	border: 1px solid #cccccc;
	width: 99%;
	clear: both;
	overflow-x: hidden;
	overflow-y: scroll;
}

/*Stili vista mese*/
.cal_MonthDayStyle {
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	font-family: Helvetica;
	font-size: 14px;
	padding-left: 2px;
	border: 1px solid #adaaad;
	height: 87px;
}
.cal_MonthStyle {
	width: 100%;
}
.cal_OtherDayMonth {
	text-align: left;
	vertical-align: top;
	height: 87px;
	font-size: 14px;
	padding-left: 2px;
	font-family: Helvetica;
	background-color: #fffbff;
	border: 1px solid #adaaad;
}
.cal_MonthToday {
	background-color: #f0f4f8;
	text-align: left;
	vertical-align: top;
	font-family: Helvetica;
	font-size: 14px;
	padding-left: 2px;
	border: 1px solid #adaaad;
}
.cal_SelectedDay {
	text-align: left;
	vertical-align: top;
	font-family: Helvetica;
	font-size: 14px;
	color: #999999 !important;
	padding-left: 2px;
	border: 1px solid #adaaad;
	background-color: #efefef !important;
}
.cal_SelectedDay a {
	color: #999999 !important;
}
.cal_SpazioCellaMese {
	height: 5px;
}
.cal_CalendarEvent {
	filter: alpha(opacity=70);
	opacity: 0.7;
	font-size: 80%;
	font-family: Helvetica;
	color: #000000;
	cursor: pointer;
	width: 96%;
	text-align: left;
	margin-left: 2px;
}
.cal_CalendarEvent:hover {
	font-size: 80%;
	font-family: Helvetica;
	color: #FFFFFF;
	cursor: move; 
	/*margin:0 auto 20px auto;*/
}
.cal_LinkMoreCalendarEvent {
	border: 1px solid #ccc;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-left: 2px;
	width: 90%;
	vertical-align: baseline;
	background-color: #ffffff;
}
.cal_LinkMoreCalendarEvent:hover {
	border: 1px solid #ccc;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-left: 2px;
	width: 90%;
	vertical-align: baseline;
	background-color: #addfff;
}
.cal_LinkMoreCalendarEvent a {
	text-decoration: underline;
	font-size: 12px;
	font-family: Helvetica;
	color: #294C7A;
	text-align: center;
}
.cal_TextEvent {
	font-size: 96%;
}

/*Vista Settimanale*/
.cal_WeekStyle {
	width : 100%;
	border: 1px;
}
.cal_DayNameWeek {
}
.cal_CellaWeek {
	border-bottom: 1px solid #adaaad;
	border-right: 1px solid #adaaad;
	width: 13%;
	vertical-align: top;
	padding-top: 2px;
	text-align: center;
}
.cal_CellaOraWeek {
	background-color: #e7eff7;
	border-bottom: 1px solid #adaaad;
	border-right: 1px solid #adaaad;
	text-align: right;
	font-weight: bold;
	color: #000000;
	font-family: Helvetica;
	font-size: 13px;
	padding-right: 3px;
	padding-top: 3px;
	vertical-align: text-top;
	height: 40px;
	width: 90px;
}
.cal_WeekToday {
	border-bottom: 1px solid #adaaad;
	border-right: 1px solid #adaaad;
	width: 13%;
	vertical-align: top;
	padding-top: 2px;
	text-align: center;
	background-color: #f0f4f8;
}

/*Vista Giorno*/
.cal_DayStyle {
	width : 100%;
	border: 1px;
}
.cal_CellaDay {
	border-bottom: 1px solid #adaaad;
	border-right: 1px solid #adaaad;
	width: 91%;
	vertical-align: top;
	padding-top: 2px;
	text-align: center;
}
.cal_CellaOraDay {
	background-color: #e7eff7;
	border-bottom: 1px solid #adaaad;
	border-right: 1px solid #adaaad;
	text-align: right;
	font-weight: bold;
	color: #000000;
	font-family: Helvetica;
	font-size: 13px;
	padding-right: 3px;
	padding-top: 3px;
	vertical-align: text-top;
	height: 60px;
	width: 9%;
}
.cal_CellaSeparatoreViewDay {
	background-color: #efefef;
	height: 15px;
	border: 1px solid #adaaad;
	width: 99%;
}

/* Foglio di stile del menu tasto destro*/
.cal_StyleMenuDxLink {
	position: absolute;
	width: 180px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #e7eff7;
	padding: 0px;
	margin: 0px;
	display: none;
}
.cal_StyleMenuDxLink LI {
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
}
.cal_StyleMenuDxLink A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
	font-family: Helvetica;
	font-size: 12px;
}
.cal_StyleMenuDxLink LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}
.cal_StyleMenuDxLink LI.disabled A {
	color: #AAA;
	cursor: default;
}
.cal_StyleMenuDxLink LI.hover.disabled A {
	background-color: transparent;
}
.cal_StyleMenuDxLink LI.separator {
	border-top: solid 1px #CCC;
}
.cal_StyleMenuDxHeader {
	width: 180px;
	z-index: 99999;
	border: solid 1px #CCC;
	background-color: #7ab1e1;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	filter: alpha(opacity=70);
	opacity: 0.7;
	line-height: 25px;
	background-image: url(./Calendar/images/imgMenuDx.gif);
	background-position: 6px center;
	background-repeat: no-repeat;
	padding: 1px 5px;
	padding-left: 28px;
}
.contextMenu LI A {
	background-image: url(./Calendar/images/segnalibroMenuDx.gif);
}

/*Modal PopUp*/
.cal_PanelPopUp {
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: #7ab1e1;
	width: 450px;
}
.modalBackground {
	background-color: #7ab1e1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.cal_PanelHeader {
	cursor: move;
	margin: 0;
	color: Black;
	padding-top: 5px;
	line-height: 30px;
	width: 100%;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 7px;
	color: #7ab1e1;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #7ab1e1;
	background-color: #e7eff7;
}
.cal_TableSearch {
	border: 1px solid #ccc;
	font-family: Helvetica;
	font-size: 10px;
	color: #636363;
	background-color: #ffffff;
	text-align: left;
	height: 100px;
}

.cal_FormModal
{
	font-size: 12px;
    font-family: Helvetica;
    color: #000000;
    
}
