body { background-color: #ffffff; font-family: Arial; font-size: 11px; }
.font0 { font-family: arial, tahoma, verdana; font-size:10px; color:#484848; font-weight:normal; }
.font0 a:link { color:blue; text-decoration:none; }
.font0 a:visited { color:blue; }
.font0 a:hover { color:red; text-decoration:underline; }
.font0 a:active { color:blue; text-decoration:none; }

.font1 { font-family: arial, tahoma, helvetica; font-size:13px; color:#484848; font-weight:normal; }
.font1 a:link { color:#045FB4; text-decoration:none; }
.font1 a:visited { color:#045FB4; }
.font1 a:hover { color:blue; text-decoration:underline; }
.font1 a:active { color:#045FB4; text-decoration:none; }

.font11 { font-family: tahoma, verdana, helvetica; font-size:11px; color:#242424;font-weight:normal; }
.font11 a:link { color:#045FB4; text-decoration:none; }
.font11 a:visited { color:#045FB4; }
.font11 a:hover { color:red; text-decoration:underline; }
.font11 a:active { color:#045FB4; text-decoration:none; }

.issue { font-family: verdana, tahoma, helvetica; font-size:12px; color:#626262;line-height:19px;font-weight:normal; }
.issue a:link { color:<? echo $renk1; ?>; text-decoration:none; }
.issue a:visited { color:<? echo $renk1; ?>; }
.issue a:hover { color:<? echo $renk2; ?>; text-decoration:underline; }
.issue a:active { color:<? echo $renk2; ?>; text-decoration:none; }
.issue a:visited hover{ color:<? echo $renk1; ?>; }

.font2 { font-family: arial, tahoma, verdana,; font-size:18px; color:#242424; line-height:27px;font-weight:bold; }
.font2 a:link { color:blue; text-decoration:none; }
.font2 a:visited { color:blue; }
.font2 a:hover { color:red; text-decoration:underline; }
.font2 a:active { color:blue; text-decoration:none; }

.fonty { font-family: arial, verdana, tahoma; font-size:12px; color:#343434; font-weight:normal; }
.fonty a:link { color:#006699; text-decoration:none; }
.fonty a:visited { color:#006699; }
.fonty a:hover { color:#0091D7; text-decoration:underline; }
.fonty a:active { color:#006699; text-decoration:none; }

.fontw { font-family: tahoma, arial, verdana; font-size:13px; color:#ffffff; font-weight:bold; }
.fontw a:link { color:#ffffff; text-decoration:none; }
.fontw a:visited { color:#ffffff; }
.fontw a:hover { color:#ffffff; text-decoration:underline; }
.fontw a:active { color:#ffffff; text-decoration:none; }

@media print {
input.noPrint { display: none; }
}

dl {
	width: 140px;
	margin: 0 0 10px 10px;
	padding: 0;
	background: #ccc url(/img/ap_box_bottom.gif) no-repeat bottom left;
	}

dt {
	margin: 0;
	padding: 10px;
	font-size: 130%;
	background: #ccc url(/img/ap_box_top.gif) no-repeat top left;
	}

dd {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 85%;
	background: url(/img/ap_arrow.gif) no-repeat 0 3px;
	}

#blue, #blue dt {
	background-color: #9cf;
	}

#red, #red dt {
	background-color: #c99;
	}

#green, #green dt {
	background-color: #FFE8BF;
	}

/* =primary nav
---------------------------------------- */

#branding ul.primary-nav,
ul.sub-nav {
	padding:0;
	width:100%;
	overflow:hidden;
	clear: both;
	}
	ul.sub-nav {
		float:left;
		width:750px;
		padding:0 0 0 15px;
		position:relative;
		margin:10px 0 0 0;
		z-index:10;
		}
	#branding ul.primary-nav li,
	ul.sub-nav li{
		float: left;
		padding:0;
		margin:0 0 1px 3px;
		height:31px;
		}
		#branding ul.primary-nav li.current,
		ul.sub-nav li.current {
			margin:-1px 0 0 3px;
			bottom:-1px;
			z-index:10;
			position:relative;
			}
		#branding ul.primary-nav li a,
		ul.sub-nav li a{
			cursor:pointer;
			text-decoration: none;
			color:#fff;
			font-size:12px;
			float:left;
			line-height:normal;
			background: <? echo $renk2; ?> url(/img/prim-nav-left-bg.png) no-repeat 0 0;
			padding:0 0 0 4px;
			}
			ul.sub-nav li a {
				background:#a8a8a8 url(/img/transparent-left.png) no-repeat 0 0;
				padding:0 0 0 4px;
				}
			#branding ul.primary-nav li a span{
				display:block;
				float:left;
				padding:8px 15px 10px 11px;
				background: transparent url(/img/prim-nav-right-bg.png) no-repeat 100% 0;
				}				
	
			ul.sub-nav li a span {
				display:block;
				float:left;
				padding:8px 15px 10px 11px;
				background: transparent url(/img/transparent-right.png) no-repeat 100% 0;
				}
				
			ul.sub-nav li:hover{
			color:#000000;}	
				
			ul.sub-nav li a span:hover, ul.sub-nav li a:hover {
				background-color:#cccccc !important;
				}				
				
			/*ul.sub-nav li a span {
					background: url(/img/sub-nav-li-bg.png) no-repeat 100% 0;
					}*/
					
				#branding ul.primary-nav li.current a span,
				ul.sub-nav li.current a span {
					padding:9px 15px 9px 11px;
					}

#branding ul.primary-nav li.current a {
	color:#1b4d98;
	}
	#branding ul.primary-nav li a:hover,
	ul.sub-nav li a:hover {
		background-color:<? echo $renk1; ?>;
		}
	#branding ul.primary-nav li a:hover span,
	ul.sub-nav li a:hover span {

		}
	#branding ul.primary-nav li.current a,
	#branding ul.primary-nav li.current a:hover,
	ul.sub-nav li.current a,
	ul.sub-nav li.current a:hover {
		background:#fff url(/img/sup-nav-left-edge-bg.png) no-repeat 0 0 !important;
		color: <? echo $renk1; ?>;
		}
		ul.sub-nav li a:hover {
			color: <? echo $renk1; ?>;
		}
	#branding ul.primary-nav li.current a span,
	#branding ul.primary-nav li.current a:hover span,
	ul.sub-nav li.current a span,
	ul.sub-nav li.current a:hover span {
		background: url(/img/sup-nav-right-edge-bg.png) no-repeat 100% 0 !important;
		}

	#branding #service-announcement p {
		text-align: left; font-weight: normal;
	}

	#branding #service-announcement a {
		text-decoration: underline;
	}


// yandaki butonlar
.block.block-buttons {
	padding:5px 13px;/*to avoid extra spaces due to addition of margin and padding*/
}

a.button {
    background:#d2d2d2 url(/img/ap-btn-132-top-bg.png) no-repeat 0 0;
    display:block;
    padding:10px 0 0 0;
    margin: 8px 0;
    cursor:pointer;
    text-decoration:none !important;
    font-weight:bold;
	width: 132px;
    }
    a.button span {
        line-height:1.2em;
        text-align:center;
        padding:0 10px 8px 10px;
        display:block;
        background:url(/img/ap-btn-132-bot-bg.png) no-repeat 0 100%;
        }
        a.button.current,
        a.button:hover {
            color:#FFF !important;
            background-color:<? echo $renk2; ?>;
            }
            a.button.current span,
            a.button:hover span {}

div#oaccess { background-color:#004263; }
div#oaccess { position: relative; top:0; height:34px; margin:0; background:#004263 url(/img/bg_oaccess.gif) no-repeat 100% 0; }
div#oaccess p { margin: 0; padding:0; text-indent: -9999px; line-height:1.8em; }
div#oaccess p#articleType { text-transform:uppercase; text-indent:7px; margin-top:-13px; font-weight:bold; color:#fff; background-color:transparent; }

/* html bolumu */
.htmlfile{
	font-size:12px;
	font-family:verdana, arial, helvetica;
	line-height:22px;
	text-align:justify;
	color:#242424;
}
.maintitle{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#000;
}
.authors{
	font-size:14px;
}
.affiliation{
	font-size:11px;
}
.abstract{
	font-size:12px;
}
.subtitle{
	font-size:14px;
	font-family:verdana, arial, helvetica;
	color:#A52A2A;
	border-bottom:2px solid #6495ED;
	font-weight:bold;
	padding:7px;
	margin-top:11px;
	margin-bottom:11px;
}
.figures{
	width:300px;
	border:0px;
	vertical-align:text-top;
	margin-right:11px;
}
.imagebox{
	font-size:11px;
	padding:11px;
	border:3px double #ddd;
	background-color:#eee;
}
.references{
	font-size:12px;
}
.search-service{ background:url(/img/search_blackbg.png) repeat; padding:7px; border-radius:5px; -webkit-border-radius:5px; width:750px; margin:auto}

.searchbox {
    width: 435px;
    height: 50px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    color: #222;
}

.searchslc {
    width: 115px;
    height: 50px;
    background-color: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    float: none;
    border: none;
    padding-right: 10px;
    font-size: 16px;
    color: #222;
}

.searchbtn {
    float: right;
    background: #0A89BE;
    height: 50px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 162px;
    font-family: proxima, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
	-webkit-appearance: none; 
}

h1{font-size:2em;margin:.67em 0;font-weight:bold;}
h2{font-size:1.2307em;line-height:1.125;margin:1.125em 0 .5625em;border-bottom:1px solid;font-weight:bold;}
h3{font-size:1.0769em;line-height:1.2857;margin:1.2856em 0 .6428em;font-weight:bold;}

#myimage{
	display: block;
	position: fixed;
	margin: auto;
	top: 0px;
	margin-left: -150px; /* very important */
	left: 100%;
	width: 150px;
	z-index: -99;
}

