table.window			{min-width:300px;
				margin-left:auto;margin-right:auto;
				border-collapse:collapse;
				}
table.window
th.window			{background:url('ikons/caption.png');vertical-align:middle;padding:0;
				white-space:nowrap;color:white;height:23px;font-weight:bold;font-size:14px;
				cursor:auto;
				border-width:1px;border-style:solid;
				border-top-color:silver;
				border-left-color:silver;
				border-right-color:gray;
				border-bottom-color:none;
				overflow:hidden;

				-moz-user-select: none; -khtml-user-select: none; user-select: none;
				}
table.window
td.window			{background:#eeeeee;vertical-align:top;padding:5px;
				border-width:1px;border-style:solid;
				border-top-color:silver;
				border-left-color:silver;
				border-right-color:gray;
				border-bottom-color:gray;}

table.window
th.window
img.close			{width:24px;height:18px; background:url('ikons/close.png');
				float:right;cursor:auto;
				margin:2px;padding:0;border:none;}
table.window
th.window
img.logo			{width:16px;height:16px; background:url('image.php?image=ikons/SAAD.png&max-size=16');
				float:left;cursor:auto;
				margin:3px;padding:0;border:none;}
table.window
th.window
img.close:hover			{background-position: 0 -18;}

table.window
th.window
img.logo:hover			{background-position: 0 -16;}
