/****************************** INPUT **********************************************/
INPUT {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	color: #525252;
}

FIELDSET{
	border: 1px solid #8077B7
}

BUTTON {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #8077B7;
	background-color: #9D96C8;
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	cursor: pointer;
	vertical-align: middle;
}

INPUT.button {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #8077B7;
	background-color: #9D96C8;
	font-size: 11px;
	color: #FFFFFF;
	height: 22px;
	cursor: pointer;
	vertical-align: middle;
}

SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	border: 1px solid #CCCCCC;
	height: 20px;
	margin-bottom: 1px;
}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	border: 1px solid #CCCCCC;
	width: 455px;
	margin-bottom: 1px;
}

CHECKBOX {
	color: #CCCCCC;
}

/****************************** LINKS **********************************************/
A.a_none:visited {
	color: #000000;
	text-decoration: none;
}

A.a_none:link {
	color: #000000;
	text-decoration: none;
}

A.a_none:hover {
	cursor: default;
	background-color: #ffffcc;
	text-decoration: none;
}
/*
  messo direttamente in generale.jsp
a#rollover {
	background-image: url(../../imgs/mwm/but/but_go_off.png);
	height: 20px;
	width: 30px;
	display: block;
}

a#rollover span {
	display: none;
}

a#rollover:hover {
	background-image: url(../../imgs/mwm/but/but_go_over.png);
}
*/

a.button_like {
	color: #FFFFFF;
	text-decoration: none;
}

A {
	color: #EB8C4C;
	text-decoration: none;
}

A:hover {
	text-decoration: none;
}

A.channel {
	color: #000001;
	text-decoration: underline;
}

A:hover.channel {
	color: #000001;
	text-decoration: underline;
}

A.channel_ob {
	color: red;
	text-decoration: underline;
}

A:hover.channel_ob {
	color: red;
	text-decoration: underline;
}

A.orange {
	color: #EB8C4C;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	text-transform: capitalize;
}

A.orange:hover {
	text-decoration: none;
}

/****************************** TABLES **********************************************/
/*
TD.sep1 {
	height          : 1px;
}
TD.sep5 {
	height          : 5px;
}
TD.sep10 {
	height          : 10px;
}
TD.sep15 {
	height          : 15px;
}
TD.sep30 {
	height          : 30px;
}
TD.sepv10 {
	width           : 10px;
}
TD.sepv30 {
	width           : 30px;
}
TD.version {
	font-size       : 9px;
	color           : #E1DFEE;
}
TD.usertxt {
	font-size       : 11px;
	color           : #000001;
}
.usertxtbold {
	font-size       : 9px;
	font-weight     : bold;
	color           : #000001;
}*/
TD {
	font-family: Arial, Helvetica, sans-serif;
}

TD.boxsep {
	height: 1px;
}

TD.boxtitle {
	vertical-align: middle;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #9D96C8;
	text-align: left;
}

TD.boxgroup {
	font-size: 10px;
	font-weight: bold;
	color: #000001;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

TD.boxbody {
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 11px;
	color: #000001;
	padding: 10px;
	z-index: +1;
}

TD.boxbodynoborder {
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 11px;
	color: #000001;
	padding: 10px;
	z-index: +1;
}

TD.boxbodysearch {
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 11px;
	color: #000001;
	padding: 5px;
	z-index: +1;
}

TABLE.boxbody {
	vertical-align: top;
	font-size: 11px;
	color: #000001;
	z-index: +1;
}

.errortxt {
	font-size: 10px;
	color: #990000;
}

TD.loginlabel {
	font-size: 14px;
	color: #ED7D34;
	font-weight: bold;
	text-align: left;
}
/*
TD.tabletxtob {
	font-size       : 10px;
	color           : red;
	padding-top     : 2px;
	padding-bottom  : 2px;
	vertical-align: : top;
}
TD.tabletxtub {
	font-size       : 10px;
	font-weight     : bold;
	color           : #000001;
	padding-top     : 1px;
	padding-bottom  : 2px;
	border-bottom   : 2px solid black;
}
TD.tabletxtpar {
	font-size       : 10px;
	font-weight     : bold;
	color           : #000001;
	background-color: #F5F5F5;
	padding-top     : 2px;
	padding-bottom  : 2px;
	border-top      : 1px solid #D7DCE3;
	border-bottom   : 1px solid #D7DCE3;
}*/
TD.tableline {
	/*background-color: #BFC2D5;*/
	height: 1px;
}

TD.formtxtl {
	font-size: 11px;
	color: #9D96C8;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 2px;
}

TD.formtxt {
	font-size: 11px;
	color: #9D96C8;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 2px;
}

TD.formtxtc {
	font-size: 11px;
	color: #9D96C8;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 2px;
}

TD.valignTop {
	vertical-align: top;
} /*
TD.formtxtub {
	font-size       : 11px;
	font-weight     : bold;
	color           : #000001;
	text-align      : right;
	vertical-align  : middle;
	border-bottom  : 1px solid #000001;
}
TD.formtxtu {
	font-size       : 11px;
	color           : #000000;
	text-align      : right;
	vertical-align  : top;
}*/
TD.formtxtpar {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}
/*TD.formtxtsmall {
	font-size  : 10px;
	color      : #000000;
}
TD.formtxtnote {
	font-size  : 10px;
	color      : #606060;
}

TD.listtxt {
	font-size       : 10px;
	color           : #FFEFFF;
	text-align      : right;
	vertical-align  : top;
	padding-top     : 3px;
	padding-bottom  : 3px;
}
TD.listtxtup {
	font-size       : 10px;
	color           : #FFEFFF;
	text-align      : right;
	vertical-align  : top;
	padding-top     : 3px;
	padding-bottom  : 3px;
}
*/
TD {
	font-size: 11px;
}

table.login_table {
	background-color: #F8CBAE;
	color: #ED7D34;
	font-size: 12px;
	margin: 10px;
	padding: 5px;
	text-align: left;
	width: 300px;
}

table.button_like {
	margin: 1px;
	padding: 1px;
	border-spacing: 0px;
	color: #FFFFFF;
	/*background-color:#8077B7;*/
	border: 1px solid #8077B7;
}

td.button_like_right {
	background-color: #8077B7;
	font-size: 10px;
	padding: 2px;
}

td.button_like_left {
	background-color: #9D96C8;
	font-size: 10px;
	padding: 2px;
}

table.main_table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin: 0px;
	border: 1px;
}

td.tableheader {
	background-color: #F19962;
	color: #FFFFFF;
	font-weight: bold;
	height: 31px;
	vertical-align: middle;
}

table.paginazione {
	font-size: 9px;
	color: #EB8C4C;
}

td.leftmenu {
	width: 200px;
	background-color: #F7C5A5;
}

table.table_bordered {
	border: 1px solid #CCCCCC;
	width: 100%;
}

td.main_content {
	background-color: #FFFFFF;
}

tr.evidenzia_home:hover td {
	background: #FDEEE5;
	cursor: pointer;
}

tr.evidenzia:hover td {
	background: #D6D2F0;
	color: #6F63AD;
}
/*{background:#9D92C5; }*/
table.table_search {
	background-color: #F6F5F9;
	border: 1px solid #8077B7;
	padding: 2px;
	width: 100%;
}

/****************************** ALL **********************************************/
.section_title {
	font-size: 20px;
	color: #9D92C5;
	font-weight: bold;
}

.orange {
	color: #EB8C4C;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}

.orange_channel {
	color: #EB8C4C;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

/*
.menuitem {
	font-size       : 10px;
	font-weight     : bold;
	color           : #000001;
	border          : 1px solid #000001;
	width           : 150px;
	height          : 20px;
	text-align      : center;
	padding-top     : 3px;
}
.menuitemsel {

	font-size       : 10px;
	font-weight     : bold;
	color           : #000001;
	border          : 1px solid #000001;
	width           : 150px;
	height          : 20px;
	text-align      : center;
	padding-top     : 3px;
	background-color: #EBEDEF;
	background-image: url(../images/menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 140px 0px;
}
.boxmenu {

	font-size       : 10px;
	font-weight     : bold;
	color           : #000001;
	padding-bottom  : 15px;
}
.boxmenusel {

	font-size       : 10px;
	font-weight     : bold;
	color           : #000001;
	text-decoration : none;
	padding-bottom  : 15px;
}
.boxmenuseltitle {

	font-size       : 10px;
	font-weight     : bold;
	color           : #000001;
	text-decoration : underline;
	padding-bottom  : 15px;
}

*/

.tabletxt_passo {
	font-size: 11px;
	color: #000001;
	background-color: #cccccc;
	padding: 3px;
}


.tabletxt {
	font-size: 11px;
	color: #000001;
	padding: 3px;
	vertical-align: top;
}

.tabletxt_lb {
	border-left: 1px solid #CCCCCC;
	font-size: 11px;
	color: #000001;
	padding: 3px;
	vertical-align: top;
}

.tabletxt2 {
	font-size: 11px;
	color: #000001;
	background-color: #FDEEE5;
	padding: 3px;
	vertical-align: top;
}

.tabletxt2_lb {
	border-left: 1px solid #CCCCCC;
	font-size: 11px;
	color: #000001;
	background-color: #FDEEE5;
	padding: 3px;
	vertical-align: top;
}

.tabletxtalertred {
	font-size: 11px;
	background-color: #EB3D1C;
	color: #FFFFFF;
	padding: 3px;
	vertical-align: top;
}

.breads {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 3px;
}

.search {
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 3px;
}

.map_info_win_con {
	width: 150px;
	height: 100px;
}

.poiLabel {
	font-size: 10px;
	color: #000000;
	background-color: yellow;
	border: 1px solid black;
	padding: 2px;
	position: relative;
	left: 25px;
	top: 0px;
	font-weight: bold;
}

.user_info {
	font-size: 11px;
	font-weight: bold;
	color: #9D96C8;
}

.button_stripe {
	background-color: #F6F5F9;
	padding: 5px;
	margin: 5px;
}

/****************************** DIV **********************************************/
body {
	FONT-FAMILY: Arial, Verdana, Trebuchet MS, Helvetica, Sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#breadcums {
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: 18px;
	color: #9D92C5;
	font-weight: bold;
}

div.breadcums_style {
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: 18px;
	color: #9D92C5;
	font-weight: bold;
}

#container {
	margin: 0px;
	padding: 0px;
}

#top_header {
	padding: 0px;
	margin: 0px;
	background: #FAFAFA;
}

#content {
	background-color: #FBE2D2;
	width: 100%;
	height: 100%;
}

div#wrapper {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	position: relative;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100px;
	background-color: White;
}

#content_container {
	margin-left: 6px;
	margin-top: 0px;
	margin-right: 6px;
	padding: 0px;
}

#leftmenu {
	float: left;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	width: 200px;
	background-color: #F7C5A5;
}

#main_content {
	position: relative;
	margin-top: 0px;
	margin-left: 212px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 6px;
	height: 100%;
	background-color: white;
}

div.content_pad {
	text-align: center;
	margin: 0px 10px 0px 10px;
}

.padded {
	margin: 0 0px 0 0px;
	padding: 2px;
}

#login {
	text-align: center;
}

#footer {
	border-top: 1px solid #FFFFFF;
	height: 140px;
	padding: 1px;
	background-color: #F09661;
	color: #F8CBB0;
	text-align: center;
	clear: both;
}

#footer-hidden {
	color: #F09661;
	text-align: left;
	clear: both;
}



div.orangeStripe {
	background-color: #EB6E1E;
	color: white;
	vertical-align: middle;
	text-align: center;
	height: 21px;
}

div.spacer_left {
	float: left;
	margin: 10px 10px 10px 0px;
}

div.logo {
	float: left;
	width: 180px;
	height: 72px;
	padding: 4px 0px 0px 4px;
}

.show_msg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
}

#user {
	float: right;
	margin: 2px 0px 0px 0px;
}

#top_mappa_data {
	display: block;
	border-bottom: 1px solid #A0A0A0;
	padding: 2px;
}

#map_veicles_data {
	display: block;
	overflow: auto;
	padding: 2px;
}

#map_veicles_list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#map_veicles_list li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	border-bottom: 1px solid #000000;
	padding: 4px;
	margin: 0px 5px 0px 0px;
	background: white;
	cursor: pointer;
}

#map_veicles_list li:hover,#map_veicles_list li:focus:hover {
	color: black;
	background: #F6F5F9;
}

#map_veicles_list li:active,#map_veicles_list li:focus {
	color: black;
	background-color: #F6F5F9;
}

#map_veicle_route {
	display: none;
	padding: 2px;
	border-bottom: 1px solid #A0A0A0;
}

div.left {
	float: left;
}

div.close {
	clear: both;
}

div.right {
	float: right;
}

#loading {
	position: absolute;
	width: 200px;
	height: 100px;
	left: 300px;
	top: 180px;
	z-index: 1;
	background-color: #F6F5F9;
	font: 20px Arial, Helvetica, sans-serif;
	color: #9D96C8;
	padding: 20px;
}

div.containerPopup {
	display: none;
	height: 100%;
	width: 99%;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 0px;
	border: 0px solid black;
	background-image: url(../imgs/blank.gif);
	display: none;
	z-index: 10;
}

div.popupdiv {
	position: absolute;
	z-index: 10;
	/*
	border-bottom: 5px solid orange;
	border-left: 5px solid orange;
	border-right: 5px solid orange;
	border-top: 15px solid orange; 
	background-color: white; 
	padding: 8px; 
	/*overflow-x: hidden;
	overflow-y: scroll;*/
}

div.popDragHandle {
	background-color: orange;
	color: #FFFFFF;
	cursor: move;
	/*
	background-color:#FAEEE2;
	border: 1px solid #8077B7;
	color:#E86F20;
	padding:5px;
	margin:5px;
	width: 30%; 
	height: 30px; 	
	*/
	font-size: 18px;
	font-weight: bold;
	width: 610px;
}

div.popBody {
	border-bottom: 5px solid orange;
	border-left: 5px solid orange;
	border-right: 5px solid orange;
	border-top: 0px;
	background-color: white;
	width: 600px;
	height: 520px;
	z-index: 10;
	position: absolute;
}

div.framelike {
	border: 1px solid #ECE9D8;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFFFFF;
	margin: 5px;
	width: 590px;
	height: 478px;
}

div.framelike_con_bottoni {
	border: 1px solid #ECE9D8;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFFFFF;
	margin: 5px;
	width: 590px;
	height: 430px;
}

div.divallegati {
	position: absolute;
	display: none;
	left: 6px;
	top: 26px;
	width: 98%;
	height: 95%;
	background-color: white;
	overflow-y: auto;
	overflow-x: hidden;
}

div.waitdiv {
	position: absolute;
	/*
	left: 250px;
	top: 5px;
	*/
	width: 100%%;
	background-color: #FAFAFA;
	width: 300px;
	/*border: 5px solid #ECE9D8;*/
	border: 5px solid #F7C5A5;
}

/*******************************formfield****************************************************/
/*
SELECT.formfield {
}*/
SELECT.formfield10 {
	width: 72px;
	margin-bottom: 2px;
}

SELECT.formfield20 {
	width: 144px;
	margin-bottom: 2px;
}

SELECT.formfield30 {
	width: 216px;
	margin-bottom: 2px;
}

SELECT.formfield40 {
	width: 288px;
	margin-bottom: 2px;
}

SELECT.multiformfield20 {
	width: 144px;
	margin-bottom: 2px;
}

SELECT.multiformfield30 {
	width: 216px;
	margin-bottom: 2px;
	height: 90px;
}

SELECT.multiformfield40 {
	width: 288px;
	margin-bottom: 2px;
}

INPUT.formfieldnum {
	width: 75px;
	margin-bottom: 2px;
}

TEXTAREA.formfield {
	width: 455px;
	margin-bottom: 2px;
}

TEXTAREA.formfield6 {
	width: 455px;
	height: 108px;
	margin-bottom: 2px;
}

TEXTAREA.formfield20 {
	width: 145px;
	margin-bottom: 2px;
}

TEXTAREA.formfield30 {
	width: 216px;
	margin-bottom: 2px;
}

TEXTAREA.formfield40 {
	width: 288px;
	margin-bottom: 2px;
}

TEXTAREA.formfield50 {
	width: 355px;
	margin-bottom: 2px;
}

TEXTAREA.formfieldfake30 {
	width: 216px;
	background-color: #F6F5F9;
	margin-bottom: 2px;
}

TEXTAREA.formfieldfake50 {
	width: 355px;
	height: 54px;
	background-color: #F6F5F9;
	margin-bottom: 2px;
}

INPUT.formfield70 {
	width: 455px;
	margin-bottom: 2px;
}

INPUT.formfield50 {
	width: 355px;
	margin-bottom: 2px;
}

INPUT.formfield40 {
	width: 285px;
	margin-bottom: 2px;
}

INPUT.formfieldnb40 {
	width: 285px;
	border: 0px solid black;
	background-color: #FFFFFF;
	margin-bottom: 2px;
}

INPUT.formfield30 {
	width: 215px;
	margin-bottom: 2px;
}

INPUT.formfield20 {
	width: 145px;
	margin-bottom: 2px;
}

INPUT.formfield10 {
	width: 75px;
	margin-bottom: 2px;
}

INPUT.formfield2 {
	width: 20px;
	margin-bottom: 2px;
}

INPUT.formfieldorder {
	width: 30px;
	margin-bottom: 2px;
}

.formfieldfake70 {
	width: 455px;
	background-color: #F6F5F9;
	margin-bottom: 2px;
}

.formfieldfake50 {
	width: 355px;
	background-color: #F6F5F9;
	margin-bottom: 2px;
}

.formfieldfake30 {
	width: 215px;
	background-color: #F6F5F9;
	margin-bottom: 2px;
}

.formfieldfake40 {
	width: 285px;
	background-color: #F6F5F9;
	margin-bottom: 2px;
}

.formfieldnbfake40 {
	width: 285px;
	border: 0px solid black;
	background-color: #F6F5F9;
	margin-bottom: 2px;
}

.formfieldfake20 {
	width: 145px;
	background-color: #F6F5F9;
	margin-bottom: 2px;
}

.formfieldfake10 {
	width: 75px;
	background-color: #F6F5F9;
	margin-bottom: 2px;
}

.formfieldfake2 {
	width: 20px;
	background-color: #F6F5F9;
	margin-bottom: 2px;
}

/******************* form field ****************************/

/******************* TABS ****************************/
#tabs {
	height: auto !important; /* per i browser moderni */
	height: 600px; /* per IE5.x e IE6 */
	min-height: 600px; /* per i browser moderni */
}

#tabs ul.list {
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	border-bottom: 1px solid #F2A26F;
}

#tabs ul.list li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#tabs ul.list li a,#tabs ul.list li a:link,#tabs ul.list li a:visited {
	float: left;
	background: #F2A26F url(../imgs/tabs_left.gif) no-repeat left top;
	color: #FFFFFF;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
}

#tabs ul.list li a span {
	float: left;
	display: block;
	background: transparent url(../imgs/tabs_right.gif) no-repeat right top;
	padding: 4px 9px 2px 6px;
}

#tabs ul.list li a span {
	float: none;
}

#tabs ul.list li a:hover,#tabs ul.list li a:hover span {
	background-color: #9D94C8;
}

#tabs ul.list li.active span,#tabs ul.list li#tabHeaderActive span,#tabs ul.list li.active a,#tabs ul.list li.active a:link,#tabs ul.list li.active a:visited,#tabs ul.list li#tabHeaderActive a,#tabs ul.list li#tabHeaderActive a:link,#tabs ul.list li#tabHeaderActive a:visited
	{
	background-color: #EF8847;
}

.tabContent {
	padding: 20px 0 0 0;
}
/******************* /TABS ****************************/
.square {
	float: left;
}

.square img {
	width: 18px;
	height: 18px;
	display: inline;
	margin: 0 5px 0 0;
	border: 1px solid #CCC;
	margin: 1px 2px 1px 0;
}

img#squareBorderTab {
	background-color: #000000;
}

.selColor,.selFontFamily,.selFontSize {
	float: left;
	display: inline;
	margin: 1px 6px 1px 0;
}

.selColor option {
	padding: 4px 0 4px 24px;
}

.selColor option._000000 {
	background: url(../imgs/checking/color/000000.gif) #FFFFFF no-repeat;
}

.selColor option._0000ff {
	background: url(../imgs/checking/color/0000ff.gif) #FFFFFF no-repeat;
}

.selColor option._00ff00 {
	background: url(../imgs/checking/color/00ff00.gif) #FFFFFF no-repeat;
}

.selColor option._404040 {
	background: url(../imgs/checking/color/404040.gif) #FFFFFF no-repeat;
}

.selColor option._808080 {
	background: url(../imgs/checking/color/808080.gif) #FFFFFF no-repeat;
}

.selColor option._c0c0c0 {
	background: url(../imgs/checking/color/c0c0c0.gif) #FFFFFF no-repeat;
}

.selColor option._ff0000 {
	background: url(../imgs/checking/color/ff0000.gif) #FFFFFF no-repeat;
}

.selColor option._ff00ff {
	background: url(../imgs/checking/color/ff00ff.gif) #FFFFFF no-repeat;
}

.selColor option._ffafaf {
	background: url(../imgs/checking/color/ffafaf.gif) #FFFFFF no-repeat;
}

.selColor option._ffc800 {
	background: url(../imgs/checking/color/ffc800.gif) #FFFFFF no-repeat;
}

.selColor option._ffff00 {
	background: url(../imgs/checking/color/ffff00.gif) #FFFFFF no-repeat;
}

.selColor option._ffffff {
	background: url(../imgs/checking/color/ffffff.gif) #FFFFFF no-repeat;
}

.textPreview {
	padding: 4px 6px;
	margin: 4px 0;
	border: 1px solid #CCCCCC;
}

.textPreview table td {
	background-color: #FFFFFF;
}

.formfield_image {
	float: left;
	width: 500px;
	margin: 0 2px 0 0;
	display: inline;
}

a.rubber:link,a.rubber:visited {
	background: url(../imgs/icons/rubber.png) no-repeat 0 2px;
	display: block;
	width: 16px;
	height: 18px;
	float: left;
	margin: 0 4px 0 0;
}

a.rubber:hover,a.rubber:visited:hover {
	background: url(../imgs/icons/rubber_on.png) no-repeat 0 2px;
}

a.upload:link,a.upload:visited {
	background: url(../imgs/icons/upload.png) no-repeat 0 2px;
	display: block;
	width: 16px;
	height: 18px;
	float: left;
	margin: 0 4px 0 0;
}

a.upload:hover,a.upload:visited:hover {
	background: url(../imgs/icons/upload_on.png) no-repeat 0 2px;
}

a.addimage:link,a.addimage:visited {
	background: url(../imgs/icons/add_image.gif) no-repeat 0 2px;
	display: block;
	width: 16px;
	height: 18px;
	float: left;
	margin: 0 4px 0 0;
}

a.addimage:hover,a.addimage:visited:hover {
	background: url(../imgs/icons/add_image_on.gif) no-repeat 0 2px;
}
/* AUTOCOMPLETE */
div.suggestions {
	border: 1px solid #CCCCCC;
	position: absolute;
	width: 215px;
	top: 20px;
	left: 0;
}

div.suggestions div {
	cursor: default;
	padding: 0px 3px;
	background-color: #eef;
}

div.suggestions div.current {
	background-color: #6580D8;
	color: white;
}

/* Raffaele Tripodo - 4 ott 2012 */
UL.formfield30 {
	width: 216px;
	margin-bottom: 2px;
}

UL.multiple {
	background: #fff;
	/* con il colore di sfondo lo faccio assomigliare ad una casella di input */
	display: inline-block;
	border: 1px solid #ccc;
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 19px;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: auto;
}

UL.multiple:hover {
	height: 95px; /* 5 righe visualizzate */
	z-index: +1;
}

span.colorChooser{float:left;}