/* NOTE: Don't overwrite with other styles because there's more than one color to be changed:
some styles are BLACK, some are LIGHT BLUE */


/* STRUCTURE
----------------------------------------------- */

a:focus, a:active {color:black; background-color: #ffffcc;}

A:hover {color:blue;background-color: transparent;} 

A.selectedLink:link {color:blue;background-color: transparent;} 
A.selectedLink:active {color:blue;background-color: transparent;} 
A.selectedLink:visited {color:blue;background-color: transparent;} 
A.selectedLink:hover {color:blue;background-color: transparent;} 

A.selectedLinkBold:link {color:blue;background-color: transparent;} 
A.selectedLinkBold:active {color:blue;background-color: transparent;} 
A.selectedLinkBold:visited {color:blue;background-color: transparent;} 
A.selectedLinkBold:hover {color:blue;background-color: transparent;} 

#mainCenterContext h2 a{color:#000;background-color: transparent;}

/* headings */

#mainCenterEvents h2{color:#000;}
#mainCenterNews h2{color:#000;}
#mainCenterCS h2{color:#000;}
#mainCenterContext h2{color:#000;}
.mainLeftMenuEach h2{color:#000;}
.mainLeftMenuEachEvent h2{color:#000;}

#mainCenterContext .mainCenterContextTabella h3 a:hover {color:#000;}
#mainCenterContext div.schemaBox h3 {color:#000;}

.listBox h4, .listBoxDoc h4, .listBoxVideo h4 {color:#000;}

/* Some generic styles */


/* immagini */



/* TEXT
----------------------------------------------- */
.testoColored {color:blue;}

/* UL LISTS
----------------------------------------------- */
#headerMenu li a{
	background:#8ed4f5;
	border-left: 1px solid #8ed4f5;
	border-right: 1px solid #8ed4f5;
}

#headerMenu li a:hover{
	color:#8ed4f5;
	border: 1px solid #8ed4f5;
}

#headerMenu li a.selected{
	color:#8ed4f5;
	border: 1px solid #8ed4f5;
}

/*#headerMenu li a:focus, #headerMenu li a:active {color:#8ed4f5;}*/

.mainLeftMenuEach02 ul { 
	color:#8ed4f5;
}

.mainLeftMenuEach02 li.firstLev a{ 
	color:#8ed4f5;
}

.mainRightMenuEach02 ul { 
	color:#8ed4f5;
}


#mainCenterCS ul { 
	color:#8ed4f5;
}

.listBox ul, .listBoxDoc ul{
	color:#000;
}

.listBox ul li a {
	color:blue;
	background-color: transparent;
}

.mainLeftMenuEachContext ul { 
	color:#8ed4f5;
}

.mainLeftMenuEachContext li.titleMenu a{
	color:#8ed4f5;
	background-color: transparent;
}

.mainLeftMenuEachContext li.firstLev a{ 
	color:#8ed4f5;
	background-color: transparent;
}

.mainCenterMenuEach ul { 
	color:#8ed4f5;
}

.mainCenterMenuEach li { 
	color:#8ed4f5;
}

/* FORM
----------------------------------------------- */
input.searchButtonColored {
	background:#8ed4f5;
}

input.searchButtonColored02 {
	background:#8ed4f5;
}

/* MAIN LAYOUT
----------------------------------------------- */


/* HEADER
-------------------------- */
div#headerLogo {
	background-image: url(/images/skyline_light_blue.gif);
}

div#headerMenu02 {
	background:#8ed4f5;
}


/* MAIN
-------------------------- */


/* MAIN - LEFT
-------------------- */


/* MAIN - CENTER
-------------------- */




/********* schede in contextBox *********/
th.bg_scheda {
	color:black;
	font-weight:bold;
}


/* MAIN - RIGHT
-------------------- */


/* FOOTER
-------------------------- */
div#footerCredits{
	background:#8ed4f5;
	color:#000;
}

