/********** A2F CSS TABLES **********/

.a2f_TableDataset
{
	border-collapse: collapse;
	border: 3px solid #f0f8ff;
	border-top: 5px double #87CEFA;
	border-bottom: 5px double #87CEFA;
}

.a2f_TableDataset TBODY TD ,TBODY TH {
	padding: 4px 8px;
	background: #fff;
	color: #000;
	text-align:left;
}

.a2f_TableDataset TBODY TH {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}

.a2f_TableDataset TH {
	padding: 5px 10px;
	font-variant: small-caps;
	color: #047;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}

.a2f_TableDataset THEAD TH {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
}

.a2f_TableDataset TBODY TR.odd {
	xborder: 1px solid #87CEFA;
	border-top: 1px solid #87CEFA;
	background: #F0F8FF;
}
.a2f_TableDataset TBODY TR.odd-second_row {
	border-top: 0px solid #87CEFA;
}
.a2f_TableDataset TBODY TR.odd-second_row TD {
	background: #F0F8FF;
}

.a2f_TableDataset TBODY TR.even {
	border-top: 1px solid #87CEFA;
}
.a2f_TableDataset TBODY TR.even-second_row {
	border-top: 0px solid #87CEFA;
}
.a2f_TableDataset TBODY TR.odd TD, TBODY TR.odd TH {
	background: #F0F8FF;
}

.a2f_TableDataset CAPTION
{
	font-weight: bold;
	text-align: left;
	padding: 10px 0;
	color: #047;
}

.a2f_TableDataset a:link {
	color: #DC143C;
}
.a2f_TableDataset TH a:link {
	color: #047;
	text-decoration: underline;
}
.a2f_TableDataset a:visited{
	color: #DC143C;
}
.a2f_TableDataset a:hover{
	color: #000;
	text-decoration:none;
}
.a2f_TableDataset a:active{
	color: #000;
}

/**
	Form A2F STYLE 	**/

.a2f_Form
{
	padding:0;
	margin:0;
	font-size:14px;
}
.a2f_Form_Fld_error
{
	font-weight: bold;
	font-size: 11px;
	color: #FF3300;
	margin-left:10px;
}
.a2f_Form_Label
{
	color:#333333;
	font-size:13px;
	font-weight:bold;
	margin-left:2px;
}
.a2f_Form_Check_Label, .a2f_Form_Radio_Label
{
	color:#333333;
	font-size:12px;
	xfont-weight:bold;
}

.a2f_normal
{
	border:1px solid #a7a7a7;
	background-color:#FFFFFF;
	xwidth:200px;
}
.a2f_hilite
{
	background-color:#FFEEEE;
	border:1px solid #FF6666;
	background:url(/common/css/fld_err.gif) repeat-x left bottom;
}
.a2f_normal:focus
{
	background-color:#ffffea;
	border:1px solid #C90000;
}

/* CSS CUSTOM COMBO start */

.a2f_Form_Custom_Option_Default {
	padding-left:2px;
	border-bottom:1px solid #999999;
	display:block;
}
.a2f_Form_Custom_Option {
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.a2f_Form_Custom_Option_Sel {
	font-size:11px;
	color:#FFFFFF;
	background-color: #0A246A;
	text-decoration:none;
}
.a2f_Form_Custom_Select {
	position:absolute;
	background-color:#FFFFFF;
	padding:0px;
	border:1px solid #000000;
	overflow:auto;
	cursor: cursor;
	cursor: pointer;
	cursor: hand;
}
.a2f_Form_Custom_Field {
	background-color:#FFF;
	color:#000;
	width:160px;
	/*border:1px solid gray;*/
	cursor: cursor;
	cursor: pointer;
	cursor: hand;
}
.a2f_Form_Custom_Field_Sel {
	background-color:#0A246A;
	color:#FFF;
	width:160px;
	/*border:1px solid gray;*/
	cursor: cursor;
	cursor: pointer;
	cursor: hand;
}
.a2f_Form_Combo_Arrow {
	margin-left:-16px;
	margin-bottom:-3px;
	cursor: cursor;
	cursor: pointer;
	cursor: hand;
}

/* CSS CUSTOM COMBO end */

button.a2f_form {
	margin:5px 7px 10px 7px;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	line-height:120%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:5px 7px 5px 7px; /* Links */
}
button.a2f_form {
	width:auto;
	overflow:visible;
	padding:3px 7px 3px 7px; /* IE6 */
}
button[type].a2f_form {
	padding:5px 7px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}
button.a2f_form img, a.a2f_form img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}

/* List selection CSS
	li uso quando voglio spostare dati da una lista ad un'altra  */
.group_list_left {
	float: left;
	width:220px;
	overflow-y: auto;
	overflow-x: hidden;
	border:1px solid #C8C8C8;
	padding:5px;
}

.group_list_center {
	float:left;
	width:50px;
}

.group_list_right {
	float:right;
	width:220px;
	overflow-y: auto;
	overflow-x: hidden;
	border:1px solid #FF0000;
	padding:5px;
}

.a2f_list_selection_el {
	background-color: #F9F9F9;
}

.a2f_list_selection_el:hover {
	background-color: aqua;
}

.a2f_list_selection_el_to {
	background-color: #F9F9F9;
	margin-bottom:5px;
	padding-left: 5px;
}

.a2f_list_selection_el_to:hover {
	background-color: lime;
}



