/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	color : black;
	background-image : url(/img/sfondo.png);
	background-attachment : fixed;
	background-repeat : repeat-x;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
}

.nonsivede {
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

#container
{
	margin: +15px auto 0em auto;
	width: 775px;
	position: relative;
	padding: 0 10px 0 10px;
	font-size: 11px;
	text-align: left;
}

#alto
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/img/studentipavia4.png);
	width: 600px;
	height: 207px;
}

#maingroup
{
	position: absolute;
	top: 215px;
	left: 0;
	width: 600px;
	/*background-color: #fff;*/
}


/* Codice per il box arrotondato */

/* da buttare perche' Firefox lo vede
bene mentre IE no! GRRRR!

.inner {
	margin: 17px 0px;
	background: url(/img/s.gif) repeat-y;
}

.inner2 {
	padding: 0px 17px;
	background: url(/img/d.gif) repeat-y right;
}

.inner3 {
	background-color: #fff;
}

.top, .as, .ad {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 17px;
}

.a {
	background: url(/img/a.gif) repeat-x;
	margin: 0px 17px;
	height: 17px;
}

.as {
	background: url(/img/as.gif) no-repeat top left;
}

.ad {
	background: url(/img/ad.gif) no-repeat top right;
}

.bottom, .bs, .bd {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 17px;
}

.b {
	height: 17px;
	background: url(/img/b.gif) repeat-x bottom;
	margin: 0px 17px;
}

.bs {
	background: url(/img/bs.gif) no-repeat top left;
}

.bd {
	background: url(/img/bd.gif) no-repeat top right;
}
*/

/* Fine codice per il box arrotondato */

.inner {
	background: url(/img/s.gif) repeat-y;
}

.inner2 {
	padding: 0px 17px;
	background: url(/img/d.gif) repeat-y right;
}

.inner3 {
	background-color: #fff;
}

.top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 17px;
}

.bottom {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 17px;
}

/* Fine codice per il box arrotondato */

/*
Queste immagini sono state create
solamente perche' con IE di m*** i CSS2
non funzionano come dovrebbero
*/

.sottogrosso {
	background-image: url(/img/sotto.gif);
	height: 17px;
}
.sottopiccolo {
	background-image: url(/img/sottobox.gif);
	height: 17px;
}
.sopragrosso {
	background-image: url(/img/sotto_top.gif);
	height: 17px;
}
.soprapiccolo {
	background-image: url(/img/sottobox_top.gif);
	height: 17px;
}
/* Fine zona bestemmie contro Microsoft */

#destra
{
	position: absolute;
	top: 0px;
	left: 610px;
	width: 160px;
}

.box
{
	position: relative;
}

table.forums {
/*width: 564px;*/
border: 1px #CCCCCC solid;
display: table;
color: #000000;
border-collapse: collapse;
text-align: left;
} 

table.tabellaneutra {
color: #000000;
padding: 3px;
font-size: 11px;
} 

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.trasparente {
	width: 1px;
	background: transparent;
}

/* Small analog text, used usually with SPAN */

.txtSm, .linkcentrato {
	text-decoration: none;	
	font-size: 10px;
}

.linkcentrato {
	text-align: center;
}

.inputButton {
	background: #FFFFFF;
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 10px;
	color: #000000;
}

.textForm {
	background: #FFFFFF;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	font-size: 11px;
}

.formlabel {
	font-size: 11px;
	text-align: right;
}

.forminput {
	font-size: 11px;
	text-align: left;
}

/* Font dei topics */
td.caption1 {
border: 1px #E3E3E3 solid;
font-size: 11px;
line-height: 15px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
}

normale {
	font-size: 10pt;
	text-align: left;
	color: #000;
}

.normalform {
	font-size: 10pt;
	text-align: right;
}

/* Font del "dove sei" */
td.dovesei {
background-color: #FFFFFF;
border: 1px #CCCCCC dotted;
padding: 4px;
/*height: 20px;*/
/*line-height: 15px;*/
}

.dovesei
{
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}

div.dovesei
{
	padding-bottom: 4px;
}

/*
td.caption3 {
background-color: #000040;
padding: 3px;
height: 20px;
font-size: 11px;
line-height: 15px;
}
*/

.ftitoletti, .titleart {
	text-align: center;
	color: #000080;
	font-weight: bold;
	border-bottom: 1pt solid #000080;
	padding-bottom: 2pt;
	margin-bottom: 5pt;
	font-size: 11px;
}

.piccolinfondo {
	text-align: center;
	border-top: 1pt solid #000080;
	padding-top: 2pt;
	margin-top: 5pt;
	font-size: 7pt;
}

td.ftitoli {
background-color: #c81800;
color: #fff000;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
font-size: 11px;
font-weight: bold;
line-height: 15px;
}

td.caption5 {
background-color: #F6F9FB;
padding: 4px;
height: 20px;
font-size: 11px;
line-height: 15px;
}

td.caption6 {
background-color: #F3F9FB;
border: 1px #E4EEF3 solid;
padding: 4px;
height: 18px;
font-size: 11px;
font-weight: bold;
}


.tbCel1{
background: #ffffdd;
}

.tbCel2{
background: #ffffff;
}

.formStyle{
margin: 0px;
}

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

a:hover {
text-decoration: underline;
}

.red {
	color: #d00;
}

.green {
	color: #090;
}

.blue {
	color: #000080;
}

.titleart{
	font-size: 12pt;
}

.autore{
	text-align: center;
	background-color: #eee;
	padding: 2px;
}

.titolini {
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1pt dashed #000080;
	padding-bottom: 2pt;
	margin-bottom: 2pt;
}

.sfondocomm {
	background-image: url('/img/community.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 100px;
	font-size: 11px;
	text-align: right;
	margin: 5px;
}

.titolicomm, #immcomm {
	text-align: center;
	font-size: 12px;
	color: #ffff80;
	font-weight: bold;
}

.titolicomm {
	background-image: url('/img/sfondocomm.png');
	background-repeat: repeat-x;
	padding: 4pt;
}

.tcomm {
	border: 1px #CCCCCC solid;
	display: table;
	color: #000000;
	border-collapse: collapse;
	text-align: left;
	font-size: 11px;
	padding-top: 137px;
}

hr {
	height: 1px;
	border-style: none;
	background-color: #000080;
}

.big {
	font-size: 12px;
	text-decoration: none;
	vertical-align: center;
	padding-left: 30px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	color: #000080;
	font-weight: bold;
	/*border: 1px #CCCCCC solid;*/
}

.male {
	background-image: url('/img/male.png');
}
.female {
	background-image: url('/img/female.png');
}

.sections {
	text-decoration: none;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 2px 0px;
	margin: 5px;
	/*border: 1px #CCCCCC solid;*/
}

.messaggi {
	background-image: url('/img/busta.gif');
}

.amici {
	background-image: url('/img/amici.gif');
}

.grande {
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

.photo {
	text-decoration: none;
	margin: 5px;
	/*border: 1px #CCCCCC solid;*/
}

.tabdx {
	border-right: 1px solid #000080;
}


.menu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none; color: #000000; text-decoration: underline}
a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none; color: #000000; text-decoration: underline}
.menub {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none; color: #FFFFFF; text-decoration: underline}
.menur {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #c81800; text-decoration: none}
.menun {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none; color: #000000; text-decoration: underline}
.menug {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: none; color: #FFF000; text-decoration: none}
.testo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none; color: #000000; text-decoration: none}
.testogrosso {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10.5pt; font-weight: bold; color: #c81800; text-decoration: none}
.testob {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none; color: #FFFFFF; text-decoration: none}
.testor {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #C81800; text-decoration: none}
.giorno {  border-top: medium dotted #c81800; font-family: Verdana, Arial, 
Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #C81800; text-decoration: none}
.giorno img {
	display: none;
}
.giorno2 {
	border-top: none;
	border-bottom: medium dotted #c81800;
}
.testinob {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none; color: #FFFFFF; text-decoration: none}
td {  vertical-align: top; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none; color: #000000; text-decoration: none}
.testino {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none; color: #000000; text-decoration: none}
.testinino {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: none; color: #000000; text-decoration: none}
.titoli {  text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000000; text-decoration: none}
.titoletti {  text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000; text-decoration: none}
.errori {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none; color: #FF0000; text-decoration: none}
.bene {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: none; color: #000080; text-decoration: none}
.menubene {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: none; color: #000080; text-decoration: underline}
.tabella {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000; text-decoration: italic}
textarea { background-color: #fff; border: 1px solid 00f; }
.login { height: 10pt }

span a {font-size: 8pt}
