@CHARSET "ISO-8859-1";

@CHARSET "ISO-8859-1";

body{
	display: block !important;
}

/* DENEME ALANI */
div.vgroup-root{
	width: 100%;
	height: 100%;
	
	box-sizing: border-box;
}
div.vgroup-item{
	width: 100%;
	
	box-sizing: border-box;
}



a, img {
    border:none;
}
textarea, input, select { outline: none; }
hr{
	border:none;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:1px solid #dddddd;
	width: 120%;
}
table.fixedTable { table-layout:fixed; }
table.fixedTable td { overflow: hidden; }

div.mdiWindowDiv{
	background-color: #ffffff;
}
.mdiWindow{
	overflow: auto;
}
p.inner-title{
 	margin:0px;
 	padding:4px;
 	font-size: 12px;
 	font-weight: bold;
	background: #eee;
	border:1px solid #ddd;
 }