body {
	background:#1B1B1B;
	margin:0 auto;
	text-align:center;
	font-family:Verdana;
	padding-bottom:15px;
	font-size:12px;
}
#logo_wrapper {
	margin-top:10px;
}
#logo{
	width:900px;
	height:60px;
	margin:0 auto;
	background:url(resimler/logo.png) no-repeat;
	text-align:right;
	}
#footer {
	text-align:left;
	color:#FFFFFF;
	float:left;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#calibration_wrapper a{
	color:#FFFFFF;
	text-decoration:none;
}
#calibration{
	width:420px;
	padding:10px 10px 10px 10px;
	/*padding:  alt	sag ust sol */
	padding-top:50px;
	background:url(resimler/calibration.gif) top center no-repeat #2F2F2F;
	border:2px solid #787878;
	display:none;
	margin-left:480px;
	margin-top:10px;
	margin-right:-2px;
	float:right;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	}
#calibration_wrapper{
	width:900px;
	margin:0 auto;
	padding-top:10px;
	text-align:right;
}
#calibration_wrapper a{
	color:#FFFFFF;
	text-decoration:none;
}


#menu {
	width:900px;
	height:35px;
	background:#2F2F2F;
	border:2px solid #787878;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	margin:0 auto;
	text-align:left;
	margin-bottom:20px;
	margin-top:20px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}
#menu a.selected{
/* 	background:#FF8000; */
	background:#FF8000 url(resimler/menu_hover_bg_2.png) center repeat-x;
}

#menu a {
	float: left;
	height: 35px;
	line-height:35px;
	padding-left:15px;
	padding-right:15px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Verdana;
	text-decoration:none;
	background:transparent;
}

#menu a:hover {
	/*background:#FF8000 url(resimler/menu_hover_bg.gif) center no-repeat;*/
	background:#FF8000 url(resimler/menu_hover_bg_2.png) center repeat-x;
}

#content{
	width:875px;
	background:#2F2F2F;
	border:2px solid #787878;
	padding-left:15px;
	padding-top:15px;
	padding-right:10px;
	padding-bottom:15px;
	font-size:12px;
	color:#FFFFFF;
	margin:0 auto;
	text-align:left;
	line-height:25px;
}

#content a {
	text-decoration:none;
	padding:2px;
	color:#ffa344;
	background:none;
}
#content a:hover {
	text-decoration:underline;
}
#content .preview {
	border:2px solid #787878;
	background:#575757;
	height:300px;
	overflow:auto;
}
#content textarea {
	width:870px;
	height:300px;
}

#content .photo_count {
    font-style:italic;
}

#content table,tr,td {
/*     width:100%; */
    text-align:center;
    border:1px solid #fff;
}


#photolayer {
    position:absolute;
    top:0px;
    left:0px;
    z-index:9001;
    width:100%;
    height:100%;
    margin:0 auto;
    text-align:center;
    display:none;
    background:transparent;
}
#myGallery
{
width: 860px !important;
height: 600px !important;
overflow:auto;
} 

.galleryTitle {
 background: url(resimler/gallery_header.png) left repeat-x;
 margin:0px 5px 5px 0px;
 padding-left:5px;
 font-weight:bold;
}

.photoThumb {
  border: 1px solid #787878;
}

