﻿.art-nav-center
{
    float:left;
}

.masterPage_userInfo
{
    float: right;
    height: 20px;
    z-index: 100;
    color: White;
    white-space: nowrap;
    font-size: 11px;
    padding-top: 4px;
    padding-right: 20px;
}

.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;
}

.rowButton2
{
    margin: 0 4px 0 0;
    cursor: pointer;
}

.divForm
{
    font-size: small;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
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-bottom: 20px;
    white-space: nowrap;
}

.divColTitleLast
{
    text-align: right;
    float: right;
    margin-bottom: 20px;
    white-space: nowrap;
}

.divColHeader
{
    font-weight: bold;
    text-align: left;
    min-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;
    min-height: 25px;
    float: left;
    margin-bottom: 2px;
    white-space: nowrap;
}

/*no width on the last col so it will expand*/
.divColDataLast
{
    text-align: left;
    min-height: 25px;
    float: left;
    margin-bottom: 2px;
    margin-left: 4px;
    white-space: nowrap;
}

.clearer
{
    clear: both;
    overflow: hidden;
    height: 1px;
}

.divCenterVAlign
{
    padding-top: 3px;
    min-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/XSW/wait.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
