@import url(/css/common.css);
@import url(/css/corsi.css);
@import url(/css/news.css);
@import url(/css/home-news.css);
@import url(/css/login.css);
@import url(/css/simpletabs.css);
@import url(/css/statictabs.css);
@import url(/css/home-login.css);
@import url(/css/forum.css);
@import url(/css/user.css);
@import url(/css/enti_sedi_form.css);
@import url(/css/enti_scelta.css);
@import url(/css/login_enti.css);

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	margin:0;
	padding:0;
}

a:link, a:visited {
	color: #666;
	text-decoration:none;
	
}

a:active, a:hover {
	color: #000;
	text-decoration:none;
	
}

.softhr{clear:both;height:1px;border:none;color:#ccc;background-color:#ccc;margin-bottom:2em}

h2 {font-size:1.1em;color:#333}

#main {
	width:100%;
}
#header { /* totalw 998 */
	width:998px;
	height: 125px;
	margin:auto;
}
#header-left {
	width:180px;
	height: 125px;
	float:left;
}
#header-mid {
	width:638px;
	height: 125px;
	float:left;
}
#header-right {
	width:180px;
	height: 90px;
	float:left;
}

#header img {
	width:180px;
	height: 90px;
	margin:0;
	padding:0;
	
}
#header h1 { /* totalw 598 */
	font-size: 1.3em;
	color: #fff;
	width:598px;
	height: 60px;
	margin:0;
	padding:15px 20px;
}

#page {
	width:998px;
	margin:auto;
}

#content {  /* totalw 638 */
	float: left;
	width:618px;
	padding:10px;
	text-align: justify;
}

#rightcol {
	float: left;
	width:162px;
	padding:8px;
	text-align:center;
}
#rightcol img {
	display:block;
	margin:1em auto;
	width:160px;
	border: 1px solid #ccc;
}

#footer {
	clear: both;
	border-left: 180px solid white;
	border-right: 180px solid white;
	width:638px;
	height: 48px;
	margin:auto;
}
#footer img{
	border: none;
}

/*- Menu --------------------------- */
#leftmenu {
	font-size:.9em;
	float: left;
	width: 180px;
	margin: 0;
}
#leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:right;
}

#leftmenu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#leftmenu li a:link, #leftmenu li a:visited {
	color: #4D4D4D;
	display: block;
	background:  url(/images/menu10.gif);
	padding: 8px 10px 0 10px;
}
#leftmenu li a:hover, #leftmenu li a.current {
	background:  url(/images/menu10.gif) 0 -32px;
	padding: 8px 10px 0 10px;
}
/*- Menu Tabs--------------------------- */ 


#tabs {
  width:638px;
  height: 35px;
  margin: 0 auto;
  background:#ccc;
  font-size:93%;
  line-height:normal;
  }
#tabs ul {
margin:auto;
padding:10px 10px 0 10px;
list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url("/images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("/images/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover, #tabs a#topselected{
  background-position:0% -42px;
  }
#tabs a:hover span, #tabs a#topselected span {
  background-position:100% -42px;
  }
/*- Menu Tabs--------------------------- */



/* buttons ----------------------------------------------- */

.buttonimage{
	font-size: 14px;
	font-weight: bold;
	display:block;
	border:none;
	padding: 10px 15px;
	width:141px;
	height:20px;
	text-align:left;
}
a:link.buttonimage, a:visited.buttonimage {color: #7fa3c1;border: none;background:url(/images/btn.gif);}
a:active.buttonimage, a:hover.buttonimage {color: #069;border: none;background:url(/images/btn.gif);}

.buttonimagerev{
	font-size: 14px;
	font-weight: bold;
	display:block;
	border:none;
	padding: 10px 15px;
	width:141px;
	height:20px;
	text-align:right;
}
a:link.buttonimagerev, a:visited.buttonimagerev {color: #7fa3c1;border: none;background:url(/images/btn_rev.gif);}
a:active.buttonimagerev, a:hover.buttonimagerev {color: #069;border: none;background:url(/images/btn_rev.gif);}

.buttonlarge{
	font-size: 13px;
	font-weight: bold;
	display:block;
	border:none;
	padding: 10px 15px;
	width:190px;
	height:20px;
	text-align:center;
}
a:link.buttonlarge, a:visited.buttonlarge {color: #7fa3c1;border: none;background:url(/images/btn_large.gif);}
a:active.buttonlarge, a:hover.buttonlarge {color: #069;border: none;background:url(/images/btn_large.gif);}


/* user  ----------------------------------------------- */
.wrapper {clear:both;}
.wrapper img {float: left; margin: 10px 15px 5px 0;}

.onecolumn {float: left; width: 190px; margin: 0 20px 20px 0;text-align:left;}
.onecolumn h2 {margin: 0; padding: 0; margin-bottom:.4em}
.last {margin-right: 0 !important;}

.disabled{color:#ccc;}
.disabled a:link.buttonimage, .disabled a:visited.buttonimage, .disabled a:active.buttonimage, .disabled a:hover.buttonimage {color: #ccc;border: none;background:url(/images/btn_disabled.gif);}

#userstatus {clear:both;margin:.5em 0;}
#userstatus img {border:none;vertical-align:middle;margin:0;padding:0;margin-right:.5em;}
#userstatus p {margin:0;padding:0;}

