/* CSS Document */

.left_nav .parent
{
    display: block;
    voice-family: inherit;
    color: #bfa86a; /*font-size:15px;*/
    font-size: 12px;
    text-decoration: none;
    margin-right: 8px;
    padding: 5px 0;
}

.left_nav .parent:hover
{
    color: #ffe08e;
}

.left_nav .current .parent
{
    color: #ffe08e;
}
 
.left_nav .child0
{
    display: block;
    voice-family: inherit;
    color: #a5a5a5; /*font-size:13px;*/
    font-size: 11px;
    text-decoration: none;
    border-bottom: 1px dotted #656565;
    margin-right: 8px;
    padding: 5px 0;
}

.left_nav .child0:hover
{
    /*color:#bfa86a;*/
    color: #fff;
}

.left_nav .current .child0
{
    /*color:#bfa86a;*/
    color: #fff;
}

.left_nav .child1
{
    display: block;
    voice-family: inherit;
    color: #c1c1c1;
    text-decoration: none;
    font-size: 11px;
    padding: 5px 0;
    padding-right: 8px;
}

.left_nav .child1:hover
{
    /*color:#bfa86a;*/
    color: #fff;
    background-image: url(images/nav_arrow.jpg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.left_nav .current .child1
{
    /*color:#bfa86a;*/
    color: #fff;
    background-image: url(images/nav_arrow.jpg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.ArticleLine
{
}
.ArticleLineQ
{
    color: #777;
}

.ArticleLine .LongDesc, .ArticleLineQ .LongDesc, .ArticleLine .LongDesc p, .ArticleLineQ .LongDesc p
{
    line-height: 150%;
}

.LongDesc a, .ArticleDesc a
{
    text-decoration: none;
    color: #666666;
    padding: 0;
}
.LongDesc a:hover, .ArticleDesc a:hover
{
    color: #fff;
}

.LongDesc ul, .ArticleDesc ul
{
    list-style-position: inside;
}



/*Modal Popup*/
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
    font-size: 10px !important;
}

.modalPopup
{
    background-color: #212121; /*border:1px solid #383838;*/
    padding: 0px; /*width:410px; 	height:330px; 	font-size : 10px !important;*/
}

.h4grayline
{
    border-bottom: 1px solid #303030;
    color: #666666;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.Categories
{
    margin-bottom: 50px;
}

.Categories ul
{
    list-style: none;
}
.Categories li
{
    /*display:inline-block;*/
    display: inline;
    margin-right: 10px;
}
.Categories li a
{
    display: inline-block;
    width: 98px;
    line-height: 31px;
    background-image: url(images/catBg.jpg);
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    color: #8a8a8a;
}

.Categories li a.CurrCat
{
    background-image: url(images/catBgOver.jpg);
    background-repeat: no-repeat;
    color: #b09b63;
}
.Categories li a.CurrCat:hover, .Categories li a:hover
{
    background-image: url(images/catBgOver.jpg);
    background-repeat: no-repeat;
    color: #b09b63;
}

.PressLabel
{
    padding: 10px;
    text-align: center;
    font-size: 11px;
}
.PressLabel a
{
    color: #646464;
    text-decoration: none;
}

.bulletset1
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.bulletset1 a
{
    text-decoration: none;
    color: #383838;
}
.bulletset1 a:hover
{
    text-decoration: underline;
}

.IconSet
{
    padding: 20px 0;
}
.IconSet .h4grayline
{
    margin-bottom: 15px;
}
.IconSet .IconTable
{
    width: 100%;
    table-layout: fixed;
}
.IconSet .IconTable td
{
    text-align: center;
    vertical-align: top;
    line-height: 150%;
}
.IconSet .IconTable .IconLabel td
{
    padding: 10px 5px;
}

.LinkPrev
{
    display: block;
    background-image: url(images/arrow_previous.png);
    background-repeat: no-repeat;
    line-height: 15px;
    padding-left: 25px;
}

.LinkNext
{
    background-image: url(images/arrow_next.png);
    background-position: right;
    background-repeat: no-repeat;
    line-height: 15px;
    padding-right: 25px;
}


/* -- Forms --- */

.FormTable
{
}

.FormTable th
{
    /*white-space:nowrap;*/
    text-align: left;
    font-weight: normal;
    width: 110px;
}

.FormTable td
{
    padding-top: 8px;
    text-align: left;
}

.FormTable input
{
    width: 258px;
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}

.FormTable input
{
    width: 258px;
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}
.FormTable select
{
    /*width:258px;*/
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}

.FormTable textarea
{
    width: 258px;
    height: 100px;
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}

.FormTable .ChkList input
{
    width: auto;
    border: none;
}
.FormTable .ChkList td
{
    padding-right: 10px;
}
/*MeetingFormTable*/

.MeetingFormTable th
{
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
}

.MeetingFormTable td
{
    padding-top: 8px;
    text-align: left;
}

.MeetingFormTable input[type=text]
{
    width: 258px;
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}

.MeetingFormTable select
{
    width: 258px;
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}

.MeetingFormTable textarea
{
    width: 258px;
    height: 100px;
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}


.contact_left
{
    float: left;
    width: 305px;
}

.contact_right
{
    float: left;
    width: 260px;
    margin-left: 11px;
}

.contact_radio
{
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
}

.contact_input
{
    width: 258px;
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}

.contact_textarea
{
    width: 258px;
    height: 100px;
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}


.contact_link
{
    color: #999999;
    text-decoration: none;
}

.contact_buttons
{
    margin-top: 150px;
}

/*---Contact---*/

/* ------------- Captcha ------------------------ */
.capt-container
{
    background-image: url(images/capt_bg.png);
    background-repeat: no-repeat;
    background-position: left top; /*width:231px;*/
    width: 212px;
    height: 42px;
}
.capt-reload
{
    float: right;
    display: block;
    width: 42px;
    height: 42px;
    background-image: url(images/capt_out.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
}
.capt-reload:hover
{
    background-image: url(images/capt_over.png);
}
.capt-reload span
{
    visibility: hidden;
}
.capt-container img
{
    float: left;
    margin-top: 1px;
    margin-left: 5px;
}

.TimeTable
{
    border-collapse: collapse;
    border: 1px solid #656565; /*border-right:1px solid #656565;*/
}
.TimeTable th, .TimeTable td
{
    text-align: center;
    padding: 5px;
    font-weight: normal;
    background-color: Transparent;
    border-top: 1px dotted #656565;
    border-left: 1px dotted #656565;
}
.TimeTable td
{
    border-top: 1px dotted #656565;
    border-left: none; /*border-left	:1px dotted #656565;*/
}
.TimeTable td.dt
{
    border-top: 1px dotted #656565;
    border-left: 1px dotted #656565;
}
.TimeTable .ThTitle
{
    text-align: left;
    white-space: nowrap;
    border-top: 1px dotted #656565;
    border-right: 1px dotted #656565;
    padding-right: 15px;
}


.HumanSpot
{
    background-image: url(images/seperator.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

/* ------------------ Article List ------------------------- */
.ArticleList
{
    margin-top: 45px;
}

.ArticleList h3
{
    border-bottom: 1px solid #323232;
    color: #BFA86A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.ArticleList ul
{
    color: #bfa86a;
    list-style-position: inside;
}

.ArticleList li
{
    line-height: 25px;
}

.ArticleList .DateTxt
{
    /*font-style:italic;*/
    padding-left: 5px;
    color: #666;
}

.ArticleList li a
{
    color: #bfa86a;
    text-decoration: none;
}
.ArticleList a:hover
{
    text-decoration: underline;
}

/*  --------------- Listing ------------------------- */
.Listing
{
}

.Listing h3
{
    color: #bfa86a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #323232;
}
.Listing h3 a
{
    color: #bfa86a;
    text-decoration: none;
}
.Listing h3 a:hover
{
    text-decoration: underline;
}
.Listing .DateText
{
    color: #999;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 11px;
}

.Listing .ArticleDesc
{
}
.Listing .tdImage
{
    vertical-align: top;
    padding-right: 15px;
    padding-top: 4px;
}

.Listing .AndMore
{
    padding-top: 10px;
    font-size: 10px;
}
.Listing .AndMore a
{
    color: #2ebfba;
    text-decoration: none;
}
.Listing .AndMore a:hover
{
    text-decoration: underline;
}

.Listing .ArticleLine
{
    margin-bottom: 40px;
    padding-right: 10px;
}


/*  --------------- Detailing ------------------------- */
.Detailing
{
}

.Detailing h3
{
    color: #bfa86a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #323232;
}
.Detailing .DateText
{
    color: #999;
    margin-bottom: 30px;
    font-weight: 600;
}

.Detailing .ArticleDesc
{
}
.Detailing .tdImage
{
    vertical-align: top;
    padding-right: 15px;
    padding-top: 4px;
}

.Detailing .GalleryItem
{
    padding-right: 22px;
    padding-bottom: 22px;
}
.Detailing .GalleryItem a
{
    display: inline-block;
    border: 1px solid #3b3939;
}

.Detailing .GalleryH4
{
    font-family: "Times New Roman" ,Times,serif;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: 1px solid #323232;
    color: #727272;
}

.Detailing .GalleryItem .HighLink
{
    display: block;
    margin-top: 10px;
    padding-left: 20px;
    background-image: url(images/icoZip.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    border: none;
    font-size: 10px;
    color: #2EBFBA;
    text-decoration: none;
    -moz-outline: none;
}
.Detailing .GalleryItem .HighLink:hover
{
    text-decoration: underline;
    -moz-outline: none;
}

.Detailing .EventH4
{
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: 1px solid #323232;
}




/* ------------------------- Calendar --------------------------- */
.Calendar
{
}
.Calendar .EventTitle
{
    color: #BFA86A;
}

.Calendar .Empty
{
    color: #636363;
}

/* ---- Daily ------------- */
.Calendar .DayBox
{
    width: 100px;
    height: 110px;
    margin: 0 0 0 auto;
    background-color: #323232;
}

.Calendar .DayBoxMonthName
{
    height: 28px;
    background-color: #6f6f6f;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.Calendar .DayBoxDay
{
    padding-top: 10px;
    font-size: 36px;
    text-align: center;
    color: #fff;
}
.Calendar .DayBoxYear
{
    text-align: center;
    color: #fff;
}
.Calendar .Extras
{
    color: #00dfdc;
    font-size: 12px;
}
.Calendar .TodayDL
{
    margin: 0;
    margin-bottom: 35px;
}
.Calendar .TodayDL dt
{
    border-bottom: 1px solid #323232;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 50px;
    padding-bottom: 5px;
}
.Calendar .TodayDL dd
{
    background-image: url(images/icoSaat3.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 16px;
    margin-bottom: 20px;
    margin-left: 3px;
}
.Calendar .TodayDL dd.Empty
{
    background: none;
}
.Calendar .TodayDL dd .TimeStr
{
    color: #636363;
}
.Calendar .TodayDL dd .LocStr
{
    color: #989898;
}
.Calendar .TodayDL dd a
{
    color: #bfa568;
    text-decoration: none;
}
.Calendar .TodayDL dd a:hover
{
    text-decoration: underline;
}

.Calendar .YesterdayList
{
    background-image: url(images/eventBg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 330px;
    margin-left: 10px;
    margin-top: 20px;
    padding: 20px 0 0 36px;
}
.Calendar .YesterdayList dt
{
    border-bottom: none;
    margin-top: 25px;
    margin-bottom: 8px;
    padding-bottom: 0;
}
.Calendar .YesterdayList dd
{
    margin-bottom: 10px;
    margin-left: 17px;
}
/* --------------- Header --------------------------- */
.Calendar .CalEven
{
}
.Calendar .CalOdd
{
    background-color: #262626;
}
.Calendar .EventHeader
{
    text-align: left;
    padding-bottom: 15px;
    font-weight: normal;
}
.Calendar .EventHeader a
{
    display: inline-block;
    margin-right: 3px;
}

/* --------------- Weekly --------------------------- */
.Calendar .WeeklyList
{
}
.Calendar .WeekGrid
{
}
.Calendar .WeekGrid .th, .Calendar .WeekGrid .td
{
    height: 90px;
    text-align: left;
    vertical-align: top;
}
.Calendar .WeekGrid .WeekdayName
{
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #323232;
    color: #BFA86A;
    font-weight: normal;
    width: 120px;
    height: 90px;
}
.Calendar .WeekGrid .WeekdayDate
{
    color: #707070;
}
.Calendar .WeekGrid .WeekdayEvents
{
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
    vertical-align: top;
}

.Calendar .WeekdayEvents ul
{
    list-style: none;
}
.Calendar .WeekdayEvents ul li
{
    background-image: url(images/icoSaat3.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 15px;
    margin-bottom: 5px;
}
.Calendar .WeekdayEvents .TimeStr
{
    color: #636363;
}
.Calendar .WeekdayEvents .LocStr
{
    color: #989898;
}
.Calendar .WeekdayEvents a
{
    color: #bfa568;
    text-decoration: none;
}
.Calendar .WeekdayEvents a:hover
{
    text-decoration: underline;
}
/* ------------------------ Monthly ------------------------ */
.Calendar .MonthGrid
{
    width: 100%;
    table-layout: fixed;
    border-right: 1px solid #292929;
    border-bottom: 1px solid #292929;
}

.Calendar .MonthGrid th
{
    border-left: 1px solid #303030;
    padding: 0 9px 9px 9px;
    font-weight: normal;
    text-align: left;
}
.Calendar .MonthGrid .Monthday
{
    color: #999999;
    border-left: 1px solid #303030;
    border-top: 1px solid #303030;
    height: 90px;
    vertical-align: top;
    padding: 9px;
}
.Calendar .MonthGrid ul
{
    margin: 0;
    list-style: none;
}
.Calendar .MonthGrid li
{
    line-height: 15px;
}
.Calendar .MonthGrid li a
{
    color: #bfa568;
    text-decoration: none;
    font-size: 10px;
}
.Calendar .MonthGrid li a:hover
{
    text-decoration: underline;
}
.Calendar .EventTitle
{
}

.Calendar .EventDateText
{
}

/* ----------------- Details  ----------------------------- */
.EventHeader
{
    padding: 0 0 20px 0;
}
.EventDateText
{
    margin-top: 12px;
}
.EventLocation
{
    margin-top: 12px;
}
.EventDesc
{
    border-bottom: 1px solid #323232;
    margin-top: 16px; /*min-height:150px;*/
}
/****************************** Accordion Class ***********************/

.accordionHeader
{
    background-color: #323232;
    background-image:url(images/arrow_down.jpg);
    background-repeat:no-repeat;
    background-position:right center;
    line-height: 22px;
    color: #999999;
    cursor:pointer;
}

.accordionHeaderSelected
{
    background-color: #262626;
    background-image:url(images/arrow_top.jpg);
    background-repeat:no-repeat;
    background-position:right center;
    line-height: 22px;
    border-bottom: 1px solid #d1b56f;
    cursor:pointer;
}

.accordionContent
{
    padding:30px 10px;
}
.accordionContent dd
{   
    padding:30px 10px;
}
.accordionContent dt
{
    text-decoration:underline;
    color:#d1b56f;
}
.accordionContent a
{
    text-decoration:none;
    width:150px;
    height:33px;
}

/****************  İşbaşvuru Formu    **********************/
.JobFormTable
{
}

.JobFormTable th
{
    /*white-space:nowrap;*/
    text-align: left;
    font-weight: normal;
    width: 115px;
    vertical-align:top;
    
}
.JobFormTable span
{
    /*white-space:nowrap;*/
    text-align: left;
    font-weight: normal;
    width: 115px;
    vertical-align:top;
    
}

.JobFormTable td
{
    padding-top: 8px;
    text-align: left;
    vertical-align:top;
}
/*
.JobFormTable input
{
    width: 138px;
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}
*/
.inpt
{
    width: 138px;
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}
.JobFormTable select
{
    /*width:258px;*/
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}

.JobFormTable textarea
{
    width: 138px;
    height: 100px;
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
}
.JobFormTable img
{
    cursor:pointer;
}

/* Weather Forecast */
.WeatherToday
{
	background-color:#2b2b2b;
	padding:10px 15px;
	height:160px;
	margin-bottom:25px;
}

.WeatherToday h3
{
	margin-top:10px;
	margin-bottom:15px;
	color:#fff;
	padding:0;
	padding-left:3px;
	font-family:Arial;
}

.WeatherToday .bgTable
{
	background-image:url(images/weatBg.jpg);
	background-position:left 50%;
	background-repeat:no-repeat;
	width:221px;
	height:93px;
	color:#fff;
}

.WeatherToday .wtIcon
{
	background-position:top left;
	background-repeat:no-repeat;
	width:221px;
	height:93px;
}

.WeatherToday .wtIcon h2
{
	color:#fff;
	font-size:36px;
	padding:18px 10px 0 0;
	text-align:right;
}
.WeatherToday .wtIcon div
{
	text-align:right;
	padding-right:10px;
	font-size:11px;
}

.wDayTable
{
	table-layout:fixed;
	width:100%;
	border-collapse:collapse;
	border-left:1px solid #88784f;
	border-top:1px solid #88784f;
}
.wDayTable th
{
	background-color:#8f7d4f;
	text-align:center;
	color:#212121;
	margin:0;
	height:20px;
	vertical-align:middle;
}
.wDayTable td
{
	border-right:1px solid #88784f;
	border-bottom:1px solid #88784f;
	height:100px;
	padding:10px;
	margin:0;
	color:#818181;
	text-align:center;
	font-size:12px;
}
.wDayTable td .icoCnt
{
	display:block;
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:42px;
	font-weight:bold;
	margin-bottom:5px;
}

.WeatherDays
{
	margin-bottom:20px;
}
.inputmember
{
    width: 320px;
    height:22px;
    background-color: #3a3a3a;
    border: 1px solid #4b4b4b;
    color: #999999;
    /*padding-bottom:5px;*/
}
.tooltipExt
{
     display:block;
     background-position: left top;
     background-repeat  : no-repeat;
     padding:10px 10px 10px 0px;
}
.tblMembership span
{
    
    font-weight:bold;
}
.tblMembership textarea
{
    height:22px;
}
.tblResumes th
{
    text-align: left;
    /*padding-right: 50px;*/
    border-bottom: 1px solid #444;
    padding-bottom:5px;
    width:120px;
    
}
.tblMembership th
{
  padding: 0 0 5px 0;
  font-weight:bold;
}
.tblMembership label
{
    padding-left:3px;
}
.tblMembership select
{
    height:26px;
    vertical-align:middle;
}
.tblMembership .tooltipExt
{
    width:320px;
}
.alert
{
    color:Red;
}
 .aciklama
 {
     width:320px; padding-top:5px; padding-bottom:5px;
 }
 .tdinput
 {
     padding-bottom:5px;
     text-align:left;
 }
