/* Start of CMSMS style sheet 'Navigation: Alaturka' */
#menu_vert {
   padding-left: 0;
   margin-left: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: bold;}

}


div#menu_vert ul {
list-style: none;
margin: 0;
padding: 0;
border: none;

}

div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
   background: url(images/Menu_Bg.gif) no-repeat ; 


}

#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #ffffff;
   display: block;
   width: 97%;
}

#menu_vert ul ul li {
   border: none;

}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.3em 0.5em 0.3em 4.0em; /* some air for it */
   color: #ffffff; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 1.7em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 5.0em;
   background-position: 3em center;
}

div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 5.8em;
   background: url(images/cms/dash.gif) no-repeat 6em center; 
}

div#menu_vert a:hover {
   background-color: #374984;


}
div#menu_vert a.activeparent:hover {
   background-color: #374984;
   color: #FFFFFF;

}


div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 1.7em center; 
   background-color:#374984;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 3.9em center; 
   background-color: transparent;
   color: #18507C;
}



div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 1.7em center;
   background-color: #374984;
   display: block; 
   padding: 0.3em 0em 0.3em 4.0em;  
   color: #FFCC00;                            
   font-size: 1em;
   margin: 0;                                 
}

div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 5.0em;
   background-position: 3.0em center;
   background-color: transparent;
   border-bottom: none;
   color: #FFCC00;     
}

div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 100%;
   font-weight: bold;
   padding: 0.6em 0 0.6em 0;
   background-color: #465DA8;
   line-height: 1em;
   margin: 0;
   text-align:center;
   color: #FFDF61;
}



div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Alaturka' */

/* Start of CMSMS style sheet 'Navigation: ALaturka Css Menu' */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #ECECEC;
   border-bottom: 1px solid #C0C0C0;
   width: 100%;
}

#primary-nav li li { 
   width: 200px; 
}


#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #006699;
}
#primary-nav li a { 
   border-right: 1px solid #C0C0C0;
   border-left: 1px solid #C0C0C0;
}
#primary-nav li li a { 
   border: 1px solid #C0C0C0;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #ececec; 
}


#primary-nav li.menuactive { 
   background-color: #C7C7C7; 
}


#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}



#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #E7AB0B; 
}



/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: ALaturka Css Menu' */

/* Start of CMSMS style sheet 'Layout: Alaturka' */
body {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}


div {
   font-size: 1em;
}


img {
   border: 0;
}


a,
a:link 
a:active {
background-color: inherit; 
color: #6A7DBE;
text-decoration: none;}

a:visited {
background-color: inherit;
color: #6A7DBE;                
}


a:hover {
background-color: #C3D4DF;
 color: #385C72;
}
 div#content {
}


div#main {
   PADDING-RIGHT: 10px;
   PADDING-LEFT: 10px;

}

div#content h1 {
   font-size: 2em; 
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #6A7DBE; 
	font-size: 1.5em; 
	text-align: left; 
	padding-left: 0em;
	padding-bottom: 1px;
	border-bottom: 1px solid #FFCC00; 
	border-left: 0em solid #FFffff; 
             line-height: 1.5em;
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

p {
   font-size: 1em;
   margin: 0 0 2.5em 0; 
   line-height: 1.4em;
   padding:0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}


/* LISTS */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}
/* Degistirmeyin */
.imageSlideshowHolder img{
		position:absolute;

       }

fieldset {
  padding: 0.5em;
  font:80%/1 sans-serif;
  }
label {
  float:left;
  width:37%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:left;
  font-weight:bold;
  }

/* End of 'Layout: Alaturka' */

