/**
 * Choose | jQuery's Plugin
 */
.choose {
	position: relative;
}

.choose input {
	border: 1px solid black;
	background: #fff;
	color: black;
	font-weight: normal;
}
.choose input.label {
	float:left;
}

.choose a, .choose a span {
	display:block;
	width:25px;
	height:25px;
	overflow: hidden;
	
	background: #fff;
}
.choose a {
	font-size:10px;
	text-indent: 10000px;
}
.choose a span {
	position:relative;
	top:-14px;
	background:  url(select.gif);
}
.choose a:hover span {
	background: #fff url(select_on.gif);
}
/*
.choose a {
	position:relative;
	text-indent: -10000px;
}
.choose a span {
	position:absolute;
	top:0;
	left:0;
	
	display:block;
	width:30px;
	height:30px;
	/**
}
.choose a:hover span {
	/*background: #fff url(select_on.gif);*
}
*/


/* Finestrella modale */
div.jqmdAbove {
	width: 550px;
	height: 400px;
}
.choose_dialog {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	border: 2px solid black;
	background: #dedede;
	text-align: left;
}

.choose_dialog h3 {
	margin: 0;
	background: #666;
	color: #fff;
	padding: 3px;
}



/* Contenitore della tabella. */
.choose_dialog_tbc {
	font-size: 7.5pt;
}

iWin_mainContent .src thead tr th {
	border: 1px solid #fff;
	background: #069;
	color: #fff;
	padding: 2px;
}

/* Riga normale */
.iWin_mainContent .src tbody tr td,.iWin_mainContent .src tbody tr th {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

/* Effetto rollover sulle righe. */
.iWin_mainContent .src tbody tr.hover td,.iWin_mainContent .src tbody tr.hover th {
	background: #dedeff;
	border-bottom: 1px solid #036;
	border-top: 1px solid #fff;
}

/* Riga selezionata */
.iWin_mainContent .src tbody tr.selected td,.iWin_mainContent .src tbody tr.selected th
	{
	background: orange;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}

/* Colonna nascosta. */
.src th.hidden {
	display: none;
}
