
/* GENERIC STYLES */
html, body{ margin:0; padding: 0; }
body
{ 
	font-family: Verdana,Arial,Sans-serif; 
	font-size: 0.65em; 
	text-align:center; 
	background-color: #a3aeb7;
	color: #454545;
	border: 0;
}

a, a:visited { color:#0066CC }
a:hover { color: #990000; }

img { border: 0 }
a img { border: 0; }

.hide{ position:absolute;left: -9999px;top:-9999px }
abbr, acronym { border-bottom:1px dotted #222222; cursor:help }

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.7em; font-weight: normal;
	margin: 10px 0; padding: 0px; }
h2 { font-size: 1em; }

li { list-style-image: url(images/bullet.gif); }

/* BASIC layout*/
div#bigdiv{ 
	width: 95%;  min-width:780px; max-width:950px; 
	padding: 0; margin: 0 auto;
    background: #FFF url(images/bckgrnd.jpg) top right repeat-y; 
	border-bottom: 1px solid #ccc;
	font-size: 1em; text-align: left; }
div#bigdiv.private { 
	width: 95%;  min-width:780px; max-width:950px; 
	padding: 0; margin: 0 auto;
    background: #FFF url(images/bckgrnd.jpg) top right repeat-y; 
	border-bottom: 1px solid #ccc;
	font-size: 1em; text-align: left;background: #FFF url(images/bckgrnd_priv.jpg) top right repeat-y; 
}

div#wrapper{ margin: 0; padding: 0 10px; background: transparent url(images/left.jpg) top left repeat-y; }


/* = header e navigazione orizzontale*/
div#full-header { position: relative; width: 100%;
	margin: 0px; padding: 0 0 1px 0; 
	color: #000; }	
	#header { 
		margin: 0px 195px 5px 0px; padding: 0px;}
	#header #logo { 
		float: left; margin: 2px 2px 2px 2px;  }
	#header h1 { 
		margin: 0px 0 0 180px; 
		padding: 30px 2px 5px 0px;
		font-family: "Century Gothic",Arial,sans-serif; 
		color:#335599;
		font-size:19pt;
		line-height: 1em;
		text-align: center;
		 }
	#sub-header { /* horizontal menu clear: left;background-color:#3399CC; */
		margin: 0 0px 0 0px; 
		padding: 3px 20px 3px 180px;
		font: normal 110% "Century Gothic",Arial,sans-serif; 
		color:#000;
		letter-spacing: 0.1em; 
		border-bottom: 1px solid #CCC;
		text-align: center;
		}
		#sub-header a {
			font-weight: bold; color: #000;
			text-decoration : none; padding : 3px 3px 3px 3px; }
		#sub-header a:hover {
			color : #990000; text-decoration : none;
			background-color: #FFF; }
	.sub-header { /* date and time */
		margin: 0 0px 0 210px;
		padding : 3px 20px 3px 210px;
		text-align: right;
	}

/* layout */

div#left  { clear: both; float:left; width:170px; 
	margin: 0px; padding: 0px; 
	font-size: 1.1em; }
div#right { float:right; width: 175px; 
	margin: 0px; padding: 0px; 
	 font-size: 1em;}

div#content{ margin: 0 205px 0 175px; padding: 0px 0px; 
	line-height:1.2; font-size: 1.1em; text-align:justify;
	 }
div#footer { clear: both; 
		margin: 0px 200px 0 0; padding: 10px 10px 20px 10px; color: #555; border-top: 1px solid #ccc; }

	#left h5 { margin: 7px 0px 0px 0px; padding: 2px 2px 2px 0px;  border-bottom: 1px solid #FFF; 
		font: bold 1.05em Arial,sans-serif; color:#000;
		}
	#left ul { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; list-style-type: none;}
	#left li { margin: 0px; padding: 0px; border-bottom: 1px solid #FFF; list-style-type: none; list-style-image: none; }
	#left a { color: #000; text-decoration: none;  }
	#left a:hover { color: #0066CC; }
	#left li a { margin: 0px; padding: 2px 2px 2px 12px; display: block; text-decoration: none; background: url(images/blue_right_arrow.gif) no-repeat left center }

	.private #left a:hover { background-color: #FFF; color: #990000; }

	#right h5 { margin: 5px 0px 0px 0px; padding: 5px 0px 2px 0px; 
	font: bold 1.3em "Trebuchet MS",arial,sans-serif; color:#000;
	font-family: Arial,sans-serif; font-weight: bold; font-size: 1.2em; color:#000; }
	#right ul { margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px; list-style-type: none; }
	#right li { margin: 0px; padding: 0px; border-bottom: 1px solid #FFF; list-style-image: none;}
	#right a { color: #000; text-decoration: none; }
	#right a:hover { background: #FFF; color: #404240; }
	#right li a { margin: 0px; padding: 2px 0px; display: block; color: #000; text-decoration: none; }

#content { font-size:1.2em;}

	#content h1{ border-bottom: 1px solid #CCC; font-size: 1.5em; color:#335599;
		line-height: 1.1em;}
	#content h2 { font-size: 1.3em; font-weight:bold;}
	
	.private #content h1 { border-bottom: 1px solid #CCC; color:#990000}
	#content p { line-height: 1.2em; }

#shoutbox { padding-left: 5px;}
#shoutbox a.side, .shoutboxname a.side, .shoutboxdate a.side { display: inline; }

a.white {
	color : #ddd;
	text-decoration : none;
}

a:hover.white {
	color : #ddd;
	text-decoration : underline;
}

a.black {
	color : #000;
	text-decoration : none;
}

a:hover.black {
	color : #C00;
	text-decoration : underline;
}


table { }
caption { font-size: 10px; font-weight: bold ; background-color: #EEE; }
td, th { text-align: left; 
	font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 11px; 
	padding-top: 0.5em; vertical-align: top;}
	
td #home, td #private { padding:0}

form {
	margin : 0px;
}

hr {
	height : 1px;
	border : 1px solid #eee;
}

hr.side-hr {
	height : 1px; margin:0;
	border : 1px solid #eee;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

pre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.alt {
	color : #005599;
}
 
.outer-border {
	margin: 0;
}


.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #555;
	background-color : #f1f1f1;
	height : 20px;
	border : 1px solid #ccc;
	margin-top : 2px;
}

.textbox {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #555;
	background-color : #f8f8f8;
	border : 1px solid #ccc;
}

.main-body {
	font-size : 13px;
	color : #555;
	padding : 4px 5px 5px 5px;
}

.side-body {
	font-size : 10px;
	color : #777;
	background-color : #f6f6f6;
	border: 1px solid #e1e1e1; border-top: none; border-right: none; 
	padding : 0; 	
}
	.side-body ul { margin: 0; padding: 0 0px; list-style-image:none; list-style-type: none; }
	.side-body ul li { margin: 0px; padding: 0px; list-style-image:none; border-bottom: 1px solid #FFF; }
	.side-body ul li a { margin: 0 0 0 0px; padding: 2px 2px 2px 6px;}
	.side-body ul ul li a { border: none;}

.main-bg { 
	color : #555;
	background-color : #fff;
	padding : 15px 5px 10px 5px; 

}

.border {
	border : 1px solid #e1e1e1;
}
table.border {
	margin-top: 5px;
	border:none; 
}

table.pad {	border-collapse:collapse; margin-top: 5px; border:none; }
table.pad td { padding: 5px; border: 1px solid #CCC }

.side-border-left {
	color : #777;
	background-color : #fff;
	padding : 10px 5px 10px 10px;
}

.side-border-right {
	color : #777;
	background-color : #fff;
	padding : 10px 10px 10px 5px;
}

.catimg_div { min-height: 70px; height: auto !important; height: 70px; }

.news-footer {
	font-size : 10px;
	color : #555;
	background-color : #f1f1f1;
	padding : 3px 4px 4px 4px;
}

.capmain {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #666;
	background-color : #fff; border-bottom : 1px solid #e1e1e1;
	padding : 2px 0px 4px 0px;
}

.scapmain, .side-label {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #404240;
	margin-top: 4px;
	padding : 4px 4px 2px 1px; 
	
	 border-bottom : 3px solid #e1e1e1;
}

.side-label {
	color : #404240;
	background-color : #f1f1f1;
	border-top : 1px solid #e1e1e1; border-bottom : 1px solid #e1e1e1;
	margin: 5px -3px 2px -3px;
	padding : 5px 2px 3px 5px; 

}
.scapmain, .side-label, .scapmain2 { 
	border-bottom : 3px solid #e1e1e1;}

.scapmain2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #666;
	border-bottom : 3px solid #e1e1e1;
	padding : 4px 4px 4px 7px;
}

.tbl-border {
	color : #555;
	background-color : #e1e1e1;
}

.tbl {
	font-size : 11px;
	color : #555;
	background-color : #fff;
	padding : 4px;
}

.tbl1 {
	font-size : 11px;
	color : #555;
	background-color : #fff;
	padding : 4px;
}

.tbl2 {
	font-size : 11px;
	color : #555;
	background-color : #f1f1f1;
	padding : 4px;
}

.forum-caption {
	font-size : 11px;
	font-weight : bold;
	color : #333;
	background-color : #f1f1f1;
	padding : 2px 4px 4px 4px;
}

.quote {
	font-size : 11px;
	color : #555;
	background-color : #f8f8f8;
	padding : 4px;
	margin : 0px 20px 0px 20px;
	border : 1px solid #bbb;
}

.poll {
	height : 12px;
	border : 1px solid #bbb;
}

.comment-name {
	font-weight : bold;
	color : #005599;
}

.shoutboxname {
	font-weight : bold;
	color : #005599;
}

.shoutbox {
	color : #777;
}

.shoutboxdate {
	font-size : 10px;
	color : #888;}

.small {
	font-size : 10px;
	font-weight : normal;
}

.small2 {
	font-size : 10px;
	font-weight : normal;
	color : #555;
}

.side-small {
	font-size : 10px;
	font-weight : normal;
	color : #555;
}


ul#topmenu { position: absolute; right: 0px;
	margin: 15px 13px 0 0; padding: 3px 3px 3px 30px; white-space: nowrap; list-style-type: none; 
	text-align: right; text-transform: uppercase }
	#topmenu li { display: inline; list-style-type: none; 
	border-bottom: 3px solid #C00; text-align: right;
	 }
	#topmenu a { padding: 3px 3px 3px 10px; 
	background: #FFF url(img/sfum.png) bottom left no-repeat; }
	#topmenu a:link, #topmenu a:visited { text-decoration: none; color: #000;
		color: #fff; background-color: #C00; 
		}
	#topmenu a:hover { color: #C00; text-decoration: none; background-color: #FFF;
	border-bottom: 1px solid #C00;}

div#chat { text-align: center; }

/***** BUTTONS *************************/
button.button { height:auto;margin: auto; 
		background: #FFF url(images/button-p.png) top left repeat-x;
		width: 170px; padding:0px;
		font-size: 11px; vertical-align:middle;
		display: block; 
		border:1px solid #CCC; border-right:1px solid #333; border-bottom: 1px solid #333; 
}

.button h3 {
  width: 179px;
  font-size: 12px;
  line-height: 50px;
  font-weight: bold; color:#669900;
  margin: 0;
  padding: 0;
}
#entertb p {
  font-size: 18px; color: #CC0000; font-weight:bold;
  margin: 0;
  padding: 5px 0px;
  text-align: center;
}
.button p {
  font-size: 12px; color: #CC0000; font-weight:bold;
  margin: 0;
  padding: 5px 0px;
  text-align: center;
}

/*************************/

div#welcome { margin:0; padding: 0 0 0 0px; display: block;
	min-height: 100px; height: auto !important; height: 100px;
	
}
 #welcome img { border: 0px none; margin: 0 5px 0 0; float: left; }
 #welcome p { margin: 0 5px 5px 125px; padding: 0px 5px;  }
 #welcome a {  }

div#patwelcome { margin:0; padding: 0 0 0 0px; display: block;
	min-height: 100px; height: auto !important; height: 100px;
}
 #patwelcome img { border: 0px none; margin: 0 5px 0 0; float: left; }
 #patwelcome p { margin: 0 5px 5px 125px; padding: 0px 5px;  }
 #patwelcome a { }


/* NUOVI BOTTONI */ 
a.boldbuttons
{
	background: transparent url('images/roundedge-green-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons
{
	color: white; /*button text color*/
}

a.boldbuttons span
{
	background: transparent url('images/roundedge-green-right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons
{ /* Hover state CSS */
	text-decoration: underline;
}

.buttonwrapper
{ 
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

a.boldbuttons_test
{
	background: transparent url('images/roundedge-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 12px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
}

a:link.boldbuttons_test, a:visited.boldbuttons_test, a:hover.boldbuttons_test, a:active.boldbuttons_test
{
	color: white; /*button text color*/
}

a.boldbuttons_test span
{
	background: transparent url('images/roundedge-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons_test
{ /* Hover state CSS */
	text-decoration: underline;
}

.buttonwrapper_test
{ 
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
