table#tmenu p#active{
    background: #98d3cd;
}

div#left ul li{
    background: #98d3cd;
}

div#right{
    /*debug*
    border-top: 1px solid #98d3cd;
    border-bottom: 1px solid #98d3cd;
    border-left: 1px solid #98d3cd;
    border-right: 1px solid #98d3cd;
    padding: 10px;
    /*debug*/
    
}

/*********** nuvoletta sopra la figura ***************/
div#comics_balloon{
    /*debug*
    border-top: 1px solid #98d3cd;
    border-bottom: 1px solid #98d3cd;
    border-left: 1px solid #98d3cd;
    border-right: 1px solid #98d3cd;
    /*debug*/
    margin: 0px;
    padding: 0px;
    height: 124px;/*200px;*/
    background-image: url("../img/comics_balloon-2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}

div#comics_balloon p{
    /*debug*
    border-top: 1px solid #98d3cd;
    border-bottom: 1px solid #98d3cd;
    border-left: 1px solid #98d3cd;
    border-right: 1px solid #98d3cd;
    /*debug*/
    color: #0066b2;
    height: 89px;
    font-size: 20px;
    padding: 35px 100px 0px;
    margin: 0;
    text-align:center;
}



/********** menu dinamico sotto la figura *****************/

ul#dyn_menu{
    width: 582px;
    color: black;
    text-align: center;
    margin: 20px auto 0;
    padding:0;
}

ul#dyn_menu li{
    /*background: #ffc84c;*/
    list-style-type: none;
    float:left;
    width: 194px;
    height: 30px;
    padding: 0px;
    margin: 0px;
}

ul#dyn_menu a{
    background: #ffc84c;
    color: #000000;
    display: block;
    width: 184px;
    height: 30px;
    padding: 12px 4px 0px;
    margin:0px 1px;
    /*width: 150px;
    height: 40px;    
    */ 
    text-decoration: none;
}

ul#dyn_menu a:hover{
    background: #6f8fed;
}

/******* menu degli esercizi ********/

ul.actsmenu{
    margin: 20px auto 0;
    padding: 10px 0 0 20px;
    list-style-type: none;
}

ul.actsmenu li{
    /*list-style-type: decimal;*/
    width: 400px;
    margin: 3px;
    padding: 2px;
}

ul.actsmenu a{
    /*background: #ffc84c;*/
    /*color: #000000;*/
    padding: 2px;
    /*display: block;*/
    /*text-decoration: none;*/
}

ul.actsmenu a:hover{
    background: #ffc84c;/*#98d3cd;
    /*text-decoration: underline;*/
}

/**************************/

p.title{
    margin: 20px 0;
	text-align: left;
	font-size:20px;
	font-family:arial, helvetica, sans-serif;
	color:#003366
}

/*********** questionario ****************/

table#questionnaire{
	
}

table#questionnaire ul#main_lst{
	list-style-type: decimal;
}

table#questionnaire ul#main_lst li.lst_qst{
	padding: 10px 0px;
	margin: 10px 0px;
	/*border-color: gray;
	border-style: solid;
	border-width: 1px;*/
}

table#questionnaire fieldset{
	border: none;
}

/* ******* Questionari ****************/

div#right table.report{
    text-align: center;
}

div#right table.report th{
    padding: 3px;
    background-color: #b1c9fb;
}

div#right table.report tr.one td{
    padding: 5px;
    background-color: #e7e7e7;
}

div#right table.report tr.two td{
    padding: 5px;
    background-color: #d2d2d2;
}

div#right table.report tr.one td.percent{
    padding: 5px;
    background-color: #b6bed4;
}

div#right table.report tr.two td.percent{
    padding: 5px;
    background-color: #96a6d4;
}
