/*
//************************************************************************************
// Copyright (C) 2006, Massimo Beatini
//
// This software is provided "as-is", without any express or implied warranty. In 
// no event will the authors be held liable for any damages arising from the use 
// of this software.
//
// Permission is granted to anyone to use this software for any purpose, including 
// commercial applications, and to alter it and redistribute it freely, subject to 
// the following restrictions:
//
// 1. The origin of this software must not be misrepresented; you must not claim 
//    that you wrote the original software. If you use this software in a product, 
//    an acknowledgment in the product documentation would be appreciated but is 
//    not required.
//
// 2. Altered source versions must be plainly marked as such, and must not be 
//    misrepresented as being the original software.
//
// 3. This notice may not be removed or altered from any source distribution.
//
//************************************************************************************
*/

div.dimmer 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	padding:40px;
	background-repeat: repeat;
	background-position: top center; 
	/* ieWin only stuff */
	_background-image:none;
}

div.dimming {
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	visibility: hidden;
	cursor:move; 
	padding:5px 5px 5px 5px;
	vertical-align:middle;
	text-align:center;
}

table.floatingHeader
{
	background-color: #0000ff;
	color:#ffffff;
}


.oswg_panel { 
	position: absolute; visibility: hidden; padding: 0px; z-index: 10;
	width:150px; height:50px;
}
.dimming .loading {
	position:relative;
	background-image:url(/_includes/resources/images/default/grid/loading.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:25px;
	text-align:left;
}
.oswg_loading {
border-left: 1px solid red; border-top: 1px solid red; border-bottom: 3px solid red; border-right: 3px solid red;
}

.oswg_popup { position: absolute; visibility: hidden; border-left: 1px solid red; border-top: 1px solid red; border-bottom: 3px solid red; border-right: 3px solid red; padding: 0px; z-index: 10 }
.oswghtml_popup { position: absolute; visibility: hidden; border-left: 1px solid yellow; border-top: 1px solid yellow; border-bottom: 3px solid yellow; border-right: 3px solid yellow; padding: 0px; z-index: 10 }
