/*This is used for post-properties */
.popuptopleft {
	height:25px;
	padding-left:14px;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:white;
	cursor:move;
	background-image: url(../grafik/bar_small_left.gif);
}

.popuptoplefttext {
	filter:DropShadow (Color=#333333, OffX=1, OffY=1, Positive=true);
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	cursor:move;
	color:white;
}

.popuptopright {
	background-image: url(../grafik/bar_small_right.gif);
	height:25px;
	width:66px;	
}

.popuptoprightempty {
	background-image: url(../grafik/bar_small_rightempty.gif);
	height:25px;
	width:66px;	
}

.popupcell {
	padding:6px;
	background-color:white;
}

.popup {
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;	
}

.button{
	height: 17px;
	color: #222222;
	border: 1px solid black;
	font-family: tahoma;
	font-size: 10px;
	background-image: url(../grafik/button_bg.gif);
	cursor: hand;
}
