/* ###################### OVERALL SETTINGS ###################### */
body {
	background-image: url("./images/graphite.jpg");
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin:0px;
}

td, tr, p, div, img {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 0px;
	margin: 0px;
}

table   {
	background-color: #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	}

table.associe th{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	}

td.barra {
	border: 0px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	}

td.footer {
	padding-top: 5px;
	padding-left: 9px;
	padding-bottom: 5px;
	border-left: 1px solid #92a4e0;
	border-right: 1px solid #92a4e0;
	border-bottom: 1px solid #92a4e0;
	}

/* ########################### LINKS ########################## */
a:link, a:visited {
	color: #666666;
	text-decoration: underline;
	border: 0px;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.category:link, a.category:visited {
	font-weight: bold;
}

/* ##################### MODULE SETTINGS ###################### */
table.moduletable {
	border: 0px;
	margin-bottom: 0px;
	width: 150px;
}

table.moduletable td {
	background-color: transparent;
	padding: 2px;
	padding-left: 6px;
}

table.moduletable th {
	background: url(./images/moduleheader.png) repeat-x;
	background-position: center;
	color: white;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
}

td.module {
	background:#FFFFFF;	
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	border-right: 1px solid #92a4e0;
	border-bottom: 1px solid #92a4e0;
}

/* ################### CONTENT PAGE SETTINGS ################## ok */
.contentbox {
	background-color: #ffffff;
	border-left: 1px solid #92a4e0;
	border-right: 1px solid #92a4e0;
	border-bottom: 1px solid #92a4e0;
	width: 592px;
}


table.contentpane td {
	border: 0px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 15px;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# ok */
.mainlevel {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.mainlevel:link, a.mainlevel:visited {
	background: #ffffff;
	border-width: 0px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.mainlevel:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

.small {
	color: #333333;
	font-size: 11px;
}

ul,li {padding-bottom: 3px;
	}

ul,li.latestnews {
	list-style: none;	
	text-align: left;	
	margin-left: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	}

#barramenu ul {
	margin: 0;
	margin-left:12px;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	line-height: 40px;
	}

#barramenu li {
	display: inline;
	padding-right: 13px;
	list-style-type: none;
	}

#barramenu a.menu:link, #barramenu a.menu:visited {
	text-decoration:none;
	color: #ffffb3;
	font-size:16px;
	font-family: Arial, sans-serif;
	}

#barramenu a.menuativo:link, #barramenu a.menuativo:visited {
	text-decoration:underline overline;
	color:#ffff00;
	font-size:16px;
	font-family: Arial, sans-serif;
	}


#language ul {
	float:right;
	}

#language li {
	display: inline;
	padding-right: 25px;
	list-style-type: none;
	float:right;
}

#language a.menu2:link, #language a.menu2:visited,  #language a.menu2:hover {
	text-decoration:none;
	color: #ffffb3;
	font-size:11px;
	font-family: Arial, sans-serif;
	}


