/*CMC CSS Document*/

@import url(reset.css); 

body {
	background:#eeefe9;
	font-family: Tahoma, Arial, Helvetica;
}

h2 {
	font-size:13px;
	color:#0F6A8C;
}


/* global */

.left { 
	float:left; 
}

.right { 
	float:right; 
}

.clr { 
	clear:both; height:0; line-height:0; font-size:0; width:1px;
}

.centerText {
    text-align:center;
}

/*JQuery Flash Replacement Styles*/

#flash {
	text-align:center;
}

.flash {
	visibility:hidden;
}

.flash-replaced .alt{ 
	display: block; 
	position: absolute;
	overflow: hidden; 
	display:none;
	width: 0; 
	height: 0; 
}

.flash-update {
	visibility:visible;
}

.flash-update p{
	display:none;
}

/* wrapper */

#wrapperHome {
	width:100%;
	overflow:hidden;
	background:url(../_i/bg_global_home.png) #E3E6DB 950px top no-repeat;
}

#wrapper {
	width:100%;
	overflow:hidden;
	background:url(../_i/bg_global_sub.png) #E3E6DB 950px bottom no-repeat;
}
/* head */

#head { 
	width:100%;
	background:url(../_i/bg_head.png) 950px top no-repeat;
}

/* top */

#top {
	background-color:#0F6A8C;
	width:950px;
	height:30px;
}

#top span {
	background:url(../_i/bg_top.png);
	font-size:9px;
	color:#CBD0BD;
	height:19px;
	float:right;
	padding:11px 30px 0 9px;
}

#top span a {
	color:#979F79;
	text-decoration:none;
	padding:0 9px 0 8px ;
	background:url(../_i/menu/bg_slice.gif) right 2px no-repeat ;
}

#top span a:hover {
	text-decoration:underline;
}

#top span a.nonSlice {
	color:#979F79;
	text-decoration:none;
	padding:0 0 0 8px ;
	background:none ;
}

/* header */

#header {
	background-color:#fff;	
	width:950px;
	height:108px;
	margin-bottom:3px;
}

#header .logo {
	width:220px;
	padding:17px 0 0 30px; 
	float:left
}

#header .menu {
	width:700px;
	float:right
}

#header .menu ul {
	height:11px;
	padding:0px 0 0 6px;
}

#header .menu ul li {
	padding:44px 29px 0  25px; 
	display:inline;
	float:left;
	background:url(../_i/menu/bg_menu.gif) 14px top no-repeat 
}

/* content */

#content {
	width:950px
}

.banner 
{
    position:relative;
}

#overlink {
    position:absolute;
    top:42px;
    right:150px;
    display:block;
    width:120px;
    height:20px;
    background:transparent url(../_i/pixel.gif);
    text-indent:-9999em;
}

/* content left*/

#wrapperHome #content .left {
	width:553px;
	height:142px;
	overflow:hidden;
}

#wrapperHome #content .left h2, 
#wrapperHome #content .right h2 { 
	background:url(../_i/ico_dot.gif) #fff no-repeat right top;
	margin:3px 3px 0 0;
	padding:9px 0 8px 30px;
}

#wrapperHome #content .left .textContainer{ 
	padding:10px 30px 0px 30px;
	border-top:3px solid #BBD4EF;
	height:98px;
}

#wrapperHome #content .left .textContainer h3 { 
	color:#595959;
	font-size:11px;
	padding: 0 0 7px 0; 
}

#wrapperHome #content .left .textContainer p, 
#wrapperHome #content .right .textContainer p  { 
	color:#666666;
	font-size:11px;
	padding: 0 0 9px 0; 
	line-height:120%
}

#wrapperHome #content .left .tContent {
    height:37px;
}

#wrapperHome #content .right .tContent  {
    height:50px
}

#wrapperHome #content .left .textContainer p strong, 
#wrapperHome #content .right .textContainer p strong { 
	color:#595959
}

/* content right*/

#wrapperHome #content .right {
	width:397px;
}

#wrapperHome #content .right .textContainer{ 
	padding:12px 30px 0 20px; 
	background:url(../_i/bg_ebulten.png) no-repeat left top;
	height:101px;
}

#wrapperHome #content .right h2 { 
	background:url(../_i/ico_dot.gif) #fff no-repeat right top;
	margin:3px 0 0 0;
	padding:9px 0 8px 20px;
}

#wrapperHome #content .right .textContainer p { 
	padding: 0 0 14px 0; 
	width:200px
}

/* subpage */

/* sub left */

#wrapper #content {
	background:url(../_i/bg_content.gif) #fff repeat-y left top;
}

#wrapper #content .content_left {
	width:683px;
	padding:0 30px;
	overflow:hidden;
	float:left;
	background-color:#fff;
	min-height:400px;
	margin-top:3px;
}

#wrapper #content .content_left .inlineImg {
	padding: 0 20px 10px 0;
	float:left;
}

#wrapper #content .content_left .inlineCont {	
	width:304px;
	height:70px;
	float:right
}

#wrapper #content .content_left .inlineCont2 {	
	width:304px;
	height:104px;
	float:right
}

#wrapper #content .content_left .centerImg {
	text-align:center;
	padding:15px 0;
}

#wrapper #content .content_left h1 {
	font-weight:normal;
	font-size:26px;
	color:#0F6A8C;
	padding:25px 0 0 0
}

#wrapper #content .content_left h1.sifr{ 
	display: block; 
	visibility:hidden; 
	font-weight:normal; 
	color:#0F6A8C; 
	font-size:26px;
	margin:0 0 0 -4px;
	line-height:38px;
}

#wrapper #content .content_left h1.eMar {
	margin:0 0 20px -4px
}

#wrapper #content .content_left h1.flash-update{
	visibility:visible; 
	font-weight:normal;
	font-size:26px
}

#wrapper #content .content_left p {
	font-size:12px;
	color:#666;
	line-height:150%;
	padding:8px 0
}

#wrapper #content .content_left p a{
	color:#0F6A8C;
}

#wrapper #content .content_left span.date {
    color:#BBD4EF;
    font-size:10px;
    font-weight:bold;
    }

#wrapper #content .content_left h5 {
    color:#666;
    font-size:13px;
    font-weight:bold;
    margin:11px 0 0 0;
    line-height:16px;
    }

/* child box */

#wrapper #content .content_left .childBox {
	width:215px;
	margin:0px 19px 0 0;
}

#wrapper #content .content_left .childBox h2 {
	height:22px;
	background:#33809C url() no-repeat 188px 16px ;
	padding:13px 0 0 20px;
	font-size:13px;
	color:#0F6A8C;
}

#wrapper #content .content_left .childBox ul {
	padding:5px 20px 10px 20px
}

#wrapper #content .content_left .childBox ul li {
	background:url(../_i/dot_childBox.gif) repeat-x left bottom;
	padding:8px 0 8px 0;
	font-size:12px;
	color:#666;
	line-height:150%
}

#wrapper #content .content_left .childBox p {
	padding:5px 20px 10px 20px
}

#wrapper #content .content_left .childBox p.first 
{
	font-size:12px;
	padding:8px 0
}

#wrapper #content .content_left .childBoxWidth {
	width:300px;
}

#wrapper #content .content_left .childBoxWidth h2 {
	background:url() #33809C no-repeat 270px 16px ;
}

#wrapper #content .content_left .childBoxFull {
	width:683px;
	margin:20px 0 0 0
}

#wrapper #content .content_left .childBoxFull h2 {
	background:url() #33809C no-repeat 656px 16px ;
	padding:12px 0 0 20px;
	color:#ffffff;
}

#wrapper #content .content_left .childBox .listing { 
	padding: 10px 0 10px 20px
}

#wrapper #content .content_left .childBox .listing .kroki-icon {margin-top:-6px;}

#wrapper #content .content_left .childBox .listing li  {
	background: url(../_i/arrow_right.gif) no-repeat left 13px;
	padding:6px 13px ;
	color:#666666;
	font-size:11px;
	line-height:150%
}

#wrapper #content .content_left .childBoxFull .listing li a {
	color:#0F6A8C;
}

#wrapper #content .content_left .childBoxFull .listing li a:hover {
	text-decoration:none;
}

#wrapper #content .content_left .childBox .listing li ul { 
	padding: 5px 0 0px 10px
}

#wrapper #content .content_left .childBox .listing li ul li  {
	background: url(../_i/arrow_right_sub.gif) no-repeat left 13px;
	padding:7px 0 0 10px ;
	color:#666666;
	font-size:11px;
	line-height:150%
}

#wrapper #content .content_left .marZero {
	margin-right:0
}

/* site haritasi */

#wrapper #content .content_left .siteMap {
	width:215px;
	margin:20px 19px 0 0;
}


#wrapper #content .content_left .siteMap h2 {
	height:35px;
	background:url() #33809C no-repeat 188px 16px ;
	font-size:13px;
	color:#ffffff;
}

#wrapper #content .content_left .siteMap h2 a{
    display:block;
    padding:13px 0 13px 20px;
}

#wrapper #content .content_left .siteMap a {
	text-decoration:none;
	color:#ffffff;
}

#wrapper #content .content_left .siteMap ul { 
	padding: 10px 0 10px 20px
}

#wrapper #content .content_left .siteMap ul li  {
	background: url(../_i/arrow_right.gif) no-repeat left 13px;
	padding:6px 13px ;
	color:#666666;
	font-size:11px;
	line-height:150%
}

#wrapper #content .content_left .siteMap ul li a {
	color:#0F6A8C;
}

#wrapper #content .content_left .siteMap ul li a:hover {
	text-decoration:none;
}

#wrapper #content .content_left .siteMap ul li ul { 
	padding: 5px 0 0px 10px
}

#wrapper #content .content_left .siteMap ul li ul li  {
	background: url(../_i/arrow_right_sub.gif) no-repeat left 13px;
	padding:7px 0 0 10px ;
	color:#666666;
	font-size:11px;
	line-height:150%
}

#wrapper #content .content_left .marZeroSiteMap {
	margin:20px 0 0 0
}


/* haberler */

#wrapper #content .content_left .newsBox {
	background:url(../_i/ico_news.gif) no-repeat left top;
	padding:10px 10px 10px 55px;
	margin:10px 0 0 0;
	border:solid 1px #E3E6DB; 
}

#wrapper #content .content_left .newsBox.ipucu {
	background:url(../_i/ico_clue.gif) no-repeat 0px 0px;
}

#wrapper #content .content_left .newsBox .newsBoxInline {
	padding:0 10px;
	border-left:solid 1px #E3E6DB; 
}

#wrapper #content .content_left .newsBox p {
	padding:6px 0;
}

#wrapper #content .content_left .newsBox h2 {
	font-size:13px;
	color:#666
}

#wrapper #content .content_left .newsBox h3 {
	font-size:10px;
	color:#BBD4EF;
	padding:6px 0 0 0
}

#wrapper #content .content_left .newsBox p.btnDevam {
	text-align:right
}

.newsBox a {
    text-decoration:none;
    color:#666 !important;
}

.newsBox a:hover {
    text-decoration:underline
}


/* basinda */

#wrapper #content .content_left .mediaBox {
	background:url(../_i/ico_media.gif) no-repeat 9px 18px;
	padding:10px 10px 10px 35px;
	margin:10px 0 0 0;
	border:solid 1px #E3E6DB;
	overflow:hidden ;
	height:40px
}

#wrapper #content .content_left .mediaBox .mediaBoxInline {
	padding:5px 10px;
	border-left:solid 1px #E3E6DB; 
	width:545px;
	float:left;
	display:inline;
	overflow:hidden;
	height:30px
}

#wrapper #content .content_left .mediaBox p {
	padding:6px 0;
}

#wrapper #content .content_left .mediaBox h2 {
	font-size:13px;
	color:#666
}

#wrapper #content .content_left .mediaBox h3 {
	font-size:10px;
	color:#BBD4EF;
	padding:6px 0 0 0
}

#wrapper #content .content_left .mediaBox .btnDevam {
	width:32px;
	height:20px;
	border-left:solid 1px #E3E6DB;
	float:left;
	padding:10px 0 10px 26px;
	display:inline;
	overflow:hidden;
}

/* ebulten arsivi */


#select {
	width:81px;
	margin:-30px 0 9px 0;
	display:inline;
	background: #fff url('../_i/select.gif') no-repeat 0 0;
	position:relative;
	height:22px;
	float:right;
	cursor:pointer
}

#select ul {
	display:none;
	position: absolute;
	left:0;
	top:22px
}

#select li {
	border:1px solid #0D607E;
	border-top:0;
	color:#fff;
    font-size:11px;
    line-height:19px;
    background:#0D607E url('../_i/year-gr.gif') repeat-x;
	float:left;
	width:79px;
	text-indent:15px
}

#bulten {
	margin: 0 0 0 -19px
}

#bulten li{
	float:left
}

#bulten a {
	background: #fff url(../_i/archivebg.gif) no-repeat 0 27px;
	float:left;
	width:102px;
	height:68px;
	display:inline;
	margin:19px 0 0 19px;
	padding:40px 0 0 111px;
	border:1px solid #E3E6DB
}

#bulten span {
	background: transparent url(../_i/mnths2.gif) no-repeat 0 0;
	float:left;
	height:13px;
	overflow:hidden;
	line-height:60px;
	cursor: pointer
}

#bulten .year {
	width:32px !important;
	text-indent: 0px
}

#bulten .jan span {background-position: 0 0; width:35px}
#bulten .feb span {background-position: 0 -13px; width:39px}
#bulten .mar span {background-position: 0 -26px; width:36px}
#bulten .apr span {background-position: 0 -39px; width:38px}
#bulten .may span {background-position: 0 -52px; width:38px}
#bulten .jun span {background-position: 0 -65px; width:54px}
#bulten .jul span {background-position: 0 -78px; width:53px}
#bulten .aug span {background-position: 0 -91px; width:57px}
#bulten .sep span {background-position: 0 -104px; width:37px}
#bulten .oct span {background-position: 0 -117px; width:31px}
#bulten .nov span {background-position: 0 -130px; width:39px}
#bulten .dec span {background-position: 0 -143px; width:44px}

#bulten .y2007 .year {background-position: 0 -156px}
#bulten .y2008 .year {background-position: 0 -169px}
#bulten .y2009 .year {background-position: 0 -182px}
#bulten .y2010 .year {background-position: 0 -195px}


#wrapper #content .content_left .mailArchive {
	padding-top:20px
}

#wrapper #content .content_left .mailArchive .mailBox {
	background:url(../_i/crm-dunyasi/bg_bulten.png) no-repeat;
	padding:40px 0 0 112px;
	margin: 0 19px 19px 0;
	width:103px;
	height:68px;
	float:left;
	display:inline;
	overflow:hidden;
}

#wrapper #content .content_left .mailArchive .marZero {
	margin: 0 0 19px 0;
}

#wrapper #content .content_left .mailArchive .mailBox span {
	display:block;
	padding:0 0 5px 0
}

#wrapper #content .content_left .mailArchive .mailBox span {
	display:block;
	padding:0 0 5px 0
}

/* iletisim */

#wrapper #content .content_left .contactForm {
	padding:20px 0 0 20px;
}

#wrapper #content .content_left .contactForm span  {
	display:block;
	font-size:11px;
	color:#666;
	padding:5px 0;
	position:relative;
}

#wrapper #content .content_left .contactForm span .smInput,
#wrapper #content .content_left .contactForm span .bgInput,
#wrapper #content .content_left .contactForm span .bgTextarea {
	font-size:11px;
	color:#666;
	padding:8px 5px 0 12px;
	border:none;
}

#wrapper .contactForm label {
    left:13px;
    position:absolute;
    top:14px;
    z-index:5;
    display:block;
    width:150px;
    height:18px;
    cursor:text;
}

#wrapper #content .content_left .contactForm span .smInput {
	background:url(../_i/bize-ulasin/bg_input.gif) #fff no-repeat;
	width:374px;
	height:22px;
}

#wrapper #content .content_left .contactForm span .bgInput {
	background:url(../_i/bize-ulasin/bg_input_subject.gif) #fff no-repeat;
	width:626px;
	height:22px;
}

#wrapper #content .content_left .contactForm span .bgTextarea {
    background:transparent;
	width:626px;
	height:212px;
	font-family: Tahoma, Arial, Helvetica;
	line-height:150%;
	overflow:hidden;
}

#wrapper #content .content_left .contactForm span.textareaholder {
    background:url(../_i/bize-ulasin/bg_textarea.gif) #fff no-repeat 0 5px;
    }

#wrapper #content .content_left .contactForm span .btnGonder,
#wrapper #content .content_left .contactForm span .btnTemizle{ 
	width:75px;
	height:22px;
	border:none;
	cursor:pointer;
}

#wrapper #content .content_left .contactForm span .btnGonder {
	background:url(../_i/bize-ulasin/btn_gonder.gif) no-repeat;
	margin:0 20px 10px 0;
}

#wrapper #content .content_left .contactForm span .btnTemizle {
	background:url(../_i/bize-ulasin/btn_temizle.gif) no-repeat;
	margin:0 10px 10px 0;
}

/* validation */

.contactFormError {
	display:none; 
}

.contactFormError ol { 
	padding: 0px 0 10px 0px
}

.contactFormError ol li  {
	background: url(../_i/arrow_right_red.gif) no-repeat left 10px;
	padding:4px 13px ;
	color:#f00;
	font-size:11px;
	line-height:150%;
	margin:0 0 0 10px;
}

/* sub right */

#wrapper #content .content_right {
	width:204px;
	background:#fff;
	position:relative;
	float:right;
	overflow:hidden;
}

#wrapper #content .nonNav {
	background:url(../_i/bg_rightSpace.gif) #fff no-repeat;
	height:400px;
}

#wrapper #content .navDisplayNone {
	display:none 
}

#wrapper #content .navDisplayBlock {
	display:block 
}
/* navigasyon */

.nav {
	padding:30px 0 0 0 
}

.nav ul {
	padding:20px 0 0 0
}

.nav ul li {
	line-height:0;
	font-size:0;
    overflow:hidden;
}

.nav ul li a {
	padding:9px 15px;
	float:left;
	width:174px; 
	display:block;
	font-weight:bold;
	color:#595959;
	font-size:11px;
	text-decoration:none;
	line-height:10px;
	text-shadow: 0 0 0 #000;
}

.nav ul li a:hover {
	color:#0F6A8C;
}

.nav ul li.selected a{
	color:#fff;
    background:#0F6A8C url(../_i/arrow_left.gif) no-repeat scroll 5px 51%;

}

.nav ul li.selected a:hover{
	color:#fff;
}

/* II */

.nav ul li ul {
	padding:0px 0 0 0px
}

.nav ul li ul li {
	line-height:0;
	font-size:0;
	float:left;
}

.nav ul li ul li a {
	padding:7px 15px 7px 25px;
    width:164px; 
	display:block;
	font-weight:bold;
	color:#595959;
	font-size:11px;
	text-decoration:none;
	line-height:10px
}

.nav ul li ul li.selected {
	background:url(../_i/arrow_left.gif) 15px 10px no-repeat; 
	background-color:#0F6A8C;
}

.noBgMenu { background:none;}

/* list */

#wrapper #content .list { 
	padding: 10px 0 10px 0px
}

#wrapper #content .list li  {
	background: url(../_i/arrow_right.gif) no-repeat left 13px;
	padding:6px 13px;
	color:#666666;
	font-size:12px;
	line-height:150%
}

#wrapper #content ol.list li {
    background-image:none;
    list-style-type:decimal;
    padding: 6px 13px 6px 3px;
    list-style-position:inside;
}


/* modal */
html.overlay {
	height:100%;
}

html.overlay body{
	height:100%;
	overflow:hidden;
}

#lay {
	display:none;
	width:100%;
	height:100%;
	background:#0F6A8C;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

#mwindow {
	display:none;
	position:absolute;
	background:#fff;
	padding:15px;
	top:50%;
	left:50%;
	margin:-255px 0 0 -410px;
	z-index:20;
	text-align:right;
}

#actimage {
	margin:5px auto 0;
	height:450px;
	float:left;
	overflow:auto;
	overflow-x:hidden;
	padding-right:35px;
}

#closemwindow {
	display:inline;
	background:#ccc;
}

/* tab */
#tabStyle { 
	margin:20px 0 
}

#tabStyle .tabItem { 
	overflow:hidden; 
	height:100%; 
	width:683px; 
	margin:3px 0 0 0;
}

#tabStyle .tabItem .tabTitle {
	background:url(../_i/arrow_down.gif) no-repeat 660px -50px ; 
	display:block; 
	width:680px; 
	border:solid 1px #E3E6DB; 
}

#tabStyle .tabItem .tabTitle a{ 
	font-size:13px; 
	color:#666; 
	text-decoration:none; 
	display:block; 
	padding:8px 20px 
} 

#tabStyle .tabItem .tabContent { 
	display:none; 
	width:645px; 
	font-size:12px; 
	color:#666; 
	padding: 0 20px
}

#tabStyle .tabItem .tabContent ul { 
	padding: 10px 0 10px 9px
}

#tabStyle .tabItem .tabContent ul li  {
	background: url(../_i/arrow_right.gif) no-repeat left 12px;
	padding:6px 13px ;
	line-height:150%;
}

#tabStyle .tabItem .tabContent ul li ul { 
	padding: 7px 0 0 9px
}

#tabStyle .tabItem .tabContent ul li ul li  {
	background: url(../_i/ico_level.gif) no-repeat left 12px;
	padding:3px 13px ;
	line-height:150%;
}

#tabStyle .tabItem .tabContent ul li strong {
	color:#0F6A8C
}

#wrapper #content .content_left #tabStyle .tabItem .tabContent p { 
	font-size:12px; 
	color:#666;
	padding:15px 0 0 0;
}

#tabStyle .tabItem.active {
	padding: 0 0 15px 0
}

#tabStyle .tabItem.active .tabTitle { 
	background:url(../_i/arrow_down.gif) #E3E6DB no-repeat 660px 13px; 
}

#tabStyle .tabItem.active .tabTitle a{ 
	color:#0F6A8C;
	font-weight:bold; 
} 

/* referanslar */

.refBox { 
	clear:both;
	padding:10px 0 0 5px;
}

.refBox span { 
	float:left;
	padding:10px 11px 20px 11px;
	background:url(../_i/referanslar/bg_ref.png) 10px 90px no-repeat;
}

/* footer */

#footer {
	width:950px;
	display:table;
	background-color:#eeefe9;
}

#footer span { 
	font-size:11px; 
	color:#979F79;
	display:block;
	padding: 0 0 10px 0
}

#footer .left { 
	padding: 10px 0 12px 30px
}

#footer .right { 
	padding: 10px 30px 12px 0
}

#footer span a {  
	color:#979F79;
	font-size:11px;
	text-decoration:none;
	font-weight:bold
}

#footer span a:hover {
	text-decoration:underline;
}

#footer .bottomBar {
	background:url(../_i/bg_footer.gif) left bottom no-repeat;
	overflow:hidden;
	width:950px
}

#footer .bottomBarContent {
	display:block;
	padding:55px 0 0 0;
	width:714px;
	float:left;
	text-align:right;
}

#footer .bottomBarNav {
	padding:0px 30px 25px 30px;
	color:#fff;
	float:right;
}

.bottomBarContent a img{
    float:right;
    display:inline;
    margin-left:10px;
}

#wrapper #content .content_left .sub-note {
	background:url(../_i/insan-kaynaklari/sub_note_isbasvuru.gif) no-repeat left top;
	width:683px;
	height:92px;
	text-align:center;
	margin-top:25px;
	padding-top:25px;
}

#wrapper #content .content_left .sub-note p{
	font-size:11px;
	padding:3px 0;
}

#wrapper #content .content_left .sub-note p span.turq{
	color:#0F6A8C;
	font-weight:bold;
}


.contable {}
.contable tr td {border:1px solid #999;padding:5px;font-size:11px;color:#666;}
           

