﻿/**
 * @author Vashira Ravipanich
 * @version $Revision: 1.1 $ $Date: 2009/02/03 03:05:59 $
 *  
 * Name: Main cascade style sheets for Osellus.DotNetNuke.UI framework
 * Description: Common styles  for client-side behavior on Osellus.DotNetNuke.UI
 */ 

/************* Validation *************/
.errorField {
	/*background-color: #F90000;*/
	border: 1px solid red !important;
}

/************* Popup ***************/
#webInstance_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.overlay_hide {
  z-index:-100;
}

.overlay_background {
  background-color: #000;
  z-index: 99;
}

* html #webInstance_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}