/* Page Theme
 */
#siteTable {
	width: 964px;
	border: 0px solid black;
}

#header {
	height: 90px;
	background-image: url(../images/headerBackground.jpg);
	background-repeat: no-repeat;
}

#headerLogo {
	padding-left: 30px;
	padding-top: 10px;
	float: left;
	border-size: 0px;
}

#headerSearch {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	float: right;
	font-size: 9pt;
	padding-right: 30px;
}

#contex {
	background-image: url(../images/bodyBackground.png);
	padding-top: 20px;
}

#footer {
}

img.sponsor {
	border: 0px;
}

/* Menù */
.menuItem {
	background: url(../images/headerMenu.png);
	width: 16.6%;
	text-align: center;
	font-weight: bold;
}
.menuItemSelected {
	background: url(../images/headerMenuSelected.png);
	width: 16.6%;
	text-align: center;
	font-weight: bold;
}
A.linkMenu:active, A.linkMenu:link, A.linkMenu  {
	text-decoration: none;
	color: black;
	font-size: 10pt;
}
A.linkMenu:hover {
	text-decoration: underline;
	color: black;
	font-size: 10pt;
}

/* Context Panel
 */
.panelTable {
	width: 100%;
	margin-bottom: 5px;
}
.panelTDBorder {
	width: 100%;
	height: 3px;
	font-size: 0px;
	border: 0px solid black;
}
.panelBorderTopBottom {
	width: 100%;
	font-size: 0px;
	height: 1px;
}
.panelBorderRight {
	background-image: url(../images/panel/bordino.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 0px;
	width: 1px;
}
.panelBorderLeft {
	background-image: url(../images/panel/bordino.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-size: 0px;
	width: 1px;
}
.panelBorder {
	width: 3px;
	height: 3px;
	border: 0px solid black;
	font-size: 0px;
	padding: 0px;
}
.panelContent {
	padding: 5px;
}
.panelBorderImage {
	width: 3px;
	height: 3px;
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

/* Title Panel */
.panelTitle {
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 1px;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	color: white;
	background-color: #999999;
}
.panelPTDBorder {
	width: 100%;
	height: 3px;
	font-size: 0px;
	background-color: #999999;
	border: 0px solid black;
}
.panelPBorderRight {
	background-image: url(../images/panel/bordino.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #999999;
	font-size: 0px;
	width: 1px;
}
.panelPBorderLeft {
	background-image: url(../images/panel/bordino.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #999999;
	font-size: 0px;
	width: 1px;
}

/* CMS Modules
 */
.newsIndexAncor {
	font-size: 10pt;
	font-family: Arial;
}
.newsIndexTitle {
	font-size: 10pt;
	font-family: Arial;
}
.newsIndexText {
	font-size: 10pt;
	font-family: Arial;
}
.newsShowText {
	text-align: justify;
	font-family: Arial;
	font-size: 10pt;
}
.newsShowTitle {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}
.newsShowDate {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}
.pagerSelected {
	font-size: 18pt;
}
.newsListTitle {
	font-size: 10pt;
	font-family: Arial;
}
.newsListText {
	font-size: 10pt;
	font-family: Arial;
}

/* CALENDAR */
.calendarSelectorShow {
	font-weight: bold;
	font-family: Verdana;
	font-size: 10pt;
	border: 1px solid black;
	text-align: center;
}
.calendarSelector {
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}
.calendarShowTitle {
	width: 110px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11pt;
	padding-right: 10px;
}
.calendarShowText {
	font-size: 10pt;
	font-family: Arial;
}
.calendarIndexAncor {
	font-family: Arial;
	font-size: 10pt;	
}
.calendarText {
	font-family: Arial;
	font-size: 10pt;
}
.calendarTable {
	margin-bottom: 10px;
}
.primapagina {
	text-align: justify;
}

/* Standard Contents
 */
.standardContentTable {
	font-family: Arial;
	font-size: 10pt;
	width: 95%;
}

.standardContent {
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 20px;
	font-family: Arial;
	font-size: 10pt;
}

.standardContentTitle {
	background-image: url(../images/contentTitle.png);
	background-repeat: no-repeat;
	height: 30px;
	color: blue;
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 15px;
}

/* Section main page
 */
.homePageImage {
	padding-bottom: 5px;
	padding-top: 5px;
}
.sectionMainTable {
	width: 95%;
}

.sectionTitleNoImage {
	height: 30px;
	color: blue;
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 15px;
}
.sectionTitle {
	background-image: url(../images/contentTitle.png);
	background-repeat: no-repeat;
	height: 30px;
	color: blue;
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 15px;
}

.sectionBody {
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 20px;
	font-family: Arial;
	font-size: 10pt;
}
.sectionMenu {
	height: 35px;
}
.sectionImage {
	padding-left: 25px;
}
#back {
	text-align: right;
	padding-top: 50px;
}
A.sectionMainLink:active, A.sectionMainLink:link, A.sectionMainLink {
	font-size: 13pt;
	font-family: Verdana;
	text-decoration: none;
}
A.sectionMainLink:hover {
	font-weight: bold;
}
A.sectionMainInactiveLink:active, A.sectionMainInactiveLink:link, A.sectionMainInactiveLink {
	font-size: 13pt;
	font-family: Verdana;
	text-decoration: none;
	color: gray;
}
A.sectionMainInactiveLink:hover {
	font-weight: bold;
	text-decoration: line-through;
}
A.defaultLink:active, A.defaultLink:link, A.defaultLink {
	font-size: 11pt;
	font-family: Arial;
	text-decoration: none;
	color: black;
}
A.defaultLink:hover {
	font-weight: bold;
}
A:active, A:link, A {
	color: black;
}
A:hover {
	color: DDEA56;
}

/* Content race
 */
.raceMenu {
	vertical-align: top;
	padding-top: 20px;
	width: 60%;
}

UL.raceList {
	list-style-image: url(../images/common/menuItem.jpg);
}

UL.raceList LI {
	font-weight: bold;
	font-family: Verdana;
	font-size: 10pt;
}

UL.raceList LI.underlined {
	font-weight: bold;
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: underline;
}

UL.raceList LI .small {
	font-size: 8pt;
}

UL.raceList LI a, UL.raceList LI a:link, UL.raceList LI a:visited {
	color: black;
}

UL.raceList LI a:hover {
	color: blue;
}

/* Content Category Menù
 */
ul.menuCategoryElements {
	position: relative;
	float:left;
	margin-left: 60%;
	padding-left: 0px;
	list-style-type: none;
}
li.menuCategoryItem {
	width: 160px;
	background-image: url(../images/internalMenu.png);
	background-repeat: repeat-x;
	color: Black;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}   
DIV.menuCategoryDescription {
	position: relative;
	float: left;
	margin-left: 40px;
	padding-top: 30px;
}
A.menuCategoryLink:active, A.menuCategoryLink:visited, A.menuCategoryLink:link {
	text-decoration: none;
	color: black;
}
A.menuCategoryLink:hover {
	text-decoration: underline;
	color: red;
}
P.sectionTitle {
	background-image: url(../images/contentTitle.png);
	background-repeat: no-repeat;
	height: 30px;
	color: blue;
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-left: 25px;
}