/****** GLOBAI ******/


a, a:active, a:link, a:visited {
	text-decoration: underline;
	color: #00c;
}

a:hover {
	text-decoration: underline;
	color: #b03030;
}

hr {
	background : #cccccc;
	height : 2px;
	width : 90%;
}

.imgbox {
	border: 1px solid #000;
}

/* ****** MENU ***** */

.moduletable h3 {
		padding-bottom: 0px;
		margin-bottom: 5px;
		font-size: 13px;
		font-weight: bold;
		color: #b03030;
	}

ul.mainlevel {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mainlevel  li {
	display: block;
	margin: 2px 10px 2px 5px;
}

a.mainlevel, a.mainlevel:link, a.mainlevel:visited  {
	display: block;
	padding-left: 11px;
	background: url("../images/icona_menu.gif") no-repeat left;
	text-decoration: none;  
	height: 1.5em; 
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color:#000066;
}

a.mainlevel:hover, a.mainlevel:active {
	background: #fcfcfa url("../images/icona_menu_h.gif") no-repeat left;;
}
	
	
.top_menu {
	height : 30px;
	float : right;
	width : 600px;
}

.mainlevel-nav {
	list-style : none;
	padding : 0;
	margin : 0;
	float : right;
}
.mainlevel-nav li {
	width : auto !important;
	width : 15%;
	float : right;
	margin : 0;
	font-size : 10px;
	height : 30px;
	line-height : 27px;
	white-space : nowrap;
	background : url(../images/hd_left.gif) no-repeat top left;
	margin-right : 5px;
}
.mainlevel-nav a {
	font-weight : bold;
	height : 30px;
	display : block;
	padding-left : 5px;
	padding-right : 17px;
	text-decoration : none;
	color : #fff;
	background : url(../images/hd_right.gif) no-repeat top right;
	margin-left : 12px;
}
.mainlevel-nav li:hover, #mainlevel-nav li.one {
	background : url(../images/hd_left_h.gif) no-repeat top left;
}
.mainlevel-nav li:hover a, #mainlevel-nav li.one a {
	background : url(../images/hd_right_h.gif) no-repeat top right;
}

a.sublevel:hover {
	color : #818181;
	font-size : 10px;
}
a.sublevel:link, a.sublevel:visited {
	color : #0066cc;
	font-size : 10px;
}


/***** PATHWAY *****/


#pathway_text {
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: normal;
}

.pathway {
	margin-top : 15px;
	margin-bottom : 15px;
	color : #444;
}

a.pathway, a.pathway:visited {
	text-decoration: underline;
	font-weight: bold;
	color : #444;
}
a.pathway:hover {
	color : #900;
	font-weight: bold;
	text-decoration : underline;
}



/***** MODULETABLE ******/

table.moduletable {
	margin : 0 0 10px 4px;
	width : 100%;
	color : #000;
}
table.moduletable th {
	font-size : 11px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000066;
	height : 25px;
	text-align : left;
	width : 100%;
	padding : 3px 1px 3px 5px;
	background : url(../images/tmodtab.jpg) no-repeat;
}

table.moduletable td {
	padding : 1px 3px 1px 1px;
}

table.contact {
	border-color : #929292;
	background-color : #dcdad0;
}
table.contact td.icons {
	background-color : #d3dee1;
}
table.contact td.details {
	font-size : 11px;
}



/****** POOL *****/
.poll {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : left;
	color : #666666;
	padding : 10px 1px 10px 1px;
}
table.pollstableborder td {
	padding : 2px;
	text-align : left;
}


/**** SECTION TABLE  *****/

.sectiontableheader {
	background-color : #cccccc;
	color : #000099;
	font-weight : bold;
}
.sectiontableentry1 {
	background-color : #efefef;
	padding : 1px 1px 1px 1px;
	text-align : left;
	font-size : 10px;
}
.sectiontableentry2 {
	background-color : #dddddd;
	padding : 1px 1px 1px 1px;
	text-align : left;
	font-size : 10px;
}


/****** CONTENT / COMPONENT ****/

.contentpane {
	padding : 1px 1px 1px 1px;
}

.contentpaneopen {
	width: 590px;
	padding : 1px 1px 1px 1px;
	font-size: 12px;
}

.contentheading {
		margin: 0 5px 0 0;
		border-bottom: 2px solid red;
		text-align: left;
		font-weight: bold;
		color: blue;
		font-size: 14px;
	}

.componentheading {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	height : 30px;
	color : #cccccc;
	text-align : left;
	padding-left : 2px;
	background : url(../images/content.jpg) no-repeat;
	padding-right : 3px;
	padding-left : 3px;
	padding-bottom : 1px;
	padding-top : 1px;
	margin : 1px 4px;
	color : #000;
	text-align : left;
}

.blog {
	font-size: inherit;
}

/**** PAGENAV  ****/
span.pagenav {
	color : #000;
	font-weight : bold;
}


/**** VAIRE ***/

.error {
  padding: 5px;
  margin: 20px;
  border: 1px solid #a00;
  display: block;
  color: #a00;
  background: #FFFFD5;
  font-size: 12px;
  font-weight: bold;
}

.small {
	font-size : 10px;
	color : #999;
	text-decoration : none;
}
.smalldark {
	font-size : 10px;
	color : #000;
	text-decoration : none;
	font-weight : normal;
}

.date {
	font-size : 10px;
	font-weight : bold;
	color : #000;
	text-align : left;
	padding-left : 3px;
	padding-bottom : 3px;
}


/******* FORM *******/


.inputbox {
	background-color : #fff;
	border: 1px solid #000;
	color : #000;
}
.button {
	background-color : #d6deef;
	border: 1px solid #000;
	color : #000;
}


/******************/
.fine_pagina {
	position: absolute;
	top: -5000px;
	left: - 2000px;
}