@charset "utf-8";
body {
	background-color: #bddbe3;
	margin: 0;
	font-family:Verdana, Geneva, sans-serif;
	color:#555;
	font-size:0.7em;
}
input, select, textarea { font-family:Verdana, Geneva, sans-serif; font-size:100%;  }
a { color:#C39; text-decoration: none }
a:hover { color:#3CF }
h2 { font-family:Arial, Helvetica, sans-serif, Palatino, serif; font-size:130%; letter-spacing:-1px; }
h3 { font-family:Arial, Helvetica, sans-serif, Palatino, serif; font-size:110%; }
#top {
	background-color: #2a2a2a;
	height: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	top: 0px;
}
#bg {
	background-color:#d1ecf3;
	padding-bottom:20px;
	padding-top:8px;
}
#wrap {
	padding: 2px;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}
#header {
	margin-bottom:15px;
	height: 50px;
}
#header-menu {
	float:left;
	padding-top:16px;
}
#logo {
	float:left;
}
#header-menu ul {
	list-style:none;
	margin:0;
}
#header-menu li {
	float:left;
}
#header-menu li a {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:160%;
	letter-spacing:-1px;
	color:#1ba0c1;
	padding:6px 18px;
	text-decoration:none;
}
#header-menu li a:hover {
	background:#bddbe3;
	-moz-border-radius:3px;
}
#body-wrap {
	clear:both;
}
#big-content {
	background:#fefefe;
	-moz-border-radius:6px;
	border:3px solid #c2e0e8;
	padding:5px;
	float: left;
	width:79%;
}
#big-content img { max-width:580px; }
#sidebar {
	float:left;
	width:17%;
	margin-left:4px;
}
.block {
	border:1px solid #93c4d5;
	-moz-border-radius:3px;
	margin-bottom:8px;
}
.block .title {
	background:url(images/block-back.png) repeat-x;
	padding:6px 2px 6px 10px;
	border-bottom:1px solid #95c5d3;
	color:#1d9bc3;
	font-size:106%;
	font-weight:bold;
}
.block .content {
	background:#daedf4;
	padding:5px;
	border-top:1px solid #fff;
	color:#676767;
}
.content .ul {
	margin:0;
	list-style:none;
}
.content .ul div {
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	padding:6px 0 6px 20px;
}
.forum-ul div {
		background:url(images/comment.png) left center no-repeat;
}
.user-ul div {
		background:url(images/det.png) left center no-repeat;
}
.content a { color:#666; text-decoration:none;  }
.content a:hover { color:#000; }
#crumbs a {	text-decoration:none }

.clrboth {
	clear:both
}
.footer-bard {	border-bottom:1px solid #89c2d6;}
.footer-barl { 	border-top:1px solid #fff; }
#footer {
	color:#111;
	width: 1000px;
	padding:6px;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
}

/* *********************************** */

.fg-tooltip {
	z-index:3;
	display:none;
	padding: 5px;
	width: 300px;
	border-width: 2px !important;
	position: absolute;
	background:#444;
	font-size:0.9em;
	-moz-border-radius:0.5em;
	color:#fff;
	top: 22px;
	left: 10px;
	-moz-box-shadow: 1px 1px 10px #00f;
}
.fg-tooltip .fg-tooltip-pointer-down, .fg-tooltip .fg-tooltip-pointer-down-inner {
	top:5px;
	position: absolute;
	width:0;
	height:0;
	border-bottom-width: 0;
	background: none;
}
.fg-tooltip .fg-tooltip-pointer-down {
	border-left: 0;
	border-right: 17px dotted transparent;
	border-top-width: 14px;
	bottom:	-14px;
	right: auto;
	left: 1em;
	margin: 0;
}
.fg-tooltip .fg-tooltip-pointer-down-inner {
	border-left: 0;
	border-right: 12px dotted transparent;
	border-bottom: 10px solid #444;
	bottom:	auto;
	top: -14px;
	left: 1px;
}
.nice span {
	position:relative;
	padding:5px
}
.nice span:hover div {
	display:block
}
.nice .left {
	float:left;
}
.nice p {
	padding:10px 3px;
	margin:0;
	clear:both;
	display:block;
}
.nice p.input {
	border-bottom:1px solid #ddd;
}
.nice p.input:hover {
	background:#fcf3f2;
}
.nice label {
	font-weight:bold;
	color:#666;
	margin:3px 10px 3px 1px;
	text-align:right;
}
.nice .text {
	background:#fff url(images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#555;
	margin:0;
	padding:3px 3px;
	line-height:20px;
}
.nice .long {
	width:70%;
}
.nice .med {
	width:50%;
}
.nice .min {
	width:20%;
}
.nice .cancel {
	background:#f0f0f0;
	border:1px solid #ccc;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	color:#777;
}
.nice button {
	background-color:#545454;
	border:1px solid #333;
	border-top:1px solid #444;
	border-left:1px solid #666;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding:5px 15px;
}
.nice button:hover {
	background-color:#333;
	border:1px solid #111;
	color:#fff;
}
.nice button img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
.imhuman-error {
	background:#FF7;
	padding:6px;
	border:1px dashed #F30;
	color:#000;
	font-weight:bold;
}
.imhuman-row {
	margin:4px 0;
}
.pos-left {
	float:left;
}
.clear-left {
	clear:left
}
.imhuman-item {
	background:#000;
	display:block;
	width:75px;
	height:75px;
	padding:6px;
	border:1px solid #fff;
	background-position:center center;
	background-repeat:no-repeat;
	vertical-align:bottom;
	cursor:pointer;
	opacity: 0.65;
	filter: alpha(opacity = 65);
}
.imhuman-chk {
	position:relative;
	display:block;
	float:right;
	width:13px;
	height:13px;
	margin-top:62px;
}
.imhuman-sel {
	border:1px solid #666;
	opacity: 1;
	filter: alpha(opacity = 100);
}
.foot {
	background:#eee;
	padding:5px;
	border:1px solid #ccc;
	clear:both;
}
.form-info {
	background:#FF6 url(images/warn.png) no-repeat 5px center;
	border:1px solid #F90 !important;
	padding:5px 5px 5px 30px;
}
.form-error {
	background:#ffcece url(images/error.png) no-repeat 5px center;
	border:1px solid #df8f8f !important;
	padding:5px 5px 5px 30px;
}
.form-success {
	background:#d8e3ff url(images/ok.png) no-repeat 5px center;
	border:1px solid #a2b4ee !important;
	padding:5px 5px 5px 30px;
}
.forum-table {
	border-collapse:collapse;
	border:1px solid #eee;
	padding:1px;
}
.forum-table th {
	background:#bddbe3;
	color:#383838;
	padding:8px;
	font-size:8pt;
}
.forum-table .tr0 {
	background:#fff;
}
.forum-table .tr1 {
	background:#f2f7fa;
}
pre {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 20px; /*--Height of each line of code--*/
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	max-width:750px;
	max-height:200px;
}
pre code {
	margin: 0 0 0 10px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
}
.bglayer {
	 position:fixed;
   top: 0px;
   left: 0px;
   z-index: 90;
   width: 100%;
   height: 100%;
	 background:#666;
	 opacity:0.8;
	 display:none;
}
.inlayer {
	top: 0px;
  left: 0px;
	z-index:300;
	border:10px solid #999;
	background:#cae5ec;	
	width:420px;
	height:280px;
	margin:13% 29%;
	padding:14px 7px 7px 10px;
	-moz-border-radius:0.9em;
	position:fixed;
	display:none;
	overflow:auto;
}
.close {
	margin:-10px -5px 0 0;
	float:right;
	cursor:pointer;
}
.but {
	background:url(images/buttonset.jpg) repeat-x;
	padding:5px 10px;
	margin:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	width:130px;
	-moz-border-radius:3px;
	cursor:pointer;
}
.kirmizi {	border:1px solid #900;	background-position:0px 0px }
.kirmizi:hover {background-position:0px -34px }
.yesil { border:1px solid #390;	background-position:0px -70px }
.yesil:hover { background-position:0px -103px }
.mavi { border:1px solid #069;	background-position:0px -140px }
.mavi:hover { background-position:0px -173px }
.sari { border:1px solid #909;	background-position:0px -210px }
.sari:hover { background-position:0px -245px }
.white { color:#fff !important }
.not {padding:5px; border:1px dotted #ddd; margin:3px; background:#f8f8f8}
.new { background:#DFEDFf; }
hr {
	border:none;
	border-bottom:1px dotted #555;
}
h4 {
	background:#f0f0f0;
	border-bottom:1px solid #ddd;
	padding:4px 4px 4px 9px;
	margin:2px 0px 5px 0px;
} 
.cd { padding:8px; border-bottom:1px dotted #666; margin-bottom:12px; border-top:1px solid #fff; }
.ct1 { background:#FEDAD6; }
.ct2 { background:#C9F389; }
.ct0 { background:#E0FAFE; }
.nfo { background:#fff; border-bottom:1px solid #aaa; padding:4px; border-top:2px solid #936;}

.oASC { background:url(images/u.png) #ccc top center no-repeat !important}
.oDESC { background:url(images/d.png) #eee bottom center no-repeat !important }
