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

.a2f_TableDataset {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}

.a2f_TableDataset caption {
	font-weight: bold;
	text-transform:uppercase;
	padding:10px;
}

.a2f_TableDataset td, th {
	padding: 3px;
}
.a2f_TableDataset tr td table tbody tr th	{
	padding: 3px;
	color:#333333;
}
.a2f_TableDataset tr.odd td table tbody tr th	{
	padding: 3px;
	color:#000000;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}

.a2f_TableDataset thead th {
	text-align: center;
}

.a2f_TableDataset tbody th {
	font-weight: bold;
	vertical-align:top;
}

.a2f_TableDataset tbody tr		{
	text-align:left;
	}
.a2f_TableDataset tbody tr.odd 	{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#000000;
}

.a2f_TableDataset tbody th a:link, tbody th a:visited{
	color:#96D030;
}
.a2f_TableDataset tbody th a:hover{
	
}

.a2f_TableDataset tbody tr td {
	font-size:12px;
}

.a2f_TableDataset tbody tr.odd td {
	color:#FFFFFF;
}

.a2f_TableDataset table td a:link, .a2f_TableDataset table td a:visited {
	text-decoration: none;
}

.a2f_TableDataset table td a:hover {
	text-decoration: none ;
}

.a2f_TableDataset tfoot th, tfoot td {
	padding:10px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial;
	font-size:10px; font-weight:bold; font-style:italic;
}

/**
	Form A2F STYLE 	**/

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

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

/* 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:#47467D;
	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  {
	background-color:#E8E3E1;
	border-color:#FFFFFF #A79F97 #A79F97 #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#677588;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	margin:0 0 14px;
	padding:2px 15px 3px;
	text-align:center;
	cursor: cursor;
	cursor: pointer;
	cursor: hand;
}

button.a2f_form:hover {
	background-color:#F1F0EE;
	color:#E58316;
}

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:350px;
	height:350px;
	overflow-y: auto;
	overflow-x: hidden;
	border:2px solid grey;
	padding:5px;
}

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

.group_list_right {
	float:right;
	width:350px;
	height:350px;
	overflow-y: auto;
	overflow-x: hidden;
	border:2px solid green;
	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;
}


