body {
	background-color: #222222;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F3F3F3;
	direction: ltr;
}

* {
border:0 none;
margin:0;
padding:0;
direction: ltr;
unicode-bidi: bidi-override;
}

html {
direction: ltr;
}

a {
	color: #FF0066;
}

ul.links {
	list-style-type: none;	
}

ul.links li {
	padding: 15px 0 0 15px;
}


/* ==============================================================================

						             INTESTAZIONE

   ==============================================================================  */

#intestazione {
	position: relative;
	top: 0px;
	width: 100%;
	height: 80px;
}

#logo {
background:transparent url(../bmp/artobolus.gif) no-repeat 0 0;
display:block;
height:80px;
width:300px;
}

#logloader {
	position: absolute;
	right: 15px;
	top: 15px;
	width: auto;
	height: 16px;
	text-align: right;
}

#logmenu {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: auto;
	font-size: 11px;
}

#logmenu input {
	padding:2px;
	background-color: #F3F3F3;
	border: 2px solid #222222;
}

#logmenu span {
	margin-left: 15px;
}

#logmenu span a {
	color: #FF0066;
	text-decoration: none;
}

#logmenu span a:hover {
	color: #222222;
	background-color: #FF0066;
}

#logmenu .submit {
	margin-left: 15px;
	padding: 1px 4px 1px 4px;
	color: #D9D9D9;
	border: 2px solid #222222;
	background-color: #FF0066;
	cursor: pointer;
}

#lostpassword {
	position: absolute;
	right: 18px;
	bottom: -2px;
	width: auto;
	height: 16px;
	text-align: right;
	font-size: 9px;
}

#lostpassword a {
	text-decoration:none;
	color: #666666;
}

#lostpassword a:hover {
	color: #F3F3F3;
}

.warning {
	background-color: #FF6600;
	color: #222222;
	margin-left: 10px;
	padding: 2px 5px 2px 5px;
}

.warning a {
	text-decoration: none;
	font-weight: bold;
	color: #111111;
}

.warningborder {
	border: 2px #FF6600 solid;
	padding: 10px;
	text-align: center;
	background-color: #444444;
}


/* ==============================================================================

						             SCHELETRO 

   ==============================================================================  */

#principale {
	background-image: url(../bmp/sfondo_lat.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	min-width: 980px;
	width: 100%;
	height: auto;
	border-top: 15px solid #F3F3F3;
	border-bottom: 15px solid #F3F3F3;
	background-color: #333333;
}

#laterale {
	position: absolute;
	float: left;
	top: 0px;
	width: 200px;
}

#contenuti {
	padding: 15px 0 15px 230px;
	margin: 0;
	top: 0px;
	left: 15px;
	max-width: 750px;
	width: 750px;
	min-height: 200px;
	margin:0;
	text-align: left;
}

.clear {
	clear: both;
}


/* ==============================================================================

						       LINK DI CHIUSURA PAGINA

   ==============================================================================  */

#menubasso {
	text-align: center;
	margin: 15px;
	font-size: 10px;
}

#menubasso a {
	color: #F3F3F3;
	text-decoration: none;
}

#menubasso a:hover {
	color: #FF0066;
	text-decoration: none;
}


#menulingue {
	text-align: center;
	margin: 15px;
	font-size: 10px;
	color: #D9D9D9;
}

#menulingue a {
	color: #FF0066;
	text-decoration: none;
}

#copyright {
	text-align: center;
	margin: 15px;
	font-size: 10px;
	color: #D9D9D9;
}

#copyright a{
	color: #F3F3F3;
	font-weight: bold;
}

#text_box {
	float: left;
	position: relative;
	left: 0;
	top: 15px;
	width: 520px;
	background-color:#383838;
	padding: 10px;
	margin-bottom: 15px;
}

#text_box a {
color:#FF0066;
text-decoration:none;
}

#text_box a:hover {
text-decoration:underline;
}

#addthis {
	text-align: center;
}
