/* tabella contenitrice generica */
table.tableTTF{
	alignment-baseline:middle;
	vertical-align:top;
}
table.tableTTF td{
	vertical-align:baseline;
	padding:5px;
}
td.num{
	font-weight:bolder;
	color:#C03;
	text-align:right
	width:30px;
}
td.numP{
	font-weight:bolder;
	color:#C03;
	text-align:left
}

/*DIGIT*/
.digit{
	background-color:#FFFFFF;
	box-shadow:#333;
	color:#333333;
	outline-color:#669;
}
.digitEpub{
	background-color:#FFFFFF;
	box-shadow:#333;
	color:#333333;
	outline-color:#669;
	border:1px solid #669;
	min-width: 30px;
	padding-left:3px;
	padding-right:3px;
	height:1.4em;
	display:inline-block;
}
.digitOK{
	background-color:#00FF00;
}
.digitNO{
	background-color:#FF0000;
}

div.special_chars {
	border-radius:2px;
	border:1px solid #ddd;
	background-color:#fff;
	display:block;
	width:280px;
	height:65px;
	margin:3px;
	margin-top:15px;
	padding:3px;
}

div.sp_char {
	float:left;
	border-radius:2px;
	border:1px solid #ddd;
	background-color:#ddd;
	text-align:center;
	color:#000;
	cursor:pointer;
	margin:4px;
	padding:3px;
	width:15px;
	font-weight:bold;
}

/*TEND*/
.tend{
	background-color:#FFFFFF;
	box-shadow:#333;
	color:#333333;
	outline-color:#669;
	font-weight:bold;
}
.tendOK{
	background-color:#00FF00;
}
.tendNO{
	background-color:#FF0000;
}

/* TF  */
.tf{
	box-shadow:#333;
	color:#333333;
	outline-color:#669;
}
.tfOK{
	background:#00FF00;
	background-color:#00FF00;
	padding:5px;
}
.tfNO{
	background:#FF0000;
	background-color:#FF0000;
	padding:5px;
}

table.tableTF{
	alignment-baseline:middle;
	vertical-align:top;
}
table.tableTF th{
	vertical-align:baseline;
	padding:5px;
	text-align:center;
	font-size: 1.2em;
	font-weight:bold;
}
table.tableTF td{
	vertical-align:baseline;
	padding:5px;
}
td.tfRa{
	text-align:center;
}
span.tfRa{
	text-align:center;
	padding:5px;
}

/* MC */
.mcEti{
	font-weight:bold;
	color:#FF6600;
}
.mc{
	box-shadow:#333;
	color:#333333;
	outline-color:#669;
}
.mcOK{
	background:#00FF00;
	background-color:#00FF00;
}
.mcNO{
	background:#FF0000;
	background-color:#FF0000;
}

table.mcTab{
	alignment-baseline:middle;
	vertical-align:top;
}
table.mcTab td{
	vertical-align:baseline;
	padding:5px;
}

/* Drag */
.drag_area {
	float:none;
}
.drop_area {
	float:none;
	margin-top:20px;
	line-height:185%;
}
.drag {
	float:left;
	border:#000000 solid 1px;
	background-color:#eee;
	padding:0.05em;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	margin-left:5px;
	margin-bottom:10px;
	text-align:center;
	cursor:move;
}
.drop,
.dropRes {
	float:none;
	border:#ddd solid 1px;
	background-color:#fff;
	padding:0.05em;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	text-align:center;
	cursor:copy;
}
.dropRes {
	color:#888;
	cursor:default;
}
.dragNO{
	background-color:#FF0000;
}
.dragOK{
	background-color:#00FF00;
}
.dd_hlite{
	background-color:#00CCFF;
}
.dd_text{
}

/* RO */
.ro{
	float:left;
	border:#000000 solid 1px;
	background-color:#eee;
	padding:0.05em;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	margin-left:5px;
	text-align:center;
	cursor:pointer;
}
.roOK{
	background-color:#00FF00;
	cursor:default;
}
.roNO{
	background-color:#FF0000;
}
.roHI{
	opacity:0.35;
}
.roLock{
	cursor:default;
}
table.tableRO{
	alignment-baseline:middle;
	vertical-align:middle;
}
table.tableRO td{
	vertical-align:middle;
	padding:5px;
}

/* RV */
.rv{
	float:bottom;
	max-width:640px;
	border:#000000 solid 1px;
	background-color:#eee;
	padding:0.05em;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	margin-left:5px;
	margin-bottom:10px;
	text-align:center;
	cursor:pointer;
}
.rvOK{
	background-color:#00FF00;
	cursor:default;
}
.rvNO{
	background-color:#FF0000;
}
.rvHI{
	background-color:#CC9;
}
.rvLock{
	cursor:default;
}
table.tableRV{
	alignment-baseline:middle;
	vertical-align:middle;
}
table.tableRV td{
	vertical-align:middle;
	padding:5px;
}

/* MATCH */
path, ._jsPlumb_endpoint { cursor:default; }

._jsPlumb_connector { z-index:4; }
._jsPlumb_endpoint, .endpointTargetLabel, .endpointSourceLabel{
	z-index:21;
	cursor:default;
}

.aLabel {
	display:none;
}

.tDx, .tSx, .tTx, tSxDxOK {
	width:200px;
	cursor:pointer;
	border:1px solid #346789;
	box-shadow: 2px 2px 10px #aaa;
	-o-box-shadow: 2px 2px 10px #aaa;
	-webkit-box-shadow: 2px 2px 10px #aaa;
	-moz-box-shadow: 2px 2px 10px #aaa;
	-moz-border-radius:0.5em;
	border-radius:0.5em;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align:center;
	z-index:20;
	position:absolute;
	background-color:#eeeeef;
	color:black;
	padding:0.2em;
	/*
	font-family:helvetica;
	font-size:0.9em;
	*/
}
.tDx {
	left: 400px;
}
/* in caso 3 colonne */
.t3Dx {
	left: 300px;
}
.tTx {
	left: 600px;
}
.ttDxSx:hover {
	box-shadow: 2px 2px 10px #444;
	-o-box-shadow: 2px 2px 10px #444;
	-webkit-box-shadow: 2px 2px 10px #444;
	-moz-box-shadow: 2px 2px 10px #444;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.tSxClicked{
	background-color:#FC0;
}
.matchOK{
	cursor:default;
	background-color:#00FF00;
}
.matchNO{
	background-color:#FF0000;
}
.matchLock{
	cursor:default;
}
.matchSpacer{
	height: 30px;
}

/* DRAG TABELLA */
table.tableDragT{
	alignment-baseline:middle;
	vertical-align:top;
}
table.tableDragT th{
	vertical-align:baseline;
	padding:5px;
	text-align:center;
	font-weight:bold;
	color:#FF6600;
	/*font-size: 1.2em;*/
}
table.tableDragT td{
	vertical-align:baseline;
	padding:5px;
}
/*
.drag_area {
	float:none;
}
.drop_area {
	float:none;
	margin-top:20px;
}
.drag {
	float:left;
	border:#000000 solid 1px;
	background-color:#eee;
	padding:0.05em;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	margin-left:5px;
	margin-bottom:10px;
	text-align:center;
	cursor:move;
}
.drop,
.dropRes {
	float:none;
	border:#000000 solid 1px;
	background-color:#fff;
	padding:0.05em;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	text-align:center;
	cursor:copy;
}
.dropRes {
	color:#888;
	cursor:default;
}
.dragNO{
	background-color:#FF0000;
}
.dragOK{
	background-color:#00FF00;
}
.dd_hlite{
	background-color:#00CCFF;
}
.dd_text{
}
*/

/* CROSS WORDS */
.cro{
	position:relative;
	left:10;
}
.crTile{
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #346789;
	box-shadow: 2px 2px 4px #aaa;
	-o-box-shadow: 2px 2px 4px #aaa;
	-webkit-box-shadow: 2px 2px 4px #aaa;
	-moz-box-shadow: 2px 2px 4px #aaa;
	text-align:center;
	z-index:20;
	position:absolute;
	background-color:#eeeeef;
	color:black;
	padding:0em;
	font-size:0.7em;
}
.crTileSel{
	background-color:#FC0;
}
.crTileOK{
	cursor:default;
	background-color:#00FF00;
}
.crTileNO{
	background-color:#FF0000;
}

.crWord{
	position:absolute;
	background-color:#F90;
	padding:0em;
	cursor:pointer;
	opacity:0.0;
	filter:alpha(opacity=00);
	z-index:100;
}
.crWord:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.crTxt{
	font-size: 18px;
    font-weight: bold;
    text-align: center;
	border:none;
	width:22px;
	background: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	height: 22px;
    line-height: 22px;
    vertical-align: middle;
	text-transform:uppercase;
	cursor:default;
}
.crossDef{
	border:1px solid #346789;
	box-shadow: 2px 2px 4px #aaa;
	-o-box-shadow: 2px 2px 4px #aaa;
	-webkit-box-shadow: 2px 2px 4px #aaa;
	-moz-box-shadow: 2px 2px 4px #aaa;
	-moz-border-radius:0.3em;
	border-radius:0.3em;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index:20;
	/*position:absolute;*/
	padding:0.5em;
	max-width:300px;
	background-color:#FF6600;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	line-height:1.5em;
	text-align:left;
	font-weight:normal;
    vertical-align:top;
	display:none;
	margin-top:1em;
	margin-bottom::1em;
}
.crossEpub{
	background-color:#FFFFFF;
	box-shadow:#333;
	color:#333333;
	outline-color:#669;
	border:1px solid #669;
	min-width: 300px;
	padding-left:3px;
	padding-right:3px;
	height:1.4em;
	display:inline-block;
}
.mobileTxt{
	display:none;/*
	position:absolute;*/
	margin-top:1em;
}
.mobileTxt input{
	max-width:300px;
	font-size:large;
}
.crArrowV, .crArrowO{
	position:absolute;
	cursor:pointer;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #00F transparent transparent transparent;
	border-style: inset;
}
.crArrowO{
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #00F;
}
.crActWord{
	position:absolute;
	background-color:#C3C;
	background-color:#F90;
	padding:0em;
	opacity:0.3;
	filter:alpha(opacity=30);
	z-index:101;
	display:none;
}

/* COMPLETAMENTO LIBERO */
div.free_fix{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 15px;
	
}
textArea.free_txt{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	width:100%;
	height: 300px;
}
div.free_cont{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	float:right;
}
div.free_print,
div.free_hint
{
	float:left;
	padding-right:15px;
	cursor:pointer;
	font-weight:bold;
}
div.free_print:hover,
div.free_hint:hover
{ 
	opacity:0.5; 
}
div.free_hint_math{
	border: solid 1px #000000;
	background:#eeeeee;
	position:absolute;
	overflow:auto;
	top:100px;
	left:100px;
	width:100px;
	height:100px;
	display:none;
}
div.free_suggest{
	border: 1px #333333 solid;
	padding:3px;
	min-height:75px;
	color:#666666;
	overflow:auto;
}

/* WORD SEARCH */

.wsTxt{
	font-size: 18px;
    font-weight: bold;
    text-align: center;
	border:none;
	width:100%;
	background: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	height: 10px;
    line-height: 10px;
    vertical-align: middle;
	text-transform:uppercase;
	cursor:default;
}
.wsElastico, .wsElasticoOK {
	background-color: #EEEEEF00;
	border: 2px solid #FF9900;
	padding: 0;
	position: absolute;
	z-index: 20;
		
	border-radius: 10px;
	height: 16px;
	width: 116px;
	left: 25px;
	top: 94px;
	max-height: 16px;
	max-width: 116px;
	
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-khtml-opacity: 0.7;
	
	display:none;
}

.wsElasticoOK{
	border: 2px solid #00FF00;
}
.wsElasticoNO{
	border: 2px solid #FF0000;
}
.wordsearch{
	position:absolute;
}
.wsTileDim{
	width:30px;
}
.wsBack, .wsTile, .wsTileDrag{
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #346789;
	box-shadow: 2px 2px 4px #aaa;
	-o-box-shadow: 2px 2px 4px #aaa;
	-webkit-box-shadow: 2px 2px 4px #aaa;
	-moz-box-shadow: 2px 2px 4px #aaa;
	text-align:center;
	z-index:20;
	position:absolute;
	background-color:#FFFFFF;
	color:black;
	padding:0em;
	font-size:0.7em;
}
.wsTile, .wsTileDrag{
	/*background-color: #EEEEEF00;*/
	/*position:absolute;*/
	zoom: 1;
	filter: alpha(opacity=00);
	opacity: 0.0;
	-moz-opacity: 0.0;
	-webkit-opacity: 0.0;
	-khtml-opacity: 0.0;
	/*
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
	*/
	cursor: pointer;
}
.wsTileDrag{
	/*background-color:#FF00FF;
	filter: alpha(opacity=02); opacity: 0.2; -moz-opacity: 0.2; -webkit-opacity: 0.2; -khtml-opacity: 0.2;*/
}
.wsTileHilll{
	filter: alpha(opacity=02); opacity: 0.2; -moz-opacity: 0.2; -webkit-opacity: 0.2; -khtml-opacity: 0.2;
	background-color:#0000FF;
}

/* MEMORY */
.memory{
	position:absolute;
	left:30px;
}
.memoryAudio{
	/*display:none;*/
}
.memTile{
	border:1px solid #346789;
	box-shadow: 2px 2px 4px #aaa;
	-o-box-shadow: 2px 2px 4px #aaa;
	-webkit-box-shadow: 2px 2px 4px #aaa;
	-moz-box-shadow: 2px 2px 4px #aaa;
	text-align:center;
	z-index:20;
	position:absolute;
	background-color:#FFFFFF;
	color:black;
	padding:0em;
	font-size:0.7em;
	cursor: pointer;
	background-repeat:no-repeat;
}
.memFrontTile{
	/*
	vertical-align:middle;
	alignment-adjust:middle;
	text-align:center;
	*/
	height: 100%;
}
.memTileOK{
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-khtml-opacity: 0.6;
	cursor: default;
}
.memTileTable{
	border:none;
	text-align:center;
	vertical-align:middle;
	alignment-adjust:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:black;
	width:100%;
	height:90%;
	margin:0px;
}

.memTileDiv{
	border:none;
	text-align:center;
	vertical-align:middle;
	alignment-adjust:middle;
	/*font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:black;*/
	width:100%;
	height:100%;
	margin:0px;
	background-color:#FFF;
}
.memTileImage{
    max-width: 100%; 
    max-height: 100%;
    vertical-align: middle;
}

.mem_frontFondo{ color:#0066CC; }
.mem_frontBordo{ color:#000099; }
.mem_backFondo{  color:#F9E063; }
.mem_backBordo{  color:#D79E53; }
.mem_backAlpha{
	filter: alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
	-webkit-opacity: 0.4;
	-khtml-opacity: 0.4;
}

/* SELECT */
.select_area {
	float:none;
	margin-bottom:0px;
	height:100%;
	/*max-height:300px;*/
}
.sel_isB { font-weight:bold; }
.sel_isI { font-style:italic; }
.sel_isU { text-decoration:underline; }
.sel_isC { color:#660099}
.sel_isBreak { display:inline; }
.sel_isBreak:before { content:"\A"; white-space:pre; }
.selArea{
	border:1px solid #999999;
	padding: 7px;
	position:relative;
}
.selSpanned{}
.sele{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#0F0;
	opacity:0.0;
	filter:alpha(opacity=00);
}
.selector{
	background:#F60;
	position:relative;
	top:0px;
	left:0px;
}
.spSelected{
	background:#ddd;
}
.moving{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:none;
	background:#663399;
	opacity:0.0;
	filter:alpha(opacity=00);
}
.selBtn{
	box-shadow: 2px 2px 4px #aaa;
	-o-box-shadow: 2px 2px 4px #aaa;
	-webkit-box-shadow: 2px 2px 4px #aaa;
	-moz-box-shadow: 2px 2px 4px #aaa;
	text-align:center;
	z-index:20;
	background-color:#FFFFFF;
	color:black;
	cursor: pointer;
	height: 20px;
	float:left;
	margin:4px;
	padding:4px;
	margin-bottom:15px;
}
.selCol_0,.selCol_1,.selCol_2,.selCol_3,.selCol_4,.selCol_100 { font-family:Verdana, Geneva, sans-serif; font-size: 14px; }
.selCol_0{ color:#333333; }
.selCol_1{ color:#FF6600; }
.selCol_2{ color:#0099FF; }
.selCol_3{ color:#993399; }
.selCol_4{ color:#663300; }
.selCol_100 { color:#FF0000; }

.img_buttons{
	padding:2px;
}
/* SELECT 2 TEST*/
.select2_hint, .select2_no, .select2_ok {
	font-weight:bold;
	font-size:13px;
	padding:5px;
	display:none;
}
.select2_hint {
	color:#F60;
	border: #F60 1px solid;
}
.select2_no {
	color:#F00;
	border: #F00 1px solid;
}
.select2_ok {
	color:#090;
	border: #090 1px solid;
}

/* riordina cronologico */
.rc_img, .rc_img_OK, .rc_img_NO, .rc_img_lock, .rc_txt, .rc_txt_OK, .rc_txt_NO, .rc_txt_flat, .rc_txt_lock {
	cursor:pointer;
	text-align:center;
	max-width:250px;
}
.rc_txt, .rc_txt_OK, .rc_txt_flat, .rc_txt_lock {
	border:#000 solid 1px;
	background:#99CCFF;
}
.rc_img, .rc_img_OK, .rc_img_lock {
	border:#fff solid 2px;
}
.rc_img_lock, .rc_txt_lock {
	cursor:default;
}
.rc_selected{
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
	cursor:default;
}
.rc_img_OK{
	border:#090 solid 2px;
	cursor:default;
}
.rc_img_NO{
	border:#F00 solid 2px;
}
.rc_txt_OK{
	background:#6C3;
	cursor:default;
}
.rc_txt_NO{
	background:#DE708B;
}
.rc_txt_flat {
	cursor:default;
	background:#fff;
	border:#ccc solid 1px;
}
.rcTable{
	border: 0px solid #000;
	/*padding: 5px;
	margin: 5px;*/
}
/*.rcTable tr{ padding: 5px; margin: 5px; }*/

.rcTable tr td{
	padding: 5px;
	margin: 5px;
}

/*  COMPLETAMENTO CHIUSO */
.ccA{
	color:#60F;
}
.ccSelected{
	font-weight:bold;
	text-decoration:underline;
	cursor:default;
}
.ccLink{
	cursor:pointer;
}
.ccLink:hover{
	text-decoration:underline;
	color:#F60;
}
.ccLink.ccSelected:hover{
	color:#60F;
}
.ccRisolta{
	color:#999999;
	cursor:default;
}
.ccOK{
	color:#0C0;
}
.ccNO{
	color:#F00;
}

/* wordsearch bis*/
.wsTileTap:hover{
	background:#FF00FF;
	
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	-khtml-opacity: 0.3;
}
.wsTrack{
	background:#03C;
	
	filter: alpha(opacity=10);
	opacity: 0.1;
	-moz-opacity: 0.1;
	-webkit-opacity: 0.1;
	-khtml-opacity: 0.1;
}
/* differenze */
.diff_img_no_IMG{
width: 13px;
height: 15px;
background-repeat: no-repeat;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOS8xMy8xMySCRBYAAAGWSURBVCiRdZK9S1thFMYf0wzSIRchUGyhg4NLIY53KQ6d69/Q5aJC9xbSRZBOHRzEP8BNaYdSukoCdzDBcKMIkdv6cavSjwSFSwxp1De/LvdtX4I98CznnOc9z/ucI0AOHmdwc/eB90ACrAB5AWPAS6B90+lEGNMGnmSEaWCvF0Vh0/PS4fX1N6AswMOY9oHvxw2JJAhqQBWYAaq9KAobEg2JpuelwJmAAtBvel5qi7+PjraB7uXmZsXmGhK9KAqBdav7w6/V1ar7YhIEtTsIn4AHllQy/X7sNrk4L5dDIAQmALkufbzc2Kj8h1ABHtrenP7FvXyxOKaRKAZBXlIs6fvfZMZeMldXLdcM93/DweAQeO5Oeooxi61SqWDStDA6yaRpIZ6dNZLWJE1KUk7S29OFhWRwfPzIkVR3ib16fbq7tXUiybfyLlxZX+fmdoF0dAWm220Bz6x7Py0pO5UEeDG8vf1x4PtxEgS1bEevgbwlvbnpdKL9qanzrLgM5IB5YAfYBt4B49YIe0avgC/A55ELvxN/AKHt3Nv2e3RpAAAAAElFTkSuQmCC);
}
.diff_container{
	min-width:600;
	display:none;
}
.diff_img{
	border:solid black 1px;
	
	padding: 0px;
	margin: 5px;
	float: left;
	position: relative;
	clear:both;
}
.diff_img_no, .diff_img_OK{
	position:absolute;
	display:none;
	left: 0px;
	top: 0px;
}
.diff_img_OK{
	display:block;
}
.diff_numGot{
	display:block;
	position:absolute;
	
	border-color:#333333;
	border-width:thin;
	border-style:solid;
	border-radius:6px;
	background: #FFFFFF;
	
	width:12px;
	height:12px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#FF0000;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	cursor:default;
}
.diff_hotSpot{
	position:absolute;
	border:solid black 1px;/**/
	display:block;
}
.diff_grow{
	clear:both;
	float:none;
}
#words{
	position: relative;
	clear:both;
	padding: 3px;
	margin: 3px;
}
.diff_bnum{
	position: relative;
	float:left;
}
.diff_okBtn, .diff_solBtn{
	height:15px;
	font-size:13px;
	font-weight:bold;
	line-height: 15px;
	margin:1px;
	padding:1px;
	vertical-align: middle;
}
.diff_okBtnoff, .diff_okBtnoff:hover{
	opacity:0.2;
	filter:alpha(opacity=02);
	cursor:default;
}
.diff_solOK{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#390;
	padding-left: 10px;
}
.diff_tArea{
	float:left;
}
.diff_tAreaOk:disabled{
	background:#6F6;
}
.diff_tAreaNo, .diff_tAreaNo:disabled{
	background:#F30;
}
/* TO */
.TOmsg{
	border: #F60 1px solid;
	padding: 3px;
	margin: 3px;
}
.TOtitle{
	font-weight:bold;
	color:#F60;
	font-size:18px;
}
.TOcorpo{
	font-size:16px;
}
