﻿/*main class lar*/

body{
	background-image:url('images/genel/backgroundImg.jpg');
	background-repeat:repeat-x;
	background-color:#ebebeb;
	margin:0px;
	font-family:Trebuchet MS, Arial, Verdana, sans-serif;
	color:#474747;
	font-size:11px;

}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
h2 {
	color:#ff8400;
	font-size:14px;
	border-bottom:1px solid #adadad;
	margin-top:8px;
	margin-bottom:0px;
}

a:link,a:visited{
	color:#5a86b3;
	text-decoration:none;
}

a:hover{
	color:#5a86b3;
	text-decoration:underline;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: -1px;
}


#shrinkWrapper{
	width:906px;
	margin-left:auto;
	margin-right:auto;
}
#headerTop{
	
}
#header{
	
}
#navigation{
	margin:0px;
	
}
#container{
	background-image:url('images/genel/contentBack.jpg');
	background-repeat:repeat-y;
	padding:0 8px 0 8px;

}
#footer{
	background-image:url('images/genel/footerBack.jpg');
	background-repeat:no-repeat;
	height:40px;
	text-align:center;
	padding-top:22px;
	font-size:10px;
	color:white;
}
#footer a:link, #footer a:visited{
	font-size:10px;
	color:white;
	text-decoration:none;
}
#footer a:hover{
	font-size:10px;
	color:white;
	text-decoration:underline;
}

/*inner page class lar*/

#leftFor2{
	width:690px;
	float:left;
	margin-top:7px;
	margin-right:5px;
}
#right{
	width:190px;
	float:left;
	margin-top:7px;
	margin-left:5px;
}
#leftFor3{
	width:185px;
	float:left;
	margin-right:5px;
}
#rightInner{
	width:500px;
	float:left;
}

.siderBox{
	background-image:url('images/genel/sidesBox.jpg');
	background-repeat: repeat-x;
	border:1px solid #adadad;
	background-color:#e2e2e2;
	padding:8px 8px 8px 8px;
	margin-bottom:10px;
}
.siderBox a:link, .siderBox a:visited{
	color:#474747;
	text-decoration:none;
	background-image: url('images/genel/orangeBullet.jpg');
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:7px;
	
}
.siderBox a:hover{
	color:#474747;
	text-decoration: underline;
	background-image: url('images/genel/orangeBullet.jpg');
	background-repeat:no-repeat;
}
.siderBox h2 {
	color:#ff8400;
	font-size:14px;
	border-bottom:1px solid #adadad;
	margin-top:0px;
	margin-bottom:8px;
}
.fullLink{
	
}
.fullLink a:link, .fullLink a:visited{
	color:#ff8400;
	text-decoration:underline;
	background-image:none;
}
.fullLink a:hover{
	color:#ff8400;
	text-decoration:none;
	background-image:none;
}
.imageLeft{
	border:1px black solid;
	float:left;
	margin-right:5px;
}
.middleBox{
	background-image:url('images/genel/middleBack.jpg');
	width:500px;
	background-repeat:no-repeat;
	padding:17px 27px 10px 27px;
	background-color:white;
	min-height:230px;
}
.middleBox h2{
	color:#5a86b3;
	font-size:14px;
	margin-bottom:0px;
	width:446px;
}
.forBlueBullet{
	background-image:url('images/genel/blueBullet.jpg');
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:10px;
	
}
.bulletedLink{
	margin-left:20px;
	
}
.bulletedLink a:link, .bulletedLink a:visited{
	background-image:url('images/genel/blueBullet.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;

}
.bulletedLink a:hover{
	background-image:url('images/genel/blueBullet.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;

}
























