﻿#ambience
{
   display: none;
   width: 340px;
   margin: 0 6px;
   text-align: left;
   overflow: hidden;
   background-color: #ddd;
   border-bottom-left-radius: 16px;
   -moz-border-radius-bottomleft: 16px;
   border-top-right-radius: 16px;
   -moz-border-radius-topright: 16px;
}

#ambientCancel
{
   position: relative;
   top: 4px;
   width: 100%;
   margin-top: 4px;
   text-align: right;
}

#ambientCancel a
{
   margin-right: 8px;
}

#ambientCancel img
{
   width: 20px;
   height: 20px;
}
      
#ambientTitle
{
   clear: both;
   position: relative;
   top: 0;
   display: none;
   z-index: 99 !important;
   white-space: nowrap;
}

#ambientTitle span
{
   width: auto;
   height: 100%;
   padding: 1px 10px 2px 20px;
   font-weight: bold;
   font-size: 24px;
   font-variant: small-caps;
   color: Olive;
   background-color: #fff6c8;
   border-top-right-radius: 8px;
   -moz-border-radius-topright: 8px;
   border-bottom-right-radius: 8px;
   -moz-border-radius-bottomright: 8px;
}

#ambientInformation
{
   max-height: 98%;
   position: relative;
   top: -18px;
   margin: 0 16px 0 16px;
   overflow: hidden;
   font-size: 14px;
   color: #333;
}

#information
{
   margin-top: 38px;
}

#source
{
   font-style: italic;
   color: #666;
}

#ambientInformation ul
{
   margin-top: 4px;
   margin-bottom: 4px;
}

#ambientInformation li a
{
   color: #EF8300;
}

#imageOnly
{
   width: 100%;
   text-align: center;
}

#headerImage
{
   float: right;
   max-height: 96px;
   max-width: 96px;
   min-width: 48px;
   min-height: 48px;
   margin: 0 0 12px 12px;
   z-index: 0;
}

#mainImage
{
   width: auto;
   height: auto;
   max-height: 98%;
   max-width: 98%;
   margin: 10px auto;
}

#ambientLink
{
   position: relative;
   top: -18px;
   margin-top: 4px;
   padding: 0 14px;
}

#moreInfoLink
{
   float: right;
}

#backLink
{
   float: left;
}

#ambienceAdditional
{
   position: absolute;
   bottom: 0;
   margin-bottom: 8px;
}

#ambienceAdditional p
{
   color: #EF8300;
   width: 310px;
   margin: 0 0 6px 14px;
}

#ambienceAdditional input
{
   width: 310px;
   margin: 0 0 0 14px;
}

.ambienceOwner
{  
   border-top: 1px solid #999;
   border-left: 1px solid #999;
   border-right: 1px solid #999;
      
   border-bottom-left-radius: 0 !important;
   -moz-border-radius-bottomleft: 0 !important;
}

.ambienceHidden
{
   filter: alpha(opacity=50);
   -moz-opacity: 0.5;
   -khtml-opacity: 0.5;
   opacity: 0.5;
}

#mediaDisplayArea
{
   min-width: 800px;
}

.hidden
{
   width: 28px !important;
   height: 28px !important;
   border: 0 !important;
   background-color: transparent !important;
   
   border-bottom-left-radius: 0 !important;
   -moz-border-radius-bottomleft: 0 !important;
   border-top-right-radius:  0 !important;
   -moz-border-radius-topright:  0 !important;
}
