a:link, a:visited{
	color: #666666;
	text-decoration: underline;
}
a:hover{
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images_template/logoAeon.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(../images_template/bg_header.png);
	background-repeat: repeat-x;
	height: 89px;
}
#header #logo {
	background-image: url(../images_template/logo.png);
	height: 89px;
	width: 746px;
	float: left;
	margin-right: 10px;
}
#myMenu  {
	height: 53px;
	width: 100%;
	background-image: url(../images_template/bg_menu.png);
	background-repeat: repeat-x;
	clear: both;
}
#myMenu #menuContainer {
	width: 509px;
	margin-right: auto;
	margin-left: auto;
}

#myMenu  .menuItem  {
	text-align: center;
	list-style-type: none;
	list-style-image: none;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: -3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #search {
}
#mainContents {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}


/* ------ MISC CLASSES ------ */
.searchHighlight {
	background:#FFFFCC;
	color:#8F5E01;
	font-size:18px;
	padding:5px;
}
.clearfloat {
    clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
.separator{
	width:100%;
	height:2px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9F7A8;
}
.bold16{
	font-size:16px;
	font-weight:bold;
}
.small_text {
	font-size: 10px;
	color: #666666;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.error {					/* STRING Error */
	color: #FF3300;
	font-weight: bold;
}
#error{						/* DIV Error */
	color:#990000;
	font-size:16px;
	text-align:center;
}
.note {
	color: #999999;
	font-weight: bold;
	font-size: 11px;
}
.title_dottedBorder {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E9F7A8;
	height: 15px;
	width: 100%;
}
.title_generic {
	font-size: 115%;
	text-align: left;
	color: #8DB31C;
	font-weight: bold;
	margin-bottom:10px;
}
/* ------ MISC CLASSES ------ */











/* ---------------------------- BASIC CSS ----------------------------------- */

/* User Login CSS */
#login_space{
	margin-left:10px;
	font-size: small;
	margin-right: 10px;
	margin-top: auto;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8DB31C;
	padding-top: 5px;
	padding-bottom: 5px;
}
#login_space a{
	font-size:10px;
	color: #0099FF;
}
/* DIV LOGIN - login_form.php */
#loginForm{
	width:250px;
	color: #666;
	background-color:#EAEAEA;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:35px;
	padding-right:5px;
	margin-left:auto;
	margin-right:auto;
}
.login_username{
	font-size: small;
	background-color: #FAFAFA;
	color: #333333;
	background-image: url(../images/icons/user.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent: 20px;
	border: 1px solid #999999;
}
.login_password{
	font-size: small;
	background-color: #FAFAFA;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/icons/key.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent: 24px;
	border: 1px solid #999999;
}
/* */
/* */













/* Web Content CSS */
#webcontent_container {
	margin-top:5px;
	margin-bottom: 25px;
}
#webcontent{
	font-size: 12px;

}
#webcontent_title_container{
	margin-bottom:10px;
         margin-top:15px;
}
#webcontent_title {
	font-size: 125%;
	text-align: left;
	color: #8DB31C;
	font-weight: bold;
	padding-bottom: 3px;
}
#webcontent_subtitle {
	font-size: 11px;
	font-weight:normal;
	text-align: left;
	padding-top: 3px;
	border-top: #EAEAEA solid 1px;
	color:#666;
}
#webcontent_subtitle #webcontentPages{
	background-image: url(../images/icons/webcontent_pages.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	margin-right: 8px;
	width:auto;
	float:right;
}
#webcontent_subtitle #webcontentDate{
	background-image: url(../images/icons/webcontent_date.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	margin-right: 8px;
	width:auto;
	float:right;
}
#webcontent_subtitle #webcontentAuthor{
	background-image: url(../images/icons/webcontent_author.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	margin-right: 8px;
	width:auto;
	float:right;
}
/* */








/* Navigator CSS */
#pageNavigator {
	font-size: small;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 115px;
}
#pageNavigator #prev_button {
	width:240px;
	text-align:left;
	float:left
}
#pageNavigator #next_button {
	width:240px;
	text-align:right;
	float:right
}
#pageNavigator #stats {
	width:100%;
	text-align:right
}
#pageNavigator #num_pages {
	text-align:center;
	width:400px;
	margin-left:auto;
	margin-right:auto
}
/* */








/* Utility Bar CSS */
#utilityBar a{
	color:#666;
	text-decoration:none;
}
#utilityBar{
	float:left;
	margin-top:10px;
	width:70%;
	height:71px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8DB31C;
	margin-bottom: 35px;
}
#send_title {
	font-size: large;
	color: #0099FF;
	text-align: left;
	padding: 10px;
	background-color: #FFFFCC;
}
#send_form {
	width: 220px;
	float: left;
	text-align: left;
	font-size: x-small;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#send_preview {
	float: right;
	width: 100%;
	margin-right: 5px;
	text-align: left;
	padding: 5px;
	border: 1px solid #EAEAEA;
	font-size: small;
	color: #000000;
}
#send_preview_title {
	font-size: x-small;
	color: #CCCCCC;
	float: right;
	width: 350px;
	height: 13px;
	margin-right: 50px;
}
#U_zone {
	font-size: 11px;
	color: #666666;
	width: 310px;
	float: left;
	margin-left: 10px;
	text-align: left;
}
#U_zone #UB_sharedoc{
	background-image: url(../images/icons/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	margin-top:4px;
	margin-bottom:4px;
	height:16px;
}
#U_zone #UB_print{
	background-image: url(../images/icons/print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	margin-top:4px;
	margin-bottom:4px;
	height:16px;
}
#U_zone #UB_pdf{
	background-image: url(../images/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	margin-top:4px;
	margin-bottom:4px;
	height:16px;
}
#vote_zone{
	font-size: small;
	color: #666666;
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 10px;
}
#view_vote{
	font-size: x-small;
	color: #666666;
	width: 350px;
	float: right;
	text-align: right;
	margin-right: 10px;
}
/* */



/* ---------- SEARCH -------- */
#searchContainer {
	width: 220px;		/* larghezza immagine sfondo */
	margin-top: 4px;
	float:right;
}
#prettysearch {
	height: 47px;		/* altezza immagine sfondo */
	width: 220px;		/* larghezza immagine sfondo */
	margin-top:-5px;
	background-image: url(../images_template/bg_search.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#prettysearch #keywords_txt  {
	font-size: 15px;
	color: #FFF;
	width: 70%;
	margin-left: 40px;
	background-color: transparent;
	background:none;
	border-width:0px;
	margin-top: 12px;
}
#advSearch {
	color: #FFF;
	font-size: 10px;
	margin-top:-5px;
	margin-left:10px;
	margin-right: 5px;
}
/* */
