body
{
    font-family: verdana;
    font-size:8pt;
    color:#000000;
    background-image: url(images/background.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #ffffff;
}

a
{
    text-decoration:  none;
}

img
{
    border:none;
}

div.overlayMask
{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(images/bullet.png);
    background-repeat: repeat;
}

table.applicationContainer
{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0px;
    left:0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

td.headerLeftColumn
{
    width:  253px;
    background-image: url(images/headerLeftBackground.jpg);
    vertical-align: middle;
    background-position: left bottom;
    height: 61px;
    background-repeat: no-repeat;
    text-align: left;
    padding:0px;
}

td.headerLeftColumn img
{
    margin-left: 5px;
}

td.headerRightColumn
{
    background-image: url(images/headerRightBackground.jpg);
    background-repeat: repeat-x;
    vertical-align: bottom;
    background-position: right bottom;
    height: 61px;
    text-align: right;
    padding:0px;
    position: relative;
}


td.applicationMainOperationsContainer
{
    padding:0px;
    background-image: url(images/subHeaderBarBackground.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #9b9b9b;
    border-left: none;
    border-top: none;
}

div.applicationMainOperationLeftContainer
{
    width: 50%;
    float:left;
    height: 26px;
}

div.applicationMainOperationRightContainer
{
    width: 50%;
    float:left;
    height: 26px;
}

td.contentContainer
{
    background-color: #f8f7fc;
    background-image: url(images/contentBackground.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    background-position: right bottom;
    padding-left: 7px;
    padding-right: 7px;
    border: none;
    height: 100%;
}

div.sectionMessageContainer
{
    font-style: italic;
    color:#5e5852;
    padding-top: 25px;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: solid 1px #5e5852;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

div.mainOperationContainer
{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

td.footer
{
    background-image: url(images/footerBackground.jpg);
    vertical-align: bottom;
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 11px;
    border: solid 1px #b7babc;
    padding: 0px;
}

a.firstHomeButton
{
    margin-right: 160px;
}

div.homeSpacer
{
    height: 250px;
}

.error {
    font: bold;
    color: red;
}

td.formLabelContainer
{
    text-align: right;
    padding-right: 7px;
}

td.formInputContainer
{
    text-align: left;
    vertical-align: bottom;
}

table.listView
{
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate;
}


table.listView a
{
    color:#000000;
    text-decoration: none;
}

table.listView a:hover
{
    text-decoration: underline;
}

td.searchFieldContainer
{
    text-align: right;
    font-weight: bold;
    font-style: italic;
}

tr.listViewHeader td
{
    background-image: url(images/listViewHeader.jpg);
    background-position: center bottom;
    background-color: #ffffff;
    background-repeat: repeat;
    border: solid 1px #676767;
    font-weight: bold;
    padding-left: 4px;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: nowrap;
}

tr.evenLine td
{
    background-color: #fbeca6;
    padding-left: 7px;
    height: 25px;
    vertical-align: middle;
}

tr.oddLine td
{
    background-color: #ECECEC;
    height: 25px;
    padding-left: 7px;
    vertical-align: middle;
}

tr.evenLine img, tr.oddLine img
{
    margin-left: 5px;
}

.alignLeft
{
    text-align: left;
}

.alignRight
{
    text-align: right;
}

.alignCenter
{
    text-align: Center;
}

.important
{
    width: 55%;
}

span.errorField
{
    color: #FF0000;
}

h2.sectionTitle
{
    color:#5e5852;
    margin: 0px;
    font-weight: bold;
    font-size:10pt;
}

h4.sectionTitle
{
    margin: 0px;
    font-weight: bold;
    text-align: center;
}

.verticalAlignmentCenter
{
    vertical-align: middle;
}

.verticalAlignmentTop
{
    vertical-align: top;
}

.verticalAlignmentBottom
{
    vertical-align: bottom;
}

.noPadding
{
    padding: 0px;
}

table.operationSummaryMainContainer
{
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 25px;
}

.message
{
    font: bold;
    color: green;
}

table.loginTable
{
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12%;
}

table.loginTable input[type="text"], table.loginTable input[type="password"]
{
    width: 150px;
}

table.loginTable td
{
    padding: 5px;
}

td.formButtonsContainer
{
    padding-top: 25px;
}

.advertisement
{
    color: red;
    text-align: center;
    font-style: italic;
    margin-bottom: 25px;
}

h2.sectionTitle
{
    color:#5e5852;
    font-size: 11pt;
    margin-bottom: 25px;
    text-align: center;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #5e5852;
    padding-bottom: 15px;
}

h3, h4
{
    color:#5e5852;
}

table.privacyFormContainer
{
    background-repeat:no-repeat;
    height:550px;
    margin-left:auto;
    margin-right:auto;
    width:550px;
}

table.loginFormContainer
{
    background-image:url(images/loginBackground.png);
    background-repeat:no-repeat;
    height:150px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15%;
    width:350px;
}

table.loginFormContainer td.usernameTopPadding
{
    padding-top:30px;
}

table.loginFormContainer td.loginLabelContainer
{
    color:#5E5852;
    font-size:8pt;
    font-weight:bold;
    height:25px;
    text-align:right;
    width:170px;
}

table.loginFormContainer td.loginButtonContainer {
    padding-right:15px;
}

table.loginFormContainer input[type="text"], table.loginFormContainer input[type="password"]
{
   width: 150px;
   margin-left: 7px;
}

table.loginOffersContainer
{
	/*background-image: url(images/slide_area_riservata.jpg);*/
    background-repeat: no-repeat;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
    width: 350px;
	padding-top: 30px;
}

img.ui-datepicker-trigger
{
    margin-left: 4px;
}

tr.canceled td
{
    color: #ff0000;
    font-style:italic;
}

table.formTable
{
    width: 100%;
    margin-left:auto;
    margin-right: auto;
    margin-top:25px;
}



div#courtesyFormContainer, div#rentFormContainer
{
    width: 780px;
    margin-left:auto;
    margin-right: auto;
}

div#courtesyFormContainer table, div#rentFormContainer table
{
   
}

td.fixedWidth35
{
   width: 35%;
}
