@media screen{

body {
	
	background-image: url(http://www.sas-academy.sm/img/sfondo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

h1 {
	font-family: Verdana;
	font-size: 20px;
	color: darkblue;
}

.data {
	font-family: Verdana; 
	color: #000000; 
	font-size: 11px; 
	font-weight: normal;
	padding-right: 5px;
}

data.input{
	font-size: 9px;
	height: 11px;
	vertical-align: middle;
}

data.input[type=submit]{
	height: 20px;
}

form{
	padding: 0px;
	margin: 0px;
}

.menu {
	font-family: Arial; 
	color: #FFFFFF; 
	font-size: 14px; 
	font-weight: bold;
}

a.menu:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:hover {
	text-decoration: underline;
	color: #D9D900;
}

a.linktesto:active {
	text-decoration: none;
	color: darkblue;
}

a.linktesto:link {
	text-decoration: none;
	color: darkblue;
}

a.linktesto:visited {
	text-decoration: none;
	color: darkblue;
}

a.linktesto:hover {
	text-decoration: underline;
	color: red;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: red;
}

.testo {
	font-family: Verdana;
	font-size: 12px;
	color: darkblue;
}

.tab_menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.tab_testo{
	background-image:url('http://www.sas-academy.sm/img/sfondo_testo.jpg');
}

.tabcentr{
	height: 547px;
	overflow: auto;
	padding: 15px;
}

.tabmoduli{
	font-family: Verdana;
	font-size: 12px;
	color: darkblue;
	border: 1px darkblue solid;
	padding: 5px;
}

.tabelle_voti	{
	border-width: 1px;
	border-style: solid;
	border-color: #000066;
}

.tabelle_voti	td {
	border-width: 1px;
	border-style: solid;
	border-color: #000066;
}

.no_bordo td{
	border-width: 0px;
}

.copyright {
	font-family: Verdana;
	font-size: 9px;
	color: darkblue;
	font-weight: bold;
}

.no {
	display: none;
}

}

@media print{

body {
	margin: 0px;
}

h1 {
	font-family: Verdana;
	font-size: 20px;
	color: darkblue;
}

.data {
	font-family: Verdana; 
	color: #000000; 
	font-size: 11px; 
	font-weight: normal;
	padding-right: 5px;
}

data.input{
	font-size: 9px;
	height: 11px;
	vertical-align: middle;
}

data.input[type=submit]{
	height: 20px;
}

.menu {
	font-family: Arial; 
	color: #FFFFFF; 
	font-size: 14px; 
	font-weight: bold;
}

a.menu:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:hover {
	text-decoration: underline;
	color: #D9D900;
}

a:active {
	text-decoration: none;
	color: inherit;
}

a:link {
	text-decoration: none;
	color: inherit;
}

a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
	color: red;
}

.testo {
	font-family: Verdana;
	font-size: 12px;
	color: darkblue;
}

.tab_menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.tab_testo{
	
}

.tabcentr{
	overflow: visible;
	padding: 15px;
}

.tabmoduli{
	font-family: Verdana;
	font-size: 12px;
	color: darkblue;
	border: 1px darkblue solid;
	padding: 5px;
}

.copyright {
	font-family: Verdana;
	font-size: 9px;
	color: darkblue;
	font-weight: bold;
}

.no {
	display: inline;
}

.no_print {
	display: none;
}
}