﻿/* Jardins d'Ajuda */
@import url("../HoteisAjuda/Common.css");
@import url("Modules.css");



/* MainLayout */
#DwMain #DWLeft {
 background-image: url(GraphicLeftArea.gif);
}
#DwMain #DWRight {
 background-color: #eccdc6;
}



/* HomePage Background */
#HomePageLayout {
 background-image: url(HomePage.gif);
}



/* Content Area */
#DwMain #DwContent {
 background-image: url(TopGraphicTip.gif);
}



/* Price Tables */
.PriceTable {
 background-color: #f0e0db;
}
.PriceTable td, .PriceTable .ColumnHeader th {
 border-left-color: #eccdc6;
}
.PriceTable .ColumnHeader th {
 background-color: #c95956;
}



/* Footer */
#DwMain #Footer {
 background-color: #eccdc6;
}
#Footer small, #Footer small a {
 color: #333333;
}