
/*global defaults*/

*
{
	padding: 0; /*Resets padding, margin, and borders to 0 for cross-browser consistency*/
	margin: 0;
	border: 0;
}

a:hover
{
	color: Red;
}


/*Removes underline from link/visited for readability*/
:link, :visited
{
	text-decoration: none;
}

ul, ol
{
	list-style: none; /*Removes bullets from lists*/
}

a img, :link img, :visited img
{
	border: none; /*Removes border images*/
}

option
{
	min-width: 1.5em; /*Fixes mozilla problem with forms caused by universal reset*/
}

/* end global defaults */


body
{
	background-color: #cccccc; /* #999999;*/
	margin: 0 auto;
	font-size: 1.2em;
}

#page
{
	margin: 0 auto;
	width: 850px;
	position: relative;
	background-color: White;
	background-image: url(../../images/sfondo3.png);
	background-repeat: repeat-x;
	border-left: 3px double #000033;
	border-right: 3px double #000033; /*009999 top: 10px; */
}

#header
{
	background-image: url(../../images/header.png); /* url(images/testata3.png);*/
	background-repeat: no-repeat;
	width: 850px;
	height: 265px;
	margin-left: 96px;
}

/*begin menu tondo*/
#navbar
{
	display: inline;
	float: right;
	position: relative;
	top: +48px;
	width: 100%;
	left: -155px;
	z-index: 1;
}

#navbar a
{
	/*#336699;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

#navbar a:hover
{
	color: Red; /* #650B14;*/
}

#home a
{
	position: relative;
	width: 75px;
	left: 255px;
	top: -2px;
	color: White;
}

#about a
{
	position: relative;
	left: 325px;
	top: 54px;
	width: 75px;
	color: White;
}

#news a
{
	position: relative;
	left: 455px;
	top: 99px;
	width: 75px;
	color: Black;
}

#links a
{
	position: relative;
	top: 130px;
	width: 75px;
	left: 620px;
	color: Black;
}

#contact a
{
	position: relative;
	left: 790px;
	top: 116px;
	width: 75px;
	color: Black;
}
/*end menu tondo*/


#wrapper
{
	background-image: url(../../images/bg1.png);
	background-repeat: repeat-y; /**/
	width: 850px;
	float: left;
	margin-left: 0;
}

#content
{
	width: 630px;
	position: relative;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px; /*background-color: White;*/
}

.entrytitle
{
	color: #336666; /* #009999;*/ /*font-size: 1em;*/
	font-size: 18px;
	padding-bottom: 5px;
}

.entrysottotitle
{
	color: #336666; /* #009999;*/ /*font-size: 0.8em;*/
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
}

.entry
{
	font-family: Arial, Helvetica, sans-serif; /*font-size: .7em;*/
	color: Black;
	text-align: justify;
	padding-bottom: 20px;
}

#submenu
{
	width: 170px;
	float: left;
	position: relative;
	height: 100%;
	top: 0px;
	z-index: 5;
}

#submenu ul a, p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: center;
	display: block;
	padding: 3px;
	height: 20px;
	width: 151px;
	border: 1px solid white;
	background-color: #9999cc;
	color: Black; /*#ae7e0f;*/
	margin-left: 3px;
}

#submenu ul a:hover, p a:hover
{
	color: #ffffff; /*#5d761b;*/
	background-color: #000033;
	padding: 3px;
	height: 20px;
	width: 151px;
	border: 1px solid white;
}

.menuselected
{
	color: #ffffff; /*#5d761b;*/
	background-color: #000033;
	padding: 3px;
	height: 20px;
	width: 151px;
	border: 1px solid white;
}

#menuverde ul a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: center;
	display: block;
	padding: 3px;
	height: 34px;
	width: 151px;
	border: 1px solid white;
	background-color: #66cc66;
	color: Black; /*#ae7e0f;*/
	margin-left: 3px;
}

#menuverde ul a:hover
{
	color: #ffffff; /*#5d761b;*/
	background-color: #339933;
	padding: 3px;
	height: 34px;
	width: 151px;
	border: 1px solid white;
}

#menuorange ul a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: center;
	display: block;
	padding: 3px;
	height: 34px;
	width: 151px;
	border: 1px solid white;
	background-color: #ffcc33;
	color: Black; /*#ae7e0f;*/
	margin-left: 3px;
}

#menuorange ul a:hover
{
	color: #ffffff; /*#5d761b;*/
	background-color: #ff9900;
	padding: 3px;
	height: 34px;
	width: 151px;
	border: 1px solid white;
}

#footer
{
	width: 850px;
	height: 177px;
	background-image: url(../../images/footer.png);
	background-repeat: no-repeat;
	clear: both;
}

.copyright
{
	color: Red;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	top: 130px;
	left: 25px;
}

.redlabel
{
	color: Teal;
	font-weight: bold;
}

.titlespecie
{
	color: #ffffff; /*#5d761b;*/
	background-color: #000033;
	padding: 3px;
	border: 1px solid white;
	width: 600px;
	text-align: center;
	font-size: 0.9em;
}

/*tab*/

.divTab
{
	border-bottom: 1px solid #336666;
}

.menuTabSelected
{
	color: #336666;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: White;
	border-top: 1px solid #336666;
	border-left: 1px solid #336666;
	border-right: 1px solid #336666;
	border-bottom: 1px solid White;
	width: 150px;
	height: 24px;
	z-index: 100;
	margin-bottom: -1px;
	vertical-align: bottom;
}

.menuTabUnselected
{
	color: #336666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #F2F2F2;
	border-top: 1px solid #336666;
	border-left: 1px solid #336666;
	border-right: 1px solid #336666;
	border-bottom: 1px solid #F2F2F2;
	width: 150px;
	height: 20px;
	cursor: pointer;
	vertical-align: bottom;
}

/*end tab*/