﻿@import "controls/ErrorOverlay.css";
@import "controls/PaymentOverlay.css";
@import "controls/HoverLabels.css";
@import "gmaps.css";
/* --
  Clear
  ---------------- */

.clear
{
	clear: both;
}

/* Allow an empty DIV to clear - but make sure it does not add unwanted white-space in IE6 */
div.clear
{
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  width: auto;
}

div.modalBackground
{
  background: #ffffff;
  opacity: 0.4;
  *background-image: url(../images/ErrorOverlay/grey.png);
  *filter: alpha(opacity = 40);
}

div.ModalPopupPanel
{
  padding: 10px;
  position: relative;
  background-color: #5D798F;
  width: auto;
  _width:200px;
  border: solid 1px black;
}

div.HistoryPopupPanel
{
  _width: 450px !important;
  _overflow: hidden;
  _text-align: left;
}

div.HistoryPopupPanel #tblChangeHistory
{
  _padding-bottom: 30px;
}

div.ModalPopupPanel ul li
{
  margin-left: 5px;
}

div.SaveOptions h4,
div.SaveOptions p,
div.ApprovalSelectorOverlay h4,
div.SaveOptions span
{
  color: White;
}
div.SaveOptions textarea
{
  font-size: 11px;
  width: 200px;
  margin-bottom: 5px;
}
div.SaveOptions ul
{
  list-style:none; 
  padding:0; 
  margin:0 auto; 
  clear:both;
  width: 110px;
}
div.SaveOptions ul li
{
  margin: 0;
}
div.SaveOptions hr
{
  float: left; 
  clear:both; 
  width:100%; 
  margin-top: 6px;
}

div.SaveOptions
{
  width: 210px;
  text-align: center;
}

div.SaveOptions a.cssLinkButton,
div.SaveOptions a.cssLinkButton:link,
div.SaveOptions a.cssLinkButton:visited,
div.SaveOptions a.cssLinkButton:hover,
div.SaveOptions a.cssLinkButton:active
{
  width: 110px !important;
  float: none;
  _float: left;
}

div.SaveOptions .actionButton
{
  _margin-right:0px;
}
/*
div.SaveOptions ul
{
  display: inline;
}

div.SaveOptions ul li
{
  display: inline;
}

div.SaveOptions a.cssLinkButton, 
div.SaveOptions a.cssLinkButtonDis 
{
  margin: 0px;
}*/

div.TopControls
{
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #FFFFFF;
  z-index: 1;
}

body>div.TopControls
{
  position: fixed;
  right: 0px;
  top: 0px;
  background-color: #FFFFFF;
  z-index: 1;
}

div.PageEditTabContent
{
  /*height: 310px;*/
  height: auto;
  _width: 600px;
}

div.DateControl div.ajax__calendar_container
{
  _position: static !important;
}

div.PageEditTabContent td
{
  text-align: left;
}

div.SaveApproval
{
  _width: 250px;
  _overflow: hidden;
}

div#outerMessageContainer
{
  width: 500px;
  min-height: 265px;
  background-color: #1E3140;
  margin: 100px auto 0px auto;
  padding: 5px;
}

div.errorBanner
{
  position: relative;
  width: 100%;
  height: 25px;
}

div.errorTitle span
{
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  margin-left: 15px;
}

div.errorTopbar a 
{ 
  position: absolute; 
  right: 0px; 
  top: 2px;
  font-weight: bold;
  color: #000000;
  display: block;
  width: 18px;
  height:  18px;
  background-image: url(../images/ErrorOverlay/top_close_btn.jpg);
}

div.errorTopbar a  span
{ 
  display:none;
}

div.errorMiddleBlock
{
}

div.errorMiddleLeft
{
}

div.errorMiddleContent
{
  width: 250px;
  height: 230px;
  background-color: #ffffff;
  float: left;
  width: 490px;
  padding: 5px;
}

div.ErrorPanel
{
  margin: 5px 0px 5px 0px;
  padding: 5px;
  color: #cc0000;
  font-weight: bold;
}

div.ErrorPanel ul
{
  margin: 0px;
  list-style: none;
  padding: 0px;
}

div.ErrorPanel li
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.ApprovalSelectorOverlay select
{
  _visibility:visible !important;
}
