html {
	height:100%;
/*	overflow:auto; */
}
body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:tahoma, verdana, Arial;
	
}
a {
	font-size:12px;
	color:#CE2C25;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.dhtmlgoodies_floatingWindow .floatingWindowContent{
/*	padding:2px;
	font-size:11px;   */
	overflow-x:hidden;
	overflow-y:scroll;
	overflow: -moz-scrollbars-vertical;
/*	background-color:#ECE9D8;   */
}
.floatingWindowTab_inactive img,.floatingWindowTab_active img{
	float:left;
}
.dhtmlgoodies_floatingWindow .floatingWindow_moveBar{
	width:438px;
	height:28px;
	background-image:url('./../images/moveBar.png');
/*	background-color:#006BF8;
	border-top:2px solid #006BF8;
	border-right:2px solid #006BF8;
	border-left:2px solid #006BF8;   */
	position:relative;
	cursor:move;
	
	/* CSS HACK */
	height: 28px;	/* IE 5.x */
	height/* */:/**/28px;	/* Other browsers */
	height: /**/28px;			

}
.dhtmlgoodies_floatingWindow{
	position:absolute;
	width:438px;
/*	padding-bottom:1px;
	background-color:#ECE9D8;
	border:1px solid #7480DC;
	left:50px;   */
}

.uyarimesaj {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.button {
	color:#0F3871;
   	font-family:Tahoma, Verdana, Arial;
   	font-size:10px;
	font-weight:bold;
   	height:20px;
   	background-color:#EDEDED;
   	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ADADAD',EndColorStr='#FFFFFF');
}
