﻿/* #region Controls */

body
{
	margin:10px;
}

body,
input,
select,
textarea,
div,
table
{
	color:#0D0D0D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border-width: 0px;
	vertical-align: middle;
}

hr
{
	color: Silver;
	border: none;
	border-top:1px solid Silver;
}

h1, h2, h3
{
	color:#486B9D;
}

h2
{
	margin-top:30px;
}

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;
}

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;
}

/* #endregion */

/* #region 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;
}

/* #endregion */

/* #region Classes */

.highlight 
{ 
	background-color:#F9FC92;
	border-bottom:1px dotted gray;
}

.labelGray
{
	color:Gray;
	/*font-size: 9px;*/
}

.impreseTitle
{
	color:#486B9D;
	text-transform:uppercase; 
	font-weight:bold;
	font-size:12px;
}

.falseLink,
.divClickable
{
	cursor:pointer;
}

.falseLink
{
	text-decoration:none;
	color:#486B9D;
}

.falseLink:hover
{
	text-decoration:underline;
}

.tableGeneric,
.tableListe
{
	border-collapse:collapse;
}
/*
.tableListe tr:first-child
{
	background-color:#ECEDEE;
	font-weight:bold;
	color:Gray;
}*/

.tableListe th
{
	background-color:#ECEDEE;
	font-weight:bold;
	color:Gray;
}


.tableListe tr
{
	height:30px;
}

.tableGeneric td,
.tableListe td,
.tableListe th
{
	border:1px solid silver;
	padding:4px;
	padding-top:5px;
	padding-bottom:5px;
}

.tableListeHover tbody tr:hover
{
	background-color:#E4EDF5;
	cursor:pointer;
	color:Black;
}

.tableListeSelected
{
	background-color:#4692BF;
	color:White;
}

/* Notifier (è un override degli stili di UI) */
.ui-state-highlight,
.ui-state-error
{
	font-weight:bold;
}

/* #endregion */

/* #region 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;
}

.topAlertBar
{
	background-color:#FFFFE1;
	border:1px #DCDCDC solid;
	margin: -9px -10px 10px -8px;
	padding:20px;
	padding-bottom: 5px;
	padding-top: 5px;
	z-index:3000;
	height:13px;
}

.topAlertBarMessage
{
	float:left;
}

.topAlertBarCloseButton
{
	background-color:#C5DBEC;
	float:right;
	border:1px solid gray;
	padding: 0px 2px 0px 2px;
	cursor:pointer;
	margin-left:10px;
}

/* #endregion */


