@import url("reset.css");
@import url("mBox/css.css");
/*************************************************** GENERAL *************************/
html, body
{
	font-family: "trebuchet MS";

}
#header
{
	background: #08a;
	color: #fff;
	display: block;
	height: 70px;
	padding: 5px;
	text-align: center;
}
#top_navig
{
	background: #F2F2F2;
	display: block;
	height: 40px;
}
#top_subnavig {
	height: 30px;
	border-bottom: 1px solid #F2F2F2;
}
#container
{
	background: white;
	border-left: 210px solid #FBFBFB;
	/*border-right: 210px solid #F5F5F5;*/
	border-right: 210px solid #FBFBFB;
	display: block;
	overflow: visible;
	position: relative;
	margin: 0 10px;
	margin-top:15px;
}
#left
{
	display: inline;
	float: left;
	margin-left: -210px;
	position: relative;
	width: 210px;
	/*
	border: 1px solid red;
	padding-right: 10px;
	*/
}
#right
{
	display: inline;
	float: right;
	margin-right: -210px;
	position: relative;
	width: 210px;
}
.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
}

/*************************************************** FOOTER ********************************/
#footer
{
	background: #EAEAEA;
	color: #666666;
	display: block;
	font-size: 13px;
	height: 50px;
	padding: 5px;
	border-top: 2px solid #DADADA;
}

#footer p {
	margin-left: .5em;
	margin-right: .5em;
	margin-top: .5em;
	color: #666666;
}

#footer .small_navig {
	float: right;

	display: inline;
}

#footer .copyright {
	float: left;

	display: inline;
}

#footer a {
	color: #1C9ED1;
}
#footer a:hover {
	color: #004A96;
}
#footer a {
	color: #1C9ED1;
}

/*************************************************** HEADER ***********************/

#header {
	background-color: #C50022;
	border-bottom: 1px solid #9D001C;
	height: 60px;
}

#header .logo a{
	display: block;
	width: 280px;
	height: 55px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	border: none;
	text-indent: -999em;
}

#header .logo {
	margin-top: 10px;
	display: block;
	float: left;
	margin-left: 15px;
}
#header .search {
	margin-top: 20px;
	display: block;
	float: right;
	margin-right: 20px;
}

#header .search #keyword {
	height: 18px;
}

#header .search_button {
	background-image: url(../images/search_1.png);
	background-repeat: no-repeat;
	background-color: #C50022;
	text-indent: -999em;
	border: none;
	width: 31px;
	height: 22px;
	margin-left: 5px;
	/*font-size: 0px;
	text-align: left;
	color: white;*/
}

/*************************************************** TOP NAVIGATION ***********************/
#top_navig ul {
	margin-left: 15px;
}

#top_navig li{
	display: block;
	float: left;
	list-style: none;
}

#top_navig a {
	display: block;
	float: left;
	background-image: url(../images/top_navig_bg.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	height: 40px;
}

/**/
#top_navig a.homepage {
	background-position: 0px 0px;
	width: 96px;
	
}
#top_navig a.homepage:hover {
	background-position: 0px -40px;
}
#top_navig li.active a.homepage {
	background-position: 0px -80px;
}
/**/
#top_navig a.corporate {
	background-position: -96px 0px;
	/*width: 94px;*/
	width: 145px;
}
#top_navig a.corporate:hover {
	background-position: -96px -40px;
}
#top_navig li.active a.corporate {
	background-position: -96px -80px;
}
/**/
#top_navig a.news {
	background-position: -241px 0px;
	width: 168px;
}
#top_navig a.news:hover {
	background-position: -241px -40px;
}
#top_navig li.active a.news {
	background-position: -241px -80px;
}
/**/
#top_navig a.activities {
	background-position: -409px 0px;
	width: 146px;
}
#top_navig a.activities:hover {
	background-position: -409px -40px;
}
#top_navig li.active a.activities {
	background-position: -409px -80px;
}
/**/
#top_navig a.events {
	background-position: -555px 0px;
	width: 88px;
}
#top_navig a.events:hover {
	background-position: -555px -40px;
}
#top_navig li.active a.events {
	background-position: -555px -80px;
}
/**/
#top_navig a.workshops {
	background-position: -643px 0px;
	width: 155px;
}
#top_navig a.workshops:hover {
	background-position: -643px -40px;
}
#top_navig li.active a.workshops {
	background-position: -643px -80px;
}
/**/
#top_navig a.sponsors {
	background-position: -798px 0px;
	width: 94px;
}
#top_navig a.sponsors:hover {
	background-position: -798px -40px;
}
#top_navig li.active a.sponsors {
	background-position: -798px -80px;
}
/**/
#top_navig a.contact {
	background-position: -892px 0px;
	width: 78px;
}
#top_navig a.contact:hover {
	background-position: -892px -40px;
}
#top_navig li.active a.contact {
	background-position: -892px -80px;
}

/*************************************************** TOP SUBNAVIGATION ***********************/

#top_subnavig {
	background: white;
}
#top_subnavig .breadcrumb {
	float: left;
	display: block;
	margin: 7px;
	font-size: 12px;
}

#top_subnavig .breadcrumb em{
	color: #C50022;
	font-weight: bold;
	margin-right: 5px;
}

#top_subnavig .breadcrumb a{
	color: #34353A;
	text-decoration: none;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
}

#top_subnavig .other {
	float: right;
	display: block;
	margin: 7px;
	font-size: 12px;
	color: #787A85;
	font-weight: bold;
}

/*************************************************** LEFT ***********************/

#left {
	background-color: #FBFBFB;
}

#left h3 {
	border-bottom: 1px solid #E7E8EA;
	color: #C50022;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	/*background-color: #FBFBFB;*/
	background-color: white;
	height: 20px;
	/*padding-top: 12px;*/
	margin-bottom: 65px;
}
#left div {
	background-color: #F5F5F5;
	border-bottom: 10px solid #fff;
}

#left #mailinglist h3 {
	margin-bottom: 0;
}
#left #mailinglist form{
	padding: 10px;
}

#left #mailinglist label{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align: top;
}

#left #mailinglist input{
	margin-bottom: 8px;
}

#left #mailinglist input#email_mode1, #left #mailinglist input#email{
	margin-bottom: 1px;
}

#left #sponsors h3 {
	margin-bottom: 0;
}
#left #sponsors p {
	padding: 8px;
}

#left #calendar {
	background-image: url(../images/calendar_bg.jpg);
	background-repeat: no-repeat;
	background-position: 8px 35px;
	padding-bottom: 12px;
	height: 1%;
}

#left #calendar li {
	border-bottom: 1px solid #F5F5F5; /* IE Yuzunden*/
}

#left #calendar a {
	display: block;
	background-color: #FBFBFB;
	margin: 0px 8px;
	padding: 6px;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 15px;
}

#left #calendar a:hover {
	background-color: white;
}

#left #calendar a:active {
	background-color: #EAEAEA;  /* IE Yuzunden*/
}

#left #calendar a em {
	line-height: 14px;
	font-weight: bold;
	font-style: normal;
	display: block;
	font-size: 11px;
	color: #004A96;
}

#left #dergi {
	padding-bottom: 12px;
	height: 1%;
}

#left #dergi div{
	background-color: #f5f5f5;
}
#left #dergi li {
	border-bottom: 1px solid #F5F5F5; /* IE Yuzunden*/
}

#left #dergi a {
	display: block;
	margin: 0px 8px;
	padding: 6px;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 15px;
}

#left #dergi a em {
	line-height: 14px;
	font-weight: bold;
	font-style: normal;
	display: block;
	font-size: 11px;
	color: #004A96;
}

#left #dergi li {
	margin-left: 15px;
	font-size: 12px;
}

#left #dergi li a {
	font-size: 13px;
	line-height: 21px;
	color: #4F4F4F;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/bullet_1.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
}
#left #dergi li a:hover {
	color: #1F1F1F;
}

#left #dergi a.details {
	font-size: 13px;
	font-weight: bold;
	color: #C50022;
	text-decoration: none;
	padding: 2px;
	display: block;
	float: left;
	height: 20px;
	margin-right: 15px;
	margin-bottom: 3px;
}

#left #dergi a.details:hover {
	color: #9D001C;
	text-decoration: underline;
}

#left  #profession {
	background-image: url(../images/profession_bg.jpg);
	background-repeat: no-repeat;
	background-position: 8px 31px;
}
#right  #profession {
	background-image: url(../images/profession_bg.jpg);
	background-repeat: no-repeat;
	background-position: 8px 31px;
}
#left #profession li {
	margin-left: 15px;
	font-size: 12px;
}

#left #profession li a {
	font-size: 13px;
	line-height: 21px;
	color: #4F4F4F;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/bullet_1.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
}
#left #profession li a:hover {
	color: #1F1F1F;
}

#left #profession a.details {
	font-size: 13px;
	font-weight: bold;
	color: #C50022;
	text-decoration: none;
	padding: 2px;
	display: block;
	float: right;
	height: 20px;
	margin-right: 15px;
	margin-bottom: 3px;
}

#left #profession a.details:hover {
	color: #9D001C;
	text-decoration: underline;
}


/****************************** RIGHT **********************************/
#right div {
	background-color: #F5F5F5;
	border-bottom: 10px solid #fff;
}

#right  {
	border-bottom: 1px solid #E7E8EA;
	color: #C50022;
	font-size: 16px;
	font-weight: bold;
	/*padding-top: 12px;*/
	padding-bottom: 3px;
	background-color: white;
}
/* login box */


#right #login {
	background-color: #F5F5F5;
	padding-bottom:27px;
}
#right #login li {
	margin-left: 15px;
	font-size: 12px;
}

#right #login li a {
	font-size: 13px;
	line-height: 21px;
	color: #4F4F4F;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/bullet_1.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
}
#right #login li a:hover {
	color: #1F1F1F;
}
#login .menu {
font-size: 14px;
}
#right #login h2 {
	display: block;
	font-size: 13px;
	color: #34353A;
	text-align: left;
	display: block;
	margin-top:2px;
	margin-bottom: 2px;
}

#right #login h3 {
	color: #4F4F4F;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: center;
	background-color: #F4F4F4;
	/*background-color: white;
	height: 20px;
	/*padding-top: 12px;*/
}

#right #login #login_email, #right #login #password{
	width: 180px;
}
#right #login form{
	padding: 10px;
	padding-bottom: 3px;
}
#right #login .details{
	display: block;
	margin-right: 15px;
	text-align: right;
	position: relative;
	padding: 2px;
	float: right;
	line-height: 15px;
	height: 1px;
	margin-bottom: 5px;
}

#right #login label{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align: top;
}

#right #login input{
	margin-bottom: 8px;
}

#right #login .details a{
	font-size: 13px;
	font-weight: bold;
	color: #C50022;
	text-decoration: none;
}
#right #login .details a:hover {
	color: #9D001C;
	text-decoration: underline;
}

#right #mailinglist input#email_mode1, #right #mailinglist input#email{
	margin-bottom: 1px;
}

/**/

#right #survey {
	clear: both;
}

#right #survey h3 {
	margin-bottom: 0;
}

#right #survey p {
	font-style: italic;
	padding-bottom: 8px;
	font-size: 13px;
}
#right #survey form{
	padding: 10px;
}

#right #survey label{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align: top;
}

#right #survey input{
	margin-bottom: 1px;
}

#right #survey_send {
	margin-top: 8px;
	margin-left: 3px;
}

#right #survey .details {
	/*
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: -10px;
	margin-bottom: 10px;*/
	display: block;
	margin-right: 15px;
	text-align: right;
	top: -30px;
	position: relative;
	float: right;
	line-height: 15px;
	height: 1px;
	margin-bottom: 5px;
}
#right #survey .details a{
	font-size: 13px;
	font-weight: bold;
	color: #C50022;
	text-decoration: none;
	margin-bottom: 5px;
}
#right #survey .details a:hover {
	color: #9D001C;
	text-decoration: underline;
}

/**/

#right #contributor_articles {
	clear: both;
}
#right #contributor_articles .menu {
	display: block;
	font-size: 13px;
	color: #34353A;
	text-align: left;
	display: block;
	margin-top:2px;
	margin-bottom: 2px;
}

#right #contributor_articles h3 {
	border-bottom: 1px solid #E7E8EA;
	color: #C50022;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	/*background-color: #FBFBFB;*/
	background-color: white;
	height: 20px;
}

#right #contributor_articles .contributed_article {
	clear: left;
	padding: 6px;
	padding-bottom: 14px;
}


#right #contributor_articles .contributed_article img{
	float: left;
	margin: 3px;
}

.name_surname{
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #34353A;
	text-align: left;
	margin-top: 2px;
}
.kurum{
	display: block;
	font-size: 12px;
	color: #34353A;
	text-align: left;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
}
#right #contributor_articles .contributed_article em {
	display: block;
	font-size: 11px;
	color: #34353A;
	text-align: left;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
}


#right #contributor_articles .contributed_article .title {
	font-size: 13px;
	color: #004A96;
	text-align: left;
	font-weight: bold;
	display: block;

}

#right #contributor_articles p {
	color: #34353A;
	font-size: 13px;
}

#right #contributor_articles .details {
	float: right;
	margin-top:5px;
}
#right #contributor_articles .details a{
	margin-right: 15px;
	text-align: right;
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #C50022;
	background-color: #F5F5F5;
	text-decoration: none;
	line-height: 12px;
}
#right #contributor_articles .details a:hover {
	color: #9D001C;
	text-decoration: underline;
}
#right #contributor_articles .even {
	background-color: #EAEAEA;
}

/**/

#right #rss {
	border-top: 1px solid #EAEAEA;
	background-color: #FBFBFB;
	padding: 2px;
	text-align: center;
}

#right #rss a {
	margin: 1px auto;
	display: block;
	width: 118px;
	height: 15px;
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -999em;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#right #rss a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#right #rss a.rss_news {
	background-image: url(../images/rss_news.png);
}
#right #rss a.rss_events {
	background-image: url(../images/rss_events.png);
}
#right #rss a.rss_workshops {
	background-image: url(../images/rss_workshops.png);
}

/********************************   homepage splash ********************/

#homepage_splash {
	
	/*background-image: url(../images/vert_line1.png);
	background-position: 48% 30%;
	background-repeat: no-repeat;*/
	/*height: 200px;*/
}

#homepage_splash{
	width: 95%;
	margin: 0 10px 15px 10px;
}
#homepage_splash td {
	width: 50%;
	vertical-align: top;
}

#homepage_splash h3 {
	border-bottom: 1px solid #E7E8EA;
	color: #C50022;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	/*background-color: #FBFBFB;*/
	background-color: white;
	height: 20px;
	/*padding-top: 12px;*/
}
#homepage_splash ul {
	margin-top: 6px;
}

#homepage_splash  li {
	background-image: url(../images/bullet_2.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
}

#homepage_splash  li a{
	color: #21A0D2;
	font-size: 14px;
	text-decoration: none;
	
}
#homepage_splash  li a:hover{
	color: #004A96;
	text-decoration: underline;
}

#homepage_splash a.details {
	font-size: 13px;
	font-weight: bold;
	color: #C50022;
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 10px;
	margin-bottom: 2px;
}
#homepage_splash a.details:hover {
	color: #9D001C;
}

.home_news_item {
	/*margin: 0 1em 0 .5em;*/
	margin: 0px 10px;
	/*padding: 5px;*/
}

.home_news_item h2 {
	color: #C50022;
	font-weight: bold;
	font-size: 15px;
	background-image: url(../images/document-icon.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 15px;
	background-position: left center;
	border-bottom:1px solid #E7E8EA;
}

.home_news_item h3 {
	color: #004A96;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/bullet_1.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
	border-bottom:1px solid #E7E8EA;
}

.home_news_item p {
	background-color: #F8F8F8;
	background-color: #FBFBFB;
	padding: 4px 10px;
	color: #34353A;
	font-size: 13px;
	text-align: justify;
	line-height: 25px;
	text-indent: 0em;
}


.home_news_item .meta {
	font-size: 13px;
	color: #34353A;
	display: block;
	margin-bottom: 1px;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: 5px center;
	width:100%;
}
.home_news_item img.block {
	display: block;
}
.home_news_item .meta strong{
	color: #C50022;
	font-weight: bold;
}

.home_news_item .details {
	text-align: right;
	display: block;
	border-top: 1px solid #EAEAEA;
	height: 25px;
	padding-top: 5px;
	padding-right: 1em;
	margin-bottom: 15px;
}
.home_news_item a {
	font-size: 13px;
	font-weight: bold;
	color: #C50022;
	text-decoration: none;
}

.home_news_item .details a:hover {
	color: #9D001C;
	text-decoration: underline;
}

.makalebaslik{
	font-size: 14px;
	color: #C50022;
	font-weight: bold;
	text-align: left;
	display: block;
	margin-left: 18px;
	background-color: #FBFBFB;
	background-position: left center;
	border-bottom:1px solid #E7E8EA;
}

.makaleyazan{
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align:left;
	display: block;
	float:left;
	margin-top:3px;
	margin-bottom:3px;
}
.uyeollabel
{
font-size: 13px;
}

.hakkimizdamenu{
	font-size: 13px;
	color: #4F4F4F;
	display: block;
	margin-bottom: 1px;
	text-align:left;
	padding-left:13px;
	float:left;
	padding-right:20px;
	background-image: url(../images/bullet_2.png);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: underline;
}

.hakkimizdamenu:hover {
	font-size: 13px;
	color: #4F4F4F;
	text-decoration: underline;
}

.sagicerikmakale p {
	padding-left: 2px;
	color: #34353A;
	font-size: 13px;
	text-align: justify;
	line-height: 25px;
	
}
#FrogJS{
	width: 710px;
	height: 600px;
	margin: 0 auto;
}
#FrogJSCredit{
	text-align: right;
	font-size: 80%;
	color: #999;
	padding: 1px;
}
#FrogJSCaption{
	text-align: left;
	line-height: 140%;
}

.admin{
	background-color: #C50022;
}
.makale_diger li {
	margin-left: 15px;
	font-size: 12px;
}

.makale_diger li a {
	font-size: 13px;
	line-height: 21px;
	color: #4F4F4F;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/bullet_1.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
}
.makale_diger li a:hover {
	color: #1F1F1F;

}
#uyebilgiform1 fieldset{
padding-left: 40px;
padding-top: 20px;
font-size:12px;
}

#uyebilgiform1 fieldset label{
color: #34353A;
font-size: 105%;
}
#uyeekleform fieldset{
padding-left: 40px;
padding-top: 20px;
font-size:12px;
}

#uyeekleform fieldset label{
font-size: 105%;
}
