@charset "UTF-8";
/* proprietà generalidei box dei moduli nelle pagine dei corsi */

.square-SYS{
	background-image:url(../img/square_orange.png);
}
.square-DEV{
	background-image:url(../img/square_green.png);
}
.square-AGL{
	background-image:url(../img/square_blue.png);
}

.courses-modules-list {
	width:580px;
	height:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:10px;
}

ul.courses-index-box {
	width:570px;
	height:100%;
	padding:0px;
	list-style-image:none;
	list-style-type:none;
}

div.courses-box-header {
	margin:0px;
	border-bottom:2px solid #fff;
	width:582px;
	padding-left:8px;
	padding-top:6px;
	background-color:#CCC;
	font-size:12px;
	font-weight:bold;
	color:#4D4D4D;
	height:22px;
}
div.courses-box-header a, div.courses-box-header a:hover	{
	color:#4D4D4D; 
}
div.courses-box-content {
	margin:4px 0px 10px 0px;
	padding:2px 0px 2px 16px;
	/*padding-left:16px;*/
	font-size:12px;
	font-weight:bold;
	color:#F58426;
	height:100%;
	width:572px;
}
div.courses-box-content-row	{
	margin:0px;
	padding:3px;
	border-bottom:2px solid #fff;
	text-indent:15px;
	font-size:12px;
	color:#4D4D4D; 
	height:18px;
	width:584px;
	background-color:#F2F2F2;
	background-repeat:no-repeat;
	background-position:520px 5px;
}
#index {
	border: #CCC 1px solid;
}
div#legenda-courses	{
	padding-top:20px;
	padding-left:30px;
	margin:10px;
}
ul.module-list {
	list-style:none;
	margin-top:10px;
	padding-left:0px;
}
ul.module-list ul {
	list-style:none;
	padding-left:0px;
}
ul.module-list li {
	background:url(../img/quadratino_modules.png) 0px 10px no-repeat;
	color:#666;
	height:16px;
	font-size:11px;
	padding-left:8px;
	padding-top:6px;
	font-weight:bold;
	/*width:568px;*/
}

li.courses-index-box-row {
	margin-bottom:4px;
	text-decoration:none;
}
li.courses-index-box-row a	{
	margin-bottom:4px;
	text-decoration:none;
}
li.courses-box-row {
	background-color:#CCC;
	margin-bottom:4px;
	text-decoration:none;
}

/* proprietà ID dei vari colori dei moduli */

#SYS-basic-modules {
	background-color:#FBAF19;
}

#SYS-adva-modules {
	background-color:#F58426;
}

/* parti interne dei box */

.courses-modules-list-title{
	color:#F58426 !important;
	background-image:none !important;
	font-size:14px;
	font-weight:bold;
	/*margin-bottom:10px;*/
	padding-bottom:4px;
	padding-left:0px !important;
	border-bottom:1px #F58426 solid;
	width:578px;
}

.courses-modules-list-row-adva {
	background:url(../img/adva_quadratino_modules.png) 0px 6px no-repeat;
	color:#FFF;
	height:16px;
	font-size:11px;
	padding-left:8px;
	padding-top:2px;
	font-weight:bold;
	width:568px;
}

