/* scroll */
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #dee0e1;
	position: relative;
}
.jspDrag {
	background: #777;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/* scroll */

.poppy_popup{
	background-color:#ffffff;
	font-size:14px; 
	color:#656565; 
	font-family: Arial; 
	width:620px;
	height:450px;
	overflow:hidden;
	margin:5px;
}
.poppy_popup table, .poppy_popup table td, .poppy_popup table th{
	border:1px solid #656565;
	padding:5px;
}
.poppy_popup table th{
	background-color:#f1f1f1;
}
.poppy_popup h1{
	font-size:18px;
}
.poppy_popup h2{
	font-size:16px;
}
.poppy_popup h3{
	font-size:18px;
	margin:0px 0px 10px 0px;
}
.poppy_popup h4{
	font-size:15px;
	margin:0px 0px 10px 0px;
}
.poppy_popup p, .poppy_popup ul, .poppy_popup table, .poppy_popup h1, .poppy_popup h2{
	font-size:14px;
	margin-bottom:15px;
}
.sozlesme_poppy_detay{	
	padding-top:10px;
	padding-right:5px;
	width:613px;
	height:350px;
	overflow-y:auto;
	overflow-x:hidden;	
}
.sozlesme_poppy_detay table, .poppy_popup td, .poppy_popup th {
	border:1px solid #656565;
	padding:5px!important;
	vertical-align: middle!important;
}
.poppy_popup table {
	border-collapse:collapse;
}