/* gantt */
#gantt table,
#gantt table tr,
#gantt table td,
#gantt table thead {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
#gantt table {
	width: 100%;
}
#gantt thead {
	border-bottom: 1px dotted #d3d3d3;
}
#gantt thead td {
	text-align: center;
}
#gantt tbody tr.first td {
	padding-top: 6px;
	background-color: #f1eeee;
	background-image: url(../img/ganttTdBgFirst.png);
	background-position: top;
	background-repeat: repeat-x;
}
#gantt tbody tr td {
	padding-top: 2px;
	background-color: #f1eeee;
	background-image: url(../img/ganttTdBg.png);
	background-position: top;
	background-repeat: repeat-x;
}
#gantt table h4 {
	text-align: left;
	border-bottom: none;
	font-family: Georgia;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	color: #343134;
	padding: 0 0 0 8px;
	margin: 0;
	background: url(../img/dot.png) top left no-repeat;
	background-position: 0 -2px;
}
#gantt tbody a:link,
#gantt tbody a:visited,
#gantt tbody a:hover,
#gantt tbody a:active {
	background: #ffffff;
	text-decoration: none;
	padding-right: 0.5em;
	color: #535353;
}
#gantt table td.domenica {
	color: #409abb;
}
#gantt table td.prevMonth {
	border-right: 1px dotted #d3d3d3;
}
#gantt table td.nextMonth {
	border-left: 1px dotted #d3d3d3;
}
#gantt table td.gam {background-color: #002183;}
#gantt table td.pam {background-color: #256c82;}
#gantt table td.mao {background-color: #151215;}
#gantt table td.bom {background-color: #c10000;}
#gantt table td.ftm {background-color: #409abb;}

#gantt table td.prevMonthGam {background-color: #7887b8;border: 0px;}
#gantt table td.prevMonthPam {background-color: #8badb8;border: 0px;}
#gantt table td.prevMonthMao {background-color: #838081;border: 0px;}
#gantt table td.prevMonthBom {background-color: #d97777;border: 0px;}
#gantt table td.prevMonthFtm {background-color: #98c4d4;border: 0px;}

#gantt table td.the1st {border-left: 1px dotted #d3d3d3;}
#gantt table td.left {text-align: left;color: #409ABB}

#gantt table td.nextMonthGam {background-color: #7887b8;border-left: 1px dotted #d3d3d3;}
#gantt table td.nextMonthPam {background-color: #8badb8;border-left: 1px dotted #d3d3d3;}
#gantt table td.nextMonthMao {background-color: #838081;border-left: 1px dotted #d3d3d3;}
#gantt table td.nextMonthBom {background-color: #d97777;border-left: 1px dotted #d3d3d3;}
#gantt table td.nextMonthFtm {background-color: #98c4d4;border-left: 1px dotted #d3d3d3;}
