/* global */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #D4E8FB;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
}
.clear {
	clear: both;
}
p {
	margin-bottom: 5px;
	padding: 0;
}
/* link styles */
a {
	color: #0099CC;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
/* tables */
table {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
td {
	text-align: left;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
}
.bodytable {
	padding: 4px;
	border: 1px solid #dddddd;
	background: #fafafa url(images/newsbg.png) repeat-x bottom;
	text-align:left;
}
.bodytable a{
	line-height:14px;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	margin-top: 7px;
	color: #0099CC;
	font-size: 12px;
	text-align: center;
	padding: 4px;
	background: #D4E8FB;
}
/* login menu */
#loginmenu {
	border-left:#B0D1EF dashed 1px;
	width:200px;
	height:174px;
	margin-right:4px;
	padding-left:3px;
	float:right;
	color: #0099CC;
	text-align: center;
	font-weight: bold;
}
img {
	border: 0px;
}
#loginmenu .tbox {
	width: 90px;
	font: 11px Arial;
	margin: 0 3px 2px 0;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 0 0 0 3px;
}
.loginbuttonIT {
	background: url(images/loginIT.png);
	border: 0px #000 solid;
	vertical-align: top;
	padding-top: 0;
	width: 136px;
	height: 22px;
	margin-bottom:2px;
	cursor: pointer;
}
.loginbuttonEN {
	background: url(images/loginEN.png);
	border: 0px #000 solid;
	vertical-align: top;
	padding-top: 0;
	width: 136px;
	height: 22px;
	margin-bottom:2px;
	cursor: pointer;
}
/* theme layout */
.wrapper {
	width: 988px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bg.gif) center top repeat-y;
}
.innerwrapper {
	padding: 0 25px;
}
/* header area */
.header {
	height: 175px;
	background:url(images/header-kirienko.jpg) no-repeat top center;
}
.titolo{
	float:left;
	padding: 45px 0px 0px 130px;
	font-size:40px;
	font-weight:bold;
	width:490px;
	color:#0099CC;
	font-family:"Times New Roman", Times, serif;
}
.titoletto{
	font-size:21px;
	font-weight:bold;
}
.sottotitolo{
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#0099CC;
	width:490px;
	font-family:"Times New Roman", Times, serif;
}
/* main navigation */
.nav {
	background: #B0D1EF;
	height: 20px;
}
#topmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#topmenu li {
	display: inline;
}
#topmenu a {
	border: 1px solid #444444;
	border-bottom: 6px solid #FFB400;
	color: #FFF;
	display: block;
	padding: 2px 7px;
	text-align: center;
	background: #4b4b4b;
	float: left;
	text-decoration: none;
}
#topmenu a:hover {
	color: #fff;
	display: block;
	background: #000;
	border-bottom: 6px solid #fd7508;
	text-decoration: none;
}
#topmenu a.onpage {
	color: #fff;
	display: block;
	background: #000;
	border-bottom: 6px solid #fd7508;
	text-decoration: none;
}
/* end of navigation and header */

/* content area */
.main {
	padding: 2px 4px;
}
/* left menu */
.leftmenu {
	width: 200px;
	float: left;
	text-align: left;
	font-size: 11px;
}
/* center area */
.central {
	width: 522px;
	float: left;
	padding: 0 0 0 4px;
	font-size: 11px;
}
.contatti{
	line-height:15px;
	padding:30px 5px;
	color: #0099CC;
}
/* news styles */
.story {
	text-align: left;
	padding: 4px 0;
	border: 1px solid #dddddd;
	margin-top: 7px;
	background: #fafafa url(images/newsbg.png) repeat-x bottom;
}
.story h3 {
	margin: 0;
	padding: 0;
	color: #fd7508;
	background: none;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #fd7508;
}
.newsleft {
	width: 20%;
	float: left;
	padding: 0 7px;
}
.newsimage {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.newsdate {
	margin: 7px 0 0 0;
	text-align: center;
}
.newstext {
	float: left;
	width: 72%;
	padding: 4px;
	font-size: 11px;
}
.postby {
	margin: 0 0 7px 0;
	text-align: right;
	padding: 0 5px;
	height: 20px;
}
/* right menu */
.rightmenu {
	width: 200px;
	float: right;
	text-align: center;
	font-size: 11px;
}
/* footer */
.footer {
	background: #B0D1EF;
}
.disclaimer {
	padding: 4px;
	text-align: center;
	color: #fff;
	font-size: 10px;
}
/* end of theme layout structure */

/* E107 STYLES */
.button {
	color: #494949;
	font-size: 11px;
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	padding: 2px;
	margin: 2px auto;
}
.button:hover {
	color: #494949;
	background: white;
}
.indentchat {
	padding: 4px;
	border: 1px solid #dddddd;
	margin-bottom: 4px;
	text-align: center;
	background: #fafafa url(images/newsbg.png) repeat-x bottom;
}
.indent {
	background: #fafafa url(images/newsbg.png) repeat-x bottom;
	color: #b40000;
	font-size: 10px;
	padding: 4px;
	border: 1px solid #dddddd;
	margin: 4px;
}
.small {
	color: #b40000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}
.smalltext {
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #b40000;
}
.smallbottom {
	font-size: 10px;
	color: #666666;
	text-align:left;
}
.tbox {
	color: #0099CC;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #dddddd;
	margin: 2px auto;
	padding: 0 2px;
}
.tbox:hover {
	color: #000;
	border: 1px solid #000;
}
.tbox:focus {
	color: #000;
	border: 1px solid #000;
}
.helpbox {
	background-color: #fff;
	border: 1px solid #DFDFDF;
	color: #000;
	font-size: 9px;
	padding: 4px 5px 4px 5px;
}
/* FORUM STYLES */
.fcaption {
	padding: 4px;
	line-height:21px;
	color: #0099CC;
	background: #D4E8FB;
	font: bold 11px verdana, tahoma, arial, helvetica, sans-serif;

}
.fcaption span.smalltext {
	color: #fd7508;
}
.fcaption span.smalltext a:hover {
	color: #fff;
}
.fcaption a {
	color: #fd7508;
	text-decoration: none;
}
.fcaption a:hover {
	color: #fd7508;
}
a.forumlink {
	color: #fd7508;
	text-decoration: none;
}
a.forumlink:hover {
	color: #fff;
}
.fborder {
	border: none;
	background-color: transparent;
}
.forumheader {
	background: none;
	padding: 7px 5px 7px 5px;
	height:20px;
	line-height:16px;
	font-weight:bold;
}
.forumheader2 {
	color: #000;
	padding: 7px 5px 7px 5px;
}
.forumheader3 {
	color: #000;
	padding: 7px 5px 7px 5px;
	font-size:11px;
}
.forumheader3bg {
	color: #000;
	padding: 7px 5px 7px 5px;
	font-size:11px;
	background-color:#F4F5F5;
}
.forumheader4 {
	color: #000;
	padding: 7px 5px 7px 5px;
}
.finfobar {
	padding: 4px;
	background: #D4E8FB;
	color: #000;
}
.finfobar a {
	color: #fd7508;
}
.finfobar a:hover {
	color: #fff;
}
.bodytable li {
	margin-left:20px;
}
/* sovrascrittura stile tiny mce */
.mceToolbarTop, .mceToolbarBottom {editor_ui.css (line 11)
background:#F0F0EE none repeat scroll 0%;
font-size:0px;
line-height:1px;
}
/* STILE FAQ */
.testo-sx {
	text-align:left;
	color: #000;
	padding: 7px 5px 7px 5px;
}
