body {
	color: #09326b;
	background-color: #f4f4f4;
}

#menu { 
	/*position: fixed;*/
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;
}

#content {
	position: absolute;
	left: 220px;
	top: 30px;
	/*right: 20px;*/
	width: 780px;
	border: solid #0d4ba0 1px;
	border-top: solid #0d4ba0 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-color: #e1e1e1;
}

#technicalprogramlist {
	list-style: lower-alpha;	
}

#technicalprogramlist.li {
	background-color: transparent;
}

a {
	text-decoration: none;
	color: #0d4ba0;
}

a.selected {

	color: white;
}

ul.menues {
	padding-right: 10px;
	width: 150px;
	font-size: small;
}

.logo {
	position: relative;
	margin-bottom: 15px;
	left: 20px;
	top: 15px;
	border: none;
}

.item {
	padding: 5px;
	border: 1px solid #0d4ba0;
	color: #0d4ba0;
	background-color: white;
	margin-bottom: 15px;
	list-style: none;
	text-align: justify;
}

.itemselected {
	padding: 5px;
	border: 1px solid #0d4ba0;
	color: white;
	background-color: #0d4ba0;
	margin-bottom: 15px;
	list-style: none;
	text-align: justify;
}

.itemvalid {
	padding: 5px;
	border: 1px solid #0d4ba0;
	color: #0d4ba0;
	background-color: white;
	margin-bottom: 15px;
	list-style: none;
	text-align: center;
}

.tptitle {
	font-weight: bold;
}

.tpsection {
	padding-bottom: 20px;
}

table, tr, th, td {
	border: none;
}

td {
	border-top: solid 2px white;
	border-collapse: collapse;
}


.nota {
	font-size: xx-small;
	color: #0d4ba0;
	padding-left: 20px;
}

.nota2 {
	font-size: xx-small;
	color: #ffffff;
	padding-left: 20px;
}

.notaselected {
	font-size: xx-small;
	color: white;
	padding-left: 20px;
}

#credits {
	color: #adadad;
	font-size: xx-small;
	text-align: center;
}
