div.window
{
	position: absolute;
	background-color: #80d5fC;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	z-index: 100;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 3px;
	font-size: 10px;
	line-height: 23px;
}
div.window p
{
	display: block;
	font-size: 10px;
	margin: 0;
	background-color: #AAD816;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: left;
}
div.window p img
{
	position: relative;
	top: 5px;
	left: 3px;
}
div.window span
{
	position: absolute;
	top: -20px;
	left:-1px;
	right: 0;
	height: 20px;

	color: #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	cursor: move;
	width: 152px;
}
div.window p span
{
	position: static;
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #000000;
	cursor: auto;
}
div.window span a img
{
	border: 0;
	position: absolute;
	top: 2px;
	right: 2px;
}

.titel1
{
  position:absolute;
	top: -5px;
	left:-1px;
	right: 0;
	height: 20px;
  background-image: url('/images/windows/titel_l.png');
  width:8px;
  height:20px;
  cursor:move;
}

.titel2
{
  position:absolute;
	top: -5px;
	left:7px;
	right: 0;
	height: 20px;
  background-image: url('/images/windows/titel_m.png');
  cursor:move;
  height:20px;
  font-size: 12px;
  font-weight: bold;
}

.titel3
{
  position:absolute;
  right:0;
	top:-5px;
  width:8px;
	height: 20px;
  background-image: url('/images/windows/titel_r.png');
  height:20px;
  cursor:move;
}

.del
{
  position:absolute;
  top: -5px;
  right:0;
  margin:3px;
  z-index:10;
  border:solid 0px;
  cursor:pointer;
}

.min
{
  position:absolute;
  top: -5px;
  right:0;
  padding-right:20px;
  margin:3px;
  cursor:pointer;
  z-index:1;
  border:solid 0px;
}



.ui-window {
  position: absolute;
}

.ui-window .move_handle {
  cursor:move !important;
}

/*.ui-window .e {
  position: relative;
}*/

.ui-window .resize_handle {
  line-height: 1px;
  font-size:1px;
  width: 8px;
  height: 8px;
  z-index: 90;
  position: absolute;
}

.ui-window .se_sizer {
  cursor: se-resize;
  z-index: 100;
  bottom:0;
  right:0;
}

.ui-window .sw_sizer {
  cursor: sw-resize;
  z-index: 100;
  bottom:0;
  left:0;
}

.ui-window .nw_sizer {
  cursor: nw-resize;
  z-index: 100;
  top:0;
  left:0;
}

.ui-window .ne_sizer {
  cursor: ne-resize;
  z-index: 100;
  top:0;
  right:0;
}

.ui-window .n_sizer {
  cursor: n-resize;
  width:100%;
  top:0;
  left:0;
}

.ui-window .s_sizer {
  cursor: s-resize;
  width: 100%;
  bottom:0;
  left:0;
}

.ui-window .e_sizer {
  cursor: e-resize;
  height:100%;
  top:0;
  right:0;
}

.ui-window .w_sizer {
  cursor: w-resize;
  height:100%;
  top:0;
  left:0;
}

.ui-window .content {
  overflow: auto;
  position: relative;
}

.ui-window .content .ui_message {
    margin-bottom: 30px;
    text-align: center;
}

.ui-window .content .ui_message_buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.ui-window .content .ui_message_buttons .ui_message_button {
    margin: 0 4px;
}

html>body .ui-window .content {
  /* fixes an unbelievable rendering bug in Safari 2 */
  border-top: 1px solid transparent;
}

