
/** {margin: 0; padding: 0;} */

.ffTextBoxWrapper,
.ffPasswordWrapper,
.ffCheckboxWrapper,
.ffRadioWrapper,
.ffTextAreaWrapper,
.ffSubmitWrapper,
.ffResetWrapper,
.ffButtonWrapper {display: inline-block; zoom: 1; *display: inline; margin: 5px 0;}

.ffSelectWrapper{display: inline-block; zoom: 1; margin: 5px 0;}


/*.ffTextBoxLeft, .ffTextBoxRight,
.ffPasswordLeft, .ffPasswordRight,
.ffCheckbox, .ffRadio, .ffSelectButton, .ffSelectButton span,
.ffSelectMenuWrapper div.ffSelectMenuTop,
.ffSelectMenuWrapper div.ffSelectMenuBottom,
.ffSelectMenuWrapper > div > span,
.ffTextAreaTop, .ffTextAreaTop span,
.ffTextAreaBottom, .ffTextAreaBottom span,
.ffSubmitWrapper a, .ffSubmitWrapper a span,
.ffResetWrapper a, .ffResetWrapper a span,
.ffButtonWrapper a, .ffButtonWrapper a span {
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
}*/


/* text box */
.ffTextBoxRight, .ffPasswordRight {
	background-position: right -256px;
	padding-right:5px;
}
.ffTextBoxLeft, .ffPasswordLeft {
	background-position: 0 0;
	padding: 0 5px 0 10px;
}
.ffTextBoxLeft input, .ffPasswordLeft input {
		border: 0;
		height: 28px;
		background-color: transparent;
		margin-top: 6px\9;
		height: 22px\9;
}


/*.ffTextBoxRight:hover,
.ffPasswordRight:hover {background-position: right -288px;}
.ffTextBoxLeft:hover,
.ffPasswordLeft:hover {background-position: 0 -32px;}*/


.focus .ffTextBoxRight,
/* .focus .ffPasswordRight {background-position: right -320px;} */
.focus .ffTextBoxLeft,
/* .focus .ffPasswordLeft {background-position: 0 -64px;} */

.ffTextBoxWrapper.disabled .ffTextBoxRight,
/* .ffPasswordWrapper.disabled .ffPasswordRight {background-position: right -352px;} */
.ffTextBoxWrapper.disabled .ffTextBoxLeft,
/* .ffPasswordWrapper.disabled .ffPasswordLeft {background-position: 0 -96px; color: #999;} */


/* checkbox */

.ffCheckboxWrapper a {
	text-decoration: none;
	color: #6F6F6F;
	position: relative;
	top: 1px;
	font-size: 14px;
	padding-left: 5px;
	margin-right: 10px;
}
.ffCheckbox {
	width: 21px;
	height: 21px;
	float: left;
	background-position: 0 -288px;
	cursor: pointer;
}
.ffCheckboxWrapper:hover a, .ffCeckboxWrapper.focus a {color: #4e4e4e;}
/*.ffCheckboxWrapper:hover .ffCheckbox, .ffCeckboxWrapper.focus .ffCheckbox{background-position: -30px -288px;}
.ffCheckboxWrapper.on .ffCheckbox {background-position: -60px -288px;}
.ffCheckboxWrapper.on:hover .ffCheckbox, .ffCeckboxWrapper.on.focus .ffCheckbox {background-position: -90px -288px;}
.ffCheckboxWrapper.disabled .ffCheckbox {background-position: -120px -288px;}
.ffCheckboxWrapper.on.disabled .ffCheckbox {background-position: -150px -288px;}*/
.ffCheckboxWrapper.disabled a, .ffCeckboxWrapper.disabled:hover a, .ffCeckboxWrapper.disabled.focus a {color: #999;}


/* radio */
.ffRadioWrapper a {
	text-decoration: none;
	color: #555;
	position: relative;
	top: 1px;
	font-size: 14px;
	padding-left: 5px;
	margin-right: 10px;
}
.ffRadio {
	width: 18px;
	height: 18px;
	float: left;
	background-position: -180px -288px;
	cursor: pointer;
}
.ffRadioWrapper:hover a, .ffRadioWrapper.focus a {color: #4e4e4e;}
/*.ffRadioWrapper:hover .ffRadio, .ffRadioWrapper.focus .ffRadio{background-position: -210px -288px;}
.ffRadioWrapper.on .ffRadio {background-position: -240px -288px;}
.ffRadioWrapper.on:hover .ffRadio, .ffRadioWrapper.on.focus .ffRadio {background-position: -270px -288px;}
.ffRadioWrapper.disabled .ffRadio {background-position: -300px -288px;}
.ffRadioWrapper.on.disabled .ffRadio {background-position: -330px -288px;}*/
.ffRadioWrapper.disabled a, .ffRadioWrapper.disabled:hover a, .ffRadioWrapper.disabled.focus a {color: #999;}


/* selectbox */
.ffSelectWrapper {width:200px;*clear:both;}
.ffSelect {position: relative;}

.ffSelect > a {
	background-position: right -128px;
	display: block;
	text-decoration: none;
	outline: 0;
	cursor: default;
}
.ffSelect > a > span {
	display: block;
	height: 28px;
	margin-right: 40px;
	padding-left: 10px;
	background-position: 0 0;
	overflow: hidden;
	line-height: 28px;
	font-size: 14px;
	color: #555;
	white-space: nowrap;
	*white-space: normal;
	text-overflow: ellipsis;
}

/*.ffSelect:hover > a, .ffSelectWrapper.focus .ffSelect > a {background-position: right -160px;}
.ffSelect:hover > a > span, .ffSelectWrapper.focus .ffSelect > a > span {background-position: 0 -32px;}*/
.ffSelectWrapper.active  .ffSelect> a {/*background-position: right -192px;*/ z-index: 1005; position: relative;}
/*.ffSelectWrapper.active  .ffSelect > a > span {background-position: 0 -64px;}
.ffSelectWrapper.disabled .ffSelect > a {background-position: right -224px;}*/
.ffSelectWrapper.disabled .ffSelect > a > span {/*background-position: 0 -96px;*/ color: #999;}


.ffSelectMenuWrapper {width: 100%;}


.ffSelectMenuWrapper .ffSelectMenuMidBG ul{list-style-type:none;margin:0 0;padding:0;}
.ffSelectMenuWrapper .ffSelectMenuMidBG li {padding: 5px; cursor: default; background-color: #fff;}
.ffSelectMenuWrapper .ffSelectMenuMidBG li SPAN{font-size:14px;}
.ffSelectMenuWrapper .ffSelectMenuMidBG li.disabled SPAN{color:#888;}
.ffSelectMenuWrapper .ffSelectMenuMidBG li.on{background-color: #ccc;}


.ffSelectMenuWrapper{}
.ffSelectMenuTop {
	height: 5px;	
	/*background-position: 0 -394px;*/
	
}
.ffSelectMenuTop span {
	display: block;
	height: 5px;
	margin-left: 8px;
	background: right -384px;
}

.ffSelectMenuBottom {
	height: 5px;
	background-position: 0 -414px;
}
.ffSelectMenuBottom span {
	display: block;
	height: 5px;
	margin-left: 8px;
	background-position: right -404px;
}
.ffSelectMenuMidBG {/*background:url(images/sides.png) repeat-y right 0;*/}
.ffSelectMenuMid  {max-height: 200px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 4px;margin-right:4px;}

.scrollingBarWrapper{width:24px;height:200px;background:url(images/scrollingBarBg.png) no-repeat;right:3px!important;}
.scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop.png) no-repeat 0 0;}
.scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom.png) no-repeat 0px bottom}



/* textarea */
.ffTextAreaWrapper textarea {
    border: 0;
    margin: 10px 10px 10px 15px;
    padding:0 ;
    font-size: 14px;
    color: #555;
    background: none;
    font-family: Arial;
    resize: none;
}


.ffTextAreaTop {
	height: 5px;
	background-position: 0 -394px;
}
.ffTextAreaTop span {
	display: block;
	height: 5px;
	margin-left: 8px;
	background-position: right -384px;
}

.ffTextAreaMid {
   /* background: transparent url(images/sides.png) repeat-y right 0;*/
}
.ffTextAreaMid .ffTextAreaLeft {
    /*background: url(images/sides.png) repeat-y 0 0;*/
    margin-right: 4px;
}


.ffTextAreaBottom {
	height: 5px;
	/*background-position: 0 -414px;*/
}
.ffTextAreaBottom span {
	display: block;
	height: 5px;
	margin-left: 6px;
	/*background-position: right -404px;*/
}


/* button */
.ffButtonWrapper > a {
	/*background-position: right -585px;*/
	display: block;
	text-decoration: none;
	outline: 0;
}
.ffButtonWrapper > a > span {
	display: block;
	height: 36px;
	padding-bottom: 2px;
	line-height: 39px;
	font-size: 15px;
	/*background-position: 0 -424px;*/
	text-align: center;
	padding: 0 10px 0 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
}

/*.ffButtonWrapper:hover > a {background-position: right -625px;}
.ffButtonWrapper:hover > a > span {background-position: 0 -464px;}*/
.ffButtonWrapper > a:active {/*background-position: right -665px;*/ position: relative; }
/*.ffButtonWrapper > a:active > span {background-position: 0 -504px;}*/
.ffButtonWrapper.disabled > a {/*background-position: right -705px;*/ position: static;}
.ffButtonWrapper.disabled > a > span {/*background-position: 0 -544px;*/color: #c1c1c1;}

input[type="text"], input[type="password"], textarea, select {outline: none;} /* remove webkit yellow border */

select.mobileSelect{opacity:0;filter:alpha(opacity=0);position:absolute;top:0;display:block;}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

.ffSelectWrapper { width:150px; font-family:Arial; }
.ffSelectWrapper.active .ffSelect > a, .ffSelectWrapper.focus .ffSelect > a { background:url(images/selectbox-hover.png) left top no-repeat; }
	.ffSelect {  }
		.ffSelect > a, .ffSelect > a:hover { background:url(images/selectbox-normal.png) left top no-repeat; width:150px; height:40px; }
			.ffSelect > a > span { font-size:13px; color:#FFF; background:none; font-weight:bold; height:40px; line-height:37px; padding:0 0 0 10px; display:block; }
			
		.ffSelectMenuWrapper {  }
			.ffSelectMenuTop, .ffSelectMenuMidBG { background:#0091b4 !important; background-image:none !important; }
			.ffSelectMenuBottom { background:url(images/select-bottom.png) center bottom no-repeat; }
				.ffSelectMenuMid { background:none; }
					.ffSelectMenuMid UL { background:none !important; }
						.ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#FFF; font-size:13px; }
						.ffSelectMenuWrapper .ffSelectMenuMidBG li.on { background:none; color:#004050; }
						
						
/* ----------------------- */


	.albarakaSelect .ffSelectWrapper{ width:253px!important; margin:0 0 5px 0;}
	.albarakaSelect .ffSelect > a, .albarakaSelect .ffSelect > a:hover { background:url(images/albarakaSelect_bg.png) 220px center no-repeat; border:1px solid #fff; width:251px!important; height:37px!important; }
	.albarakaSelect .ffSelectWrapper.active .ffSelect > a, .albarakaSelect .ffSelectWrapper.focus .ffSelect > a { background:url(images/albarakaSelect_bg.png) 220px center no-repeat;}
	.albarakaSelect .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; background:none; height:35px; line-height:35px; padding:2px 0 0 26px; display:block; font-weight:normal;}
	.albarakaSelect .ffSelectMenuTop, .albarakaSelect .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.albarakaSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#333e4f; font-size:12px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 23px;}
	.albarakaSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.albarakaSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:12px!important;}
	.albarakaSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.albarakaSelect .ffSelectMenuWrapper { border-left:1px solid #ffffff; border-right:1px solid #ffffff; border-bottom:1px solid #ffffff; width:251px!important; padding:0; left:0px; top:-1px;}
	.albarakaSelect .ffSelectMenuBottom { background:#ffffff; }
	.albarakaSelect .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.albarakaSelect .scrollingBarWrapper{width:24px; height:94px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.albarakaSelect .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.albarakaSelect .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */


	.formSelectCapsule .ffSelectWrapper{ width:454px!important; margin:0 0 5px 0;}
	.formSelectCapsule .ffSelect > a, .formSelectCapsule .ffSelect > a:hover { background:url(images/formSelectCapsule_bg.png) right center no-repeat #fff; border:1px solid #d6dae1; width:453px!important; height:45px!important; }
	.formSelectCapsule .ffSelectWrapper.active .ffSelect > a, .formSelectCapsule .ffSelectWrapper.focus .ffSelect > a { background:url(images/formSelectCapsule_bg.png) right center no-repeat #fff;}
	.formSelectCapsule .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#828a89; background:none; height:43px; line-height:43px; padding:2px 0 0 26px; display:block; font-weight:normal;}
	.formSelectCapsule .ffSelectMenuTop, .formSelectCapsule .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.formSelectCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#333e4f; font-size:12px!important; cursor:pointer; padding:11px 0 11px 0px; border-top:1px dashed #cccfd3; margin:0 26px;}
	.formSelectCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.formSelectCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:12px!important;}
	.formSelectCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.formSelectCapsule .ffSelectMenuWrapper { border-left:1px solid #d6dae1; border-right:1px solid #d6dae1; border-bottom:1px solid #d6dae1; width:453px!important; padding:0; left:0px; top:-1px;}
	.formSelectCapsule .ffSelectMenuBottom { background:#ffffff; }
	.formSelectCapsule .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.formSelectCapsule .scrollingBarWrapper{width:24px; height:150px; background:url(images/bar-sem.png) no-repeat; right:-2px!important;}
	.formSelectCapsule .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.formSelectCapsule .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */


	.formSelectCepCapsule .ffSelectWrapper{ width:107px!important; margin:0 0 5px 0;}
	.formSelectCepCapsule .ffSelect > a, .formSelectCepCapsule .ffSelect > a:hover { background:url(images/formSelectCapsule_bg.png) right center no-repeat #fff; border:1px solid #d6dae1; width:115px!important; height:45px!important; }
	.formSelectCepCapsule .ffSelectWrapper.active .ffSelect > a, .formSelectCepCapsule .ffSelectWrapper.focus .ffSelect > a { background:url(images/formSelectCapsule_bg.png) right center no-repeat #fff;}
	.formSelectCepCapsule .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#828a89; background:none; height:43px; line-height:43px; padding:2px 0 0 26px; display:block; font-weight:normal;}
	.formSelectCepCapsule .ffSelectMenuTop, .formSelectCepCapsule .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.formSelectCepCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#333e4f; font-size:12px!important; cursor:pointer; padding:11px 0 11px 0px; border-top:1px dashed #cccfd3; margin:0 26px;}
	.formSelectCepCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.formSelectCepCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:12px!important;}
	.formSelectCepCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.formSelectCepCapsule .ffSelectMenuWrapper { border-left:1px solid #d6dae1; border-right:1px solid #d6dae1; border-bottom:1px solid #d6dae1; width:105px!important; padding:0; left:0px; top:-1px;}
	.formSelectCepCapsule .ffSelectMenuBottom { background:#ffffff; }
	.formSelectCepCapsule .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.formSelectCepCapsule .scrollingBarWrapper{width:24px; height:150px; background:url(images/bar-sem.png) no-repeat; right:-2px!important;}
	.formSelectCepCapsule .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.formSelectCepCapsule .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */


	.bizeMesajSelect .ffSelectWrapper{ width:210px!important; margin:0 0 0px 0;}
	.bizeMesajSelect .ffSelect > a, .bizeMesajSelect .ffSelect > a:hover { background:url(images/bizeMesajSelect_bg.png) 178px center no-repeat; border:1px solid #6d69ab; width:208px!important; height:43px!important; }
	.bizeMesajSelect .ffSelectWrapper.active .ffSelect > a, .bizeMesajSelect .ffSelectWrapper.focus .ffSelect > a { background:url(images/bizeMesajSelect_bg.png) 178px center no-repeat;}
	.bizeMesajSelect .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#6d69ab; background:none; height:35px; line-height:41px; padding:2px 0 0 26px; display:block; font-weight:normal;}
	.bizeMesajSelect .ffSelectMenuTop, .bizeMesajSelect .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.bizeMesajSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#333e4f; font-size:12px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 23px;}
	.bizeMesajSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.bizeMesajSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:12px!important;}
	.bizeMesajSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.bizeMesajSelect .ffSelectMenuWrapper { border-left:1px solid #ffffff; border-right:1px solid #ffffff; border-bottom:1px solid #ffffff; width:208px!important; padding:0; left:0px; top:-1px;}
	.bizeMesajSelect .ffSelectMenuBottom { background:#ffffff; }
	.bizeMesajSelect .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.bizeMesajSelect .scrollingBarWrapper{width:24px; height:94px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.bizeMesajSelect .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.bizeMesajSelect .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */

	.searchSelects .ffSelectWrapper{ width:222px!important; margin:0 0 0px 0;}
	.searchSelects .ffSelect > a, .searchSelects .ffSelect > a:hover { background:url(images/iletisimSearchSelect_arrow.png) 190px center no-repeat #fff; width:222px!important; height:45px!important; }
	.searchSelects .ffSelectWrapper.active .ffSelect > a, .searchSelects .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 190px center no-repeat #fff;}
	.searchSelects .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#828a89; background:none; height:43px; line-height:43px; padding:2px 0 0 18px; display:block; font-weight:normal;}
	.searchSelects .ffSelectMenuTop, .searchSelects .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.searchSelects .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#333e4f; font-size:12px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 23px;}
	.searchSelects .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.searchSelects .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:12px!important;}
	.searchSelects .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.searchSelects .ffSelectMenuWrapper { border-top:1px solid #d6dae1; border-left:1px solid #ffffff; border-right:1px solid #ffffff; border-bottom:1px solid #ffffff; width:220px!important; padding:0; left:0px; top:-1px;}
	.searchSelects .ffSelectMenuBottom { background:#ffffff; }
	.searchSelects .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.searchSelects .scrollingBarWrapper{width:24px; height:94px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.searchSelects .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.searchSelects .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */

	.finansmanSelect .ffSelectWrapper{ width:445px!important; margin:0 0 0px 0;}
	.finansmanSelect .ffSelect > a, .finansmanSelect .ffSelect > a:hover { background:url(images/iletisimSearchSelect_arrow.png) 413px center no-repeat #fff; width:445px!important; height:45px!important; }
	.finansmanSelect .ffSelectWrapper.active .ffSelect > a, .finansmanSelect .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 413px center no-repeat #fff;}
	.finansmanSelect .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#828a89; background:none; height:43px; line-height:43px; padding:2px 0 0 18px; display:block; font-weight:normal;}
	.finansmanSelect .ffSelectMenuTop, .finansmanSelect .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.finansmanSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#333e4f; font-size:12px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 23px;}
	.finansmanSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.finansmanSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:12px!important;}
	.finansmanSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.finansmanSelect .ffSelectMenuWrapper { border-left:1px solid #ffffff; border-right:1px solid #ffffff; border-bottom:1px solid #ffffff; width:443px!important; padding:0; left:0px; top:-1px;}
	.finansmanSelect .ffSelectMenuBottom { background:#ffffff; }
	.finansmanSelect .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.finansmanSelect .scrollingBarWrapper{width:24px; height:94px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.finansmanSelect .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.finansmanSelect .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */

	.karOranlariSelect .ffSelectWrapper{ width:388px!important; margin:0 0 0px 0; border:1px solid #d7dbe2;}
	.karOranlariSelect .ffSelect > a, .karOranlariSelect .ffSelect > a:hover { background:url(images/iletisimSearchSelect_arrow.png) 356px center no-repeat #fff; width:388px!important; height:45px!important; }
	.karOranlariSelect .ffSelectWrapper.active .ffSelect > a, .karOranlariSelect .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 356px center no-repeat #fff;}
	.karOranlariSelect .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#a18aa6; background:none; height:43px; line-height:43px; padding:2px 0 0 18px; display:block; font-weight:normal;}
	.karOranlariSelect .ffSelectMenuTop, .karOranlariSelect .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.karOranlariSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#333e4f; font-size:12px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 23px;}
	.karOranlariSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.karOranlariSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:12px!important;}
	.karOranlariSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.karOranlariSelect .ffSelectMenuWrapper { border-left:1px solid #d7dbe2; border-right:1px solid #d7dbe2; border-bottom:1px solid #d7dbe2; width:388px!important; padding:0; left: -1px; top: 46px!important;}
	.karOranlariSelect .ffSelectMenuBottom { background:#ffffff; }
	.karOranlariSelect .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.karOranlariSelect .scrollingBarWrapper{width:24px; height:150px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.karOranlariSelect .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.karOranlariSelect .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
	
	.karOranlariSelect.day .ffSelectWrapper { width:115px!important;}
	.karOranlariSelect.day .ffSelect > a, .karOranlariSelect.day .ffSelect > a:hover { width:115px!important; background:url(images/iletisimSearchSelect_arrow.png) 93px center no-repeat #fff;}
	.karOranlariSelect.day .ffSelectWrapper.active .ffSelect > a, .karOranlariSelect.day .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 93px center no-repeat #fff;}
	.karOranlariSelect.day .ffSelectMenuWrapper { width:115px!important; }
	
	.karOranlariSelect.month .ffSelectWrapper { width:133px!important;}
	.karOranlariSelect.month .ffSelect > a, .karOranlariSelect.month .ffSelect > a:hover { width:133px!important; background:url(images/iletisimSearchSelect_arrow.png) 111px center no-repeat #fff;}
	.karOranlariSelect.month .ffSelectWrapper.active .ffSelect > a, .karOranlariSelect.month .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 111px center no-repeat #fff;}
	.karOranlariSelect.month .ffSelectMenuWrapper { width:133px!important; }
	
	.karOranlariSelect.year .ffSelectWrapper { width:115px!important;}
	.karOranlariSelect.year .ffSelect > a, .karOranlariSelect.year .ffSelect > a:hover { width:115px!important; background:url(images/iletisimSearchSelect_arrow.png) 93px center no-repeat #fff;}
	.karOranlariSelect.year .ffSelectWrapper.active .ffSelect > a, .karOranlariSelect.year .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 93px center no-repeat #fff;}
	.karOranlariSelect.year .ffSelectMenuWrapper { width:115px!important; }
	
/* ----------------------- */


	.sg-ilSecimCombo .ffSelectWrapper{ width:388px!important; margin:0 0 0px 0; border:1px solid #d7dbe2;}
	.sg-ilSecimCombo .ffSelect > a, .sg-ilSecimCombo .ffSelect > a:hover { background:url(images/iletisimSearchSelect_arrow.png) 356px center no-repeat #fff; width:388px!important; height:45px!important; }
	.sg-ilSecimCombo .ffSelectWrapper.active .ffSelect > a, .sg-ilSecimCombo .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 356px center no-repeat #fff;}
	.sg-ilSecimCombo .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#56667f; background:none; height:43px; line-height:43px; padding:2px 0 0 18px; display:block; font-weight:bold;}
	.sg-ilSecimCombo .ffSelectMenuTop, .sg-ilSecimCombo .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.sg-ilSecimCombo .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#56667f;  font-size:12px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 23px;}
	.sg-ilSecimCombo .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.sg-ilSecimCombo .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:12px!important;}
	.sg-ilSecimCombo .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.sg-ilSecimCombo .ffSelectMenuWrapper { border-left:1px solid #d7dbe2; border-right:1px solid #d7dbe2; border-bottom:1px solid #d7dbe2; width:388px!important; padding:0; left: -1px; top: 46px!important;}
	.sg-ilSecimCombo .ffSelectMenuBottom { background:#ffffff; }
	.sg-ilSecimCombo .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.sg-ilSecimCombo .scrollingBarWrapper{width:24px; height:150px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.sg-ilSecimCombo .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.sg-ilSecimCombo .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */
	.altinBankacilikDateCapsule .ffSelectWrapper{ width:223px!important; margin:0 20px 0px 0; border:1px solid #d7dbe2; text-align:left;}
	.altinBankacilikDateCapsule .ffSelect > a, .altinBankacilikDateCapsule .ffSelect > a:hover { background:url(images/iletisimSearchSelect_arrow.png) 191px center no-repeat #fff; width:223px!important; height:38px!important; }
	.altinBankacilikDateCapsule .ffSelectWrapper.active .ffSelect > a, .altinBankacilikDateCapsule .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 191px center no-repeat #fff;}
	.altinBankacilikDateCapsule .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#56667f; font-weight:bold; background:none; height:36px; line-height:36px; padding:2px 0 0 18px; display:block;}
	.altinBankacilikDateCapsule .ffSelectMenuTop, .altinBankacilikDateCapsule .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.altinBankacilikDateCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#333e4f; font-size:12px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 18px;}
	.altinBankacilikDateCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.altinBankacilikDateCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:12px!important;}
	.altinBankacilikDateCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.altinBankacilikDateCapsule .ffSelectMenuWrapper { border-left:1px solid #d7dbe2; border-right:1px solid #d7dbe2; border-bottom:1px solid #d7dbe2; width:223px!important; padding:0; left: -1px; top: 39px!important;}
	.altinBankacilikDateCapsule .ffSelectMenuBottom { background:#ffffff; }
	.altinBankacilikDateCapsule .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.altinBankacilikDateCapsule .scrollingBarWrapper{width:24px; height:150px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.altinBankacilikDateCapsule .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.altinBankacilikDateCapsule .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */


	.dovizCeviriciSelectCapsule .ffSelectWrapper{ width:100px!important; margin:0 0px 0px 0; border:1px solid #d7dbe2; text-align:left;}
	.dovizCeviriciSelectCapsule .ffSelect > a, .dovizCeviriciSelectCapsule .ffSelect > a:hover { background:url(images/iletisimSearchSelect_arrow.png) 70px center no-repeat #fff; width:100px!important; height:38px!important; }
	.dovizCeviriciSelectCapsule .ffSelectWrapper.active .ffSelect > a, .dovizCeviriciSelectCapsule .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 70px center no-repeat #fff;}
	.dovizCeviriciSelectCapsule .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#56667f; font-weight:bold; background:none; height:36px; line-height:36px; padding:2px 0 0 18px; display:block;}
	.dovizCeviriciSelectCapsule .ffSelectMenuTop, .dovizCeviriciSelectCapsule .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.dovizCeviriciSelectCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#333e4f; font-size:12px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 18px;}
	.dovizCeviriciSelectCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.dovizCeviriciSelectCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:12px!important;}
	.dovizCeviriciSelectCapsule .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.dovizCeviriciSelectCapsule .ffSelectMenuWrapper { border-left:1px solid #d7dbe2; border-right:1px solid #d7dbe2; border-bottom:1px solid #d7dbe2; width:100px!important; padding:0; left: -1px; top: 39px!important;}
	.dovizCeviriciSelectCapsule .ffSelectMenuBottom { background:#ffffff; }
	.dovizCeviriciSelectCapsule .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.dovizCeviriciSelectCapsule .scrollingBarWrapper{width:24px; height:150px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.dovizCeviriciSelectCapsule .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.dovizCeviriciSelectCapsule .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */	

	.hesaplamaAracSelect .ffSelectWrapper{ width:90px!important; margin:0 0px 0px 0; border:1px solid #d7dbe2; text-align:left;}
	.hesaplamaAracSelect .ffSelect > a, .hesaplamaAracSelect .ffSelect > a:hover { background:url(images/iletisimSearchSelect_arrow.png) 60px center no-repeat #fff; width:90px!important; height:38px!important; }
	.hesaplamaAracSelect .ffSelectWrapper.active .ffSelect > a, .hesaplamaAracSelect .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 60px center no-repeat #fff;}
	.hesaplamaAracSelect .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#56667f; font-weight:bold; background:none; height:36px; line-height:36px; padding:2px 0 0 10px; display:block;}
	.hesaplamaAracSelect .ffSelectMenuTop, .hesaplamaAracSelect .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.hesaplamaAracSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#333e4f; font-size:12px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 18px;}
	.hesaplamaAracSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.hesaplamaAracSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:12px!important;}
	.hesaplamaAracSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.hesaplamaAracSelect .ffSelectMenuWrapper { border-left:1px solid #d7dbe2; border-right:1px solid #d7dbe2; border-bottom:1px solid #d7dbe2; width:90px!important; padding:0; left: -1px; top: 39px!important;}
	.hesaplamaAracSelect .ffSelectMenuBottom { background:#ffffff; }
	.hesaplamaAracSelect .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.hesaplamaAracSelect .scrollingBarWrapper{width:24px; height:150px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.hesaplamaAracSelect .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.hesaplamaAracSelect .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */	

	.hesaplamaAracSelect.big .ffSelectWrapper{ width:241px!important; margin:0 0px 0px 0; border:1px solid #d7dbe2; text-align:left;}
	.hesaplamaAracSelect.big .ffSelect > a, .hesaplamaAracSelect.big .ffSelect > a:hover { background:url(images/iletisimSearchSelect_arrow.png) 211px center no-repeat #fff; width:241px!important; height:38px!important; }
	.hesaplamaAracSelect.big .ffSelectWrapper.active .ffSelect > a, .hesaplamaAracSelect.big .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 211px center no-repeat #fff;}
	.hesaplamaAracSelect.big .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#56667f; font-weight:bold; background:none; height:36px; line-height:36px; padding:2px 0 0 18px; display:block;}
	.hesaplamaAracSelect.big .ffSelectMenuTop, .hesaplamaAracSelect.big .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.hesaplamaAracSelect.big .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#333e4f; font-size:12px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 18px;}
	.hesaplamaAracSelect.big .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.hesaplamaAracSelect.big .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:12px!important;}
	.hesaplamaAracSelect.big .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.hesaplamaAracSelect.big .ffSelectMenuWrapper { border-left:1px solid #d7dbe2; border-right:1px solid #d7dbe2; border-bottom:1px solid #d7dbe2; width:241px!important; padding:0; left: -1px; top: 39px!important;}
	.hesaplamaAracSelect.big .ffSelectMenuBottom { background:#ffffff; }
	.hesaplamaAracSelect.big .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.hesaplamaAracSelect.big .scrollingBarWrapper{width:24px; height:150px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.hesaplamaAracSelect.big .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.hesaplamaAracSelect.big .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */

	.finbas_select .ffSelectWrapper{ width:275px!important; margin:0 0px 0px 0; border:1px solid #d7dbe2; text-align:left;}
	.finbas_select .ffSelect > a, .finbas_select .ffSelect > a:hover { background:url(images/iletisimSearchSelect_arrow.png) 250px center no-repeat #fff; width:275px!important; height:43px!important; }
	.finbas_select .ffSelectWrapper.active .ffSelect > a, .finbas_select .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 250px center no-repeat #fff;}
	.finbas_select .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#56667f; font-weight:normal; background:none; height:41px; line-height:41px; padding:2px 0 0 10px; display:block;}
	.finbas_select .ffSelectMenuTop, .finbas_select .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.finbas_select .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#56667f; font-size:11px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 10px;}
	.finbas_select .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.finbas_select .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:11px!important;}
	.finbas_select .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.finbas_select .ffSelectMenuWrapper { border-left:1px solid #d7dbe2; border-right:1px solid #d7dbe2; border-bottom:1px solid #d7dbe2; width:275px!important; padding:0; left: -1px; top: 39px!important;}
	.finbas_select .ffSelectMenuBottom { background:#ffffff; }
	.finbas_select .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.finbas_select .scrollingBarWrapper{width:24px; height:150px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.finbas_select .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.finbas_select .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */

	.finbas_smallSelect .ffSelectWrapper{ width:72px!important; margin:0 0px 0px 0; border:1px solid #d7dbe2; text-align:left;}
	.finbas_smallSelect .ffSelect > a, .finbas_smallSelect .ffSelect > a:hover { background:url(images/iletisimSearchSelect_arrow.png) 47px center no-repeat #fff; width:72px!important; height:43px!important; }
	.finbas_smallSelect .ffSelectWrapper.active .ffSelect > a, .finbas_smallSelect .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 47px center no-repeat #fff;}
	.finbas_smallSelect .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#56667f; font-weight:normal; background:none; height:41px; line-height:41px; padding:2px 0 0 10px; display:block; margin-right:10px;}
	.finbas_smallSelect .ffSelectMenuTop, .finbas_smallSelect .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.finbas_smallSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#56667f; font-size:11px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 10px;}
	.finbas_smallSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.finbas_smallSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:11px!important;}
	.finbas_smallSelect .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.finbas_smallSelect .ffSelectMenuWrapper { border-left:1px solid #d7dbe2; border-right:1px solid #d7dbe2; border-bottom:1px solid #d7dbe2; width:72px!important; padding:0; left: -1px; top: 39px!important;}
	.finbas_smallSelect .ffSelectMenuBottom { background:#ffffff; }
	.finbas_smallSelect .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.finbas_smallSelect .scrollingBarWrapper{width:24px; height:150px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.finbas_smallSelect .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.finbas_smallSelect .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */


	.iletisim_select .ffSelectWrapper{ width:275px!important; margin:0 0px 0px 0; border:1px solid #d7dbe2; text-align:left;}
	.iletisim_select .ffSelect > a, .iletisim_select .ffSelect > a:hover { background:url(images/iletisimSearchSelect_arrow.png) 250px center no-repeat #fff; width:275px!important; height:43px!important; }
	.iletisim_select .ffSelectWrapper.active .ffSelect > a, .iletisim_select .ffSelectWrapper.focus .ffSelect > a { background:url(images/iletisimSearchSelect_arrow.png) 250px center no-repeat #fff;}
	.iletisim_select .ffSelect > a > span { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#56667f; font-weight:normal; background:none; height:41px; line-height:41px; padding:2px 0 0 10px; display:block;}
	.iletisim_select .ffSelectMenuTop, .iletisim_select .ffSelectMenuMidBG { background:#ffffff !important; background-image:none !important; }
	.iletisim_select .ffSelectMenuWrapper .ffSelectMenuMidBG li { background:none; color:#56667f; font-size:11px!important; cursor:pointer; padding:10px 0 10px 0px; border-top:1px dashed #cccfd3; margin:0 10px;}
	.iletisim_select .ffSelectMenuWrapper .ffSelectMenuMidBG li:first-child { border-top:none;}
	
	.iletisim_select .ffSelectMenuWrapper .ffSelectMenuMidBG li span { font-size:11px!important;}
	.iletisim_select .ffSelectMenuWrapper .ffSelectMenuMidBG li:hover{ color:#787778;}
	.iletisim_select .ffSelectMenuWrapper { border-left:1px solid #d7dbe2; border-right:1px solid #d7dbe2; border-bottom:1px solid #d7dbe2; width:275px!important; padding:0; left: -1px; top: 39px!important;}
	.iletisim_select .ffSelectMenuBottom { background:#ffffff; }
	.iletisim_select .ffSelectMenuMid  {max-height:150px; overflow: auto; /*background: url(images/sides.png) repeat-y 0 0;*/ padding-left: 0px; margin-right:0px;}
	.iletisim_select .scrollingBarWrapper{width:24px; height:150px; background:url(images/bar-sem.png) no-repeat; right:-4px!important;}
	.iletisim_select .scrollingHandle {width:24px;padding-top:20px;background:url(images/scrollingHandleTop-sem.png) no-repeat 0 0;}
	.iletisim_select .scrollingHandleBottom{width:24px;background:url(images/scrollingHandleBottom-sem.png) no-repeat 0px bottom}
/* ----------------------- */