/* cascading style sheets for http://www.spacemarc.it */

/* generale */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* testo */
.large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
.medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}

/* link normali */
a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}

/* link menu */
a.menu:link, a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0000FF;
	font-size: 10pt;
	font-weight: bold;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

/* link head e foot */
a.top:link, a.top:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 7.75pt;
	font-weight: bold;
}
a.top:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00CCFF;
	font-size: 7.75pt;
	font-weight: bold;
}

/* bordo inferiore tabella menu */
.bottomtab {
	border-bottom: 2px #006699 solid;
}

/* bordo cella tratteggiato */
.dashed {
	border-left: 1px dashed #000000;
}

/* celle superiori */
.toprow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/imgs/toprow.gif);
	font-size: 0.8em;
	font-weight: bold;
}

/* effetto mouseover nel menu */

.row1 {
	background-color: #ADE0FF;
}
.row2 {
	background-color: #0AD6FF;
}

/* sfondo tabella head e foot */
.bghead {
	background-image: url(/imgs/bg_head.gif);
}
.bghf {
	background-color: #000099;
}

/* filetti orizzontali */
hr {
	height: 1px; border: 1px #000000; border-style: solid;
}

/* campi form */
.field {
	background-color: #F6F6F6;
}
