@charset "UTF-8";
/* Proprietà generali tabelle */

div.table-row {
	float:left;
	width:100%;
	height:30px;
}

div.table-row-center {
	text-align:center;
}

div.table-cell {
	float:left;
	height:26px;
	width:68px;
	padding:0px;
	padding-top:9px /*7px 0px 4px*/;
	text-indent:5px;
}

.lil-table-cell {
	float:left;
	height:24px;
	width:23%;
	padding:0px;
	padding-top:9px;
	text-indent:2px;
	border-bottom:2px solid white;
}

.lil-table-header {
	width:23% !important;
}

.cell-nowrap	{
	white-space:nowrap;
}

div.cell-white {
	background-color:#FFF;
}

div.cell-gray-light {
	background-color:#F2F2F2;
}

div.cell-gray-dark {
	background-color:#CCCCCC;
}

div.cell-SYS {
	background-color:#FBAF19 !important;
}

div.cell-DEV {
	background-color:#9BCB5D !important;
}

div.cell-AGL {
	background-color:#2994C4 !important;
}

/* Proprietà tabella calendario */

.calendar-table {
	width:100%;
	height:100%;
	margin:0px;
	border:0px;
	padding:0px;
	color:#4D4D4D;
}

.calendar-row-title {
	color: #F47723;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:24px !important;
}

.calendar-row {
	/*border-bottom:2px solid #FFF !important;*/
	border-top:#FFF 2px solid;
}

.calendar-cell-description {
	width:290px !important;
}

.calendar-cell-12px-bold {
	font-size:12px;
	font-weight:bold;
	/*padding-top:7px !important;*/
}

.calendar-cell-sign {
	font-weight:bold;
	background:url(../img/triangolo.png) no-repeat 7px 11px;
	width:90px !important;
	text-indent:5px;
}

.calendar-cell-sign a {
	color:#4D4D4D;
}

.calendar-cell-sign a:HOVER {
	color:#F47723;
}

.training-button {
	background:url(../img/more_training_button.png) no-repeat 0px 4px;
	width:124px;
	height:40px;
	float:right;
}

.legenda {
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding-left:20px;
	width:30%;
	float:left;
	font-weight:bold;
}

#legenda-SYS{
	background-image:url(../img/square_orange.png);
}
#legenda-DEV{
	background-image:url(../img/square_green.png);
}
#legenda-AGL{
	background-image:url(../img/square_blue.png);
}

/* tabella dei corsi */

.table-courses {
	width:278px;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
}

#table-courses-left {
	float:left;
}

#table-courses-right {
	float:right;
	margin-right:10px;
}

.table-courses-header {
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height:35px;
	width:265px;
	float:left;
	color:#4D4D4D;
	padding-left:13px;
	padding-top:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.table-courses-content {
	background-position: 0px 0px;
	background-repeat:repeat-y;
	width:278px;
	height:100%;
	float:left;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.table-courses-content a {
	color:#333;
	font-size:11px;
}

.table-courses-content a:hover {
	color:#F77F00;
	font-size:11px;
}

.table-courses-footer {
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height:15px;
	width:278px;
	float:left;
}

.table-courses-row {
	margin-left:10px;
	margin-right:10px;
	width:240px;
	float: left;
	height:18px;
	padding-left:18px;
	padding-top:8px;
	background:url(../img/pallino_courses_tab.png) 0px 5px no-repeat;
	border-bottom:#666 1px dashed;
}

.table-courses-last-row {
	border-bottom:none !important;
}
	

/* id dei vari colori */

#basic-SYS-header {
	background-image:url(../img/courses_header_SYS_basic.png);
}

#basic-SYS-content {
	background-image:url(../img/courses_central_SYS_basic.png);
}

#basic-SYS-footer {
	background-image:url(../img/courses_footer_SYS_basic.png);
}

#advanced-SYS-header {
	background-image:url(../img/courses_header_SYS_adva.png);
}

#advanced-SYS-content {
	background-image:url(../img/courses_central_SYS_adva.png);
}

#advanced-SYS-footer {
	background-image:url(../img/courses_footer_SYS_adva.png);
}

/* DEV */

#basic-DEV-header {
	background-image:url(../img/courses_header_DEV_basic.png);
}

#basic-DEV-content {
	background-image:url(../img/courses_central_DEV_basic.png);
}

#basic-DEV-footer {
	background-image:url(../img/courses_footer_DEV_basic.png);
}

#advanced-DEV-header {
	background-image:url(../img/courses_header_DEV_adva.png);
}

#advanced-DEV-content {
	background-image:url(../img/courses_central_DEV_adva.png);
}

#advanced-DEV-footer {
	background-image:url(../img/courses_footer_DEV_adva.png);
}

/* Agile */

#basic-AGL-header {
	background-image:url(../img/courses_header_AGL_basic.png);
}

#basic-AGL-content {
	background-image:url(../img/courses_central_AGL_basic.png);
}

#basic-AGL-footer {
	background-image:url(../img/courses_footer_AGL_basic.png);
}

#advanced-AGL-header {
	color:#FFF;
	background-image:url(../img/courses_header_AGL_adva.png);
}

#advanced-AGL-content {
	background-image:url(../img/courses_central_AGL_adva.png);
}

#advanced-AGL-footer {
	background-image:url(../img/courses_footer_AGL_adva.png);
}

/* tabella dei prerequisiti */

.tab-prerequisiti {
	width:400px;
	padding:2px;
	border:0px;
	margin:0px;
}

.tab-prere-spaziatura {
	width:10px;
}

.tab-prere-first-column {
	width:80px;
}

.tab-prere-column {
	width:155px;
	height:20px;
}

/* Calendar */
div.tab-calendar-header	{
	width:582px;
	height:22px;
	float:left;
	margin:0px;
	border-bottom:2px solid #fff;
	padding-left:8px;
	padding-top:6px;
	background-color:#CCC;
	font-size:12px;
	font-weight:bold;
	color:#4D4D4D;
}
div.tab-calendar-header a 	{
	color:#4D4D4D;
}
div.tab-calendar-rows		{
	margin:0px;
	border-bottom:2px solid #fff;
	width:588px;
	float:left;
	padding:1px;
	background-color:#CCC;
}
div.tab-calendar-row		{
	float:left;
}
div.tab-calendar-cell	{
	float:left;
	border:1px solid #fff;
	height:18px;
	width:75px;
	margin:0px;
	padding-top:4px;
	padding-left:3px;
	padding-bottom:0px;
	padding-right:0px;
	background-color:#F2F2F2;
}
div.tab-calendar-cell2	{
	width:210px;
	color:#4D4D4D;
}
div.tab-calendar-cell3	{
	text-align:center;
}
div.tab-calendar-cell4	{
	width:60px;
	text-align:center;
	background-color:#CCC;
}
div.tab-calendar-cell5	{
	text-align:center;
	width:40px;;
}
div.tab-calendar-cell6	{
	font-weight:bold;
	color:#4D4D4D;
	text-indent:14px;
	white-space:nowrap;
	background:url(../img/triangolo.png) no-repeat 7px 7px #F2F2F2;
	width:98px;
	right:0px;
}
div.tab-calendar-cell6 a	{
	color:#4D4D4D;
}	
