body {
  font-size:80%;
  font-family: arial, sans-serif; 
  color:#343399;
}

#title {
  width:100%;
  height:155px;
}

#menubar {
  padding:3px; background:#FFE200; text-align:right; font-weight:bold;
}

#logos_left {
   padding-left:50px;
}

#logos_right {
   width:90%;
   border-top:1px solid #343399;
   border-left:1px solid #343399;
   border-right:3px solid #343399;
   border-bottom:3px solid #343399;
   text-align:center;
}

#leftpane {
  padding:10px 25px 10px 5px;
  text-align:justify;
  color:#343399;
}

#rightpane {
  padding:10px 10px 10px 0;
  text-align:justify;
  color:#343399;
}

#userinfo {
  font-size:90%; color:#ff0000;
}
#contentinfo {
  padding-right:25px; text-align:justify;
}

#scrollnewstitle {
  width:100%; text-align:center; font-size:18px; font-weight:bold; color:#343399;
}

#scrollnewssubtitle {
  width:100%; text-align:center; font-size:14px; font-weight:bold; color:#343399;
}

#scrollnews { background:#BBDCFD; color:#343399; width:90%; height:600px; border-left:1px solid #336699; border-top:1px solid #336699; border-right:3px solid #336699; border-bottom:3px solid #336699; padding:5px; }
#scrollnews a:link, #scrollnews a:visited,  #scrollnews a:hover,  #scrollnews a:active,  #scrollnews a:focus { color:#343399; }

#siteinfo {
  padding:3px; text-align:center; font-size:80%;
}

#copyright {
  padding:3px; text-align:center; font-size:80%;
}

hr { color:#343399; }

a:link, a:visited {text-decoration:none; color:navy; }
a:hover { text-decoration:underline; color:#666699; }
a:active, a:focus { text-decoration:underline; }

.bold { font-weight:bold; }

.itemtitle {
   color:#F00; font-size:120%; font-weight:bold; background:url(../upload/arrow.gif) no-repeat; padding-left:12px;
}
#itempics { text-align:center;}
.itempic { background: #fff; border-color: #aaa #ccc #ddd #bbb; border-style: solid; border-width: 1px; color: inherit; padding: 2px; vertical-align: bottom; width: 140px; }

/*.table1 { width: 450px; border:0; text-align:left; } Opera için */
.table1 { width: 450px; border:0; text-align:left; }
.table1 td a:link, .table1 td a:visited { text-decoration:none; color:#ff0000; }
.table1 td a:hover, .table1 td a:active { text-decoration:none;  color:#FF9999; }
.table1 tfoot { text-align:center; font-weight:bold; }
.table1 tfoot img { vertical-align:middle; }
.table1_head { font-weight:bold; color:#ff0000; }

.fronttitle {
	width:460px; 
	height:60px; 
	padding:15px 10px 0 0; 
	background:url(../images/fronttitle.jpg) top left no-repeat; 	color:#navy; 
	font-weight:bold; 
}
.fronttitle a:link, .fronttitle a:visited {text-decoration:none;}
.fronttitle a:hover { text-decoration:underline; }
.fronttitle a:active, .fronttitle a:focus { text-decoration:underline; }

div.outershadowbox {
	margin: 5px 0px 0px 5px; 
	background-color: #d3d3d3
}

div.innershadowbox {
	border-right: black 1px solid; 
	border-top: black 1px solid; 
	right: 5px; 
	border-left: black 1px solid; 	
	bottom: 5px; 
	border-bottom: black 1px solid; 
	position: relative; 
	background-color: #fff;
	padding:10px;
}

.lbl { 
	color:#34339B; 
	font-size:11px;  
	text-align:left;
}

.result {
	font-weight: bold;
	font-size:12px;
	color:#F00;
}

.formfield { 
	border: solid #CCC; 
	border-width:1px; 
	padding-left:1px; 
	padding-right:1px; 
	padding-top:1px; 
	padding-bottom:1px; 
	font-size:11px;
}

.formfield, .formfield textInput, .formfield input { 
	font-family: arial; 
	font-size:11px;
}

.button,  .button a:hover,  .button a:visited, .button a:active { 
	font-size:10px; 
	border:3px double #34339B; 
	color: #fff; 
	padding-left:1px; 
	padding-right:1px; 
	padding-top:1px; 
	padding-bottom:1px; 
	background-color:#34339B; 
	font-weight:bold; 
	cursor:hand;
}

/* *** lightbox *** */

#lightbox{
	position: absolute;
	top:40px;
	left: 0;
	width: 100%;
	z-index: 100;
	}
#lightbox img{ border: none;	}

#imageContainer{
	position: relative;
	padding: 10px;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank_.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev_.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next_.gif) right 53% no-repeat; }


#imageData{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	padding:0 10px 0 10px;
	line-height: 1.4em;
	height: 38px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #F4F4F4;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}