@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	/*text-shadow: #3ebefa 0px 0px 1px;*/
}

a {
	color: #206282;
	text-decoration: none;
}

hr {
	height: 1px;
	color: #f1ffff;
	border: 1px solid #f1ffff;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 5px;
}

a:hover {
	
}

h1 {
	color: #c2ffff;
	font-size: 20;
	font-family: comic sans ms;
	/*background-color: #0D84BC;*/
	padding-left: 5px;
}

body { /*font-family: helvetica, verdana, tahoma;
	font-family:  Helvetica;
	font-size: 12px;*/
	background-image: url(../img/stripes5.png);
	font: 11px tahoma, Arial, Verdana, sans-serif, Mangal;
	color: #f1ffff;
}

.cont { /*background-image: url(images/bg-corpo.png);
background-repeat: no-repeat;
background-color: #129CE4;*/
	background-color: #3AB1E9;
	min-width: 600px;
	width: 960px;
	overflow-x: hidden;
	position: relative;
	margin: auto;
	border: 1px solid #3ab1e9;
	/*height: 100%;*/
}

#menu {
	height: 30px;
	overflow: hidden;
	background-image: url(images/bg-menu.png);
}

#banner {
	width: 960px;
	height: 200px;
	overflow: hidden;
}

#cancella {
	cursor: pointer;
}

.header {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid black;
}

.header a {
	display: inline;
	margin-left: 5px;
	text-decoration: none;
	border: none;
}

.header img {
	display: inline;
	border: none;
}

/*MENU DI DESTRA*/
.destra {
	text-align: left;
	/*display: inline;         */
	width: 170px;
	margin: 5px;
	border: 1px black solid;
	float: right;
	/*background-color: #0D85C1;*/
	background-color: #0D84BC;
}

.destra input {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #47ABD9;
	border: 1px solid #257194;
	min-width: 70px;
	margin-top: 5px;
	padding: 2px;
}

.destra input:focus {
	background-color: #eee;
	color: black;
	border: 1px solid black;
}

.link_nascondi {
	margin-left: 16px;
}

.input_login {
	width: 150px;
}

.destra_cont {
	margin-left: 5px;
}

.destra ul {
	padding-top: 10px;
	padding-left: 30px;
	/*list-style: none;*/
	list-style-image: url('images/loghino.png');
	list-style-position: outside;
	width: 160px;
}

.destra li {
	height: 20px;
}

.destra a {
	color: #f1ffff;
	text-decoration: none;
}

.destra a:hover {
	text-decoration: underline;
}

.destra li {
	color: #f1ffff;
}

/*lista speciale per le mascotte*/
.mascotteul ul {
	padding-left: 35px;
	/*list-style: none;*/
	list-style-image: none;
	list-style-type: lower-greek;
	width: 150px;
}

.centro {
	display: inline;
	width: auto;
	float: left;
}

/*AREA STAFF*/
.staff {
	border: 1px rgb(0, 0, 0) solid;
	padding: 5px;
	float: left;
	width: 78%;
	font-family: Mangal;
	overflow: auto;
}

.staff .text {
	font-size: 16;
}

.staff a {
	font-weight: bold;
	font-size: 18;
	color: #007536;
	text-decoration: none;
}

/*INIZIALMENTE CREATA PER LA HOME, PRATICAMENTE USATA SU TUTTO IL SITO*/
.home {
	width: 767px;
	float: left;
	font-family: Tahoma;
	font-size: 13px;
	margin: 5px;
	border: 0px solid black;
}

.home .editoriale {
	padding: 10px;
	border: 1px solid #257194;
	/*background-color: #63D5FF;*/
	background-color: #47abd9;
}

.home .newsant {
	padding: 10px;
	border: 1px solid #257194;
	/*background-color: #76C6EB;*/
	background-color: #47abd9;
}

.home .text {
	font-size: 13px;
	margin-top: 5px;
}

.home .data {
	display: inline;
	font-style: italic;
	color: #f3f3f3;
}

.home .autore {
	display: inline;
	margin-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #f3f3f3;
}

.home .title {
	color: #c2ffff;
	font-size: 20px;
	font-family: comic sans ms;
	font-weight: bold;
}

.home .title a {
	font-weight: bold;
	color: #c2ffff;
	text-decoration: none;
}

.home .title a:hover {
	text-decoration: underline;
}

/*PAGINA FANSUB E GESTIONE*/
.fansub {
	width: 78%;
	padding: 20px 10px 20px 10px;
	float: left;
	font-family: Mangal;
}

.fansub .newsant {
	border: 1px solid #257194;
	background-color: #60B8E6;
}

/*LA LISTA FANSUB XD*/
.fansubul {
	margin-left: 20px;
	font-size: 12px;
}

.fansubul a {
	font-weight: bold;
	font-size: 14px;
	color: #F1FFFF;
	text-decoration: none;
}

.fansubul a:hover {
	text-decoration: underline;
	/*color: #206282;*/
}

/* LISTA NEWS*/
.newsul {
	margin-left: 20px;
	font-family: Mangal;
}

.newsul a {
	font-weight: bold;
	font-size: 14px;
	color: #f1ffff;
	text-decoration: none;
}

.newsul a:hover {
	text-decoration: underline;
}

/*Lista degli anime manga vg*/
.listmain {
	margin-left: 20px;
}

.listmain a {
	font-weight: bold;
	font-size: 16;
	color: #206282;
	text-decoration: none;
}

.footer {
	clear: both;
	text-align: center;
	background-color: #76c4e9;
}

.yenup {
	font-weight: bold;
	font-size: 16;
	color: #008500;
	text-decoration: none;
}

.tanamascotte {
	width: 150px;
	background-image:
		url('http://www.youimages.org/public/images/135258ball20.gif');
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	display: block;
	/*height:97px;*/
	height: 118px;
	float: right;
}

.mascottedestra {
	text-align: left;
	/*display: inline;         */
	width: 170px;
	margin: 5px;
	float: right;
	/*background-color: #0D85C1;*/
}

/*MENU A TENDINA*/
#dropmenudiv {
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #CADBEB;
}

.shadow {
	background-image: url(images/shadow.png);
	background-position: center;
	background-repeat: repeat-y;
}

.shadowbottom {
	margin: auto;
	width: 1014px;
	background-image: url(images/shadowbottom.png);
	height:10px;
	overflow:hidden;
}

.rssfeed {
	padding: 5px;
}

.lblRisultatoOperazione{
	color:yellow;
	font-weight: bold;
}
