html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:left;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

* {
	padding:0;
	margin:0;
}

.clear {
	clear:both;
}

div.main_container {
	width:95%;
}
div.sco_title {
	font-weight:bold;
	font-size: 15px;
	padding:5px;
}
div.sco_info {
	font-weight:bold;
	font-size:13px;
	padding:5px;
}
div.sco_content {
	padding:5px;
}

div.exeCont {
	padding:5px;
}

div.hintCont, div.textCont, div.imgCont, div.tapeCont {
	margin:5px;
	padding:5px;
	text-align:left;
	border:solid 1px #c3c3c3;
    overflow:auto;
	display:none;
	width:100%;
	max-width:700px;
	height:300px;
}

span.btnConfirmRow {
	border-radius:4px;
	border:1px solid #32445E;
	background-color:#32445E;
	text-align:center;
	color:#fff;
	margin:4px;
	padding:4px;
	cursor:pointer;
} 

div.btn_confirm:hover, 
div.btn_check_sol:hover, 
div.btn_show_sol:hover, 
div.btn_hint:hover,
div.btn_text:hover,
div.btn_img:hover,
div.btn_tape:hover,
div.btn_show_text:hover,
div.btn_play_audio:hover,
span.btnConfirmRow:hover,
.btn_generico:hover
{ 
	opacity:0.7; 
}

div.btn_confirm, 
div.btn_check_sol, 
div.btn_show_sol, 
div.btn_hint,
div.btn_text,
div.btn_img,
div.btn_tape,
div.btn_confirm_off, 
div.btn_check_sol_off, 
div.btn_show_sol_off,
div.btn_show_text,
div.btn_play_audio,
.btn_generico
{
	float:left;
	border-radius:4px;
	border:1px solid #32445E;
	background-color:#32445E;
	text-align:center;
	color:#fff;
	margin:4px;
	padding:4px;
	cursor:pointer;
}

div.btn_show_sol,
div.btn_tape{
	display:none;
}

div.btn_confirm_off, 
div.btn_check_sol_off, 
div.btn_show_sol_off {
	color:#ddd;
	cursor:default;
}
.btn_off{
	color:#ddd;
	cursor:default;
}

div.audio_player,div.video_player {
	float:left;
}

audio {
	margin-top:10px;
	margin-bottom:25px;
	margin-left:5px;
	width:250px;
	height:25px;!important
}
audio.min {
	width:70px;
}

.audioPl{
	float:left;
	width:18px;
	border-radius:2px;
	border:1px solid #ddd;
	background-color:#ddd;
	text-align:center;
	color:#000;
	cursor:pointer;
	margin-right:30px;
	display:none;
}

video {
	margin-top:10px;
	margin-bottom:25px;
	margin-left:5px;
	width:400px;
}

/* contenitore testi */
.varCont{
	width:100%;
	height:100%;
	border:none;
	margin:0;
}

.timer{
	padding:5px;
	
}
.timer_counter{
	padding:5px;
	color:#C30;
	font-weight:bold;
	font-size:2em;
	text-align:center;
}

/* POP UP ALERT */
#dialog_blocker{
	z-index:1001;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
	filter:alpha(opacity=20);
}
#dialog_msg{
	z-index:1002;
	width:230px;
	height:120px;
	border:1px solid #346789;
	box-shadow: 2px 2px 10px #aaa;
	border-radius:0.5em;
	background-color:#eeeeef;
	color:black;
	padding:1em;
	z-index:1002;
	vertical-align:middle;
}
#btn_close_msg{
	position:absolute;
	left:200px;
	top:100px;
}
/* tooltip ballon */
.ballonOK, .ballonNO{
	display:inline;
	display:none;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	border:1px solid #346789;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	border-radius:14px;
	margin-right:10px;
}
.ballonOK{
	background:#33CC33;
}
.ballonNO{
	background:#C00;
}
.ballonTip{
	opacity: 1;
	max-width:550px;
}
.ballonTF{}