﻿body
{
	/* background-color: White; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0;
	padding: 0;
	border: 0;
}

.title
{
	font-size: 12pt;
	font-weight: bold;
}

.calendarIcon
{
	margin: 0 4px 0 0;
	cursor: pointer;
}

.findIcon
{
	margin: 0 4px 0 0;
}

.rowButton
{
	margin: 0 4px 0 0;
}

.divForm
{
	font-size: small;
	margin: 10px 20px 0px 20px;
}

/*
Div centrato verticalmente ed orizzontalmente nella pagina #container
{
	width: Xpx;
	height: Ypx;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -(Y/2)px;
	margin-left: -(X/2)px;
}
X è la larghezza del vostro DIV, mentre Y rappresenta l’altezza.
*/
.divPageUpdateProgress
{
	display: block;
	width: 300px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -150px;
	padding: 20px;
	background-color: white;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #808080;
}

.divColTitle
{
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	white-space: nowrap;
}

.divColTitleLast
{
	text-align: right;
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
	white-space: nowrap;
}

.divColHeader
{
	font-weight: bold;
	text-align: left;
	height: 25px;
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-left: 3px;
	white-space: nowrap;
}

/*no width on the last col so it will expand*/
.divColDataMiddle
{
	text-align: left;
	height: 25px;
	float: left;
	margin-bottom: 2px;
	white-space: nowrap;
}

/*no width on the last col so it will expand*/
.divColDataLast
{
	text-align: left;
	height: 25px;
	float: left;
	margin-bottom: 2px;
	margin-left: 4px;
	white-space: nowrap;
}

.clearer
{
	clear: both;
	overflow: hidden;
}

.divCenterVAlign
{
	padding-top: 3px;
	height: 25px;
}

.input
{
	padding-top: 2px;
	padding-left: 4px;
	border: inset 1px #e2e3ea;
}

.inputReadOnly
{
	padding-top: 2px;
	padding-left: 4px;
	border: inset 1px #e2e3ea;
	background-color: #dbdbdb;
}

.dynamicPopulate_Normal
{
	text-align: center;
}

.dynamicPopulate_Updating 
{
	text-align: center;
	height: 30px;
	background-image: url(images/wait.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

