﻿div.dimming {
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	visibility: hidden;
}

table.floating
{
	font-size: x-small;
	font-family: Tahoma;
}

/* dimming table cells*/
td.up-left
{
	width: 1px;
	height: 1px;
	background-image: url('../images/dimming_ul.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

td.up
{
	cursor:move;
	background-image: url('../images/dimming_u.gif');
	background-repeat: repeat-x;
	background-position: top;
}

td.up-right
{
	width: 1px;
	height: 1px;
	background-image: url('../images/dimming_ur.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

td.right
{
	background-image: url('../images/dimming_r.gif');
	background-repeat: repeat-y;
	background-position: right;
}

td.down-right
{
	width: 1px;
	height: 1px;
	background-image: url('../images/dimming_dr.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}


td.down
{
	background-image: url('../images/dimming_d.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

td.down-left
{
	width: 1px;
	height: 1px;
	background-image: url('../images/dimming_dl.gif');
	background-repeat: no-repeat;
	background-position:bottom left;
}


td.left
{
	background-image: url('../images/dimming_l.gif');
	background-repeat: repeat-y;
	background-position: left
}


td.center
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	background-color: #ffffff;
}

td.title
{
	cursor:move;
	text-align: center;
	background-color: #ffffff;
	font-family:Tahoma;
	font-size:14px;	
	WIDTH: 100%;		
}

img.spacer
{
	width: 16px;
	height: 16px;	
}

img.close-button
{
	cursor: pointer;
	float:right;
}

img.min-button
{
	cursor: pointer;
	float:right;
}


img.max-button
{
	cursor: pointer;
	float:right;
}

