/*##################################
### Narutoita CSS - Versione 1.0 ###
### http://www.narutoita.net     ###
##################################*/

/*########## Corpo della pagina ##########*/
body {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6C6666;
}

A {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6C6666;
	text-decoration: underline;
}

A:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #9AC23C;
	text-decoration: underline;
}

/*########## Tabelle ##########*/
/*tabella: Layout pagina con bordi invisibili*/
.tabella {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6C6666;
}

.tabella A {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6C6666;
	text-decoration: underline;
}

.tabella A:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #9AC23C;
	text-decoration: underline;
}

/*tabella2: Tabella di contenuto con intestazione e bordi interni*/
.tabella2 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6C6666;
	background-color: #FFFFFF;
	/*border: 2px solid;*/
	/*border-color: #EBEBEB;*/
	border: thin dotted #6C6666;
	border-collapse: collapse;
}

.tabella2 TD {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6C6666;
	background-color: #FFFFFF;
	/*border: 2px solid;*/
	/*border-color: #EBEBEB;*/
	border: thin dotted #6C6666;
}

.tabella2 TH {
	background-color: #6C6666;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.tabella2 A {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6C6666;
	text-decoration: underline;
}

.tabella2 A:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #9AC23C;
	text-decoration: underline;
}

/*tabella3: Tabella di contenuto con intestazione senza bordi interni*/
.tabella3 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6C6666;
	background-color: #FFFFFF;
	border: thin dotted #6C6666;
	border-collapse: collapse;
}

.tabella3 TH {
	background-color: #6C6666;
}

/*########## Form ##########*/
.form {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #EBEBEB;
	border: 1px solid #333333;
}

.form-ricerca {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #BEE0C7;
	border: 1px solid #000000;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/*########## Tipi di testo index ##########*/
.data-capitolo {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.menu-statistiche, .menu-affiliati, .foruminfo, .calendario {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6C6666;
}

.menu-statistiche A, .menu-affiliati A, .foruminfo A, .calendario A {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #6C6666;
	text-decoration: none;
}

.menu-statistiche A:hover, .menu-affiliati A:hover, .foruminfo A:hover, .calendario A:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #9AC23C;
	text-decoration: none;
}

.calendario-evidenziato {
	color: #9AC23C;
}

/*########## Tipi di testo ##########*/
.titolo {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #6C6666;
}

.titolo A {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #6C6666;
	text-decoration: none;
}

.titolo A:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #9AC23C;
	text-decoration: none;
}

.sottotitolo, .sottotitolo-menu {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #6C6666;
}

.sottotitolo A, .sottotitolo-menu A {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #6C6666;
	text-decoration: none;
}

.sottotitolo A:hover, .sottotitolo-menu A:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #9AC23C;
	text-decoration: none;
}

.avviso {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}

.avviso A {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.avviso A:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #9AC23C;
	text-decoration: none;
}

.titolo-tabella2 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.sottotitolo-tabella2 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #6C6666;
}

.sottotitolo-tabella2 A {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #6C6666;
}

.sottotitolo-tabella2 A:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #9AC23C;
}

.tabella-suggerimenti-ricerca {
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
	border-spacing: 0px;
	cursor: pointer;
	cursor: hand;
}
