a:link {
	color: #666;
	text-decoration:underline;
}
a:visited {
	color: #777;
	text-decoration:underline;
}
a:hover {
	color: #0f5aaf;
	text-decoration:underline;
}
a:active {
	color: #777;
}

img {
	border:0;
}

.clear {
	clear: both;
}
.wrapper {
	width: 950px;
	margin: 0 auto;
}
.header {
	height: 120px;
	background-image:url(#);
	background-position: left top;
	background-repeat: repeat-x;
}
.logo {
	float: left;
	display: block;
	width: 380px;
	height: 82px;
	background-position: left top;
	padding-top:12px;
	padding-left:10px;
	background-repeat: no-repeat;
}

.header-right {
	float: right;
}
.language-links {
	float: right;
	font-size: 10px;
	width: 300px;
	height: 20px;
	line-height: 30px;
	text-align: right;
	padding-right:5px;
	padding-top:0px;
}
.language-links a {
	color:#000;
}
.language-links a:visited {
	color:#000;
}
.page-title {
	clear: right;
	float: right;
	font-family: Georgia, 'Times New Roman', Sans-Serif;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 19px;
	padding-right: 15px;
	/*width:100%;*/
	/*text-align:right;*/
	/*background-image: url('images/BlockHeaderGreen.png');*/
	
}	
.menu-container {
	/*position:relative;*/
	background-color: #000;
	/*background-color: #687e67;*/
	height: 30px;
	font-weight:bold;
	padding-left:10px;
	width: 950px;
}
.content {
	padding: 10px;
	background-color: #fff;
	background-image: url(#);
	background-position: left top;
	background-repeat: repeat-x;
}
.content-footer {
	background-color: #000;
	height: 30px;
}
.footer {
	font-size: 11px;
	line-height: 14px;
	padding-top: 20px;
	text-align: center;
	color: #666;
	height: 50px;
	background-image: url(#);
	background-position: center top;
	background-repeat: no-repeat;
}
.footer a:link {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.footer a:visited {
	color: #999;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration:underline;
}

.CmsAnnouncementList-ItemList-Item-Content-Image {
	float: right;
	margin: 0 0 5px 5px;
}
.CmsAnnouncementList-ItemList-Item-Content-Summary {
	font-size: 12px;
	font-style: italic;
	color: #333;
}
.CmsAnnouncementList-ItemList-Item-Content-ReadMoreLink {
	font-size: 12px;
	font-style: italic;
	color: #336666;
}
.CmsAnnouncementList-ItemList-Item-Content-Footer {
	clear: both;
}
.CmsAnnouncementList-ItemList-Item-Spacing {
	clear: both;
}
.CmsAnnouncementList-ItemList-Item-Statistics {
	line-height: 20px;
	height: 20px;

	color:#336666;
	font-size: 10px;
	position: relative;
	float: right;
	top: 20px;
	padding: 0 5px;
}
.CmsAnnouncementList-ItemList-Item-Footer {
	clear: both;
}
.CmsAnnouncementList-FullListLink {
	border-top: 1px solid #336666;
}
.CmsAnnouncementList-FullListLink a {
	float: right;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	background-color: #336666;
}
.CmsAnnouncementList-FullListLink a:hover {
	text-decoration: underline;
}
.CmsAnnouncementList-Footer {
	clear: both;
}
.CmsPhotoGalleryControl {
}
.CmsPhotoGalleryControl-Thumbnail {
	border-style: solid;
	border-width: 1px;
	border-left-color: #ededed;
	border-top-color: #ededed;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	background: #ffffff;
	padding: 8px;
	/*display: inline;*/
    margin: 4px;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.CmsPhotoGalleryControl-Thumbnail a {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.CmsPhotoGalleryControl-Thumbnail a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.CmsPhotoGalleryControl-Footer {
	clear: both;
}
.CmsSiteMenuControl {
}
.CmsSiteMenuControl li {
	background-color: transparent !important;
}
.CmsSiteMenuControl li ul {
	width: 170px !important;
	background-color: #333 !important;
	/*filter: alpha(opacity=90);*/ /* IE7 sucks whenever filter is used. 3rd level sub-menus vanish :-S */
    -moz-opacity: 0.9;
	KhtmlOpacity: 0.9;
	opacity: 0.9;
	font-weight:normal;
}
.CmsSiteMenuControl li ul span, .CmsSiteMenuControl li ul a:hover {
	background-color: #7A7A7A;
}
.CmsSiteMenuControl li a, .CmsSiteMenuControl li span {
	color: #fff !important;
}
.CmsSiteMenuControl li a {
}
.CmsSiteMenuControl li a:hover, .CmsSiteMenuControl li span {
	color: #ccc !important;
	text-decoration: underline !important;
}
.CmsSiteMenuControl li ul li {
	border: none !important;
}
.CmsSiteMenuControl li ul li a {
	color: #fff !important;
}
.CmsSiteMenuControl li ul li span, .CmsSiteMenuControl li ul li a:hover {
	text-decoration: none !important;
	color: #fff !important;
}
ul.CmsSiteMenuControl_Behaviour_HorizontalDropDown, ul.CmsSiteMenuControl_Behaviour_HorizontalDropDown li, ul.CmsSiteMenuControl_Behaviour_HorizontalDropDown ul {
	cursor: pointer;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.CmsSiteMenuControl_Behaviour_HorizontalDropDown {
	position: relative;
	z-index: 597;
	float: left;
}
ul.CmsSiteMenuControl_Behaviour_HorizontalDropDown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}
ul.CmsSiteMenuControl_Behaviour_HorizontalDropDown li.hover, ul.CmsSiteMenuControl_Behaviour_HorizontalDropDown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.CmsSiteMenuControl_Behaviour_HorizontalDropDown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
ul.CmsSiteMenuControl_Behaviour_HorizontalDropDown ul li {
	float: none;
}
ul.CmsSiteMenuControl_Behaviour_HorizontalDropDown ul ul {
	top: 1px;
	left: 99%;
}
ul.CmsSiteMenuControl_Behaviour_HorizontalDropDown li:hover > ul {
	visibility: visible;
}
ul.CmsSiteMenuControl_Style_White {
	background: transparent;
	color: #000;
}
ul.CmsSiteMenuControl_Style_White li {
	padding: 0;
}
ul.CmsSiteMenuControl_Style_White ul li.hover, ul.CmsSiteMenuControl_Style_White ul li:hover {
	background-color: #eee;
}
ul.CmsSiteMenuControl_Style_White a, ul.CmsSiteMenuControl_Style_White span {
	display: block;
	padding: 7px 8px;
}
ul.CmsSiteMenuControl_Style_White a:link, ul.CmsSiteMenuControl_Style_White a:visited {
	color: #000;
	text-decoration: none;
}
ul.CmsSiteMenuControl_Style_White a:hover {
	color: #000;
}
ul.CmsSiteMenuControl_Style_White a:active {
	color: #000;
}
ul.CmsSiteMenuControl_Style_White ul {
	width: 160px;
}
ul.CmsSiteMenuControl_Style_White li ul li {
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #fff #d9d9d9 #d9d9d9;
	background-color: #f6f6f6;
}
.yesil {
	color: #70B600;
}
.bursplus_baslik {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.haberler_duyurular {
	width:400px;
	margin-left:10px;
	height:160px;
	background-color:#666;
	padding-top:0;
	margin-bottom:5px;
}
.haberler_duyurular1 {
	width: 95%; 
	height:26px; 
	text-align:right; 
	padding-right:10px; 
	padding-top:10px;
}
.haberler_duyurular2 {
	width:380px;
	background-color:#fff;
	height:122px;
	margin-left:2px;
	padding-left:10px;
	color:#000;
	font-size:11px;
}
.haber_line {
	line-height:1.7;
	width:380px;
	overflow: hidden;
	height:20px;
}
.etkinlikler {
	width:400px;
	margin-left:10px;
	height:163px;
	background-color:#666;
}
.etkinlikler2 {
	width:380px;
	background-color:#fff;
	height:125px;
	margin-left:2px;
	font-size:11px;
	color:#000;
	padding-left:10px;
}
/* content table */
.tbl_bg1 {
	background-image:url(#);
	background-repeat:no-repeat;
}
.tbl_bg2 {
	color:#666;
	font-size:12px;
}
.tbl_bg3 {
	background-image:url(#);
	background-repeat:no-repeat;
}
.tbl_bg4 {
	background-image:url(#);
	background-repeat:no-repeat;
}
.left_blok {
	font-size:12px;
	width:90%;
	line-height:2;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	background-color:#FFF;
	margin-top:20px;
}
.left_blok a {
}
.main_content {
	padding-left:10px;
	font-size:11px;
}
.main_content_footer {
	margin-top:15px;
	width:100%;
	border-top:1px solid #ccc;
	background-color:#F0F0F0;
	padding:4px;	
	text-align:right;
	color:#666;
	clear:both;
}

.main_content_footer img {
	border:0;
	vertical-align:middle;
}

#main_content_text {
	min-height:220px;	
}

#main_content_text a:link {
	text-decoration: underline;	
}

.content-footer {
	height: 40px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.content-footer a {
	color: #666666;
	font-size: 11px;
}
.content-footer a:hover {
	color: #0f5aaf;
	text-decoration: none;
}
.link_group {
	width:193px;
	height:167px;
	float:left;
	background-image:url(#);
	background-repeat:no-repeat;
}

.link_group a:link {
	color:#000;
	text-decoration:none;
}
.link_group a:visited {
	color:#000;
	text-decoration:none;	
}

.link_group a:hover {
	color:#fff;
	text-decoration:underline;	
}

.search {
	background-color:#fff; 
	border:1px solid #aaa; 
	height:12px; 
	padding:3px; 
	width:120px; 
	background-image:url(../images/search.png); 
	background-repeat:no-repeat; 
	background-position:top right; 
	padding-right:25px; 
	margin-top:2px;
}

.news {
	line-height:1.8;
	margin-top:10px;
	font-size:12px;
}

.sss {
	color: #FFFFFF;
	background: #666;
	padding: 3px 3px 3px;
	text-decoration: none;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 3px;
	border-top: 2px solid #E22128;
}

.sss_cevap {
	padding-top: 4px;
	padding-left:20px;
	padding-bottom:20px;
	display: block;
}

h1{color:#0f5aaf;font-size:24px;padding:0 0 10px;}
h2{color:#0f5aaf;font-size:18px;font-weight:bold;padding:0 0 2px;}
h3{color:#0f5aaf;font-size:14px;font-weight:bold;padding:10px 0 2px;}

.noul {
	text-decoration: none!important;
	color: #CCCCCC;
}
.noul:hover {
	text-decoration: underline!important;	
}

.title {
	color:#0f5aaf;
	font-size:18px;
	font-weight:bold;
	padding:0 0 2px;
	margin:0; 
	border-bottom:1px solid #ccc;
}

.kirmizi {
	color:#f00;
}
.videom {
	width:340px; 
	height:300px; 
	float:left;	
	martin-bottom:10px;
}

.video_baslik {
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	color: #DC0015;
	font-size:15px
}

.tabble
{
	width:100%;
	background-color:#FCFCFC;
	font-size: 11px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.tabble th
{
	padding: 7px 7px 7px 7px;
	font-weight: normal;
	font-size: 12px;
	color: #039;
	text-align:left;
	font-weight:bold;
	border-bottom: 1px dashed #69c;
}
.tabble td
{
	padding: 7px;
	color: #669;
}



/* new stuff */

.Block-body-left {
	font-size:12px;
	width:90%;
	line-height:2;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	border-radius: 15px;
	margin-top:10px;
}
