@charset "iso-8859-9";
/*----------hack----------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table {
	border-collapse:separate;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
* {
	margin:0;
	padding:0;
}
body  {
	font: 100% "Myriad Pro", Verdana, Helvetica, Tahoma, sans-serif;
	background-image: url(img/bg_top.png);
	background-repeat:repeat-x;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.main #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.main #header {
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 90px;
} 
.main #header #top {
	margin: 0 0 0 230px;
	height: 14px;
	width: 540px;
	background-color: #c4c4c7;
} 
.main #header .logo {
	float:left;
	margin: 0;
	padding-top: 0;
}
.main #header .top {
	width:140px;
	vertical-align:bottom;	
	line-height:13px;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin: 35px 0 8px 405px;
}	
.main #header .top ul{
	list-style:none;
}	
.main #header .top ul li{
	float:left;
	width:70px;
}	
.main #header .top ul li a{
	font-size:12px;
color: #919191;
text-decoration: none;
}
.search {
	float:left;
	width: 160px;
	margin: 30px 0px 0 5px;
	background-image:url(img/search.png);
	background-repeat:no-repeat;
}
#replacement-0 {
	line-height:22px;
  width: 120px;
  height: 22px;
	padding: 0; 
	color:#858585;
	font-size:12px;
	font-weight:bold;
  margin: 0;
  border: 0;
  background: transparent url(img/dot.png) no-repeat center bottom;
  text-indent: 4px;
}
#replacement-1 {
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(img/dot.png) no-repeat center bottom;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.main #dernek {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.main #dernek #dernektit {
	font-size:12px;
	font-weight:bold;
	color:#3d3d3d;
	background: #e6e7e8;
	margin: 8px 0 8px 10px;
	padding: 0px 0 0px 10px;
}
.main #dernek .tit {
	font-size:14px;
	color:#3d3d3d;
	margin: 8px 0 8px 10px;
	padding: 0px 0 0px 10px;
}
.main #dernek .txt {
	font-size:12px;
	color:#3d3d3d;
	margin: 8px 0 8px 10px;
	padding: 0px 0 0px 10px;
}
.main #alci {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.main #alci #alcitit {
	font-size:12px;
	font-weight:bold;
	color:#3d3d3d;
	background: #e6e7e8;
	margin: 8px 0 5px 0;
	padding: 0px 0 0px 20px;
}
.main #alci .tit {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	margin: 8px 0 8px 10px;
	padding: 0px 0 0px 10px;
}
.main #alci .tit a{
	text-decoration:none;
	color:#3d3d3d;
}
.main #mainDernek {
	margin: 0 0 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #414042;
	width: 520px;
} 
.main #mainDernek h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#ebebeb;
} 
.main #mainDernek h2 {
	margin: 0;
	padding: 0;
	font-size:18px;
	color:#ebebeb;
}
.main #mainDernek p {
	margin: 0;
	font-size:12px;
	padding: 10px 0;
	color:#ebebeb;
}
.main #mainDernek a {
	margin: 0;
	font-size:12px;
	color: #ebebeb;
	text-decoration:none;
}
.main #mainDernek .yonetimkurulu td {
	margin: 0;
	font-size:12px;
	padding: 5px 5px;
	color:#ebebeb;
}
.main #mainAlci {
	margin: 0 0 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	width: 520px;
} 
.main #mainAlci h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#2b2c33;
} 
.main #mainAlci h2 {
	margin: 0;
	padding: 0;
	font-size:18px;
	color:#2b2c33;
}
.main #mainAlci h3 {
	margin: 0;
	padding: 0;
	font-size:16px;
	color:#2b2c33;
}
.main #mainAlci p {
	margin: 0;
	font-size:12px;
	padding: 10px 0;
	color:#2b2c33;
}
.main #mainAlci a {
	margin: 0;
	font-size:13px;
	color: #e34444;
	text-decoration:none;
}
.main #mainAlci ul li {
	font-size:12px;
	color: #2b2c33;
	margin: 0 0 0 20px;
}
.main #mainAlci ul li a {
	font-size:13px;
	color: #e34444;
	text-decoration:none;
}
.main #mainAlci .td0 {
	margin: 0;
	font-size:12px;
	font-weight:bold;
	padding: 5px 5px;
	background-color:#ced3d2;
	color:#2b2c33;
}
.main #mainAlci .td1 {
	margin: 0;
	font-size:12px;
	text-align:center;
	padding: 5px 5px;
	background-color:#ffffff;
	color:#2b2c33;
}
.main #mainAlci .td2 {
	margin: 0;
	font-size:12px;
	text-align:center;
	padding: 5px 5px;
	background-color:#f7f7f7;
	color:#2b2c33;
}
.main #mainAlci .alcilist {
	list-style-image:url(img/ok.png);
}
.main #footer {
	padding: 0 10px 0 20px;
	border-top: 1px solid;
	border-top-color: #bfbfbf;
} 
.main #footer .copy {
	float:left;
	font-size:10px;
	letter-spacing:1px;
	font-weight:bold;
	color:#9d9d9d;
	margin: 8px 0 8px 0;
}	
.main #footer .sub {
	width:235px;
	vertical-align:middle;	
	line-height:13px;
	float:right;
	font-size:10px;
	letter-spacing:1px;
	font-weight:bold;
	margin: 8px 0 8px 0;
}	
.main #footer .sub ul{
	list-style:none;
}	
.main #footer .sub ul li a{
	float:left;
color: #3d3d3d;
text-decoration: none;
padding-left: 20px;
}
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.spacer {
	display:block;
	background-image:url(img/spacer.png);
	background-position:center;
	background-repeat:no-repeat;
	height:20px;
}
.spacerline {
	display:block;
	background-image:url(img/spacerline.png);
	background-position:center;
	background-repeat:no-repeat;
	height:20px;
}

.glossymenu{
margin: 10px 0 10px 20px;
padding: 0;
width: 160px; /*width of menu*/
}

.glossymenu a.menuitem{
font-size:14px;
color: #3d3d3d;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
height: 25px;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
font-size:14px;
color: #3d3d3d;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
height: 25px;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right:1px;
border: none;
}

.glossymenu a.menuitem:hover{
color:#e34444;
background-image:url(img/bg_menu.png);
background-repeat:repeat-x;
}

.glossymenu a.menuitemcurrent{
font-size:14px;
color:#e34444;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
height: 25px;
background-image:url(img/bg_menu.png);
background-repeat:repeat-x;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
font-size:14px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
font-size:14px;
}

.glossymenu div.submenu ul li a{
height: 25px;
display: block;
font-size:14px;
color: #3d3d3d;
text-decoration: none;
padding: 2px 0;
padding-left: 20px;
}

.glossymenu div.submenu ul li a:hover{
color:#e34444;
background-image:url(img/bg_menu.png);
background-repeat:repeat-x;
}

.alcimenu{
margin: 0px 0 10px 20px;
padding: 0;
width: 150px; /*width of menu*/
border-bottom-width: 0;
}

.alcimenu a.menuitem{
font-size:14px;
padding: 5px 0 0 10px;
color: #3d3d3d;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
height: 25px;
background-image:url(img/bg_menu0.png);
background-position:bottom;
background-repeat:repeat-x;
}

.alcimenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #3d3d3d;
}

.alcimenu a.menuitem:hover{
color:#e34444;
background-image:url(img/bg_menu.png);
background-position:bottom;
background-repeat:repeat-x;
}

.alcimenu a.menuitemcurrent{
font-size:14px;
padding: 5px 0 0 10px;
color:#e34444;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
height: 25px;
background-image:url(img/bg_menu.png);
background-repeat:repeat-x;
background-position:bottom;
}

.main #mainDernek .uyeler {
	width:250px;
	height:70px;
	margin: 0 0 0 10px;
float:left;
}

.main #mainDernek .uyeler a {
	color:#d21034;
	text-decoration:none;
}

.main #mainDernek .medyatit {
padding: 5px 0 0 0;
float:left;
height: 25px;
}

.main #mainDernek .medyatit a{
padding: 10px 0 5px 0;
font-size:16px;
color: #ebebeb;
text-decoration: none;
background-image:url(img/bg_menu.png);
background-position:bottom;
background-repeat:repeat-x;
}

.main #mainDernek .video {
width:220px; 
height:210px; 
background-color:#2d2d30; 
margin:10px 0 20px 0; 
padding:0 15px;
}
/*----------scroll----------*/
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.main #content .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.main #content .vscrollerbase {
width:11px;
}
.main #content .vscrollerbar {
background-image: url(img/scrollbar.png);
width: 11px;
/* following is the bit that allows us fixed height scrollbars */
height: 11px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(img/scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='img/scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.main #content .hscrollerbase {height: 11px;}
.main #content .hscrollerbar {height: 11px;}

.main#content .vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.main #content .scrollerjogbox {
width: 11px;
height: 11px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}

.main #content {
	background-color: #414042;
	background-image:url(img/bg_main.jpg);
	background-repeat: no-repeat;
	float:left;
	width:540px;
}

.main #content a {
	margin: 0;
	color: #ebebeb;
	text-decoration:none;
}

.main #content #banner {
	width:285px;
	height:250px;
	float:right;
	margin: 21px 15px 0 0;
}
 
.main #content h1 {
	margin: 0;
	padding: 20px 0 10px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:18px;
	color:#d21034;
	width:150px;
} 
 
.main #content h1 a {
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:18px;
	color:#d21034;
	width:150px;
} 

.main #content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#ebebeb;
} 

.main #content p {
	margin: 0;
	font-size:12px;
	color:#ebebeb;
}

.main #content #mycustomscroll {
/* Typical fixed height and fixed width example */
float:left;
	width: 211px;
	height: 210px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	padding: 0 0 0 20px ;
}

.main #content #mycustomscroll p {
	margin: 0;
	font-size:14px;
	color:#3d3d3d;
}

.main #content #mycustomscroll a {
	margin: 0;
	font-size:12px;
	color:#3d3d3d;
}

.main #content #mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 340px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #B4C2DA;
	padding: 15px;
}

.main #content .fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

.main #content .main1 {
	padding: 0 0 0 20px;
	float:left;
	width:220px;
}

.main #content .main2 {
	float:left;
	width:280px;
}

.form {
background-color:#d21034;
border:1px solid #939293;
color:#ebebeb;
font-size:12px;
text-decoration:none;
margin:10px 0 5px 0;
}

.label {
color:#ebebeb;
font-size:12px;
padding:5px 0 5px 0;
}

.horu {
	background-image:url(img/bg_menu0.png);
	background-repeat:repeat-x;
	height:23px;
margin:30px 0 10px 0;
}