html,body{
	margin:0;
	padding:0;
	height:100%; 
	background: #fff;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
a:link { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #333; text-decoration: none; }
a:visited { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #333; text-decoration: none; }
a:hover { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #c00; text-decoration: none; }
a:active { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #333; text-decoration: none; }
img {
	border: 0px;
}
#bodyContainer {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 100%;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
/* Başlık özellikleri */
#bodyHeader {
	width: 100%;
	background: url(../img/menu-bg.jpg) no-repeat right #9ac;
}
#bodyHeader #headerContainer {
	margin: 0 auto; /* center, not in IE5 */
	width: 960px;
	height: 180px;
}
#headerTop #headerLogo {
	float: left;
	padding: 30px 0px;
	width: 450px;
	height: 80px;
}
#headerLogin {
	float: left;
	padding: 10px 0px;
	width: 380px;
	height: 120px;
	text-align: right;
}
#headerBanner {
	float: right;
	margin: 10px 0px 10px 0px;
	width: 510px;
	height: 120px;
	background: url(../img/header-ataturk.png) no-repeat right;
}
#headerLogin div {
	padding: 0px 0px 15px 0px;
}
#headerBottom #headerMenu {
	float: left;
	padding: 0px;
	width: 960px;
	height: 40px;
	z-index: 20;
}
#headerBottom #headerMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#headerBottom #headerMenu li {
	position: relative;
	float: left;
	padding: 10px 9px 9px 9px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #999;
	cursor: pointer;
}

#headerBottom #headerMenu a:link { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #fff; text-decoration: none; }
#headerBottom #headerMenu a:visited { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #fff; text-decoration: none; }
#headerBottom #headerMenu a:hover { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #039; text-decoration: none; }
#headerBottom #headerMenu a:active { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #fff; text-decoration: none; }

#headerBottom #subMenu {
	position: absolute;
	display: none;
	top: 180px;
	left: 0px;
	width: 100%;
	background: #0ae;
	z-index: 10;
}
#headerBottom #subMenuContent {
	margin: 0px auto;
	width: 960px;
	font-size: 14px;
	color: #333;
}
#headerBottom #subMenuContent .subMenuTab {
	display: none;
}
#headerBottom #subMenuContent .subMenuTab .tabLeft {
	margin: 10px 0px 10px 0px;
	float: left;
	width: 260px;
}
.subMenuTab .tabLeft .subMenuItem {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	color: #fff;
	background:url(../img/ico-menuitem.png) no-repeat;
}
#headerBottom #subMenuContent .subMenuTab .tabRight {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 700px;
}
#subMenuContent .subMenuTab .tabRight .subMenuCell {
	margin: 10px 15px 10px 0px;
	float: left;
	width: 160px;
	height: 165px;
	text-align: center;
	cursor: pointer;
}
#subMenuContent .subMenuTab .tabRight .subMenuCell .subMenuCellText {
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}
#headerSocial div {
	float: right;
	padding: 0px 0px 0px 10px;
}
/* İçerik özellikleri */
#bodyContent {
	width: 100%;
}
#bodyContent #contentContainer {
	margin: 0 auto; /* center, not in IE5 */
	width: 965px;
	min-height: 350px;
	padding-bottom: 10px;
	background: #fff;
}
#contentContainer #contentLeft {
	float: left;
	margin: 20px 0px 0px 0px;
	width: 760px;
}
#newsSliderContainer {
	margin: 0px 20px 10px 0px;
	width: 740px;
	height: 445px;
	overflow: hidden;
}
#newsSliderContainer #sliderImage {
	width: 740px;
	height: 400px;
	overflow: hidden;
}
#newsSliderContainer #sliderImage a {
	/*position: absolute;*/
	display: none;
}
#newsSliderContainer #sliderText {
	position: absolute;
	margin-top: -60px;
	padding: 10px;
	max-width: 720px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: url(../img/slider-text-bg.png);
}
#newsSliderContainer #sliderTabs {
	width: 740px;
	height: 45px;
	background: #f5f5f5;
}
#newsSliderContainer #sliderTabs .sliderTabItem {
	float: left;
	padding: 10px;
	width: 54px;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	background: #f5f5f5;
	cursor: pointer;
}
/*
#contentContainer #contentLeft #memberNews {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 380px;
}
#contentContainer #contentLeft #memberEvents {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 380px;
}
#contentContainer #contentLeft #sectorNews {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 760px;
}
*/
#contentContainer #contentLeft #memberEvents {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 760px;
}
#contentContainer #contentLeft #memberNews {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 380px;
}
#contentContainer #contentLeft #sectorNews {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 380px;
}
#contentContainer #contentLeft .mainPageTitle{
	float: left;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #c00;
}
#socialBanner {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 43px 212px;
	width: 316px;
	height: 64px;
	background: url(../img/social-main-bg.jpg) #fff no-repeat top center;
}
#socialBanner .socialIcon {
	float: left;
	margin-left: 20px;
	width: 64px;
	height: 64px;
}
#socialBanner .socialIcon:first-child {
	margin-left: 0px;
}
#contentContainer .mainPageSubTitle{
	float: right;
	margin: 5px 20px 20px 0px;
	font-size: 10px;
	text-align: center;
}
.cellContainer{
	margin: 0px 10px 10px 0px;
	float: left;
	width: 170px;
	height: 160px;
}
.cellContainer .cellImage{
	margin: 0px 0px 5px 0px;
	width: 170px;
	height: 100px;
}
.cellContainer .newsText{
	margin: 0px 0px 5px 0px;
	width: 170px;
	height: 33px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
.cellContainer .newsDate{
	margin: 0px;
	width: 170px;
	height: 16px;
	font-size: 12px;
	text-align: right;
	color: #999;
}
.cellContainer .eventDate{
	float: left;
	margin: 0px 5px 0px 0px;
	width: 45px;
	height: 65px;
	font-size: 12px;
	text-align: center;
	color: #999;
}
.cellContainer .eventDate div{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #999;
}
.cellContainer .eventText{
	float: left;
	width: 120px;
	height: 65px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
#contentContainer #contentRight {
	float: left;
	margin: 20px 0px 0px 0px;
	width: 200px;
}
#contentContainer #contentRight .rightCell {
	margin: 0px 0px 10px 0px;
}
#footerContainer{
	width: 100%;
}
#footerBody{
	margin: 0px auto;
	width: 960px;
	background: url(../img/footer.png) #ccc no-repeat top center;
}
#footerBody .footerLink{
	float: left;
	padding: 0px 0px 30px 0px;
	width: 236px;
	height: 45px;
	text-align: right;
	border-bottom: 1px solid #999;
}
#footerBody .footerText{
	float: left;
	padding: 10px 95px 20px 0px;
	width: 629px;
	height: 45px;
	text-align: right;
	border-bottom: 1px solid #999;
}
#footerBody .footerMenu{
	float: left;
	margin-left: 7px;
	width: 112px;
}
#footerBody .footerMenuTitle{
	padding: 10px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
#footerBody .footerMenuSub{
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#contentContainer #pageHead{
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	width: 720px;
	height: 60px;
	border-left: 5px solid #039;
}

#pageHead #headRoot h2{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

#pageHead #headTitle h1{
	margin: 0px;
	padding: 0px;
	font-size: 32px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
}

.loginError {
	font-size: 16px;
	font-weight: bold;
	color: #900;
}

#headerSearchButton {
	cursor: pointer;
}

#headerSearch {
	display: none;
	position: relative;
	margin-left: 200px;
	background: #c00;
	width: 200px;
	z-index: 9999;
}

#contentContainer #pageSocial {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 24px 0px 0px 0px;
	width: 220px;
	height: 36px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

#headerSocial img {
	padding: 0px 0px 0px 5px;
}

#contentContainer #pageLeft{
	float: left;
	margin: 20px 10px 0px 0px;
	width: 200px;
}

#contentContainer #pageLeft .subItem {
	margin-bottom: 4px;
	height: 18px;
	overflow: hidden;
}

#contentContainer #pageLeft .subItem a{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#contentContainer #pageLeft .subItem a:hover{
	color: #c00;
}

#contentContainer #pageBody{
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 20px 0px;
	width: 729px;
	min-height: 450px;
	border-left: 1px dashed #999;
}

#contentContainer #subeBody{
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 20px 0px;
	width: 729px;
	min-height: 450px;
	border-left: 1px dashed #999;
}

#pageBody .lineLeft{
	float: left;
	padding-bottom: 5px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
}

#pageBody .lineRight{
	float: left;
	padding-bottom: 5px;
	font-size: 14px;
}

#pageBody img{
	width: auto;
	height: auto;
	max-width: 100%;
}

#pageBody div img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.conDate{
	font-weight: bold;
	text-align: right;
}

.conPic{
	float: right;
	margin: 0px 10px 10px 10px;
	max-width: 300px;
}

.rowLine{
	padding: 5px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.rowLine:hover{
	background: #f6f6f6;
}

.rowLine span:first-child{
	padding-right: 10px;
	color: #069;
}

.rowLine .ykCol1{
	float: left;
	padding-right: 10px;
	width: 100px;
}

.rowLine .ykCol2{
	float: left;
	padding-right: 10px;
	width: 100px;
}

.rowLine .ykCol3{
	float: left;
	padding-right: 10px;
	width: 150px;
}

.rowLine .ykCol4{
	float: left;
	padding-right: 10px;
	width: 320px;
}

.rowLine .ykCol5{
	clear: both;
}

.rowLine .bhCol1{
	float: left;
	padding-right: 10px;
	width: 75px;
}

.rowLine .bhCol2{
	float: left;
	padding-right: 10px;
	width: 150px;
}

.rowLine .bhCol3{
	float: left;
	padding-right: 10px;
	width: 250px;
}

.rowLine .bhCol4{
	float: left;
	padding-right: 10px;
	width: 620px;
}

.rowLine .bhCol5{
	clear: both;
}

.rowLine .libCol1{
	float: left;
	padding-right: 10px;
	width: 40px;
}

.rowLine .libCol2{
	float: left;
	padding-right: 10px;
	width: 40px;
}

.rowLine .libCol3{
	float: left;
	padding-right: 10px;
	width: 320px;
}

.rowLine .libCol4{
	float: left;
	padding-right: 10px;
	width: 125px;
}

.rowLine .libCol5{
	float: left;
	padding-right: 10px;
	width: 90px;
}

.rowLine .libCol6{
	float: left;
	padding-right: 10px;
	width: 40px;
}

.rowLine .libCol7{
	clear: both;
}

.rowLine .dueCol1{
	float: left;
	padding-right: 10px;
	width: 100px;
}

.rowLine .dueCol2{
	float: left;
	padding-right: 10px;
	width: 125px;
	text-align: right;
}

.rowLine .dueCol3{
	float: left;
	padding-right: 10px;
	width: 125px;
	text-align: right;
}

.rowLine .dueCol4{
	float: left;
	padding-right: 10px;
	width: 125px;
	text-align: right;
}

.rowLine .dueCol5{
	float: left;
	padding-right: 10px;
	width: 100px;
	text-align: right;
}

.rowLine .dueCol6{
	clear: both;
}

.ugLine{
	padding: 5px;
	height: 35px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.ugPhoto{
	height: 180px;
}

.ugLine .ugCol1{
	float: left;
	padding: 5px 10px 5px 0px;
	width: 100px;
}

.ugLine .ugCol2{
	float: left;
	padding: 5px 10px 5px 0px;
	width: 10px;
}

.ugLine .ugCol3{
	float: left;
	padding: 5px 10px 5px 0px;
	width: 350px;
}

.ugLine .ugCol4{
	clear: both;
}

#libSearch img{
	cursor: pointer;
	margin: 0px 0px 0px 10px;
}

#libSearch span{
	float: right;
	margin: 0px 0px 10px 0px;
}

#galleryContainer {
	margin: 10px auto;
	width: 730px;
	background: #c00;
}

.galleryItem{
	float: left;
	width: auto;
	height: 120px;
	padding: 3px;
	margin: 10px 10px 0px 0px;
	border: 1px solid #ccc;
}

.galleryItemThumb{
	float: left;
	width: auto;
	height: 120px;
	padding: 3px;
	margin: 10px 10px 0px 0px;
	border: 1px solid #ccc;
}

.galleryItemThumb img{
	width: auto;
	height: auto;
	max-height: 120px;
	max-width: 120px;
}

#calContainer {
	clear: both;
	width: 196px;
}

.calTitle{
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #c00;
}

.calPrev{
	float: left;
	width: 20px;
	margin-bottom: 3px;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
}

.calNow{
	float: left;
	width: 156px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
}

.calNext{
	float: left;
	width: 20px;
	margin-bottom: 3px;
	text-align: right;
	font-size: 14px;
	cursor: pointer;
}

.calItem{
	float: left;
	margin: 1px;
	padding: 2px;
	width: 21px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.calHead{
	font-weight: bold;
	background: #47a;
	color: #fff;
}

.calHead{
	font-weight: bold;
	background: #47a;
	color: #fff;
}

.calEvent{
	cursor: pointer;
	font-weight: bold;
	background: #f60;
	color: #fff;
}

.calEvent a{
	color: #fff;
}

#tabs{
	width: 730px;
}

#tabs ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tabs ul li{
	float: left;
	margin: 10px;
}

#tabs ul li a{
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

#tabs div{
	clear: both;
	display: none;
	padding-top: 20px;
}

.pagesItem{
	margin-top: 20px;
}

.cellLine{
	float: left;
	margin: 20px 0px 0px 32px;
	width: 150px;
	height: 250px;
	text-align: center;
}

.cellLine div{
	margin: 0px 0px 5px 0px;
}

.cellLine img{
	width: 150px;
	height: 200px;
}

.cellLine div:last-child{
	height: 64px;
	overflow: hidden;
}

.centerInside{
	text-align: center;
}

.warningTitle{
	font-size: 16px;
	font-weight: bold;
	color: #c00;
}

a.button {
    background: transparent url('../img/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	cursor:pointer;
}
a.button span {
    background: transparent url('../img/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
.formelement {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0px;
	color: #333;
	background: #f3f3f3;
	border: 1px solid #666;
	font-size: 13px;
}
.formelement:focus {
	border: 1px solid #c00;
}

.clear{
	clear: both;
}

#leftBanner{
	position: fixed;
	top: 200px;
	left: -2px;
	width: 300px;
	height: 425px;
	border: 2px solid #ccc;
}

.styled-select {
	width: 200px;
	height: 34px;
	overflow: hidden;
	background: url(../img/down_arrow_select.png) no-repeat right #0ae;
	border: 1px solid #06f;
	color: #039;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 3px 3px 3px 0px #039;
	-moz-box-shadow: 3px 3px 3px 0px #039;
	box-shadow: 3px 3px 3px 0px #039;
}

.styled-select select {
	background: transparent;
	width: 228px;
	padding: 5px;
	font-size: 16px;
	color: #039;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	cursor: pointer;
}