
/* Body style */
body
{ 
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/background.jpg); 
	font-size: 15px;
	font-family: /*"lucida sans unicode",*/Verdana, Arial, Helvetica, sans-serif; 
	margin: 0px;
	padding: 0px;
}

/* Full page wrapper */
div.page {width:100%}

/* Full header */
div.page-header
{
	margin: 0px;
	border: 0px;
	padding-bottom: 4px;
	background-color:#FFF58e;
	border-bottom: 1px solid #CCCCCC;
}

/* header Top Bar - images */
table.header-images
{
	margin: 0px;
	border: 0px;
}

/* Photos in header bar */
table.header-images img.photo
{
	border-width: thin;
	border-style: outset;
	border-color: #FFEDCF;
	margin: 5px;
	margin-top: 10px;
}

/* Header links bar */
table.header-links
{
	border: 2px solid #fece0e; /*#CCCCCC ;*/
	margin: 0px;
	background-color:#FFF58e;
}

/* Header links */
a.header-link:active, a.header-link:link, a.header-link:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: blue;
	text-decoration : none;
}

a.header-link:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : red;
	text-decoration : none;
}

/* Main content table */
table.page-body
{
	width: 100%;
	margin-top: 4px;
	padding: 2px;
	padding-top: 5px;
}

div.page-footer
{
	font-family: Verdana,Helvetica,san-serif, Arial;
	font-size:12px;
	text-align: center;
	border-top: 2px dotted black;
}

/* page columns */
td.page-col-left
{
	width: 150px;
	font-size:11px;
	background-color: #f7f7f7;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

td.page-col-center
{
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top:0px;
	font-weight:normal;
	text-align:center;
}

td.page-col-right
{
	width: 150px;
	font-size:11px;
	background-color: #f7f7f7;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

div.page-main-content
{
	font-weight:normal;
	text-align:left;
}

/* Side Blocks parts styles */
.block-box
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	border: 1px solid #fece0e /*#FEE278;*/
}

.block-title
{
	border: 1px solid #CCCCCC;
	color: blue;
	padding: 2pt;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DBDBDB;
	font-weight: bold;
	background-image: url(images/block-title.gif);
	background-position: top;
	background-repeat: repeat-x;	
}

.block-content
{
	list-style-type: disc;
	list-style-position: inside;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	background-color: #FFFDCF;
}

.block-footer
{
	color: #5B788B;
	text-align: left;
	text-decoration: none;
	text-decoration: none;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	background-color: #EEF1F3;
	font-weight: normal;
	border: 1px solid #C2D3DF;
}


/* Center Blocks parts styles */

#centerLcolumn
{
vertical-align:top;
padding-right: 2px;
}

#centerRcolumn
{
vertical-align:top;
}

.cblock
{
	margin-top: 2px;
}

.cblock-title
{
	background-color:#FFF58e;
	color: #0000d0;
	font-weight: bold;
	font-size:16px;
	text-align:left;
	border-top: 2px solid #aa0202;
	border-bottom: 1px solid #aa0202;
}

.cblock-content
{
	text-align: left;
	background-color:#ffffff;
}


/* Default Form Item styles */

input
{
	color:#000000;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana,Helvetica,sans-serif;
}

select
{
	color:black;
	font-size:9px;
	font-family:Arial,"Times New Roman",sans-serif;
}

/* Default links style */

a:active, a:link, a:visited
{
	/* background : transparent; */
	color : black;
	text-decoration : none;
}

a:hover
{
	color : red;
	text-decoration : none;
}

/* Clock */

.BarClock
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-size: 11px;
	font-weight: normal;
	color: #ed7703;
}

/* themePageTitle() styles */

.pagetitle-box
{
	background-color:#FFEDCF;
	border-top: 2px solid #aa0202;
	border-bottom: 2px solid #aa0202;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.pagetitle1
{
	color: #0000FF;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-style:normal;
	font-weight:bold;
	font-size:19px;
	text-align:center;
}

.pagetitle2
{
	font-size:15px;
}

.pagetitle-sublinks
{
	color: #0000FF;
	font-size:14px;
	text-align:right;	
	border-top: 1px dotted gray;
}

/* themeNavBar() styles */

.navbar-box
{
	background-color:#FFFEED;
	border-top:1px dotted navy;
	border-bottom: 1px solid #5C6EF8;
}

.navbar-text
{
	font-size:11px;
}

/* Main-menu & User-Menu Links */

td#mainmenu a.menuMain, td#mainmenu a.menuTop 
{
	padding-left:14px; 
	background-image: url(images/menu-dot1.gif); 
	background-position: center left;
	background-repeat: no-repeat;
}

td#mainmenu a.menuSub
{
	padding-left:26px; 
	background-image: url(images/menu-dot2.gif); 
	background-position: 15px 50%;
	background-repeat: no-repeat;
}

td#usermenu a
{
	padding-left:14px; 
	background-image: url(images/menu-dot3.gif); 
	background-position: center left;
	background-repeat: no-repeat;
}

/* Links in text style */

a.in-text:active, a.in-text:link, a.in-text:visited
{
	border-bottom:thin dotted;
	text-decoration : none;
	color: #0000FF;
}

a.in-text:hover
{
	border-bottom:thin dotted;
	text-decoration : none;
	color: #FF0000;
}

/* Image descriptions */

.imagedescr
{
	font-size:11px;
	font-style:italic;
}

/* Links - func. ThemeContent() */

.content-title
{
	color:black;
	background: #FFF2CF;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	border-top: 1px solid #5C6EF8;
}

.content-info
{
	color: #C71585;
	font-style:normal;
	font-size:11px;
	border-bottom:1px dotted navy;
}

.content-links
{
	background-color:#FFFEED;
	border-top:1px dotted navy;
	border-bottom: 1px solid #5C6EF8;
	font-size:11px;
	text-align:right;
	clear:all;
}

.content-body
{
}

/* Stili utilizzati da componenti e moduli base */

/* Standard Modules title */
h3 {
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-style:normal;
	font-weight:bold;
	font-size:17px;
}

h4 {
	background-color:#FFEDCF;
	border: 1px;
	border-style: outset;
	border-width: thin;
	margin-bottom: 3px;
	margin-top: 0px;

	color: #0000FF;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-style:normal;
	font-weight:bold;
	font-size:19px;
	text-align:center;	
}

/* tables of data OpenTable() - CloseTable()*/
/* tbl 	*/			.outer {border: 1px solid #CCCCCC; width:100%} 
/* tbl titles */	th {background-color: #ffbf00; color:#8a0600; padding : 2px; vertical-align : middle; font-family: Verdana, Arial, Helvetica, sans-serif;}
/* row pari 	*/	.even {background-color: #FFFFFF; padding: 3px;} 
/* row dispari*/	.odd {background-color: #f0f0f0; padding: 3px;}
/* tbl footer */	.foot {background-color: #f1dab7; padding: 3px; font-weight: bold;text-align: center;}
/* row header */	.head {background-color: #fffdcf; padding: 3px; font-weight: bold;}

/* Comments styles */
.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: 10px; color: #2F5376; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #2F5376; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}


/*
NON UTILIZZATI

tr.head td {background-color: #B6CDE4; padding: 3px; font-weight: bold;}
tr.even td {background-color: #efefef; padding: 3px;}
tr.odd td {background-color: #f7f7f7; padding: 3px;}
tr.foot td {background-color: #f7f7f7; padding: 3px; font-weight: bold;}
*/


