﻿/*lime specific*/
.action-youtube-select .lime-icon
{
  background-image: url( "/img/youtube.png" );
}

/*lime buttons*/
.limeAddMainMenuItem
{
  position: absolute;
  top: 5px;
  left: 780px;
}

.limeSearchBar
{
  position: absolute;
  z-index: 55;
  bottom: 0;
  right: 0;
  width: 154px;
  height: 24px;
  line-height: 24px;
  color: #FFFFFF;
  background: #E60004;
  text-align: center;
}

/*pageoptions*/
.limePageInformationBox
{
  position: relative;
  margin: -20px 0 25px 0;
}

.limePageInformationTab
{
  position: absolute;
  right: 10px;
  top: -15px;
  color: #21B2EE;
}

.limePageInformationOptions
{
  position: relative;
  padding: 5px;
  width: 626px;
  height: 200px;
  background: #fff;
  border: 2px solid red;
}

.limePageInformationOptions-collapsed
{
  height: 0px;
  padding: 0;
  overflow: hidden;
  border: 1px solid red;
}

.limePageInformationOptions fieldset
{
  margin: 5px 0 20px 0;
  padding: 5px;
  border: 1px solid black;
}

.limePageInfoLabel
{
  width: 200px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  float: left;
}

.limePageInfoUrl, .limePageInfoOrder, .limePageInfoVisible
{
  margin: 0 0 5px 0;
  width: 250px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid black;
}

.limePageInfoVisible
{
  float: left;
}

.limePageInfoXtra
{
  padding: 0 0 0 5px;
  width: 75px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
}

.action-delete, .create-subpage
{
  float: left;
}

.limeDeletePage, .limeCreateSubpage
{
  display: block;
  padding: 0 0 0 5px;
  height: 20px;
  line-height: 20px;
}

/*youtube*/
.limeYoutubeInput, .limeYoutubeInputSub
{
  margin: 0 5px 0 0;
  width: 350px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #E7E7E7;
  float: left;
}

.limeYoutubeInputSub
{
  height: 40px;
}
