﻿body
{
	margin:10px;
}

body,
input,
select,
textarea
{
	color:Black;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
}

img {
	border-width: 0px;
	vertical-align: middle;
}

a:link
{
	text-decoration:none;
	color:#486B9D;
}

a:visited
{
	text-decoration:none;
	color:#486B9D;
}

a:hover
{
	text-decoration:underline;
}

a:active
{
	text-decoration:none;
	color:Red;
}

.labelGray
{
	color:Gray;
	/*font-size: 9px;*/
}


/* Pager */

.pager
{
	height:20px;
}

.pagerPage,
.pagerPageSelected
{
	min-width: 12px;
	padding: 0 2px;
	height: 13px;
	background-color: #ecedee;
	border: solid 1px #b4bac0;
	color: #486b9d;
	font-size: 10px;
	text-align: center;
	float: left;
	cursor: pointer;
	margin-right: 3px;
	margin-left: 0px;
}

.pagerPageSelected
{
	background-color: #4692bf;	
	border: solid 1px #4692bf;
	color: #fff;
	font-weight: bold;
}

.pagerPageNextPrev
{
	float: left;
	padding-right: 4px;
}

/* End Pager */


.divClickable
{
	cursor:pointer;
}

input[type=submit],
input[type=button]
{
	cursor:pointer;
	border:1px solid silver;
	text-align:center;
	padding:3px;
	color:Gray;
	background-color:#ECEDEE;
	color:#486B9D;
	font-weight:bold;
	width:120px;
}

input[type=radio]
{
	cursor:pointer;
}

input[type=submit]:hover,
input[type=button]:hover
{
	background-color:#4692BF;
	color:White;
}

input[type=button]:disabled,
select:disabled
{
	color:Silver;
}

input[type=button]:disabled:hover
{
	color:Silver;
	background-color:#ECEDEE;
}

input[type=checkbox]
{
	vertical-align: middle;
	margin-left: 0px;
	margin-top: 2px;
}

.tableGeneric,
.tableListe
{
	border-collapse:collapse;
}

.tableListe tr:first-child
{
	background-color:#ECEDEE;
	font-weight:bold;
	color:Gray;
}

.tableListe tr
{
	height:30px;
}

.tableGeneric td,
.tableListe td
{
	border:1px solid silver;
	padding:4px;
	padding-top:5px;
	padding-bottom:5px;
}

/* Notifier (è un override degli stili di UI) */
.ui-state-highlight,
.ui-state-error
{
	font-weight:bold;
}

/* Tooltip */
.tooltip,
.tooltipLarge 
{
	background-color:#FFFFE1;
	border:1px #DCDCDC solid;
	margin: 0px;
	padding:20px;
	padding-bottom: 5px;
	padding-top: 5px;
	position:absolute;
	z-index:3000;
	width:300px;
	min-height:20px;
}

.tooltipLarge
{
	width:600px;
}
