/* SMARTPHONES AND SMALL TABLETS */
@media only screen 
  and (max-width: 920px) { 

/* col1 is the main column */
body, .col1 {
	font-size: 18px;
	line-height: 26px;
	max-height: 999999px; /* for Chrome text resize bug */
}
.bottomFooter {
	font-size: 12px;
}

}

/* ALL THE REST */
@media only screen 
  and (min-width: 921px) { 

/* col1 is the main column */
body, .col1 {
	font-size: 16px;
	line-height: 24px;
	max-height: 999999px; /* for Chrome text resize bug */
}
.bottomFooter {
	font-size: 11px;
}

}

/* Main elements */

body {
	font-family: 'Noto Sans', sans-serif;
	color: #4C4C4C;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}
a:link, a:visited {
	color: #336699;
}
a:hover, a:active {
	color: #FF6600
}
p {
	padding: 0;
	margin: 0;
}
table, iframe {
	border-collapse: collapse;
	margin: 1px 1px 1px 1px;
	background: #F3F3F3;
	border: 1px solid #8BAABF;
}
th, td {
	vertical-align: top;
	text-align: left;
	border: 1px solid #8BAABF;
	padding: 5px;
}
table.middle td { /* align all cells middle (for exercises) */
	vertical-align: middle;
}
table.bottom td { /* align all cells bottom (for exercises) */
	vertical-align: bottom;
}
table.center td { /* align all cells center (for exercises) */
	text-align: center;
}
table.simple, table.simple td, table.simple th { /* no border white background */
	border: 0;
	background: #FFFFFF;
}
table.noborder td, table.noborder th { /* no internal border */
	border: 0;
}
table.gallery {
	width:100%;
}
table.gallery, table.gallery td { /* for old gallery */
	border: 0;
	background: #FFFFFF;
}
table.gallery td {
	width:50%;
}
table.calendar, table.calendar td { /* for calendar */
	margin-top: 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
ul {
	list-style-image: url(/images/_admin/icon_arrow_lesson.gif);
	list-style-position: outside;
	text-align: left;
}
ul ul {
	list-style-image: none; 
	list-style-type: circle;
}
img {
	border:none;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
hr {
	color: #000000;
	background-color: #000000;
	border: 0;
	height: 1px;
}
fieldset
{
	position: relative; /* fix for IE bg color bug */
	background: #F3F3F3;
	padding: 10px 10px 10px 10px;
	border: 1px solid #8BAABF;
}
fieldset.announcement
{
	background: #FFFFFF;
	border: 3px solid #FF0000;
	color: #FF0000;
	font-weight: bold;
}
legend
{
	position: absolute; /* fix for IE bg color bug */
	top: -1em; /* fix for IE bg color bug */
	left: 6px; /* fix for IE bg color bug */
	color: #000000;
	font-weight: bold;
	background-color:#FFFFFF;
}
input, select, textarea
{
	color: #000000;
	font-weight: normal;
}
input.textField, textarea.textField
{
	font-size: 12px;
}
input.signup, input.submit, label.submit, button.submit
{
	color: #336699;
    background: #FF8822;
	font-size: 15px;
	font-weight: bold;
}
input.signup:hover, input.submit:hover, label.submit:hover, button.submit:hover
{
	color: #FF6600;
    background: #EEEECC;
}

/* Section: Header */

h1, .sectionHeader {
	margin: 15px 0px 15px -2px;
	padding: 10px 0px 0px 10px;
	background-color: #D1E0E5;
	width: 99%;
	height: 30px;
	clear: both;
	color: #FF6600;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

/* General Text Format */

h2, .textTitle {
	font-size: 17px;
	font-weight: bold;
}

h3, .textForeign {
	color: #666666;
	font-style: italic;
}
h3 a:link, h3 a:visited, .textForeign a:link, .textForeign a:visited {color: #336699;}
h3 a:hover, .textForeign a:hover {color: #FF6600;}

h4, .textHelp {
	color: #336699;
	font-style: italic;
	font-weight: bold;
}
h4 a:link, h4 a:visited, .textHelp a:link, .textHelp a:visited {color: #336699;}
h4 a:hover, .textHelp a:hover {color: #FF6600;}

h5, .textItalian {
	color: #000000;
	font-style: normal;
}
h5 a:link, h5 a:visited, .textItalian a:link, .textItalian a:visited {color: #336699;}
h5 a:hover, .textItalian a:hover {color: #FF6600;}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em; /* has to be redefined (smaller) in lesson.css */
	text-align: center;
}

.bottomFooter {
	text-align: center;
}

/* textRed used only for prof highlights and wrong answers to exercises and exams */
.textRed {
	color: #FF0000;
}
.textRed a:link, .textRed a:visited {color: #FF0000;}
.textRed a:hover {color: #FF6600;}

/* textGreen used only for right answers to exercises and exams */
.textGreen {
	color: #009900;
}

/* Background Colors for subheaders and paragraphs */

.color0 { /* azzurro */
	background-color: #D1E0E5;
}
.color1 { /* salmone */
	background-color: #FFCC99;
}
.color2 { /* verde */
	background-color: #CCCC33;
}
.color3 { /* ocra */
	background-color: #FFCC33;
}
.color4 { /* rosa */
	background-color: #FF9999;
}
.color5 { /* beige */
	background-color: #CC9999;
}
.color6 { /* verde blu */
	background-color: #99CC66;
}
.color7 { /* arancio */
	background-color: #FF9933;
}

/* General Text Enphasis */

.textIndent { padding-left: 20px; }

/* General container with margins */

#autoContent {
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 14px;
	background-color: #FFFFFF;
}

/* Message: Main container */

#messageContent {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; */
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

/* Text and Image position */
.middle img {
	vertical-align:middle
}
.centerText {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
.centerBlock {
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10px 10px 10px;
	width: 90%;
}
.centerBlock60 {
	margin-right: auto;
	margin-left: auto;
	width: 60%;
}
.centerBlock40 {
	margin-right: auto;
	margin-left: auto;
	width: 40%;
}
.floatRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
.floatLeft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: center;
}
.box {
	padding: 10px;
	background: #F3F3F3;
	border: 1px solid #8BAABF;
}

/* Disabled links for popup pages */

a.disabled:link , a.disabled:visited, a.disabled:hover, a.disabled:active {
	color:#000000;
	text-decoration: none;
}

/* Table for parallel Italian/Foreign */

.tableContent {
	text-align: left;
	width: 99%;
	border: 0;
	padding: 0;
	background-color: #FFFFFF;
	clear: both;
}
.tableContent th {
	width: 50%;
	vertical-align: top;
	background-image: url(/images/_admin/icon_arrow_lesson.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	border: 0;
	padding: 5px 10px 5px 15px;
	font-weight:normal;
}
.tableContent td {
	width: 50%;
	vertical-align: top;
	background-image: url(/images/_admin/icon_arrow_lesson.gif);
	background-repeat: no-repeat;
	background-position: 13px 4px;
	padding: 5px 5px 5px 25px;
	border: 0;
	border-left: 2px dotted #8BAABF;
}

/* Settings for Pronuncia and Recorder Overlay */

#overPronuncia {
	position: fixed;
	background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 99999;
	display: none;
}
#overRegistratore {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 99999;
	display: none;
}
#iframePronuncia {
	position: relative;
	margin-top: 50px;
	margin-bottom, margin-left, margin-right: 5%;
	border: 8px solid #FF8822;
}
#iframeRegistratore {
	position: relative;
	margin-top: 50px;
	margin-bottom, margin-left, margin-right: 5%;
	border: 8px solid #FF8822;
}
#iconClosePronuncia {
	position: absolute;
	margin-top: 70px;
	margin-left: 520px;
	z-index: 100000;

}
