body{
	background-color:#073d64;
	background-image:  url('../images/bg.jpg');
	background-repeat: repeat-x;
	font-family:Lucida Sans Unicode, Arial;
	font-size:11px;
	color:#151515;
	top: 0;
	margin:0;
	padding:0;
	text-align:center;
}

#bg{
	background-image:  url('../images/bg2.jpg');
	background-repeat: no-repeat;
	background-position:center top;
	height:600px;
	margin:0; 
}


#wrapper{
	width:955px;
	height:552px;
	line-height: 170%;
	text-align:left;
	margin:0 auto 0 auto; 
	background-image:  url('../images/base.png');
	background-repeat: no-repeat;
}

#cls-65{
	height:35px;
}

#logo{
	padding-left:30px;
	padding-top:40px;
	float:left;
	width:408px;
	height:29px;
}

td{
	text-align:left;
}


img{
	border:0px;
}


#search{
	margin-top:20px;
	margin-left:277px;
	padding-left:5px;
	float:left;
	background-image:  url('../images/search-bg.png');
	background-repeat: no-repeat;
	width:198px;
	height:28px;
	z-index:1;
}

#search-field{
	margin-top:5px;
	border:0px;
	width:160px;
	float:left;
	background:transparent;
	font-size:12px;
	color:#6C93C1;
	font-family:Lucida Sans Unicode, Arial;
}

#search-icon{
	float:right;
	margin-right:10px;
	margin-top:4px;
}

.clearBoth {clear: both}


#menu-horizontal{
	padding-top:12px;
	width:305px;
	height:30px;
	padding-left:262px;
	padding-right:20px;
	width:660px;
	font-size:12px;
	color:#ffffff;
}

#header{
	display:block;
	height:100px;
}

#content{
	float:left;
	width:955px;
	height:365px;
}


#menu-vert{
	display:block;
	width:215px;
	height:365px;
	float:left;
	padding-right:0;
	text-align:right;
	color:#cc0000;
	font-size:13px;
}

#content-text{
	display:block;
	float:left;
	width:660px;
	height:305px;
	padding-left:20px;
	padding-top:10px;
}


#cat-position{
	border-bottom:1px solid #E8E8E8;
	padding-bottom:5px;
	color:#A0A0A0;
}

#sol-tut{
	width:220px;
	height:1px;
}

h1.page-title{
	color:#6c6c6c;
	font-size:20px;
}


#main-sol{
	width:495px;
	float:left;
	padding-top:0px;
	margin-top:0px;
}

#main-sag{
	width:180px;
	float:left;
	border-left:1px solid #E8E8E8;
	padding-left:10px;
	padding-top:0px;
	margin-top:0px;
}

#copyright{
	width:500px;
	color:#336699;
	font-size:10px;
	margin-left:30px;
	float:left;
}

#copyright2{
	width:300px;
	color:#336699;
	font-size:10px;
	margin-right:40px;
	float:right;
	text-align:right;
}


.scroll-pane {
width: 660px;
height: 285px;;
overflow: auto;
float: left;
}

 /*JScrollPane CSS*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-right:8px;
}
.jScrollPaneTrack{
	position:absolute;
	cursor:pointer;
	right:0;top:0;
	height:100%
}
.jScrollPaneDrag{
	position:absolute; 
	background:#8bb2d9;
	cursor:pointer;
	overflow:hidden;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}

.scroll-pane{padding:0;}




input,textarea {
font-family: tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #000000; 
	background-color: #FFFFFF; 
	border-color: #666666 #CCCCCC #CCCCCC #666666; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select {
	font-family: tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #000000;
	background-color: #FFFFFF;
	border-color: #666666 #CCCCCC #CCCCCC #666666; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}


.submit {
	font-family: Arial,Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px; color: #333333;
	background: transparent url(../images/button.gif);
	width:164px;
	height:28px;
	border-width: 0px;
}

a:link { 
	color: #336699; 
	text-decoration: none 
}

a:active {
	color: #336699; 
	text-decoration: none 
}

a:visited    {
	color: #336699; 
	text-decoration: none
}

a:hover { 
	color: #336699;
	text-decoration: underline
}

a.right-nav:link { 
	color: #cc0000; 
	text-decoration: none 
}

a.right-nav:active {
	color: #cc0000; 
	text-decoration: none 
}

a.right-nav:visited    {
	color: #cc0000; 
	text-decoration: none
}

a.right-nav:hover { 
	color: #cc0000;
	text-decoration: none
}
h3.baslik{
	color:#336699;
	font-size:14px;
}

ul.right-nav{
	margin-top:60px;
	list-style:none;
}
li.right-nav{
	padding-top:10px;
	padding-bottom:10px;
	height:20px;
	background-image:  url('../images/dot.gif');
	background-repeat: repeat-x;
	background-position:bottom;
}