/**
 * Description: Layout settings for general templates.
 * User: ManuelNogueira
 * Date: 15-04-2014
 */

/* Layout */

#supersizedBG
{
  z-index: 1;
}

#supersizedBG .wrapper
{
  top: 600px;
}

#formBoxBG,
.modalLoader,
#supersizedBG,
#navMenuMain.fixedMenu
{
  position: fixed;
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

#FormModal
{
  position: fixed !important;
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

#menuMain > li,
#menuMain > li.activeItem
{
  border-radius: 3px 3px 3px 3px;
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

.buttonLightGray,
.buttonDarkGray,
.buttonLightRed,
#mainContentWrapper,
#menuMain > li > ul.pageLevel2,
#slideshowContent > #slideshowText,
#rightContent,
.listTrips .pagenavigation > *,
.tabsHolder .tabMenu > li,
#siteHighlights
{
  border-radius: 3px 3px 3px 3px;
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

#header,
#navMenuMain
{
  border-radius: 0px 0px 3px 3px;
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

#campaigns > article.campaign,
#pageTitleText,
#menuMain > li.hasChildren:hover,
.tabsHolder .tabMenu > li.activeItem
{
  border-radius: 3px 3px 0px 0px;
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

.highlightListDiv
{
  border-radius: 100px 100px 100px 100px;
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}


/* Box Shadow */


.buttonLightGray,
.buttonDarkGray,
.buttonLightRed,
#menuMain > li > ul.pageLevel2
{
  box-shadow: 0px 1px 1px #606a70;
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}


/* Gradients */


#rightContent
{
  background-color : #f2f1f1;
  background: -ms-linear-gradient(top, #f2f1f1, #ffffff);
  -pie-background: linear-gradient(top, #f2f1f1, #ffffff);
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

.buttonLightGray
{
  background-color : #f2f1f1;
  background: -ms-linear-gradient(top, #ffffff, #f2f1f1);
  -pie-background: linear-gradient(top, #ffffff, #f2f1f1);
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

.buttonDarkGray
{
  background-color : #70797e;
  background: -ms-linear-gradient(top, #70797e, #606a70);
  -pie-background: linear-gradient(top, #70797e, #606a70);
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

.buttonLightRed
{
  background-color : #d71920;
  background: -ms-linear-gradient(top, #d71920, #b0141a);
  -pie-background: linear-gradient(top, #d71920, #b0141a);
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

#siteHighlights
{
  background-color : #f2f1f1;
  background: -ms-linear-gradient(top, #f2f1f1, #cccccc);
  -pie-background: linear-gradient(top, #f2f1f1, #cccccc);
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

#siteHighlights .siteHighlight .siteHighlightImage
{
  float: right;
  background: url("../images/siteHighlightsGrad.png") repeat-y;
}

#campaigns > article.campaign
{
  background-color : #ffffff;
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  -pie-background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

#campaigns > article.campaign.activeItem
{
  background-color : #d71920;
  background: -ms-linear-gradient(top, #d71920, #b0141a);
  -pie-background: linear-gradient(to top, #d71920, #b0141a);
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}


/* backgrounds */


#slideshowContent > #slideshowText
{
  background: url("../images/white80.png") repeat;
}

#tripDetail .slideshowHolder .extraInfo
{
  -pie-background:rgba(255,255,255,0.8);
  behavior: url("/Files/Templates/Designs/atlantidaViagens/less/PIE.htc");
}

#rightContent .buttonLightGray,
#rightContent .buttonDarkGray,
#rightContent .buttonLightRed
{
  behavior: none !important;
}

#formBoxBG
{
  -pie-background:rgba(30,30,30,0.8);
}

#moreInfoModal .Textarea
{
  clear: left;
}

