div.autosuggest
{
	position: absolute;
	background-image: url(img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	/*background-color: transparent;*/
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial;
    font-size: 13px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #1f56a0;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #1f56a0;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 26px; /* IE 6 treats height as min-height */
    min-height: 26px;
    padding-top: 10px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: default;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    /*filter: alpha(opacity=40);*/
}
.ui-tabs-panel {
    border: 1px solid #97a5b0;
/*    padding: 1em 8px;*/
	margin-left:1px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


.panel {
	position: fixed;
	top: 75px;
	right: 0px;
	display: none;
	background: #f4f4f4;
	border:1px solid #cfcfcf;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	/*border-top-left-radius:20px;
	border-bottom-left-radius:20px;*/
	width: 160px;
	height: auto;
	padding: 50px 15px 15px 15px;
	/*filter: alpha(opacity=95);*/
	opacity: .95;
}

a.trigger{
	position: fixed;
	text-decoration: none;
	top: 80px;
	right: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 40px;
	font-weight: bold;
	background:#e4e4e4 url(../images/plus.png) 15% 55% no-repeat;
	border:1px solid #bfbfbf;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
}

a.trigger:hover{
	position: fixed;
	text-decoration: none;
	top: 80px;
	right: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 40px;
	font-weight: bold;
	background:#e4e4e4 url(../images/plus.png) 15% 55% no-repeat;
	border:1px solid #bfbfbf;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
}

a.active.trigger {
	background:#e4e4e4 url(../images/minus.png) 15% 55% no-repeat;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
float: left;
width: 130px;
line-height: 22px;
}

.colright{
float: right;
width: 130px;
line-height: 22px;
}


.panel2 {
	left:0px; 
	width:120px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	position: fixed;
	top: 75px;
	display: none;
	background: #f4f4f4;
	border:1px solid #cfcfcf;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	height: auto;
	padding: 50px 15px 15px 15px;
	/*filter: alpha(opacity=95);*/
	opacity: .95;
}

a.trigger2{
	position: fixed;
	text-decoration: none;
	top: 80px;
	left:0px; 
	font-size: 16px;
	letter-spacing:-1px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 40px 10px 10px;
	font-weight: bold;
	background:#e4e4e4 url(../images/plus.png) 85% 55% no-repeat;
	border:1px solid #bfbfbf;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	display: block;
}

a.trigger2:hover{
	position: fixed;
	text-decoration: none;
	top: 80px;
	left:0px; 
	font-size: 16px;
	letter-spacing:-1px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 40px 10px 10px;
	font-weight: bold;
	background:#e4e4e4 url(../images/plus.png) 85% 55% no-repeat;
	border:1px solid #bfbfbf;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	display: block;
}

a.active.trigger2 {
	background:#e4e4e4 url(../images/minus.png) 85% 55% no-repeat;
}


body{
	margin:0px;
	font-family:Arial;
	font-size:13px;
	color:#353535
}
a img {border: none; } 
.bg_div{
	background:#FFFFFF url(../images/global-bg.png) repeat-x fixed 0 0;
	padding-top:10px;
	height:100%;
}
.bg_div_yurtdisi{
	background:#FFFFFF url(../images/global-bg-yurtdisi.png) repeat-x fixed 0 0;
	padding-top:10px;
	height:100%;
}
.yoresel a:link{
	color:#1f56a0;
	text-decoration:underline;
}
.yoresel a:visited{
	color:#1f56a0;
	text-decoration:underline;
}
.yoresel a:hover{
	color:#1f56a0;
	text-decoration:none;
}
.yoresel_tum a:link{
	color:#cc0000;
	text-decoration:underline;
}
.yoresel_tum a:visited{
	color:#cc0000;
	text-decoration:underline;
}
.yoresel_tum a:hover{
	color:#cc0000;
	text-decoration:none;
}
a:link{
	color:#353535;
}
a:visited{
	color:#353535;
}
a:hover{
	color:#353535;
}
.liner{
	background-image:url(../images/liner.png);
	background-repeat:repeat-x;
	background-position:center center;
	height:2px;
}
.black_box{
	background-color:#2b2d2a;
	border:#cfcfcf solid 1px;
}
.grey_box{
	background-color:#f4f4f4;
	border:#cfcfcf solid 1px;
}
.grey_box #baslik{
	font-weight: bold;
	color: #666;
}
.grey_box2{
	background-color:#f4f4f4;
	border:#cfcfcf solid 1px;
}
.grey_box2:hover{
	background-color:#fcffc5;
}
.uyari_box{
	background-color:#FF9;
	border:#cfcfcf solid 1px;
	font-size: 11px;
	font-weight: bold;
}
.lim15{
	margin:15px;
}
.dblue_head{
	color:#2839a3;
	font-weight: bold;	
}
.dyellow_head{
	color:#ffcd32;
	font-weight: bold;
}
a.def:link{
	color:#2839a3;
	text-decoration:underline;
}
a.def:visited{
	color:#2839a3;
	text-decoration:underline;
}
a.def:hover{
	color:#2839a3;
	text-decoration:none;
}
.bottom a:link{
	color:#2839a3;
	text-decoration:underline;
}
.bottom a:hover{
	color:#2839a3;
	text-decoration:none;
}
.bottom a:visited{
	color:#2839a3;
	text-decoration:underline;
}
.black_hover a:link{
	color:#353535;
	font-weight:normal;
	text-decoration:underline;
}
.black_hover a:visited{
	color:#353535;
	font-weight:normal;
	text-decoration:underline;
}
.black_hover a:hover{
	color:#2839A3;
	text-decoration:underline;
}
.red{
	color:#cc0000;
}
.red_ciz{
	color:#444;
	text-decoration:line-through;
}
.blue_box{
	background-color:#f2f5f9;
	border:#cfcfcf solid 1px;
}
.white_box{
	background-color:#fff;
	border:#cfcfcf solid 1px;
}
.white_box #baslik{
	font-weight: bold;
	color: #666;
}
.baslik_rez{
	color:#1f56a0;
	font-weight: bold;
}
input{
	border:#a9a9a9 solid 1px;
	padding:3px;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	font-size:13px;
}
textarea{
	border:#a9a9a9 solid 1px;
	padding:3px;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	font-size:13px;
}
select{
	font-size:13px;
	letter-spacing:1px;
	padding:1px;
	font-family:Tahoma, Geneva, sans-serif;
}
.navbar1{
	font-size:12px; font-weight:bold; float:left; height:18px; border-top:#cfcfcf solid 1px; border-bottom:#cfcfcf solid 1px; border-left:#cfcfcf solid 1px; padding-top:2px; background-color:#FFF;
}
.navbar_ara{
	float:left;border-top:#cfcfcf solid 1px; border-bottom:#cfcfcf solid 1px; height:20px; background-color:#FFF;
}
.navbar2{
	font-size:12px; font-weight:bold; float:left; height:18px; border-top:#cfcfcf solid 1px; border-bottom:#cfcfcf solid 1px; padding-top:2px; background-color:#FFF;
}
.navbar3{
	font-size:12px; font-weight:bold; float:left; height:18px; border-top:#cfcfcf solid 1px; border-bottom:#cfcfcf solid 1px; border-right:#cfcfcf solid 1px; padding-top:2px; background-color:#FFF;
}
.norm {}
a.pop:hover span.red{
	color: #2839a3;
}
a.pop:hover span.norm{
	text-decoration:underline;
}
.sayfala{
	padding: 2px;
	float: left;
}
.sayfala ul{
	margin: 0;
	padding-left: 0px;
	padding-top: 6px;
	text-align: left; /*Set to "right" to right align sayfala interface*/
	font-size: 14px;
}
.sayfala li{
	background-color: #fff;
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	margin-left: 3px;
	margin-bottom: 5px;
	float: left;
}
.sayfala a, .sayfala a:visited{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1;
}
.sayfala a:hover, .sayfala a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #fcffc5;
}
.sayfala a.currentpage{
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}
.sayfala a.disablelink, .sayfala a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}
.sayfala a.prevnext{
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}
.ev_box_title{
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	padding-top: 12px;
	padding-left: 6px;
	padding-bottom: 3px;
	text-decoration: underline;
}
a.step2_box{
	text-decoration:none;
}
input[type="checkbox"] {
	vertical-align:top; 
	margin-bottom:1px;
	margin-top:1px;
	padding: 0px;
	margin-right:3px;
	clip: rect(top right bottom left);
}
input[type="radio"] {
	vertical-align:top; 
	margin-bottom:1px;
	margin-top:1px;
	padding: 0px;
	margin-right:3px;
	clip: rect(top right bottom left);
}
#break{
	page-break-before:always;
}
.infobar{
	background-color:#FCFFC5; 
	border:#cfcfcf solid 1px; 
	padding:5px 5px 5px 15px;
	margin-bottom:20px;
	line-height: 1.5;
}
.star_ie8{
	height:30px;
	float:left;
	background-image:url(../images/star1.png);
	background-repeat:no-repeat;
	padding:10px 0px 0px 9px;
	margin-right:10px;
}
.star_ie7{
	height:30px;
	float:left;
	background-image:url(../images/star1.png);
	background-repeat:no-repeat;
	padding:6px 0px 0px 5px;
	margin-right:10px;
}
.star{
	height:30px;
	float:left;
	background-image:url(../images/star1.png);
	background-repeat:no-repeat;
	padding:9px 0px 0px 4px;
	margin-right:10px;
}
.ekleme_kutusu{
	position:absolute;
	cursor:pointer;
	top:0px;
	left:-33px;
	width:20px;
	padding:5px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:13px;
	color:#353535;
	font-weight:normal;
	display: inline; 
}

.usual {
	background: #FFF;
	color: #111;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #E8E8E8;
	border-left-color: #FFF;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display: block;
  padding: 6px 10px;
  text-decoration: none!important;
  margin: 1px;
  margin-left: 0px;
  color: #FFF;
  background: #444;
}
.usual ul a:hover {
  color: #FFF;
  background: #111;
  }
.usual ul a.selected {
  margin-bottom: 0px;
  color: #000;
  background: snow;
  border-bottom: 1px solid snow;
  cursor: default;
  }
.usual div {
  padding: 10px 10px 8px 10px;
  *padding-top: 3px;
  *margin-top: -15px;
  clear: left;
  background: snow;
}
.usual div a { color: #000; font-weight: bold; }

/* SAYAÇ STYLE */
.lcdstyle{ /*Example CSS to create LCD countdown look*/
	color: #CC0000;
	font: bold 18px MS Sans Serif;
	padding: 3px;
	float: left;
}
.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
	font-size: 80%
}
