@charset "utf-8";
/* CSS Document */



html,body {
	margin:0px;
	padding:0px;
}


*:focus {
    outline: 0;
}


.NewsContent a{
    color: #000000;
    text-decoration: none;
    font-weight: bold;

}

.NewsContent a:hover{
    color: #000000;
    text-decoration: none;

}


.ClearBoth{
    clear: both;
}

#SiteWrapper {
	width:1090px;
	margin:0px auto 80px auto;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
img { border:none;}
a { outline:none;}

#MasterContainer {
	overflow:hidden;
	width:inherit;
}

/* HEADER */
#Header {
	position:relative;
	width:inherit;
	height:120px;
	border-bottom:1px solid #000000;
}
#SiteLogo {
	position:absolute;
	left:44px;
	top:20px;
}
/* 16122013 START */
#LoginSearchWrapper {
	position:relative;
	float:right;
	height:26px;
	background-color:#f5f5f5;
	font-family: 'FuturaStdLight';
}
#LoginSearchWrapper * {
	float:left;
	font-size:13px;
}
#LoginSearchWrapper .SearchBox {
}
#LoginSearchWrapper .SearchBox input {
	width:270px;
	background-color:#f5f5f5;
	font-family: 'FuturaStdLight';
	font-size:12px;
	padding-top:3px;
	padding-left:4px;
	border:none;
	outline:none;
}
.SearchButton, .MembershipButton, .MemberLoginButton {
	display:block;
}
.SearchButton {
	display:block;
	font-family: 'FuturaStdLight';
	font-size:13px;
	border:none;
	cursor:pointer;
	margin-right:6px;
	color:#99999a;
	background: #f5f5f5 url(../images/search-btn_yellow_bg.jpg) no-repeat right 0;
	padding:2px 24px 4px 0px;
}
.MembershipButton {
    text-decoration: none;
    padding: 5px 14px 5px 6px;
    color: #000000;
    margin-right: 1px;
    border-left: 1px solid #dddddd;
    height: 15px;
    width: 175px;
    background: url(../images/membership-btn-plus.png) #ffff00 no-repeat right -2px;
    font-family: 'gotham_narrowmedium';

}

.MemberUsername {
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    color: #99999a;
    height: 15px;
    text-align: center;
    border-right: 1px solid #b2b2b2;
}

.MemberLoginButton {
	text-decoration:none;
	padding:4px 30px 4px 10px;
	color:#000000;
	background-color:#FFFFFF;
    width: 94px;
    text-align: center;
    font-family: 'gotham_narrowlight';
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;

}



#MemberLoginNav {
	display:none;
	position:absolute;
	right:0px;
	top:26px;
	z-index:100;
	width:217px;
	height:155px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#MemberLoginNav * {
	float:none;
}
#MemberLoginNav .MemberName {
	margin-top:6px;
	padding-left:6px;
	padding-bottom:4px;
}
#MemberLoginNav .MemberNameValue {
	width:inherit;
	text-align:center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:6px 0px 6px 0px;
	margin-bottom:10px;
}
#MemberLoginNav .MemberPass {
	padding-left:6px;
	padding-bottom:4px;
}
#MemberLoginNav .MemberPassValue {
	width:inherit;
	text-align:center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:6px 0px 6px 0px;
}
#MemberLoginNav .MemberPassValue input, #MemberLoginNav .MemberNameValue input {
	display:block;
	width:200px;
	margin:0px auto;
	border:none;
	outline:none;
}
#MemberLoginNav #LoginButton {
	background-color:#99cc66;
	color:#FFF;
	border:none;
	padding:4px;
	cursor:pointer;
	float:left;
	margin-top:6px;
	margin-left:4px;
}
#LogoutButton {
	background-color:#D10101;
	color:#FFF;
	border:none;
	padding:4px;
	cursor:pointer;
	float:left;
	margin-left:4px;
}
#MemberLoginNav .FaceConnect {
	display:block;
	float:right;
	margin-top:6px;
	margin-right:4px;
}


/* 16122013 END */

#SocialIconsContainer {
	position:absolute;
	right:20px;
	bottom:30px;
	width:243px;
	height:38px;
}
#SocialIconsContainer .SocialIcon {
	position:relative;
	float:left;
	width:39px;
	height:38px;
	margin-left:12px;
	background-image:url(../images/social-icons.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
#SocialIconsContainer .SocialIcon:first-child {
	margin-left:0px;
}
#SocialIconsContainer .SocialIcon.Facebook { background-position:left top; }
#SocialIconsContainer .SocialIcon.Facebook:hover { background-position:left bottom; }
#SocialIconsContainer .SocialIcon.Twitter { background-position:-51px top; }
#SocialIconsContainer .SocialIcon.Twitter:hover { background-position:-51px bottom; }
#SocialIconsContainer .SocialIcon.Pinterest { background-position:-102px top; }
#SocialIconsContainer .SocialIcon.Pinterest:hover { background-position:-102px bottom; }
#SocialIconsContainer .SocialIcon.GooglePlus { background-position:-153px top; }
#SocialIconsContainer .SocialIcon.GooglePlus:hover { background-position:-153px bottom; }
#SocialIconsContainer .SocialIcon.Mail { background-position:-204px top; }
#SocialIconsContainer .SocialIcon.Mail:hover { background-position:-204px bottom; }

.FacebookHidden {
	display:none;
	position:absolute;
	left:0px;
	top:38px;
	width:292px;
	height:271px;
	background-color:#FFF;
    z-index: 999;
}
.TwitterHidden {
	display:none;
	position:absolute;
	left:-68px;
	top:38px;
	width:285px;
	height:90px;
	background-color:#FFF;
	font-size:14px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border:1px solid #cfcfcf;
    z-index: 999;
}
.TwitterHidden iframe {
	margin-left:10px;
	margin-top:4px;
}
.TwitterHiddenLogo {
	float:left;
	margin-top:20px;
	margin-left:12px;
}
.TwitterHiddenTitle {
	float:left;
	margin-top:16px;
	padding-left:10px;
}
.TwitterLink {
	float:left;
	display:block;
	text-decoration:none;
	color:#000;
	margin-left:10px;
}

.PinterestHidden {
	display:none;
	position:absolute;
	left:-98px;
	top:38px;
	width:285px;
	height:90px;
	background-color:#FFF;
	font-size:14px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border:1px solid #cfcfcf;
    z-index: 999;
}
.GoogleHidden {
	display:none;
	position:absolute;
	left:-148px;
	top:38px;
	width:280px;
	height:90px;
	background-color:#FFF;
	font-size:14px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border:1px solid #cfcfcf;
    z-index: 999;
}

.MailHidden {
	display:none;
	position:absolute;
	left:-188px;
	top:38px;
	width:310px;
	height:90px;
	background-color:#FFF;
	font-size:14px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border:1px solid #cfcfcf;
    z-index: 999;
}
/* TOP MENU */
#TopMenuContainer {
	overflow:hidden;
	width:inherit;
	height:29px;
	border-bottom:1px solid #cfcfcf;
	font-family: 'ChaletComprime';
}
#TopMenuContainer ul {
	width:945px;
	padding:0px;
	margin:0px auto;
	font-size:20px;
	list-style-type:none;
}
#TopMenuContainer ul li {
	float:left;
	padding-top:4px;
	border-right: 1px solid #cecece;
	height:25px;
}
#TopMenuContainer ul li:first-child {
	border-left: 1px solid #cecece;
}
#TopMenuContainer ul li:hover {
	background-color:#000;
}
#TopMenuContainer ul li:hover a {
	color:#FFF;
}


a { cursor: pointer; }

/*seçili olan*/
.TopMenuContainer_menu_chosen_content { background-color:#000; }


#TopMenuContainer ul li a {
	display:block;
	text-decoration:none;
	padding:0px 14px;
	color:#000;
	letter-spacing: 2px;
	height:25px;
}
/* HOME GALLERY */
#HomeGalleryWrapper {
	overflow:hidden;
	width:1070px;
	margin:0px auto;
	padding-top:18px;
}

#ContentGalleryWrapper {
    overflow:hidden;
    width:860px;
    margin:0px auto;
    margin-top:10px;
	height:376px;
}


#ContentGalleryWrapper .flexslider {
    height: 340px;
}



#HomeTopRowWrapper {
	width:inherit;
	height:140px;
	margin-top:10px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
#HomeTopRow {
	width:1070px;
	margin:0px auto;
}
#HomeTopRow .Box {
	float:left;
	margin-left:10px;
	margin-top:10px;
}
#HomeTopRow .Box:first-child {
	margin-left:0px;
}
#HomeTopRow .MembershipBox {
	float:left;
	margin-left:8px;
	margin-top:10px
}

#MasterWrapper {
	overflow:hidden;
	width:inherit;
}
#GeneralContainer {
	overflow:hidden;
	width:879px;
	float:left;
	border-right:1px solid #cfcfcf;
    min-height: 900px;
}
#GeneralContainer #GeneralBoxWrapper {
	width:879px;
	margin-top:10px;
}


#MasterRightCol {
    
	width:210px;
	min-height:880px;
	float:left;
    background: url("../images/bg-shadow.png") no-repeat -3px 0;
	
}

#MasterRightCol .RightColBox {
	overflow:hidden;
	width:200px;
	margin:0px auto;
    padding-top: 16px;
}
.RightColBoxTop {
	width:inherit;
	height:39px;
	background-image:url(../images/right-col-box_top.gif);
	background-repeat:no-repeat;
}
.RightColBoxTop .Title {
	display:block;
	color:#FFF;
	font-family: 'StratumNo1Medium';
	font-size:14px;
	text-align:center;
	padding-top:5px;
}
.RightColBoxContent {
	width:181px;
	margin:6px auto;
	font-family: 'gotham_narrowlight';
}
.RightColBoxTitle {
	font-size: 18px;
	text-align: center;
	padding-top: 18px;
}
.RightColBoxSep {
	text-align: center;
	padding-top: 22px;
	padding-bottom: 14px;
}
.RightColBoxDesc {
	width: 175px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	padding-bottom: 14px;
	line-height:18px;
}
.RightColBoxInfoOwner {
	text-align: center;
	font-size: 11px;
	padding-bottom: 10px;
}
.RightColBoxLink {
	display:block;
	color:#000;
	height:20px;
	width:174px;
	font-family: 'StratumNo1Medium';
	font-size:14px;
	text-align:center;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	text-decoration:none;
	padding-top:4px;
}
.RightColBoxBottom {
	width:inherit;
	height:27px;
	background-image:url(../images/right-col-box_bottom.gif);
	background-repeat:no-repeat;
	text-align:center;
    padding-bottom: 16px;
}
.RightColBoxDate {
	display:block;
	font-family: 'gotham_narrowlight';
	font-size:9px;
	color:#666666;
	padding-top:6px;
}

.filter-searchbox{
    width: 202px;
    height: 30px;
    background: url("../images/bg-filter-search.png") no-repeat 0 0;
    margin: 10px 4px 0;
}

.filter-searchbox input{
    background: transparent;
    border: none;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin: 6px 0 0 20px;
}

.TitleFirst{
    height: 39px!important;
    border-bottom: 1px solid #CECECE;
}

.ViewPortFirst{
    border: none!important;
}


.FiltersTitle {
	width:inherit;
	height:52px;
	border-bottom:1px solid #cecece;
	text-align:center;
}
.FiltersTitle span {
	font-family: 'gotham_narrowmedium';
	font-size:22px;
	padding-top:13px;
	display:block;
}
.FilterTagsContent {
	width:210px;
}
.FilterTagsNav {
	width:210px;
	border-bottom:1px solid #cecece;
	padding-bottom:16px;
	padding-top:14px;
}

.FilterTagsNav ul,.FilterTagsSubNav ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	font-family: 'gotham_narrowlight';
	font-size:12px;
}



.FilterTagsNav ul li,.FilterTagsSubNav ul li {
	background-image:url(../images/icons/filter-tags-nav-item_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:8px 0px 8px 8px;
}
.FilterTagsNav ul li.active,.FilterTagsSubNav ul li.active {
	background-position:left bottom;
}

.FilterTagsNav ul li a,.FilterTagsSubNav ul li a {
	text-decoration:none;
	color:#333333;
	padding-left:21px;
	height:12px;
	display:block;
}
.FilterTagsSubNav {
	width:210px;
	background-image:url(../images/bg-subfilter-top.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:20px;
	border-bottom:1px solid #cecece;
	padding-bottom:8px;
    display: none;
    position: relative;
    left: -8px;
}

.FilterNoCheck{
    background-image: none!important;
}

.GeneralFilterTitle {
	width:inherit;
	text-align:center;
    position: relative;
    height: 78px;

}

.BtnFilterExpand{
    width: 15px;
    height: 15px;
    background: url("../images/icons/filter-expand.png") no-repeat 0 0;
    position: absolute;
    display: block;
    right: 12px;
    top: 12px;
}

.BtnFilterExpandClosed{
    background: url("../images/icons/filter-expand.png") no-repeat 0 -15px;
}

.FilterClearSelection{

    /*background: #fef035;*/
    color: #000000;
    cursor: pointer;
}




.GeneralFilterTitle span {
    display: block;
    font-family: 'gotham_narrowlight';
    margin-left: 8px;
    padding-top: 10px;
    text-align: left;
    cursor: inherit;
}
.GeneralFilterContent {
    border-bottom: 1px solid #CECECE;
    height: 178px;
    overflow: hidden;
    width: 210px;

}

.FilterContnetMain{

    height: inherit!important;

}

.GeneralFilterContent ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-family: 'gotham_narrowlight';
	font-size:12px;
}
.GeneralFilterContent ul li {
	background-image:url(../images/icons/filter-tags-nav-item_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:12px 0 12px 0;
    color: #000000;
}

#scrollBox-1 ul li{
    margin-left: 8px!important;
}

.FilterTagsSubNav ul li{
    margin: 0 0 10px 8px;
}


.GeneralFilterContent ul li.active {
	background-position:left bottom;
}

.GeneralFilterContent ul li.active a {
    color: #ff0000;
}

.GeneralFilterContent ul a {
	text-decoration:none;
	color:#000;
	padding-left:21px;
	height:12px;
	display:block;
}
.GeneralFilterSearch {
	width:210px;
	height:28px;
	border-bottom:1px solid #cecece;
	border-top:1px solid #cecece;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
}
.GeneralFilterSearch input {
	margin-top:5px;
	width:180px;
	text-align:center;
	border:none;
	outline:none;
	font-size:11px;
	color:#b4b4b4;
	font-family: 'gotham_narrowlight';
}


.filterTitleClosed{

    border-bottom: 1px solid #CECECE;
    height: 40px;

}


#NewsBoxes {
	overflow:hidden;
	width:inherit;
	padding-bottom:14px;
	padding-top:8px;
	border-bottom:1px solid #cecece;
	border-top:1px solid #cecece;
}
#NewsBoxes #Left {
	float:left;
	width:408px;
	margin-left:10px;
}
#NewsBoxes #Right {
	float:left;
	width:443px;
	height:246px;
	margin-left:10px;
	background-color:#fcf900;
}
#NewsBoxes #Right .NewsTitle {
	font-family: 'gotham_narrowbold';
	font-size:22px;
	padding:16px 30px 16px 30px;
}
#NewsBoxes #Right .NewsText {
	font-family: 'gotham_narrowlight';
	font-size:12px;
	padding-left:30px;
	padding-right:30px;
	line-height:20px;
}
#NewsBoxes #Right .NewsText a {
	text-decoration:none;
	color:#211f1f;
}

#HomeWrapper {
	overflow:hidden;
}
#HomeRightCol {
	width:210px;
	min-height:500px;
	float:left;
}
#HomeRightCol .RightColBox {
	overflow:hidden;
	width:200px;
	margin:10px auto;
}
#HomeContainer {
	overflow: hidden;
	width: 879px;
	float: left;
}
#HomeContainer #GeneralBoxWrapper {
	width:880px;
	margin-top:10px;

}











.GeneralBox { /*update03*/
	position:relative;
	float:left;
	width:279px;
	margin-left:10px;
	margin-bottom:10px;
	min-height:180px;
	font-family: 'gotham_narrowlight';
	cursor:pointer;
}

.GeneralBox .Kulakcik { /*update03*/
    position:absolute;
    right:-3px;
    top:15px;
    z-index:10;
}

.GeneralBox.Hover .Kulakcik {
    display:none;
}




.GeneralBox .BoxImage {
	position:relative;
	width:279px;
}

.GeneralBox .BoxInfoProfile {
    position:relative;
    width:inherit;
    min-height:56px;
    border:1px solid #cecece;
    top: -17px;
}

.GeneralBox .BoxInfoProfile .BoxInfoSep {
    text-align: center;
    margin: 10px 0;
}

.GeneralBox .BoxInfo {
	position:relative;
	width:inherit;
	min-height:56px;
	border:1px solid #cecece;
}


.GeneralBox .BoxInfo.NoUserImage .BoxInfoOwner {
    text-align:center;
    font-size:11px;
    padding-bottom:27px;

}


.HoverBox.NoUserImage{

    height: 98%;

}



.GeneralBoxArrow.NoUserImage {
    border-bottom: 1px solid #FFFFFF;
    bottom: -1px;
    display: block;
    left: 124px;
    margin: 0 auto;
    position: absolute;
    width: 25px;
    z-index: 10;
    top: auto;
}



.GeneralBox .BoxInfoArrow {
    position:relative;
    width:inherit;
    min-height:56px;
    border:1px solid #cecece;
    top: -17px;
}

.GeneralBox.Hover .BoxInfo {
	border:none;
}


.BoxTitle { /*update03*/
	font-size:18px;
	text-align:center;
	padding-top:30px;
	width:184px;
	margin:0px auto;
}
.GeneralBox.Hover .BoxTitle { /*update03*/
    color: #FFFFFF;
}

.BoxTitleSepBlack { /*update03*/
	display:none;
	text-align:center;
	padding-top:28px;
	padding-bottom:28px;
	margin-left:75px;
}

.GeneralBox.Hover .BoxTitleSepBlack { /*update03*/
	/*display:block;*/
}

.BoxTitleSep { /*update03*/
	text-align:center;
	padding-top:16px;
	padding-bottom:16px;

}
.GeneralBox.Hover .BoxTitleSep { /*update03*/
	/*display:none;*/
}

.BoxDescSep { /*update03*/
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;

}
.GeneralBox.Hover .BoxDescSep { /*update03*/
    /*display:none;*/
}

.BoxDesc { /*update03*/
	width:242px;
	margin:0px auto;
	text-align:center;
	font-size:12px;
}
.BoxDesc .ShowMore { /*update03*/
    /*display:none;*/
}
.GeneralBox.Hover .BoxDesc .ShowMore { /*update03*/
	/*display:block;*/
}
.GeneralBox.Hover .BoxDesc { /*update03*/

    color: #FFFFFF;

}
.BoxInfoOwner { /*update03*/
	text-align:center;
	font-size:11px;
	padding-bottom:10px;
}
.GeneralBox.Hover .BoxInfoOwner { /*update03*/
	/*display:none;*/
    color: #ffffff;
    padding-bottom: 0;
}
.BoxInfoOwnerName { /*update03*/
	display:none;
	text-align:center;
	font-size:14px;
	padding-bottom:8px;
	padding-top:26px;
}
.GeneralBox.Hover .BoxInfoOwnerName { /*update03*/
	display:block;
}
.NewsCategory { /*update03*/
	display:none;
	text-align:center;
	font-size:10px;
}
.GeneralBox.Hover .NewsCategory { /*update03*/
    display: block;
    position: relative;
    top: 10px;
    color: #000000;
}
.BoxInfoOwnerImage { /*update03*/
	position:absolute;
	top:-64px;
	left:0;
	width:278px;
	height:83px;


}

.GeneralBox .BoxInfoOwnerImage img{

    display: block;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    margin: 0 auto;

}


.GeneralBox.Hover .BoxInfoOwnerImage img{

	display: none;

}









.HoverBox {
    position:absolute;
    width:281px;
    min-height:180px;
    font-family: 'gotham_narrowlight';
    cursor:pointer;
    background:url("../images/overlay_bg.png");
    z-index: 50;
    height: 100%;
    display: none;
    padding-bottom: 14px;

}
.GeneralBox.Hover .HoverBox{
    display: block;
}


.HoverBox .Date {
    font-size:9px;
    text-align:center;
    width: 280px;
    position: absolute;
    top: 5%;
    color: #000000;
}

.HoverBox .BoxTitleHover {
    text-align:center;
    width: 280px;
    position: absolute;
    top: 70px;
    font-size:24px;
    color: #000000;

}

.HoverBox .BoxDescHover {

    color: #000000;
    font-size: 12px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    top: 20px;
    width: 240px;


}


.HoverBox .DetailLink {

    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000000;

}



.HoverBox .Bottom { /*update03*/
    position:absolute;
    left:0px;
    bottom:0px;
    overflow:hidden;
    border:1px solid #cecece;
    margin-top:4px;
    height:31px;
    width:inherit;
    border-top:1px solid #FFF;
    border-left:none;
    border-right:none;
    border-bottom:none;
}


.HoverBox .BoxInfoOwnerHover{

    display: block;
    position: absolute;
    bottom: 55px;

}


.HoverBox .BoxInfoOwnerHover img{

    display: block;
    height: 83px;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 83px;
    border-radius: 1000px;
}


.HoverBox  .BoxInfoName{

    font-size: 14px;
    position: relative;
    text-align: center;
    top: 6px;
    width: 280px;
    color: #000000;

}
.HoverBox  .BoxTitleSepBlack{

    position: relative;
    text-align: center;
    top: 8px;
    width: 130px;
    display: block;
    padding: 0;

}


.HoverBox .Bottom div {
    float:left;
    height:31px;
    font-family: 'gotham_narrowlight';
    font-size:11px;
}
.HoverBox .Bottom div:first-child {
    padding-left: 44px;
}
.HoverBox .Bottom span {
    display:block;
    float:left;
}
.HoverBox .Bottom .Takipci {
    width:67px;
}
.HoverBox .Bottom .Takipci .TakipciIcon {
    margin-left: 12px;
    margin-top: 7px;
}
.HoverBox .Bottom .Takipci .TakipciCount {
    margin-left: 7px;
    margin-top: 10px;
    color: #000000;
}
.HoverBox .Bottom .Goruntulenme {
    width:73px;
}
.HoverBox .Bottom .Goruntulenme .GoruntulenmeIcon {
    margin-left: 12px;
    margin-top: 7px;
}
.HoverBox .Bottom .Goruntulenme .GoruntulenmeCount {
    margin-left: 7px;
    margin-top: 10px;
    color: #000000;
}
.HoverBox .Bottom .Yorum {
    width:67px;
}
.HoverBox .Bottom .Yorum .YorumIcon {
    margin-left: 12px;
    margin-top: 7px;
}
.HoverBox .Bottom .Yorum .YorumCount {
    margin-left: 7px;
    margin-top: 10px;
    color: #000000;
}

.HoverBox .Bottom .Featured {
    width:35px;
}
.HoverBox .Bottom .Featured img {
    margin-left: 12px;
    margin-top: 11px;
}
.HoverBox .Bottom .Print {
}
.HoverBox .Bottom .Print img{
    margin-left: 11px;
    margin-top: 10px;
}




.GeneralBoxArrow{

    border-bottom: 1px solid #FFFFFF;
    display: block;
    margin: 0 auto -1px;
    position: relative;
    top: -17px;
    width: 25px;
    z-index: 10;


}




/* MEMBERSHIP POPUPS */
/* MEMBERSHIP POPUPS */
.MembershipPopup {
	position:relative;
	width:812px;
	height:545px;
	background-color:#fff200;
	font-family: 'gotham_narrowlight';
}
.MembershipPopupStamp {
	position:absolute;
	right:80px;
	top:0px;
}
.MembershipPopup .RedTitle { /*update01*/
	color:#ff0000;
	font-size:36px;
	font-family: 'solomon_sans_lightregular';
	padding:40px 0 0 60px;
}

.MembershipPopup .RedTitleSmall { /*update01*/
    color:#ff0000;
    font-size:36px;
    font-family: 'gotham_narrowlight';
    padding:40px 0 0 60px;
}

.MembershipPopup .RedTitle.MembershipSelection {/*update01*/
	font-family: 'bariol_regularregular';
	font-size:48px;
	padding-top:40px;
}
.MembershipPopup .Title { /*update01*/
	font-size:30px;
	padding-bottom: 35px;
    padding-left: 60px;
	margin-top:10px;
	background:url("../images/membershipPopup_title_bg.jpg") no-repeat 64px 55px;
}

.MembershipPopup .TitleSmall { /*update01*/
    font-size:21px;
    padding-bottom: 26px;
    padding-left: 60px;
    margin-top:10px;
    background:url("../images/membershipPopup_title_bg.jpg") no-repeat 64px 46px;
}

.MembershipPopup .TitleSmall.LastStep { /*update01*/
    font-size:30px;
    padding-bottom: 26px;
    padding-left: 60px;
    margin-top:10px;
    background:url("../images/membershipPopup_title_bg.jpg") no-repeat 64px 58px;
}



.MembershipPopup .SubTitle {
    padding-bottom: 26px;
    padding-left: 60px;
    margin-top:5px;
    font-size: 13px;
    width: 500px;
    color: #000000;
	height:85px;
}
.MembershipPopup .SubTitle.LastStep {

    font-size: 18px;

}


.MembershipPopup .Title.LargeBG { /*update01*/
	background-image:url(../images/membershipPopup_titleLarge_bg.jpg);
	padding-top:38px;
	padding-bottom:38px;
}
#MembershipTypeContainer { /*update01*/
	overflow:hidden;
	width:798px;
	margin:0px auto;
    padding-top: 30px;
    padding-left: 10px;
}

.MembershipTypeBox a{
    text-decoration: none;
    color: #000000;
}

.MembershipTypeBox a:hover{
    text-decoration: none;
    color: #FF0000;
}

.MembershipTypeBox a .MembershipInfo{
    color: #000000!important
}

.MembershipInputContainer{

    margin: 50px 0 50px 60px;
    float: left;

}

.MembershipInputContainer #alertbox{

margin-top:10px;
position:absolute; 
color:#FF0000; font-size:12px;

}

.MembershipInputContainer LastStep #alertbox{

margin-top:10px;
position:absolute; 
color:#FF0000; font-size:12px;

}

.MembershipInputContainerHigh{
    margin: 25px 0 10px 60px;
    float: left;
    width: 300px;
    height: 321px;
}

.MembershipInputContainerHigh.RightColumn{
    margin: 25px 0 10px 20px;
}


.MembershipInputContainerHigh p{

    font-size: 10px;
    font-family: 'gotham_narrowlight';
    float: left;
    width: 250px;

}


.MembershipInputContainer.LastStep{
    height: 191px;
    width: 700px;
    margin-top: 20px;
}

.RegisterUserNameCaption{
    font-size: 14px;
    font-family: 'gotham_narrowmedium';
    float: left;
    padding-top: 7px;
    margin-right: 6px;
}

.RegisterUserNameExample{
    font-size: 10px;
    font-family: 'gotham_narrowlight';
    font-style: italic;
    color: #333333;
    padding-left: 200px;
    margin-bottom: 10px;
}


.RedSlash{
    color: #FF0000;
}


.SocialMediaLoginContainer{
    float: left;
    background: url("/images/social-login-bg.png") 0 0 no-repeat;
    height: 120px;
    width: 350px;
    margin: 26px 0 0 65px;
    padding-left: 75px;

}

.SocialMediaLoginContainer p{
    color: #000000;
    padding:2px 2px;
    font-size: 10px;
    font-family: 'gotham_narrowlight';
    margin-top: 0px;
    margin-left: 36px;
    margin-bottom: 22px;

}



.SocialMediaLoginContainer a.Facebook {
    background-image:url(../images/icons/facebook_36x36.png);
}
.SocialMediaLoginContainer a.Twitter {
    background-image:url(../images/icons/twitter_36x36.png);
}
.SocialMediaLoginContainer a.Linkedin {
    background-image:url(../images/icons/linkedin_36x36.png);
}
.SocialMediaLoginContainer a.GooglePlus {
    background-image:url(../images/icons/googleplus_36x36.png);
}

.SocialMediaLoginContainer a {
    display:block;
    float:left;
    width:36px;
    height:36px;
    margin-left:20px;
    background-repeat:no-repeat;
}














.SocialMediaLoginContainer2{
    float: left;
    background: url("/images/social-login-bg.png") 0 0 no-repeat;
    height: 120px;
    left: 350px;
    position: absolute;
    top: 136px;
    width: 250px;
    z-index: 999;

}

.SocialMediaLoginContainer2 p{
    color: #000000;
    padding:2px 2px;
    font-size: 10px;
    font-family: 'gotham_narrowlight';
    margin-top: 0px;
    margin-left: 36px;
    margin-bottom: 22px;

}


.SocialMediaLoginContainer2 .BtnContainer{
    left: 48px;
    position: relative;
    top: -18px;
    width: 160px;
}

.SocialMediaLoginContainer2 a.Facebook {
    background-image:url(../images/icons/facebook_36x36.png);
}
.SocialMediaLoginContainer2 a.Twitter {
    background-image:url(../images/icons/twitter_36x36.png);
}
.SocialMediaLoginContainer2 a.Linkedin {
    background-image:url(../images/icons/linkedin_36x36.png);
}
.SocialMediaLoginContainer2 a.GooglePlus {
    background-image:url(../images/icons/googleplus_36x36.png);
}

.SocialMediaLoginContainer2 a {
    display:block;
    float:left;
    width:36px;
    height:36px;
    margin-left:25px;
    margin-bottom:20px;
    background-repeat:no-repeat;
}























.MembershipInputBox{
    width: 233px;
    height: 30px;
    border: 1px solid #000000;
    background: #fff200;
    color: #000000;
    padding:0 12px;
    font-size: 12px;
    font-family: 'gotham_narrowlight';
    margin-bottom: 10px;

}

.MembershipInputBox:focus{
    background: #fff980;

}


*::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000000;
}
*:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000000;
    opacity:  1;
}
*::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000000;
    opacity:  1;
}
*:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000000;
}

.GenderSelection{

    float: left;
    margin-top: 2px;
    margin-bottom: 10px;

}

.GenderSelection a{
    color: #000000;
    font-size: 12px;
    font-family: 'gotham_narrowlight';
    background:url("/images/icons/icon-radio-yellow.png") no-repeat 0 0;
    padding-left: 21px;
    text-decoration: none;
}

.GenderSelection  a.checked {
    background:url("/images/icons/icon-radio-yellow.png") no-repeat 0 -16px;
}

.GenderSelection input{
    display: none;
}

.GenderSelectionBox{
    border: 1px solid #000000;
    float: left;
    padding: 6px 15px;
}

.GenderSelectionBox.MiddleBox{
    border-left: none;
    border-right: none;
}

.MembershipDevamBtn{
    position: absolute;
    right: 0;
    bottom: 20px;
    background: #FFFFFF url("/images/icons/icon-devam-bg.png") no-repeat top right;
    display: block;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    font-family: 'gotham_narrowmedium';
    height: 22px;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 36px;


}


.MembershipDevamBtn.BtnYellow{

    background: #fff200 url("/images/icons/icon-devam-yellow-bg.png") no-repeat top right;
    border: 1px solid;
    top: 312px;
    right: 296px;



}


.RegisterImageContainer{



    border: 1px solid #000000;
    width: 337px;
    height: 257px;
    padding-top: 30px;
    padding-left: 15px;
	padding-right: 15px;
	
    position: relative;
    top: -30px;

}

.RegisterImageDate{

    position: relative;
    top: -30px;
    text-align: center;
    width: 367px!important;
    font-size: 12px;
    font-family: 'gotham_narrowlight';

}

.RegisterImageInfo{

    position: relative;
    width: 367px!important;
    font-size: 12px;
    font-family: 'gotham_narrowlight';
    color: #333333;
    font-style: italic;
    position: absolute;
    top: 456px;

}


.MembershipInputBox.RegisterEmail{

    font-size: 14px;
}


.MembershipRegisterBtn{

    display: block;
    width: 256px;
    height: 22px;
    border: 1px solid #000000;
    background: #fff200;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-family: 'gotham_narrowmedium';
    padding-top: 8px;
    text-align: center;

}

.MembershipTypeBox {
	width:190px;
	float:left;
	text-align:center;
	background-image:url(../images/membershipTypeBox_bg.png);
	background-repeat:no-repeat;
	background-position:left 12px;
}
.MembershipTypeBox:first-child {
	background-image:none;
}
.MembershipTypeBoxTitle {
	font-size:24px;
}
.MembershipIcon {
	padding-top:45px;
}
.MembershipIcon.Mekan {
	padding-top:37px;
}

.MembershipIcon.Yazar {
    padding-top:37px;
}

.MembershipInfo {
	font-size:12px;
	width:170px;
	margin:0px auto;
	padding-top:32px;
}

.MembershipStep02Text { /*update01*/
	text-align:center;
	font-size:12px;
	padding-top:28px;
}
.MembershipTypeTitle {
	text-align:center;
	font-size:24px;
	padding:40px 0px 30px 0px;
}
.MembershipStep02 .MembershipLogin.Sanatci { /*update01*/
	overflow:hidden;
	width:633px;
	margin:0px auto;
	padding-top:66px;
}
.MembershipStep02 .MembershipLogin.Sanatci .Left {
	float:left;
	width:288px;
}
.MembershipStep02 .MembershipLogin.Sanatci .Left .Field {
	width:287px;
	height:36px;
	background-color:#FFF;
	margin-bottom:10px;
}
.MembershipStep02 .MembershipLogin.Sanatci .Left .Field input{
	border:none;
	color:#f43b3b;
	height:18px;
	width:260px;
	margin-top:8px;
	padding-left:18px;
	outline:none;
	font-family: 'bariol_regularregular';
	font-size:15px;
}
.MembershipStep02 .MembershipLogin.Sanatci .Left .LoginButton {
	display:block;
	background-color:#FFF;
	color:#f43b3b;
	width:70px;
	height:35px;
	border:none;
	cursor:pointer;
	font-family: 'bariol_regularregular';
	font-size:15px;
}
.MembershipStep02 .MembershipLogin.Sanatci .Right {/*update01*/
	float:left;
	width:270px;
	margin-left:54px;
	border-left:1px dashed  #000;
}
.MembershipStep02 .MembershipLogin.Sanatci .Right .SocialMedia.Membership {/*update01*/
	padding-left:35px;
}
.MembershipStep02 .MembershipLogin.Sanatci .Right .SocialMedia.Membership a {/*update01*/
	display:block;
	float:left;
	width:36px;
	height:36px;
	margin-left:20px;
	background-repeat:no-repeat;
}
.MembershipStep02 .MembershipLogin.Sanatci .Right .SocialMedia.Membership a.Facebook {/*update01*/
	background-image:url(../images/icons/facebook_36x36.png);
}
.MembershipStep02 .MembershipLogin.Sanatci .Right .SocialMedia.Membership a.Twitter {/*update01*/
	background-image:url(../images/icons/twitter_36x36.png);
}
.MembershipStep02 .MembershipLogin.Sanatci .Right .SocialMedia.Membership a.Linkedin {/*update01*/
	background-image:url(../images/icons/linkedin_36x36.png);
}
.MembershipStep02 .MembershipLogin.Sanatci .Right .SocialMedia.Membership a.GooglePlus {/*update01*/
	background-image:url(../images/icons/googleplus_36x36.png);
}


.MembershipLoginBottomText {
	text-align:center;
	font-size:12px;
	padding-top:20px;
}
.TermsOfUseLink {
	display:block;
	color:#000;
	font-size:11px;
	text-align:center;
	padding-top:15px;
    width: 580px;
    margin: 0 auto;
}
.TermsOfUseLink a {
	text-decoration:none;
	color:#ff3e00;
}
.TermsOfUseLink input {
	position:relative;
	top:2px;
}

.TermsOfUseLink.NoPadding{
    padding: 0;
}

.MembershipStep03Text {/*update01*/
	font-size:36px;
	color:#ff0000;
	text-align:center;
	padding-top:40px;
	padding-bottom:15px;
	background-image:url(../images/membership-step-03-text_bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.MembershipStep03 .MembershipLogin {/*update01*/
	width:604px;
	height:250px;
	margin:0px auto;
	padding-top:36px;
}
.MembershipStep03 .MembershipLogin .Left {
	float:left;
	width:287px;
}
.MembershipStep03 .MembershipLogin .Left .Field {/*update01*/
	width:inherit;
	height:31px;
	background-color:#FFF;
	margin-bottom:10px;
}
.MembershipStep03 .MembershipLogin .Left .Field input {/*update01*/
	border:none;
	color:#f43b3b;
	height:18px;
	width:260px;
	margin-top:5px;
	padding-left:18px;
	outline:none;
	font-family: 'bariol_regularregular';
	font-size:15px;
}
.MembershipStep03 .MembershipLogin .Right {
	float:right;
	width:287px;
}
.MembershipStep03 .MembershipLogin .Right .Field {/*update01*/
	width:inherit;
	height:31px;
	background-color:#FFF;
	margin-bottom:10px;
}
.MembershipStep03 .MembershipLogin .Right .Field input {/*update01*/
	border:none;
	color:#f43b3b;
	height:18px;
	width:260px;
	margin-top:5px;
	padding-left:18px;
	outline:none;
	font-family: 'bariol_regularregular';
	font-size:15px;
}
.MembershipStep03 .MembershipLogin .Right .DOBFields div {/*update01*/
	float:left;
	margin-left:27px;
}
.MembershipStep03 .MembershipLogin .Right .DOBFields div:first-child {/*update01*/
	margin-left:0px;
}
.MembershipStep03 .MembershipLogin .Right .AdressField {/*update01*/
	width:286px;
	background-color:#FFF;
	height:84px;
	margin-top:6px;
	margin-bottom:6px;
}
.MembershipStep03 .MembershipLogin .Right .AdressField textarea {/*update01*/
	font-family: 'bariol_regularregular';
	font-size:15px;
	color:#f43b3b;
	padding-left:10px;
	padding-top:4px;
	width:268px;
	height:74px;
	overflow:hidden;
	border:none;
	outline:none;
}
.MembershipStep03 .MembershipLogin .Right .LocationFields {/*update01*/
	margin-bottom:6px;
	height:31px;
}
.MembershipStep03 .MembershipLogin .Right .LocationFields .City {/*update01*/
	float:left;
}
.MembershipStep03 .MembershipLogin .Right .LocationFields .Country {/*update01*/
	float:right;
}
.MembershipStep03 .MembershipLogin .Right .GenerateFieldsContainer {/*update01*/
}
.MembershipStep03 .MembershipLogin .Right .GenerateFieldsContainer div {/*update01*/
	float:left;
}
.MembershipStep03 .MembershipLogin .Right .GenerateFieldsContainer .GenerateField {/*update01*/
	width:144px;
	height:35px;
	background-color:#FFF;
}
.MembershipStep03 .MembershipLogin .Right .GenerateFieldsContainer .GenerateField input {/*update01*/
	width:130px;
	border:none;
	outline:none;
	margin-left:8px;
	margin-top:6px;
	font-family: 'bariol_regularregular';
	font-size:15px;
	color:#f43b3b;
}
.MembershipStep03 .MembershipLogin .Right .GenerateCodeBtn {/*update01*/
	display:block;
	float:right;
	text-decoration:none;
	color:#5e5e5e;
	font-size:12px;
	margin-top:8px;
	margin-bottom:22px;
}
.MembershipPopup.MembershipStep03 .NextBtn {/*update01*/
	display:block;
	position:absolute;
	right:2px;
	bottom:32px;
	padding:10px 46px 10px 18px;
	background-image:url(../images/icons/membership-next-btn.png);
	background-repeat:no-repeat;
	background-position:80px 12px;
	background-color:#FFF;
	border:none;
	outline:none;
	cursor:pointer;
	font-family: 'gotham_narrowmedium';
	font-size:13px;
}
.MembershipPopup.MembershipStep03 .NextBtn:hover {/*update01*/
	background-image:url(../images/icons/membership-next-btn_over.png);
	color:#ff0000;
}

.MembershipStep04Text {/*update01*/
	font-size:30px;
	color:#000;
	text-align:center;
	padding-top:40px;
	padding-bottom:20px;
	margin-bottom:15px;
	background-image:url(../images/membership-step-04-text_bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.MembershipStep04 {/*update01*/}

.MembershipStep04 .ArtfullUrl {/*update01*/
	overflow:hidden;
	width:378px;
	margin:30px auto;
}
.URLsep {/*update01*/
	float:left;
	margin:0px 10px;
}
.MembershipStep04 .ArtfullUrl .Field {/*update01*/
	width:163px;
	height:35px;
	background-color:#FFF;
	float:left;
}
.MembershipStep04 .ArtfullUrl .Field input {/*update01*/
	border:none;
	color:#f43b3b;
	height:18px;
	width:140px;
	margin-top:6px;
	padding-left:14px;
	outline:none;
	font-family: 'bariol_regularregular';
	font-size:15px;
}
.SafetyText {/*update01*/
	font-size:14px;
	text-align:center;
}
.SafetyText span {/*update01*/
	color:#F00;
}

.TCCheck {/*update01*/
	overflow:hidden;
	width: 465px;
	margin: 24px auto;
}
.TCCheck div {/*update01*/
	float:left;
	height:35px;
}
.TCCheck .Field {/*update01*/
	width:204px;
	background-color:#FFF;
}
.NonTC {/*update01*/
	border-left:1px dashed #000;
	margin-left:28px;
	padding-left:28px;
}
.NonTC a {/*update01*/
	display:block;
	padding-left:28px;
	margin-top:10px;
	text-decoration:none;
	background-image:url(../images/icons/tc-radio.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:14px;
	color:#000;
}
.NonTC a input {/*update01*/
	visibility:hidden;
}
.NonTC a.checked {
	background-image:url(../images/icons/tc-radio_checked.gif);
}
.TCCheck .Field input {/*update01*/
	border:none;
	color:#f43b3b;
	height:18px;
	width:140px;
	margin-top:6px;
	padding-left:14px;
	outline:none;
	font-family: 'bariol_regularregular';
	font-size:15px;
}
.MembershipPopup.MembershipStep04 .NextBtn {/*update01*/
	display:block;
	width:105px;
	margin:0px auto 40px auto;
	padding:10px 46px 10px 18px;
	background-image:url(../images/icons/membership-next-btn.png);
	background-repeat:no-repeat;
	background-position:80px 12px;
	background-color:#FFF;
	border:none;
	outline:none;
	cursor:pointer;
	font-family: 'gotham_narrowmedium';
	font-size:13px;
}
.MembershipPopup.MembershipStep04 .NextBtn:hover {/*update01*/
	background-image:url(../images/icons/membership-next-btn_over.png);
	color:#ff0000;
}

/* LOGIN POPUP */

.LoginPopup {/*update01*/
	width:390px;
	height:340px;
	background-color:#fff200;
	font-family: 'solomon_sans_lightregular';
}
.LoginPopup .PopupNav {/*update01*/
	overflow:hidden;
}
.LoginPopup .PopupNav a {/*update01*/
	display:block;
	float:left;
	background-color:#2b2b2b;
	color:#FFF;
	text-decoration:none;
	font-family:18px;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
	border-left:1px solid #fff200;
}
.LoginPopup .PopupNav a.Selected {/*update01*/
	background:none;
	color:#000;
}
.LoginPopup .PopupNav a:first-child {/*update01*/
	border-left:none;
}
.LoginPopup .PopupNav a.Login {/*update01*/
	width:100px;
}
.LoginPopup .PopupNav a.Register {/*update01*/
	width:119px;
}
.LoginPopup .PopupNav a.ResetPassword {/*update01*/
	width:169px;
}
.LoginPopup .PopupContainer {/*update01*/
	position:relative;
}
.LoginPopup .PopupContainer .PopupContent {/*update01*/
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 35px;
	padding-top: 20px;
	padding-right:14px;
}
.LoginPopup .PopupContainer .PopupContent.Selected {/*update01*/
	display:block;
}
.LoginPopup .PopupContainer .PopupContent .LoginPopupTitle {/*update01*/
	font-size:36px;
	color:#ff0000;
	margin-bottom:10px;
}
.LoginPopup .PopupContainer .PopupContent .LoginPopupText {/*update01*/
	font-size:18px;
	padding-bottom:16px;
    font-family: 'gotham_narrowlight';
}
.LoginPopup .LoginFields .Field {/*update01*/
	width:330px;
	height:35px;
	float:left;
	margin-bottom:10px;
}
.LoginPopup .LoginFields .Field input {/*update01*/
    background: none repeat scroll 0 0 #FFF200;
    border: 1px solid #000000;
    color: #000000;
    font-family: 'gotham_narrowlight';
    font-size: 14px;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 16px;
    width: 240px;
}
.LoginPopup .LoginFields .Field input:focus {
    background: #fff980;
}


.LoginPopup .LoginFields .LoginButton {/*update01*/
    background: none repeat scroll 0 0 #FFF200;
    border: 1px solid #000000;
    color: #000000;
    display: block;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    height: 22px;
    padding-top: 8px;
    padding-left: 16px;
    text-align: left;
    text-decoration: none;
    width: 256px;
    float: left;

}
.LoginFields .GenerateFieldsContainer {/*update01*/
    border: 1px solid #000000;
    margin-bottom: 8px;
    overflow: hidden;
    width: 272px;
    height: 35px;
}
.LoginFields .GenerateFieldsContainer div {/*update01*/
    position: relative;
    top: -16px;
}
.LoginFields .GenerateFieldsContainer .GenerateField {/*update01*/
    height: 35px;
    left: 155px;
    position: relative;
    top: -70px;
    width: 117px;

}
.LoginFields .GenerateFieldsContainer .GenerateField input {/*update01*/
	width:100px;
	border:none;
	outline:none;
	margin-left:8px;
	margin-top:7px;
	font-family: 'gotham_narrowmedium';
	font-size:14px;
	color:#000000;
    background: transparent;
}
.LoginFields .GenerateFieldsContainer .GenerateField input:focus {
    background: #fff980;
}



/* PORTFOLIO */

#BreadCrumbContainer {
	font-family: 'solomon_sans_normalregular';
	font-size:11px;
	margin:10px 0px 6px 10px;
}
#BreadCrumbContainer a {
	text-decoration:none;
	color:#000000;
}

#PortfolioNav {
	width:inherit;
	height:43px;
	border-top:1px solid #cfcfcf;
	font-family: 'solomon_sans_normalregular';
	font-size:12px;
    border-bottom:2px solid #949494;
}
#PortfolioNav > ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#PortfolioNav > ul > li {
	float:left;
    /*padding-right: 36px;*/

	background-repeat:no-repeat;
	background-position:20px 12px;
}
#PortfolioNav > ul > li > a {
	display:block;
	height:28px;
	padding-left:74px;
	padding-top:15px;
	text-decoration:none;
	color:#000000;
	background-image:url(../images/icons/portfolio-nav_sep.gif);
	background-repeat:no-repeat;
	background-position:61px 10px;
}
#PortfolioNav > ul > li:hover {
	background-color:#ffff00;
	border-bottom:2px solid  #000000;

}
#PortfolioNav > ul > li:hover > a {
	font-family: 'solomon_sans_boldbold';

}


#PortfolioNav > ul > li.AddWorks {
    position:relative;
	background-image:url(../images/icons/add-works.png);
    width: 124px;
}


#PortfolioNav > ul > li.MyPortfolio {
	position:relative;
	background-image:url(../images/icons/my-portfolio.png);
    width: 154px;
}
#PortfolioNav > ul > li.active {
	background-color:#ffff00;
	border-bottom:2px solid  #000000;
	font-family: 'solomon_sans_boldbold';
}

#PortfolioNav > ul > li.Discover {
	background-image:url(../images/icons/discover.png);
    width: 150px;
}
#PortfolioNav > ul > li.Activity {
	background-image:url(../images/icons/news.png);
    width: 200px;

}
#PortfolioNav > ul > li.Event {
	background-image:url(../images/icons/event.png);
    width: 150px;

}

#PortfolioNav > ul > li.Friends {
    background-image:url(../images/icons/profile-friends-icon.png);
    width: 175px;

}
/* MY PORTFOLIO NAV */

#PortfolioNav > ul > li.AddWorks:hover > ul {
	display:block;
}
#PortfolioNav > ul > li.AddWorks > ul  {
	display:none;
	padding:0px;
	margin:0px;
	list-style-type:none;
	position:absolute;
	top:43px;
	left:0px;
	z-index:100;
	width:210px;
	border-bottom:2px solid #000000;
	xheight:126px;
	background-color:#FFF;
	t-size:12px;
}

#PortfolioNav > ul > li.AddWorks > ul li {
	width:210px;
	border-top:1px solid #cfcfcf;
	background-repeat:no-repeat;
	background-position:27px 5px;
}

#PortfolioNav > ul > li.AddWorks > ul li:first-child {
	border-top:none;
}


#PortfolioNav > ul > li.MyPortfolio:hover > ul {
	display:block;
}
#PortfolioNav > ul > li.MyPortfolio > ul  {
	display:none;
	padding:0px;
	margin:0px;
	list-style-type:none;
	position:absolute;
	top:43px;
	left:0px;
	z-index:100;
	width:210px;
	border-bottom:2px solid #000000;
	xheight:126px;
	background-color:#FFF;
	t-size:12px;
}

#PortfolioNav > ul > li.MyPortfolio > ul li {
	width:210px;
	border-top:1px solid #cfcfcf;
	background-repeat:no-repeat;
	background-position:27px 5px;
}

#PortfolioNav > ul > li.MyPortfolio > ul li:first-child {
	border-top:none;
}


#PortfolioNav > ul > li.MyPortfolio > ul li.MyWork {
	background-image:url(../images/icons/my-work.png);
}
#PortfolioNav > ul > li.MyPortfolio > ul li.MyPorfile {
	background-image:url(../images/icons/my-profile.png);
}
#PortfolioNav > ul > li.MyPortfolio > ul li.WorkExperience {
	background-image:url(../images/icons/work-experience.png);
}
#PortfolioNav > ul > li.MyPortfolio > ul li.Statistics {
	background-image:url(../images/icons/statistics.png);
}
#PortfolioNav > ul > li.MyPortfolio > ul li.CreateNewProject {
	background-image:url(../images/icons/create-new-project.png);
}

#PortfolioNav > ul > li.AddWorks > ul li.CreateNewProject {
	background-image:url(../images/icons/create-new-project.png);
}

#PortfolioNav > ul > li.MyPortfolio > ul li a {
	display:block;
	text-decoration:none;
	color:#000;
	height:18px;
	padding-left:68px;
	padding-top:8px;
	background-image:url(../images/icons/my-portfolio-nav_sep.gif);
	background-repeat:no-repeat;
	background-position:60px 0px;
}

#PortfolioNav > ul > li.AddWorks > ul li a {
	display:block;
	text-decoration:none;
	color:#000;
	height:18px;
	padding-left:68px;
	padding-top:8px;
	background-image:url(../images/icons/my-portfolio-nav_sep.gif);
	background-repeat:no-repeat;
	background-position:60px 0px;
}

#MyPortfolioNav {
	overflow:hidden;
	width:inherit;
	font-family: 'solomon_sans_normalregular';
	font-size:12px;
	margin-top:20px;
	background-image:url(../images/icons/my-portfolio-nav_bg.gif);
	background-repeat:repeat-x;
	background-position:522px bottom;
}
#MyPortfolioNav ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#MyPortfolioNav ul li {
	float:left;
	background-repeat:no-repeat;
	border-right:1px solid #cfcfcf;
	background-position:9px 9px;
	border-bottom:1px solid #cfcfcf;
}
#MyPortfolioNav ul li.active {
	border-bottom:none;
}
#MyPortfolioNav ul li.MyWork {
	background-image:url(../images/icons/my-work.png);
}
#MyPortfolioNav ul li.MyPorfile {
	background-image:url(../images/icons/my-profile.png);
}
#MyPortfolioNav ul li.WorkExperience {
	background-image:url(../images/icons/work-experience.png);
}
#MyPortfolioNav ul li.Statistics {
	background-image:url(../images/icons/statistics.png);
}

#MyPortfolioNav ul li a {
	display:block;
	height:22px;
	text-decoration:none;
	color:#000;
	padding-left:38px;
	padding-right:20px;
	padding-top:12px;
} 
#MyPortfolioNav ul li.active a {
	background-image:url(../images/icons/my-portfolio-nav_active_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
    border-bottom: 1px solid #ffffff;
}

#MyPortfolioSubNav {
	overflow:hidden;
	width:inherit;
	margin-top:16px;
	border-bottom:1px solid #cfcfcf;
}
#MyPortfolioSubNav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family: 'solomon_sans_normalregular';
	font-size:12px;
}
#MyPortfolioSubNav ul li {
	float:left;
	border-left:1px solid #cfcfcf;
}
#MyPortfolioSubNav ul li:first-child {
	border-left:none;
}
#MyPortfolioSubNav ul li a {
	display: block;
	height: 22px;
	text-decoration: none;
	color: #000;
	padding-top: 4px;
	padding-left:25px;
	padding-right:25px;
	
}
#MyPortfolioSubNav ul li.active a {
	background-image: url(../images/icons/my-portfolio-nav_active_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#ViewEditProfileNav {
	overflow:hidden;
	width:inherit;
	margin-top:16px;
	border-bottom:1px solid #cfcfcf;
}
#ViewEditProfileNav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family: 'solomon_sans_normalregular';
	font-size:12px;
}
#ViewEditProfileNav ul li {
	float:left;
	border-left:1px solid #cfcfcf;
	height:21px;
	padding:0px 25px 0px 25px;
}
#ViewEditProfileNav ul li:first-child {
	border-left:none;
}
#ViewEditProfileNav ul li a {
	display:block;
	text-decoration:none;
	color:#000;
	padding-bottom:3px;
	padding-top:2px;
	
}
#ViewEditProfileNav ul li.active a {
	border-bottom:2px solid #11a8ab;
}

#ContentWrapper {
	overflow:hidden;
	width:inherit;
}
#ContentContainer {
	float:left;
	width:880px;
	min-height:700px;
	border-right:1px solid #cfcfcf;
}
.UploadContainer {
	width:768px;
	height:273px;
	background-color:#eaeaea;
	border:1px solid #d6d6d6;
	margin-left:56px;
	margin-top:56px;
	font-family: 'gotham_narrowlight';
}
.UploadContainer .Title {
	text-align:center;
	font-size:30px;
	color:#000;
	padding-top:30px;
	padding-bottom:16px;
	background-image:url(../images/uploadContainer_sep.png);
	background-repeat:no-repeat;
	background-position:300px bottom;
}
.UploadContainer .Info {
	text-align:center;
	font-size:14px;
	color:#979797;
	line-height:23px;
	padding-top:16px;
}
.UploadContainer .UploadButton {
	display:block;
	width:183px;
	height:54px;
	background-image:url(../images/upload-btn_sanatci.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
	position:relative;
	top:22px;
	font-family: 'gotham_narrowmedium';
	text-decoration:none;
	font-size:12px;
	color:#5d7731;
}
.UploadContainer .UploadButton span {
	display:block;
	padding-left:22px;
	padding-top:20px;
}
.UploadText {
	font-family: 'solomon_sans_lightregular';
	font-size:16px;
	color:#7e8c8d;
	text-align:center;
	padding-top:42px;
}

#ProfileContainer {
	border-right:1px solid #e6e6e6;
}
#ProfileContainer .Sanatci {
	width:880px;
	height:40px;
	border-bottom:1px solid #e6e6e6;
	background-color:#ffff00;
	font-family: 'gotham_narrowmedium';
	font-size:18px;
	color:#000;
}
#ProfileContainer .Sanatci span {
	display:block;
	padding-top:10px;
	padding-left:18px;
}
#SanatciDetails {
	overflow:hidden;
	width:879px;
	height:120px;
	border-bottom:1px solid #e5e5e5;
}
#SanatciDetails .Left {
	float:left;
	width:456px;
	height:inherit;
	border-right:1px solid #e5e5e5;
}
#SanatciDetails .Left .ProfileImage {
	float:left;
	width:104px;
	height:104px;
	margin-left:14px;
	margin-top:8px;
}
#SanatciDetails .Left .ProfileImage img {
    border-radius: 1000px;
}

.YazarHeader .ProfileImage {
	float:left;
	width:52px;
	height:104px;
	margin-left:14px;
	margin-top:8px;
}
.YazarHeader .ProfileImage img {
    border-radius: 1000px;
}

.DetailSep {
	float:left;
	margin:27px 12px 0px 12px;
}
#SanatciDetails .Left .SanatciInfo span {
	display:block;
	font-family: 'gotham_narrowlight';
	font-size:12px;
	margin-bottom:6px;
}
#SanatciDetails .Left .SanatciInfo span a {
	text-decoration: none;
	color:#000 ;
}
#SanatciDetails .Left .SanatciInfo span.SanatciAdi {
	font-size:20px;
	margin-top:15px;
}
#SanatciDetails .Right {
	float:right;
	width:422px;
	height:inherit;
}
#SanatciDetails .Right div {
	float:left;
	width:102px;
	height:64px;
	text-align:center;
	font-family: 'gotham_narrowlight';
	margin-top:30px;
	background-image:url(../images/sanatci-detail-right_sep.gif);
	background-repeat:no-repeat;
	background-position:left 52px;
}
#SanatciDetails .Right div span {
	display:block;
	font-size:20px;
	color:#666666;
	margin-bottom:5px;
}
#SanatciDetails .Right div span.Title {
	font-size:10px;
	color:#aaaaaa;
}
#SanatciDetails .Right .Yorum {}
#SanatciDetails .Right .Yorum .YorumCount {}
#SanatciDetails .Right .Goruntulenme {}
#SanatciDetails .Right .Goruntulenme .GoruntulenmeCount {}
#SanatciDetails .Right .TakipEdilen {}
#SanatciDetails .Right .TakipEdilen .TakipEdilenCount {}
#SanatciDetails .Right .Takipci {}
#SanatciDetails .Right .Takipci .TakipciCount {}

#SanatciDetails .Right div .YorumIcon {margin-top: 5px;}
#SanatciDetails .Right div .GoruntulenmeIcon {margin-top: 6px;}
#SanatciDetails .Right div .TakipEdilenIcon {margin-top: 2px;}
#SanatciDetails .Right div .TakipciIcon {margin-top: 6px;}

#RightCol {
	float:right;
	width:209px;
	min-height:500px;
}




.SanatciHakkinda {
}
.SanatciHakkinda .HakkindaTitle  {
	text-align:center;
	font-family: 'StratumNo1Medium';
	font-size:18px;
	color:#000;
	border-bottom:1px solid #cfcfcf;
	padding:18px 0px 16px 0px;
}
.SanatciHakkinda .Text {
	font-family: 'gotham_narrowlight';
	font-size:11px;
	color:#333333;
	line-height:18px;
	padding:0px 8px 0px 12px;
	border-bottom:1px solid #cfcfcf;
}





#GeneralContainer .LoveItBtn {
	text-align:center;
	padding:15px 0px 15px 0px;
}

#GeneralContainer .LoveItBtnLoved {
    text-align:center;
    padding:15px 0px 15px 0px;
}

#GeneralContainer .LoveItBtn a{

    width: 73px;
    height: 24px;
    display: block;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    color: #000000;
    font-family: 'gotham_narrowbold';
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;
    padding-top: 9px;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 2px;
    /*
    width: 73px;
    height: 33px;
    display: block;
    margin: 0 auto;
    background: url(../images/btn-loveit.png) no-repeat top left;
    */
}
#GeneralContainer .LoveItBtn a:hover{

    background: #FFF200;
    /*
    background: url(../images/btn-loveit.png) no-repeat bottom left;
    */
}
#GeneralContainer .LoveItBtnLoved a{

    width: 75px;
    height: 24px;
    display: block;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    color: #000000;
    font-family: 'gotham_narrowbold';
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;
    padding-top: 9px;
    padding-left: 15px;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    background: url(../images/btn-loveit-loved-icon.png) no-repeat top left;
    /*
    width: 90px;
    height: 33px;
    display: block;
    margin: 0 auto;
    background: url(../images/btn-loveit-loved.png) no-repeat top left;
    */
}
#GeneralContainer .LoveItBtnLoved a:hover{

    background: url(../images/btn-loveit-loved-icon.png) no-repeat bottom left;
}


#MasterRightCol .LoveItBtn {
	text-align:center;
	/*padding:15px 0px 15px 0px;*/
}
#MasterRightCol .LoveItBtnLoved {
    text-align:center;
    /*padding:15px 0px 15px 0px;*/
}
#MasterRightCol .LoveItBtn a{

    width: auto;

    display: block;
    color: #000000;
    font-family: 'gotham_narrowbold';
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;

    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 2px;
    /*
    width: 73px;
    height: 33px;
    display: block;
    margin: 0 auto;
    background: url(../images/btn-loveit.png) no-repeat top left;
    */
}
#MasterRightCol .LoveItBtn a:hover{

    background: #FFF200;
    border-bottom: 1px solid #CFCFCF;
    /*
    background: url(../images/btn-loveit.png) no-repeat bottom left;
    */
}
#MasterRightCol .LoveItBtnLoved a{

    width: auto;

    display: block;


    color: #000000;
    font-family: 'gotham_narrowbold';
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;

    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 2px;
    height: 15px;
	
	
    background: url("/images/btn-loveit-loved-icon-40.png") no-repeat 52px 0;

    /*
    width: 90px;
    height: 33px;
    display: block;
    margin: 0 auto;
    background: url(../images/btn-loveit-loved.png) no-repeat top left;
    */
}
#MasterRightCol .LoveItBtnLoved a:hover{

    background: #FFF200 url("/images/btn-loveit-loved-icon-40.png") no-repeat 54px -40px;
    border-bottom: 1px solid #CFCFCF;

}








.SanatciHakkindaYazilar {
	border-bottom:1px solid #cfcfcf;
	padding-bottom:18px;
}
.SanatciHakkindaYazilar .Title {
	font-family: 'StratumNo1Medium';
	font-size:12px;
	margin:16px 0px 12px 12px;
}
.YaziLink {
	width:170px;
	background-image:url(../images/icons/yazilar.png);
	background-repeat:no-repeat;
	font-family: 'gotham_narrowlight';
	font-size:11px;
	margin-left:10px;
	margin-top:8px;
}
.YaziLink a {
	display:block;
	line-height:18px; 
	text-decoration:none;
	color:#333333;
	padding-left:27px;
	padding-bottom:6px;
	background-image:url(../images/sanatci-yazi_sep.gif);
	background-repeat:no-repeat;
	background-position:27px bottom;
}
.Fuarlar {
	border-bottom:1px solid #cfcfcf;
	padding-bottom:18px;
}
.Fuarlar .Title {
	font-family: 'StratumNo1Medium';
	font-size:12px;
	margin:16px 0px 12px 12px;
}
.SanatciSosyalMedya {
	border-bottom:1px solid #cfcfcf;
	padding-bottom:12px;
}
.SanatciSosyalMedya .Title {
	font-family: 'StratumNo1Medium';
	font-size:12px;
	margin:16px 0px 12px 12px;
}
.SosyalMedyaButtons {
	overflow:hidden;
	margin-left:12px;
}
.SosyalMedyaButtons a {
	display:block;
	float:left;
}

/* ACTIVITY FEED */
#ActivityFeedWrapper {
	overflow:hidden;
	width:1090px;
	min-height:700px;
}
#ActivityFeedTop {
	width:inherit;
	height:63px;
	border-bottom:1px solid #cfcfcf;
}
#FindCreativesText {
	float:left;
	width:314px;
	font-family: 'gotham_narrowlight';
	font-size:18px;
	height:63px;
	border-right:1px solid #cfcfcf;
}
#FindCreativesText span {
	display:block;
	margin-left:30px;
	margin-top:24px;
	color:#000;
}
#ArtfullLink {
	float:right;
	font-family: 'gotham_narrowlight';
	font-size:14px;
	height:63px;
	border-left:1px solid #cfcfcf;
}
#ArtfullLink a {
	display:block;
	text-decoration:none;
	color:#000;
	margin:26px 14px 0px 18px;
}

#ActivityFeedContainer {
	overflow:hidden;
	width:inherit;
	min-height:500px;
}
.ActivityFeedNav {
	float:left;
	width:210px;
	min-height:500px;
	border-right:1px solid #cfcfcf;
}
.SanatcilarDropdownWrapper {
	width:210px;
	height:55px;
	border-bottom:1px solid #cfcfcf;
}
.GalerilerDropdownWrapper {
	width:210px;
	height:55px;
	border-bottom:1px solid #cfcfcf;
}
.YazarlarDropdownWrapper {
	width:210px;
	height:55px;
	border-bottom:1px solid #cfcfcf;
}
.SelectedItemsContainer {
	width:210px;
	height:180px;
	border-bottom:1px solid #cfcfcf;
}

.ActivityFeedContent {
	float:right;
	width:879px;
}
.ActivityFeedText {
	text-align:center;
	font-family: 'gotham_narrowlight';
	font-size:18px;
	padding-top:224px;
}

/* EDIT PROFILE */
/* BURASI */
#EditProfileContainer {
	font-family: 'solomon_sans_normalregular';
}

#EditProfileNav {
	width:inherit;
	font-family: 'gotham_narrowlight';
	height:84px;
	background-color:#f8f8f8;
	border-bottom:1px solid #cfcfcf;
}
#EditProfileNav a {
	position:relative;
	float:left;
	width:247px;
	height:84px;
	margin-left:-11px;
	display:block;
	text-decoration:none;
	color:#969696;
	z-index:9;
}
#EditProfileNav a.bg {
	background-image:url(../images/edit-profile-nav_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#EditProfileNav a.active {
	background-position:left bottom;
	z-index:10;
}
#EditProfileNav a:first-child {
	margin-left:0px;
}
#EditProfileNav a span {
	display:block;
	float:left;
	margin-top:21px;
}
#EditProfileNav a span.StepNumber {
	width:25px;
	height:22px;
	color:#cccccc;
	background-image:url(../images/edit-profile-nav-step-no_bg.png);
	background-position:left top;
	text-align:center;
	margin-left:55px;
	margin-top:30px;
	padding-top:3px;
}
#EditProfileNav a.active span.StepNumber {
	background-position:left bottom;
	color:#ffff00;
}
#EditProfileNav a span.StepText {
	margin-left:10px;
	margin-top:35px;
	font-size:15px;
}



.ProfileImageContent {
	overflow:hidden;
	width:879px;
	padding-bottom:33px;
	border-bottom:1px solid #e0e0e0;
	margin-top:36px;
}
.ProfileImageContent .Left {
	float:left;
	width:199px;
}
.ProfileImageContent .Left span {
	display:block;
	padding-left:14px;
	font-size:14px;
}
.ProfileImageArea {
	float:left;
	margin-right:5px;	
}
.ProfileImageArea img {
	border-radius: 1000px;	
}
.UploadProfileImageArea {
	float:left;
	width:494px;
	height:131px;
	background-image:url(../images/upload-profile-image-area_bg.gif);
	background-repeat:no-repeat;
}
.UploadProfileImageArea .UploadButton {
	display: block;
	width: 183px;
	height: 54px;
	background-image: url(../images/upload-btn.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	position: relative;
	top: 42px;
	font-family: 'gotham_narrowmedium';
	text-decoration: none;
	font-size: 12px;
	color: #5d7731;
}
.UploadProfileImageArea .UploadButton span {
	display: block;
	padding-left: 45px;
	padding-top: 20px;
}

.ProfileImageContent .Right {
	float:left;
}

.PersonalInfoContent {
	overflow:hidden;
	width:879px;
	padding-bottom:26px;
	padding-top:16px;
	border-bottom:1px solid #e0e0e0;
}
.PersonalInfoContent .Left {
	float:left;
	width:199px;
}
.PersonalInfoContent .Left span {
	display:block;
	padding-left:14px;
	font-size:14px;
}

.PersonalInfoContent .Right {
	float:left;
	padding-top:18px;
}
.PersonalInfoFieldsLeft {
	float:left;
	width:206px;
}
.PersonalInfoFieldsRight {
	float:left;
	width:206px;
	margin-left:36px;
}
.PersonalInfoFieldsLeft .Field,.PersonalInfoFieldsRight .Field {
	width:206px;
	height:31px;
	background-image:url(../images/edit-profile-general-textbox_bg.gif);
	background-repeat:no-repeat;
	margin-bottom:18px;
}
.PersonalInfoFieldsLeft .Field input,.PersonalInfoFieldsRight .Field input {
	border:none;
	outline:none;
	width:190px;
	margin-top:7px;
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#acb5b8;
}
.OccupationTitleEx {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#acb5b8;
	margin-top:-15px;
	margin-bottom:14px;
}

.LocationContent {
	overflow:hidden;
	width:879px;
	padding-bottom:26px;
	padding-top:16px;
	border-bottom:1px solid #e0e0e0;
}
.LocationContent .Left {
	float:left;
	width:199px;
}
.LocationContent .Left span {
	display:block;
	padding-left:14px;
	font-size:14px;
}
.LocationContent .Right {
	float:left;
}
.LocationContent .Right .CountrySelection {
	float:left;
}
.LocationContent .Right .CityField {
	float:left;
	width:206px;
	height:31px;
	margin-left:8px;
	background-image:url(../images/edit-profile-general-textbox_bg.gif);
	background-repeat:no-repeat;
}
.LocationContent .Right .CityFieldList {
	float:left;
	width:206px;
	height:31px;
	margin-left:8px;
	background-repeat:no-repeat;
}
.LocationContent .Right .CityField input {
	border:none;
	outline:none;
	width:190px;
	margin-top:7px;
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#acb5b8;
}

.WebLinkContent {
	overflow:hidden;
	width:879px;
	padding-bottom:26px;
	padding-top:24px;
	border-bottom:1px solid #e0e0e0;
}
.WebLinkContent .Left {
	float:left;
	width:199px;
}
.WebLinkContent .Left span {
	display:block;
	padding-left:14px;
	padding-top:14px;
	font-size:14px;
}
.WebLinkContent .Right {
	float:left;
}
.WebLinkInfo {
	display:block;
	font-family: 'gotham_narrowlight';
	font-size:13px;
	margin-bottom:34px;
}

.WebLinkContent .Right #user_social_media {
	display:block;
	font-family: 'gotham_narrowlight';
	font-size:13px;
	margin-bottom:34px;
}

.WebLinkContent .Right #user_social_media div {
	margin-bottom:10px;
}

.WebLinkWrapper {
	overflow:hidden;
	float:left;
	width:540px;
	height:68px;
	border:1px solid #dcdcdc;
	border-radius:6px;
}
.WebLinkSelection {
	float:left;
	margin-top:20px;
	margin-left:20px;
}
.WebLinkField {
	float:left;
	width:206px;
	height:31px;
	margin-left:8px;
	background-image:url(../images/edit-profile-general-textbox_bg.gif);
	background-repeat:no-repeat;
	margin-top:20px;
}
.WebLinkField input {
	border:none;
	outline:none;
	width:190px;
	margin-top:7px;
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#acb5b8;
}
.WebLinkWrapper .AddBtn {
	display:block;
	float:left;
	margin-left:8px;
	margin-top:23px;
}

.AvailabilityContent {
	overflow:hidden;
	width:879px;
	padding-bottom:26px;
	padding-top:24px;
	border-bottom:1px solid #e0e0e0;
}
.AvailabilityContent .Left {
	float:left;
	width:199px;
}
.AvailabilityContent .Left span {
	display:block;
	padding-left:14px;
	padding-top:14px;
	font-size:14px;
}
.AvailabilityContent .Right {
	float:left;
}
.AvailabilityInfo {
	width:445px;
	border-bottom:2px solid #e0e0e0;
	font-family: 'gotham_narrowlight';
	font-size:13px;
	margin-bottom:20px;
	padding-bottom:24px;
}
.AvailabilityContent .Right .CheckBoxList {
	float:left;
	font-family: 'gotham_narrowlight';
	font-size:13px;
	margin-right:36px;
}
.AvailabilityContent .Right .CheckBoxList .CheckBox {
	display:block;
	background-image:url(../images/checkbox_bg.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:12px;
	cursor:pointer;
}

.ProfessionalLevelExperienceContent {
	overflow:hidden;
	width:879px;
	padding-bottom:26px;
	padding-top:14px;
	border-bottom:1px solid #e0e0e0;
}
.ProfessionalLevelExperienceContent .Left {
	float:left;
	width:199px;
}
.ProfessionalLevelExperienceContent .Left span {
	display:block;
	padding-left:14px;
	padding-top:14px;
	font-size:14px;
}
.ProfessionalLevelExperienceContent .Right {
	float:left;
	margin-top:20px;
}
.ProfessionalLevelWrapper {
	float:left;
}
.ProTitle,.ExpTitle {
	width:190px;
	font-family: 'gotham_narrowlight';
	font-size:13px;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:5px;
	margin-bottom:14px;
}
.ExperienceWrapper {
	float:left;
	margin-left:30px;
}
#EditPorfileContainerBottom {
	width:inherit;
	height:64px;
	background-image:url(../images/edit-profile-bottom_bg.jpg);
	background-repeat:repeat-x;
}
.SaveProfileBtn {
	position:relative;
	top:20px;
	display:block;
	width:62px;
	margin:0px auto;
}

.AboutContainer {
	overflow:hidden;
	width:inherit;
	border-top:1px solid #e0e0e0;
	padding-top:40px;
	margin-bottom:42px;
}
.AboutContainer:first-child {
	border-top:none;
}
.AboutContainer .Left {
	float:left;
	width:176px;
	margin-left:20px;
}
.AboutContainer .Left .AboutField {
	float:left;
	width:176px;
	height:32px;
	background-image:url(../images/about-me-textbox_bg.jpg);
	background-repeat:no-repeat;
}
.AboutContainer .Left .AboutField input {
	border:none;
	outline:none;
	width:160px;
	margin-top:7px;
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#acb5b8;
}
.AboutContainer .Right {
	float:left;
	width:472px;
	margin-left:14px;
}
.AboutContainer .Right .AboutFieldValue {
	width:472px;
	height:128px;
	border:1px solid #e0e0e0;
	border-radius:6px;
}
.AboutContainer .Right .AboutFieldValue textarea {
	overflow:hidden;
	border:none;
	outline:none;
	width:460px;
	height:112px;
	margin-top:7px;
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#acb5b8;
}

/* PROJE EKLEME */

.EditorHeader {
	overflow:hidden;
	width:inherit;
	height:56px;
	border-bottom:1px solid #cfcfcf;
}

.EditorFooter {
	overflow:hidden;
	width:inherit;
	height:56px;
	border-top:1px solid #cfcfcf;
}

.EditorNav {
	overflow:hidden;
	float:left;
	font-family: 'gotham_narrowbold';
	font-size:14px;
	height:56px;
	font-weight:bold;
}
.EditorNav a {
	display:block;
	float:left;
	color:#000;
	height:34px;
	text-decoration:none;
	padding:20px 20px 0px 20px;
	background-image:url(../images/editor-nav_sep.gif);
	background-repeat:no-repeat;
	background-position:right 23px;
}
.EditorNav a.active {
	background-color:#ffff00;
	border-bottom:2px solid #000;
}

.EditorHeader .EditorInfoNav {
	font-family: 'gotham_narrowlight';
	font-size:11px;
}
.EditorHeader .EditorInfoNav a {
	position:relative;
	float:left;
	width:165px;
	height:56px;
	margin-left:-8px;
	display:block;
	text-decoration:none;
	color:#969696;
	z-index:9;
}
.EditorHeader .EditorInfoNav a.bg {
	background-image:url(../images/editor-info-nav_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.EditorHeader .EditorInfoNav a.active {
	background-position:left bottom;
	z-index:10;
}
.EditorHeader .EditorInfoNav a:first-child {
	margin-left:0px;
}
.EditorHeader .EditorInfoNav a span {
	display:block;
	float:left;
	margin-top:21px;
}
.EditorHeader .EditorInfoNav a span.StepNumber {
	width:17px;
	height:17px;
	color:#cccccc;
	background-image:url(../images/editor-info-nav-step-no_bg.png);
	background-position:left bottom;
	text-align:center;
	margin-left:24px;
}
.EditorHeader .EditorInfoNav a.active span.StepNumber {
	background-position:left top;
	color:#ffff00;
}
.EditorHeader .EditorInfoNav a span.StepText {
	margin-left:10px;
	margin-top:22px;
	font-size:12px;
}

#EditorContentContainer {
	width:inherit;
}
#ProjectHeader {
	height:85px;
	border-bottom:1px solid #cfcfcf;
}
#ProjectHeader #ProjectTitle {
	float:left;
	font-family: 'gotham_narrowlight';
	font-size:30px;
	margin-top:25px;
	margin-left:28px;
}
#ProjectHeader .sep {
	display:block;
	float:left;
	margin:40px 16px;
}
#ProjectHeader .EditButton {
	display:block;
	float:left;
	font-family: 'gotham_narrowlight';
	font-size:12px;
	color:#454545;
	text-decoration:none;
	margin-top:35px;
	background-image:url(../images/icons/edit.png);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:4px;
}

#AddMediaNav {
	width:inherit;
	height:44px;
	border-top:1px solid #cfcfcf;
	font-family: 'solomon_sans_normalregular';
	font-size:12px;
}
#AddMediaNav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#AddMediaNav ul li {
	width:210px;
	border-bottom:2px solid #949494;
	background-repeat:no-repeat;
	background-position:20px 12px;
}
#AddMediaNav ul li a {
	display:block;
	height:26px;
	padding-left:74px;
	padding-top:15px;
	text-decoration:none;
	color:#000000;
	background-image:url(../images/icons/portfolio-nav_sep.gif);
	background-repeat:no-repeat;
	background-position:61px 10px;
}
#AddMediaNav ul li:hover {
	background-color:#ffff00;
	border-bottom:2px solid  #000000;
}
#AddMediaNav ul li:hover a {
	font-family: 'solomon_sans_boldbold';
}
#AddMediaNav ul li.active {
	background-color:#ffff00;
	border-bottom:2px solid  #000000;
	font-family: 'solomon_sans_boldbold';
}
#AddMediaNav ul li.UploadFiles {
	background-image:url(../images/icons/add-works.png);
}
#AddMediaNav ul li.EmbedMedia {
	position:relative;
	background-image:url(../images/icons/my-portfolio.png);
}
#AddMediaNav ul li.AddText {
	background-image:url(../images/icons/discover.png);
}

#EditorContent {
    font-family: 'solomon_sans_normalregular';
	overflow:hidden;
	width:inherit;
}
#ProjectModule {
	position:relative;
	width:600px;
	margin:0px auto;
	padding-top:156px;
}
.ModuleLoadingWrapper {
	position:absolute;
	width:inherit;
	height:inherit;
	background-color:#ffff00;
	opacity:0.8;
}

/* PROJE POPUPLAR */

.ProjectDialogPopup {
	width:812px;
	min-height:545px;
	background-image:url(../images/add-project-popup_bg.jpg);
	xbackground-repeat:no-repeat;
	border-bottom:2px solid #000;
}
.ProjectDialogPopup .EditorInfoNav {
	width:inherit;
	font-family: 'gotham_narrowlight';
	font-size:11px;
	height:56px;
	background-color:#f8f8f8;
	border-bottom:1px solid #cfcfcf;
}
.ProjectDialogPopup .EditorInfoNav a {
	position:relative;
	float:left;
	width:165px;
	height:56px;
	margin-left:-8px;
	display:block;
	text-decoration:none;
	color:#969696;
	z-index:9;
}
.ProjectDialogPopup .EditorInfoNav a.bg {
	background-image:url(../images/editor-info-nav_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.ProjectDialogPopup .EditorInfoNav a.active {
	background-position:left bottom;
	z-index:10;
}
.ProjectDialogPopup .EditorInfoNav a:first-child {
	margin-left:0px;
}
.ProjectDialogPopup .EditorInfoNav a span {
	display:block;
	float:left;
	margin-top:21px;
}
.ProjectDialogPopup .EditorInfoNav a span.StepNumber {
	width:17px;
	height:17px;
	color:#cccccc;
	background-image:url(../images/editor-info-nav-step-no_bg.png);
	background-position:left bottom;
	text-align:center;
	margin-left:24px;
}
.ProjectDialogPopup .EditorInfoNav a.active span.StepNumber {
	background-position:left top;
	color:#ffff00;
}
.ProjectDialogPopup .EditorInfoNav a span.StepText {
	margin-left:10px;
	margin-top:22px;
	font-size:12px;
}

.ProjectDialogPopup .Content {
	position:relative;
	width:inherit;
	min-height:427px;
	border-bottom:1px solid #cfcfcf;
}
.ProjectDialogPopup .BottomNav {
	overflow:hidden;
	width:inherit;
	background-color:#FFF;
	font-family: 'gotham_narrowbold';
}
.ProjectDialogPopup .BottomNav .Left {
	float:left;
}
.ProjectDialogPopup .BottomNav .Left * {
	float:left;
}
.ProjectDialogPopup .BottomNav .Left .BottomText {
	margin-left:26px;
	font-family: 'gotham_narrowlight';
	font-size:13px;
	color:#393939;
	margin-top:20px;
}
.ProjectDialogPopup .BottomNav .Left .BottomLogo {
	margin-top:12px;
	margin-left:10px;
}
.ProjectDialogPopup .BottomNav .Left .sep {
	margin:25px 12px;
}
.ProjectDialogPopup .BottomNav .Left .EditButton {
	display:block;
	font-family: 'gotham_narrowmedium';
	font-size:13px;
	color:#393939;
	text-decoration:none;
	margin-top:22px;
}
.ProjectDialogPopup .BottomNav .Right{
	float:right;
	height:60px;
	background-color:#FFF;
}
.ProjectDialogPopup .BottomNav .Right a {
	display: block;
	float: right;
	color: #000;
	height: 38px;
	text-decoration: none;
	padding: 22px 20px 0px 20px;
	background-image: url(../images/editor-nav_sep.gif);
	background-repeat: no-repeat;
	background-position: left 26px;
}
.ProjectDialogPopup .BottomNav .Right a.active {
	background-color: #ffff00;
}
.ProjectDialogPopup #ProjectCover {
	position:relative;
	top:12px;
	width:279px;
	height:400px;
	margin:0px auto;
	box-shadow: 0px 2px 30px #888888;
	text-align:center;
	font-family: 'gotham_narrowlight';
	font-size:14px;
}
.ProjectDialogPopup #ProjectCover #CoverPreview {
	width:inherit;
	height:336px;
	background-color:#ffff00;
	border-bottom:1px solid #cfcfcf;
}
.ProjectDialogPopup #ProjectCover #CoverPreview span {
	font-size:30px;
}
.ProjectDialogPopup #ProjectCover #CoverInfo {
	position:relative;
	width:inherit;
	height:63px;
	border-bottom:1px solid #cfcfcf;
	background-color:#FFF;
}
.ProjectDialogPopup #ProjectCover #CoverInfo #CoverTitle {
	position:relative;
	top:6px;
	width:265px;
	height:50px;
	margin:0px auto;
	background-color:#ebebeb;
	border:1px solid #c2c2c2;
}
.ProjectDialogPopup #ProjectCover #CoverInfo #CoverTitle input {
	border:none;
	background:transparent;
	color:#7a7a7a;
	text-align:center;
	width:240px;
	outline:none;
	font-family: 'gotham_narrowlight';
	padding-top:16px;
	font-size:11px;
}
#CoverTitleCounter {
	display:block;
	width:30px;
	background-image:url(../images/editor-nav_sep.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	color:#000;
	font-size:18px;
	font-family: 'gotham_narrowmedium';
	position:absolute;
	right:-48px;
	bottom:16px;
	padding-left:3px;
}
.ProjectDialogPopup #ProjectCover #CoverPreview #CoverPreviewText {
	padding-top:132px;
}

#UploadCover {
	width:104px;
	margin:0px auto;
	font-family: 'gotham_narrowmedium';
	font-size:18px;
	padding-bottom:12px;
}
#UploadCover a {
	text-decoration:none;
	color:#000;
}
#UploadCover:hover #UploadBg {
	background-position:left bottom;
}#UploadCover:hover a {
	color:#ff0000;
}
#UploadBg {
	margin:0px auto;
	width:47px;
	height:45px;
	background-image:url(../images/icons/upload-file.png);
	background-repeat:no-repeat;
	background-position:left top;
}

/* PROJECT SETTINGS */

.SettingsContent {
	overflow:hidden;
	width:inherit;
	min-height:427px;
}
.SettingsContent .LeftColumn {
	float:left;
	width:336px;
	min-height:427px;
	border-right:1px solid #c2c2c2;
	padding-bottom:10px;
}
.SettingsContent .LeftColumn .SettingsRow {
	margin-left:22px;
}
.SettingsContent .LeftColumn .SettingsRow .SettingsLabel {
	font-family: 'gotham_narrowlight';
	font-size:12px;
	color:#000;
	margin-bottom:8px;
	margin-top:20px;
}
.SettingsContent .LeftColumn .SettingsRow .CreativeFieldsContainer {
	background-color:#FFF;
	width:294px;
}
.CreativeFieldsContainer ul {
	overflow:hidden;
	padding:4px 4px;
	margin:0px;
	list-style-type:none;
	height:auto;
	width:288px;
	min-height:23px;
	border:1px solid #acacac;
	font-family: 'gotham_narrowlight';
	font-size:12px;
	color:#000;
}
.CreativeFieldsContainer ul li {
	display:inline-block;
	float:left;
	position:relative;
	border:1px solid #000;
	border-radius:3px;
	margin:2px 2px;
}
.CreativeFieldsContainer ul li span.Display {
	display:block;
	float:left;
	padding:6px;
	margin-right:22px;
}
.CreativeFieldsContainer ul li a.CloseButton {
	display:block;
	position:absolute;
	right:4px;
	top:5px;
}

.SettingsContent .LeftColumn .SettingsRow .TagsContainer {
	width:294px;
	height:120px;
	border:1px solid #acacac;
	background-color:#FFF;
}
.SettingsContent .LeftColumn .SettingsRow .DescriptionContainer {
	width:294px;
	height:90px;
	border:1px solid #acacac;
	background-color:#FFF;
}

.SettingsContent .RightColumn {
	float:left;
	width:475px;
	min-height:427px;
	background-color:#eeeeee;
}
.SettingsContent .RightColumn .SettingsRow {
	float:left;
	width:475px;
	border-bottom:1px solid #acacac;
	padding-bottom:18px;
	padding-top:18px;
}
.SettingsContent .RightColumn .SettingsRow:first-child {
	padding-bottom:38px;
	padding-top:16px;
}
.SettingsContent .RightColumn .SettingsRow .SettingsLabel {
	float:left;
	width:78px;
	font-family: 'gotham_narrowmedium';
	font-size:12px;
	color:#000;
	padding-left:20px;
	padding-top:5px;
	margin-right:5px;
}
.SettingsContent .RightColumn .SettingsRow.Credits .SettingsLabel {
	padding-top:10px;
}
.SettingsOption {
	float:left;
	width:352px;
	font-size:12px;
}
.SettingsOption .SettingsSubOption {
	overflow:hidden;
	border-bottom:1px solid #acacac;
	padding-bottom:5px;
	padding-top:5px;
}
.SettingsOption .SettingsSubOption.noborder {
	border-bottom:none;
}
.SettingsOption .SettingsNote {
	float:left;
	font-family: 'gotham_narrowlight';
}
.SettingsOption .SettingsNote img {
	display:block;
	float:left;
	margin-right:4px;
}
.SettingsOption .SettingsLink {
	display:block;
	float:right;
	text-decoration:none;
	color:#000;
	font-family: 'gotham_narrowmedium';
}
.SettingsContent .RightColumn .SettingsRow.noborder {
	border-bottom:none;
}
.SettingsContent .RightColumn .SettingsRow .MatureContainer {
	font-family: 'gotham_narrowlight';
	color:#000;
	font-size:12px;
	padding-left:20px;
	padding-top:16px;
}
.SettingsContent .RightColumn .SettingsRow .MatureContainer span {
	cursor:pointer;
	font-family: 'gotham_narrowmedium';
}

/* CREATIVE FIELDS START */

#CreativeFieldsPopup {
	overflow:hidden;
	width:316px;
	height:465px;
	border-bottom:2px solid #000;
	background-color:#FFF;
}
#CreativeFieldsPopup #Top {
	width:inherit;
	height:52px;
	border-bottom:1px solid #cfcfcf;
	font-family: 'gotham_narrowlight';
	font-size:18px;
	text-align:center;
}
#CreativeFieldsPopup #Top span {
	display:block;
	padding-top:15px;
}
#CreativeFieldsPopup #PopupInnerText {
	text-align:center;
	font-family: 'gotham_narrowlight';
	font-size:12px;
	padding-top:18px;
	padding-bottom:20px;
}
#CreativeFieldsDataContainer {
	position:relative;
	overflow:hidden;
	width:226px;
	height:260px;
	border:1px solid #a4a4a4;
	margin:0px auto;
	font-family: 'gotham_narrowlight';
	font-size:13px;
}
#CreativeFieldsDataContainer ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	width:100%;
}
#CreativeFieldsDataContainer ul li {
	display:block;
	padding:3px 10px;
	width:224px;
	cursor:pointer;
}
#CreativeFieldsDataContainer ul li.active {
	background-color:#efefef;
	background-image:url(../images/icons/blue-arrow.png);
	background-repeat:no-repeat;
	background-position:194px 7px;
}
#CreativeFieldsPopup #ErrorFieldsData {
	width:100%;
	height:27px;
	background-color:#ffff00;
	font-family: 'gotham_narrowlight';
	font-size:12px;

}
#CreativeFieldsPopup #ErrorFieldsData img {
	padding-top:2px;
	display:block;
	float:left;
	margin-top:4px;
	margin-left:59px;
}
#CreativeFieldsPopup #ErrorFieldsData span {
	display:block;
	float:left;
	margin-top:7px;
	padding-left:8px;
}
#CreativeFieldsPopup .BottomNav {
	overflow:hidden;
	width:100%;
	height:52px;
	border-top:1px solid #000;
	font-family: 'gotham_narrowlight';
	
}
#CreativeFieldsPopup .BottomNav .Right{
	float:right;
	xheight:52px;
	background-color:#FFF;
}
#CreativeFieldsPopup .BottomNav .Right a {
	display: block;
	float: right;
	color: #000;
	height: 38px;
	text-decoration: none;
	padding: 18px 20px 0px 20px;
	background-image:none;
	
}
#CreativeFieldsPopup .BottomNav .Right a:first-child {
	
	background-image: url(../images/editor-nav_sep.gif);
	background-repeat: no-repeat;
	background-position: left 22px;
}
#CreativeFieldsPopup .BottomNav .Right a.active {
	background-color: #ffff00;
	font-family: 'gotham_narrowbold';
}


#VisibilityPopup {
	overflow:hidden;
	width:530px;
	height:283px;
	background-color:#FFF;
	border-bottom:2px solid #000;
	font-family: 'gotham_narrowlight';
}
#VisibilityPopup #Top {
	width:inherit;
	height:55px;
	border-bottom:2px solid #cfcfcf;
}
#VisibilityPopup #Top span {
	font-size:18px;
	display:block;
	padding-left:23px;
	padding-top:18px;
}

#VisibilityPopupContent {
	height:172px;
	border-bottom:1px solid #cfcfcf;
}
#VisibilityPopupContent #ArtfullLogo {
	text-align:center;
	padding-top:15px;
}
#VisibilityControl {
	text-align:center;
	padding-top:14px;
	border-bottom:1px solid #cfcfcf;
	padding-bottom:22px;
}
#CommentsVisibiltyControl {
	font-size:12px;
	text-align:center;
	padding-top:22px;
}


#VisibilityPopup .BottomNav {
	overflow:hidden;
	width:100%;
	height:53px;
	font-family: 'gotham_narrowlight';
	
}
#VisibilityPopup .BottomNav .Right{
	float:right;
	xheight:52px;
	background-color:#FFF;
}
#VisibilityPopup .BottomNav .Right a {
	display: block;
	float: right;
	color: #000;
	height: 38px;
	text-decoration: none;
	padding: 18px 20px 0px 20px;
	background-image:none;
	
}
#VisibilityPopup .BottomNav .Right a:first-child {
	
	background-image: url(../images/editor-nav_sep.gif);
	background-repeat: no-repeat;
	background-position: left 22px;
}
#VisibilityPopup .BottomNav .Right a.active {
	background-color: #ffff00;
	font-family: 'gotham_narrowbold';
}


/* PROJECT DETAIL */

#ProjectDetailWrapper {
	width:880px;
	min-height:500px;
}
#ProjectTagsContainer {
	width:770px;
	height:78px;
	margin:22px auto 8px auto;
	border:1px solid #cfcfcf;
}
#ProjectTagsContainer .Row {
	width:inherit;
	height:25px;
	background-image:url(../images/tags_border.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
#ProjectTagsContainer .Row:first-child {
	background-image:none;
}
#ProjectTagsContainer .Row div {
	float:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	margin-left:10px;
	margin-top:7px;
	padding-left:18px;
}
#ProjectTagsContainer .Row .Editor {
	background-image:url(../images/icons/editor.gif);
}
#ProjectTagsContainer .Row .Author {
	background-image:url(../images/icons/yazar.gif);
	padding-left:14px;
}
#ProjectTagsContainer .Row .Photograph {
	background-image:url(../images/icons/fotograf.gif);
	background-position:left 2px;
	padding-left:20px;
}
#ProjectTagsContainer .Row .Source {
	background-image:url(../images/icons/kaynak.gif);
}
#ProjectTagsContainer .Row .Tags {
	background-image:url(../images/icons/tag.gif);
}

#ProjectStats {
	overflow:hidden;
	width:770px;
	height:30px;
	margin:22px auto 14px auto;
	border:1px solid #cfcfcf;
}
#ProjectStats .Left {
	float:left;
}

#ProjectStats .Left div {
	float: left;
	height: 31px;
	border-right: 1px solid #cecece;
	font-family: 'gotham_narrowbold';
	font-size: 11px;
}

#ProjectStats .Left span {
	display: block;
	float: left;
}
#ProjectStats .Left .Takipci {
	xwidth: 67px;
	padding-right:10px;
}
#ProjectStats .Left .Takipci .TakipciIcon {
	margin-left: 12px;
	margin-top: 7px;
}
#ProjectStats .Left .Takipci .TakipciCount {
	margin-left: 8px;
	margin-top: 10px;
}

#ProjectStats .Left .Goruntulenme {
	xwidth: 73px;
	padding-right:10px;
}
#ProjectStats .Left .Goruntulenme .GoruntulenmeIcon {
	margin-left: 12px;
	margin-top: 6px;
}
#ProjectStats .Left .Goruntulenme .GoruntulenmeCount {
	margin-left: 8px;
	margin-top: 10px;
}

#ProjectStats .Left .Yorum {
	xwidth: 67px;
	padding-right:10px;
}
#ProjectStats .Left .Yorum .YorumIcon {
	margin-left: 12px;
	margin-top: 6px;
}
#ProjectStats .Left .Yorum .YorumCount {
	margin-left: 8px;
	margin-top: 10px;
}

#ProjectStats .Left .Featured {
	width: 35px;
}
#ProjectStats .Left .Featured img {
	margin-left: 12px;
	margin-top: 11px;
}
#ProjectStats .Right {
	float:right;
}
#ProjectStats .Right div {
	float: left;
	height: 31px;
	border-left: 1px solid #cecece;
}
#ProjectStats .Right .Print {
	padding:0px 10px;
}
#ProjectStats .Right .Print .PrintIcon {
	display:block;
	margin-top: 10px;
}
#ProjectStats .Right .Rss {
	padding:0px 10px;
}
#ProjectStats .Right .Rss .RssIcon {
	display:block;
	margin-top: 10px;
}
#ProjectStats .Right .Pdf {
	padding:0px 10px;
}
#ProjectStats .Right .Pdf .PdfIcon {
	display:block;
	margin-top: 10px;
}

#NextPrevProject {
	width:879px;
	height:50px;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
#NextPrevProject a {
	display:block;
	text-decoration:none;
	color:#000;
    font-family: 'gotham_narrowbold';
    font-size: 13px;
    font-weight: normal;
	padding:18px;
}

#NextPrevProject a:hover {
    background-color: #fff200;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

#NextPrevProject .PrevProject {
	float:left;
    background:url(../images/prev-next-border.png) no-repeat top right;
}
#NextPrevProject .NextProject {
	float:right;
    background:url(../images/prev-next-border.png) no-repeat top left;
}


#SocialWrapper {
	width:879px;
	height:44px;
	border-top:1px solid #cfcfcf;
}
#SocialIcons {
	width:390px;
	margin:0px auto;
	padding-top:12px;
}

#ProjectsCommentsWrapper {
	width:592px;
	margin:0px auto;
}
.GeneralCommentTitle {
	font-family: 'gotham_narrowlight';
	font-size:15px;
	padding-top:18px;
}
.CommentEditor {
	min-height:135px;
}
.CommentEditor .AddCommentBtn {/*update04*/
	display:block;
	width:100px;
	height:22px;
	background-image:url(../images/yorum-ekle_btn.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-top:12px;
	text-decoration:none;
	text-align:center;
	color:#515151;
	font-size:12px;
	padding-top:4px;
}
/*
.CommentContainer .AddCommentBtn {update04
	display:block;
	width:100px;
	height:22px;
	background-image:url(../images/yorum-ekle_btn.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-top:12px;
	text-decoration:none;
	text-align:center;
	color:#515151;
	font-size:12px;
	padding-top:4px;
	margin-right:92px;
}
*/

#NewsCommentsWrapper #loader{
    text-align:center;
    font-size:12px;
    font-family: 'gotham_narrowlight';
}

.CommentContainer .AddCommentBtn {
    display:block;
    width:100px;
    height:22px;
    float:right;
    margin-top:12px;
    text-decoration:none;
    text-align:center;
    font-size:12px;
    font-family: 'gotham_narrowlight';
    padding-top:4px;
    margin-right:92px;
}

.CharacterCount {
	overflow:hidden;
	width:inherit;
	color:#666666;
	padding-bottom:4px;
}
.CharacterCount span {
	display:block;
	float:right;
	font-size:11px;
	padding-right:96px;
    font-family: 'gotham_narrowlight';
}
.TextAreaField {
	width:590px;
	min-height:106px;
	border:1px solid #cfcfcf;
	border-radius:6px;
}
.TextAreaField textarea {
	width:576px;
	min-height:92px;
	margin-left:4px;
	margin-top:6px;
	border:none;
	outline:none;
	overflow:hidden;
	font-size:12px;
	font-family: 'gotham_narrowmedium';
}
#CommentListWrapper {/*update04*/
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
}
.CommentContainer {/*update04*/
	overflow:hidden;
	width:700px;
	/*margin-top:18px;*/
	padding-top:18px ;
}
.CommentContainer:first-child {/*update04*/
	margin-top:0px;
}

.CommentUserImage {/*update04*/
	float:left;
	margin-top:7px;
	text-align:center;
	font-family: 'gotham_narrowmedium';
	font-size:12px;
    width: 120px;
}

.CommentUserImage img{
    border-radius: 1000px;
    width: 47px;
    height: 47px;
}

.CommentTextContainer {/*update04*/
	position:relative;
	float:left;
	margin-left:12px;
	line-height:18px;
	width:460px;
	color:#606366;
	border-radius:6px;
	padding:8px;
	background-color:#eaeaea;
	font-family: 'bariol_regularregular';
	font-size:12px;

}

.CommentTextContainer.Active {/*update04*/
	background-color:#fff200;
}

.CommentArrow {/*update04*/
	position:absolute;
	left:-10px;
	top:20px;
}

.CommentText {/*update04*/
}

.CommentText textarea {/*update04*/
	font-family: 'bariol_regularregular';
	overflow:hidden;
	width:415px;
	min-height:60px;
	background:none;
	border:none;
	outline:none;
	padding:10px 16px 16px 16px;
	font-size:12px;
}
.CommentText .comment_entry {/*update04*/
	font-family: 'bariol_regularregular';
	overflow:hidden;
	width:415px;
	min-height:60px;
	background:none;
	border:none;
	outline:none;
	padding:10px 16px 16px 16px
}
.CommentUserName {/*update04*/
	color:#666666;
	font-size:13px;
	padding-top:22px;
}

.CommentContainerRight {/*update04*/
	float:left;
}
.CommentContainerRight .Date {/*update04*/
	font-family: 'bariol_regularregular';
	font-size:12px;
	color:#898e91;
	background-image:url(../images/icons/clock.png);
	background-repeat:no-repeat;
	padding-left: 26px;
	margin-left: 16px;
	margin-top:6px;
}
.CommentContainerRight .CommentLoveIt {/*update04*/
	display:block;
	background-image:url(../images/icons/loveit-black.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:20px;
	margin-left: 18px;
	margin-top: 20px;
	font-family: 'bariol_regularregular';
	font-size:14px;
	color:#000;
	text-decoration:none;
	text-align:center;
}

/* SETTINGS */
#AccountSettingNav {
	overflow: hidden;
	width: inherit;
	font-family: 'solomon_sans_normalregular';
	font-size: 12px;
	margin-top: 20px;
	background-image: url(../images/icons/account-settings-nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 456px bottom;
}
#AccountSettingNav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#AccountSettingNav ul li {
	float: left;
	background-repeat: no-repeat;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
#AccountSettingNav ul li.Settings {
	background-image: url(../images/icons/setting.png);
	background-position: 14px 10px;
}
#AccountSettingNav ul li.Notifications {
	background-image: url(../images/icons/notifications.png);
	background-position: 14px 10px;
}
#AccountSettingNav ul li.active {
	border-bottom: none;
	font-family: 'solomon_sans_boldbold';
}
#AccountSettingNav ul li.Privacy {
	background-image: url(../images/icons/privacy.png);
	background-position: 14px 10px;
}
#AccountSettingNav ul li.Apps {
	background-image: url(../images/icons/apps.png);
	background-position: 7px 10px;
}
#AccountSettingNav ul li a {
	display: block;
	height: 22px;
	text-decoration: none;
	color: #000;
	padding-left: 38px;
	padding-right: 20px;
	padding-top: 12px;
}
#AccountSettingNav ul li.active a {
	background-image: url(../images/icons/nav-black-active_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#SettingsContent {
	overflow:hidden;
	width:inherit;
	margin-top:20px;
	margin-bottom:40px;
}
#AccountEmail {
}
#SettingsContent .FormItem {
	margin:10px 0px;
	clear: left;
	
}
#SettingsContent .DropDownItem {
	float:left;
}
#SettingsContent .BlockHelpContainer {
	position:absolute;
	right:20px;
	top:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#SettingsContent .BlockHelp {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#000;
	background-image:url(../images/icons/block-help-arrow.gif);
	background-repeat:no-repeat;
	background-position:right 3px;
	padding-right:12px;
}
#SettingsContent .BlockHelpContainer:hover .BlockHelp {
	background-image:url(../images/icons/block-help-arrow-over.gif);
	color:#0083f2;
}
#SettingsContent .BlockHelpContainer:hover .BlockHelpDesc {
	display:block;
}
#SettingsContent .BlockHelpDesc {
	display:none;
	position: absolute;
	z-index: 5000;
	padding: 10px;
	border: 1px solid #E4E4E4;
	width: 230px;
	right: 0px;
	font-size:11px;
	line-height:16px;
	background-color:#FFF;
}


#RegisterContent .BlockHelp {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#000;
	background-image:url(../images/icons/block-help-arrow.gif);
	background-repeat:no-repeat;
	background-position:right 3px;
	padding-right:12px;
}
#RegisterContent .BlockHelpContainer:hover .BlockHelp {
	background-image:url(../images/icons/block-help-arrow-over.gif);
	color:#0083f2;
}
#RegisterContent .BlockHelpContainer:hover .BlockHelpDesc {
	display:block;
}
#RegisterContent .BlockHelpDesc {
	display:none;
	position: absolute;
	z-index: 5000;
	padding: 10px;
	border: 1px solid #E4E4E4;
	width: 230px;
	left: 60px;
	font-size:11px;
	line-height:16px;
	background-color:#FFF;
	top:400px;
}


#SettingsContent .BlockWrap {
	overflow:hidden;
	position:relative;
	padding: 25px 20px;
	clear:both;
}
#SettingsContent .BlockHeader {
	float:left;
	font-size:14px;
	width:170px;
	margin-right:20px;
	margin-top: 7px;
	font-family: 'solomon_sans_normalregular';
}
#SettingsContent .BlockContent {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:555px;
}
#SettingsContent .BlockContent .ExtraDescription {
	font-size: 12px;
	color: #333;
	margin: 0 0 10px;
}
#SettingsContent .BlockContentWide {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:648px;
}
#CurrentEmailContainer {
	float:left;
	margin-bottom: 20px !important;
	padding: 8px 10px;
	background-color: #eaeaea;
	border-radius: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#CurrentEmailContainer .FormLabel {
}
#CurrentEmailContainer .CurrentEmailLabel {
	font-style:italic;
	font-weight:bold;
}
#NewEmailContainer {
	clear:left;
}
.FormText {
	padding: 7px;
	width:220px;
	border-color: #cbcbcb;
	background:transparent;
	border-radius: 3px;
	border:1px solid #cbcbcb;
	color:#b9b9b9;
}
#ConfirmNewEmailContainer {
}
#ConfirmNewEmailContainer #ConfirmNewEmail {
	padding: 7px;
	width:220px;
	border-color: #cbcbcb;
	background: transparent;
	border-radius: 3px;
	border:1px solid #cbcbcb;
	color:#b9b9b9;
}
#SettingsContent .FormButton {
	cursor:pointer;
	background: linear-gradient(#d4d4d4, #bcbcbc);
	border:1px solid #b9b9b9;
	border-radius: 3px;
	padding: 0 15px;
	height:30px;
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
}
#SettingsContent .FormButton.disabled {
	cursor:default;
	background: linear-gradient(#d4d4d4, #bcbcbc);
	border:1px solid #b9b9b9;
	border-radius: 3px;
	padding: 0 15px;
	height:30px;
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
}
#ChangeDobContainer {
	margin-top:20px !important;
}
#CurrentUrlContainer {
	float: left;
	margin-bottom: 20px !important;
	padding: 8px 10px;
	background-color: #eaeaea;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.CurrentUrlLabel {
	font-style: italic;
	font-weight: bold;
}
#NewUrlContainer {
	width:300px;
	height:28px;
	border-radius: 3px;
	border:1px solid #cbcbcb;
	font-size:12px;
}
.Shim {
	float:left;
	font-size:12px;
	border-right:1px solid #cbcbcb;
	padding:7px;
}
#NewUrl {
	float:left;
	border:none;
	padding:4px;
	outline:none;
}
#ChangeAccountPassword {
	background-color:#f5f5f5;
	border-bottom:1px solid #cfcfcf;
}
#AccountUrl {
	background-color:#f5f5f5;
}



#NewsDetailWrapper {
	width:880px;
	min-height:500px;
}

#NewsCommentsWrapper {/*update04*/
	width:700px;
	margin:0px auto;
}
.NewsContainer {
	overflow:hidden;
} 
#NewsMainPager {
	overflow:hidden;
	width:880px;
	height:51px;
	border-bottom:1px solid #cfcfcf;
	font-family: 'gotham_narrowbold';
	font-size:13px;
}
#NewsMainPager a {
	display:block;
	text-decoration:none;
	color:#000;
	background-image:url(../images/editor-nav_sep.gif);
	background-repeat:no-repeat;
	padding:16px;
}
#NewsMainPager a:hover {
	background-color:#ffff00;
	border-bottom:2px solid #000;
}
#NewsMainPager a.Prev {
	float:left;
	background-position:right 17px;
}
#NewsMainPager a.Next {
	float:right;
	background-position:left 17px;
}
.NewsTitle {
	font-size:34px;
	font-family: 'gotham_narrowlight';
	text-align:center;
	padding-top:36px;
}
.NewsSummary {
	text-align:center;
	font-family: 'gotham_narrowlight';
	font-size:13px;
	width:480px;
	margin:34px auto;
	line-height:20px;
}
.NewsImage {
	border-bottom:3px solid #000;
    overflow: hidden;
    position: relative;
}

.NewsImage .OverlayMagnify{
    position: absolute;
    z-index: 90;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url("../images/overlay-magnify.png") no-repeat 0 0;
    cursor: pointer;
}

.NewsImageBottomArrow{
    background: url("../images/detay-image-arrow.png") no-repeat 0 0;
    display: block;
    width: 18px;
    height: 12px;
    position: relative;
    left: 832px;
}

.NewsPager {
	overflow:hidden;
	border-bottom:1px solid #cfcfcf;
	border-top:1px solid #cfcfcf;
	text-align:center;
	font-family: 'gotham_narrowlight';
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:18px;
	margin-bottom:18px;
}
.NewsPager a {
	color:#333333;
	text-decoration:none;
	border-right:1px solid #000;
	padding:5px 10px;
}
.NewsPager a.Selected {
	font-family: 'gotham_narrowbold';
	background-color:#ffff00;
}
.NewsPager a:first-child {
	border-left:1px solid #000;
}
.NewsContent {
	overflow:hidden;
	width:797px;
	margin:0px auto;
	font-family: 'gotham_narrowlight';
	font-size:12px;
	color:#333333;
	height:auto;
}
.NewsLeft {
	float:left;
	width:383px;
	text-align:justify;
}
.NewsRight {
	float:right;
	width:383px;
}

.CopyrightReportWrapper {
	width:880px;
	height:35px;
	text-align:center;
	font-family: 'gotham_narrowlight';
	font-size:12px;
    border-top: 1px solid #cfcfcf
}
.CopyrightReportWrapper a {
	text-decoration:none;
	color:#333333;
	display:inline-block;
	margin-top:9px;
}
.CopyrightReportWrapper a.ProjectCopyright {
	background-image:url(../images/icons/copyright-gray.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:4px;
	padding-top:2px;
	padding-left:25px;
	margin-right:14px;
}
.CopyrightReportWrapper a.ProjectReport {
	background-image:url(../images/icons/report.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:4px;
	padding-top:2px;
	padding-left:28px;
}

#YazarNav {
}
.SanatciHakkinda {
	font-family: 'gotham_narrowlight';
	font-size:11px;
	color:#333333;
	line-height:18px;
	padding:0px 8px 0px 12px;
	padding-bottom:10px;
	border-bottom:1px solid #cfcfcf;
}
.YazarHeader {
	overflow:hidden;
	height:66px;
	border-bottom:1px solid #cfcfcf;
}
.YazarImage {
	float:left;
}
.YazarInfo {
	float:left;
	padding-left:10px;
	font-family: 'gotham_narrowlight';
}
.AboutTitle {

    padding-top:17px;
    text-align: center;
	font-family: 'gotham_narrowlight';
	font-size:14px;

	

}
.YazarName {
	font-size:14px;
	padding-top:12px;
}
.YazarDesc {
	font-size:12px;
	font-style:italic;
}
.YazarNavItem {
	font-family: 'gotham_narrowmedium';
	font-size:12px;
	background-repeat:no-repeat;
	border-bottom:1px solid #cfcfcf;
	padding:9px 0px 9px 0px;
    text-align: center;
}
.YazarNavItem a {
	text-decoration:none;
	color:#000;

    /*
	background-image:url(../images/editor-nav_sep.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	background-position:left 2px;
	*/
}
.Hakkinda {
	/*background-image:url(../images/icons/yazar-hakkinda.png);
	background-position:15px 8px;*/
}


.DigerYazilar {
    /*
	background-image:url(../images/icons/yazar-diger-yazilar.png);
	background-position:15px 4px;
	*/
}
.HaberVer {
    /*
	background-image:url(../images/icons/haber-ver.png);
	background-position:15px 4px;
    */
}
.YazariPaylas {
    /*
	background-image:url(../images/icons/yazari-paylas.png);
	background-position:15px 8px;
	*/
}
.YazarLink {
	background-image:url(../images/icons/link.png);
	background-position:15px 8px;
}
.YazarSosyalMedyaButtons {
	overflow:hidden;
	padding:8px 0px 8px 12px;
	border-bottom:1px solid #cfcfcf;
}

.YazarSosyalMedyaButtons a {
	display: block;
	float: left;
}

/* G�NDEM */
#PageInfo {
	font-family: 'solomon_sans_normalregular';
	font-size: 11px;
	padding:8px;
	color:#a4a4a4;
	border-bottom:1px solid #cfcfcf;
}
#GundemWrapper {
	overflow:hidden;
	width: 880px;
}
#GundemListLeft {
	float:left;
	width:439px;
	border-right:1px dotted #cfcfcf;
	min-height:500px;
}
#GundemListRight {
	float:left;
	width:439px;
}
.GundemBox {
	width:inherit;
	margin-top:10px;
    width: 439px;
    overflow: hidden;
}
.GundemBoxGallery {
	width:420px;
	margin:0px auto;
}
.GundemBoxGalleryBottom {
	overflow:hidden;
	width:420px;
	margin:0px auto;
	font-family: 'gotham_narrowlight';
	font-size: 11px;
	color: #333333;
	padding-top:4px;
    position: relative;
}
.GundemBoxGalleryTags {
    padding-right: 3px;
	font-style:italic;
    width: 270px;
}
.GundemBoxGalleryPager {
    position: absolute;
    right: 0;
    top: 4px;
}
.GundemBoxGalleryPager a {
	color: #333333;
	text-decoration:none;
	padding:2px;
}
.GundemBoxAddedTime {
	font-family: 'gotham_narrowlight';
	font-size: 11px;
	color: #333333;
	font-style:italic;
    padding-left: 11px;
    margin-top: 2px;
}
.GundemBoxSummary {
	background-color:#fcf700;
	font-family: 'gotham_narrowbold';
	font-size: 22px;
	padding:10px 50px 10px 26px;
	margin:10px 10px;
	line-height:24px;
	border-top:1px dotted #cfcfcf;
	border-bottom:1px dotted #cfcfcf;
}
.GundemBoxText {
	width:386px;
	margin:0px auto;
	font-family: 'gotham_narrowlight';
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	text-align:justify;
}
.GundemBoxTags {
	width:420px;
	height:78px;
	margin:10px auto 10px auto;
	border:1px solid #cfcfcf;
}
.GundemBoxTags .Row {
	width:inherit;
	height:25px;
	background-image:url(../images/tags_border.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
.GundemBoxTags .Row:first-child {
	background-image:none;
}
.GundemBoxTags .Row div {
	float:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	margin-left:10px;
	margin-top:7px;
	padding-left:18px;
}
.GundemBoxTags .Row .Editor {
	background-image:url(../images/icons/editor.gif);
}
.GundemBoxTags .Row .Author {
	background-image:url(../images/icons/yazar.gif);
	padding-left:14px;
}
.GundemBoxTags .Row .Photograph {
	background-image:url(../images/icons/fotograf.gif);
	background-position:left 2px;
	padding-left:20px;
}
.GundemBoxTags .Row .Source {
	background-image:url(../images/icons/kaynak.gif);
}
.GundemBoxTags .Row .Tags {
	background-image:url(../images/icons/tag.gif);
}

.GundemStats {
	overflow:hidden;
	width:420px;
	height:30px;
	margin:22px auto 14px auto;
	border:1px solid #cfcfcf;
}
.GundemStats .Left {
	float:left;
}

.GundemStats .Left div {
	float: left;
	height: 31px;
	border-right: 1px solid #cecece;
	font-family: 'gotham_narrowlight';
	font-size: 11px;
}

.GundemStats .Left span {
	display: block;
	float: left;
}
.GundemStats .Left .Takipci {
	xwidth: 67px;
	padding-right:10px;
}
.GundemStats .Left .Takipci .TakipciIcon {
	margin-left: 12px;
	margin-top: 11px;
}
.GundemStats .Left .Takipci .TakipciCount {
	margin-left: 8px;
	margin-top: 10px;
}

.GundemStats .Left .Goruntulenme {
	xwidth: 73px;
	padding-right:10px;
}
.GundemStats .Left .Goruntulenme .GoruntulenmeIcon {
	margin-left: 12px;
	margin-top: 11px;
}
.GundemStats .Left .Goruntulenme .GoruntulenmeCount {
	margin-left: 8px;
	margin-top: 10px;
}

.GundemStats .Left .Yorum {
	xwidth: 67px;
	padding-right:10px;
}
.GundemStats .Left .Yorum .YorumIcon {
	margin-left: 12px;
	margin-top: 11px;
}
.GundemStats .Left .Yorum .YorumCount {
	margin-left: 8px;
	margin-top: 10px;
}

.GundemStats .Left .Featured {
	width: 35px;
}
.GundemStats .Left .Featured img {
	margin-left: 12px;
	margin-top: 11px;
}
.GundemStats .Right {
	float:right;
}
.GundemStats .Right div {
	float: left;
	height: 31px;
	border-left: 1px solid #cecece;
}
.GundemStats .Right .Print {
	padding:0px 10px;
}
.GundemStats .Right .Print .PrintIcon {
	display:block;
	margin-top: 10px;
}
.GundemStats .Right .Rss {
	padding:0px 10px;
}
.GundemStats .Right .Rss .RssIcon {
	display:block;
	margin-top: 10px;
}
.GundemStats .Right .Pdf {
	padding:0px 10px;
}
.GundemStats .Right .Pdf .PdfIcon {
	display:block;
	margin-top: 10px;
}
#PageTitle {
	text-align:center;
	font-family: 'gotham_narrowmedium';
    font-size: 14px;
	border-bottom:1px solid #cfcfcf;
	padding:8px 0px;
}
/* GUNDEM DETAY */

#GundemDetailWrapper {
	width:880px;
	min-height:500px;
}
.GundemContainer {
	overflow:hidden;
}
.GundemDetailGallery {}
.GundemDetailGalleryPager {
	text-align:center;
	border-top:1px dotted #cfcfcf;
	border-bottom:1px dotted #cfcfcf;
	padding:2px 0px;
}
.GundemDetailGalleryPager a {
	text-decoration:none;
	font-family: 'gotham_narrowlight';
	font-size: 11px;
	color: #333333;
	padding:2px;
}
.GundemDetailContent {
	overflow:hidden;
	width:770px;
	margin:0px auto;
}
.GundemDetailSummary {
	background-color:#fcf700;
	font-family: 'gotham_narrowbold';
	font-size:22px;
	padding:32px 86px 32px 44px;
	border-top:1px dotted #cfcfcf;
	border-bottom:1px dotted #cfcfcf;
	margin:12px auto;
}
.GundemDetailText {
	width:635px;
	margin:0px auto;
	font-family: 'gotham_narrowlight';
	font-size:13px;
	line-height:20px;
}

/* ACTIVITY FEED */
#ActivityFeedWrapper {
	overflow:hidden;
	width:1090px;
	min-height:700px;
}
#ActivityFeedTop {
	width:inherit;
	height:32px;
	border:none;
}
#FindCreativesText {
	float:left;
	width:314px;
	font-family: 'gotham_narrowmedium';
	font-size:14px;
	height:32px;
	border:none;
}
#FindCreativesText span {
	display:block;
    margin-left: 12px;
    margin-top: 7px;
	color:#000;

}
#ArtfullLink {

	font-family: 'gotham_narrowlight';
	font-size:14px;
	height:46px;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #e5e5e5;
    border-left: none;
    display:block;
    text-decoration:none;
    color:#000;
    background: #fff200;
}


#ActivityFeedContainer {
	overflow:hidden;
	width:inherit;
	min-height:500px;
}
.ActivityFeedNav {
	float:right;
	width:210px;
	background-color:#f3f3f3;
}
.SanatcilarDropdownWrapper {
	width:210px;
	height:55px;
	border-bottom:1px solid #cfcfcf;
}
.GalerilerDropdownWrapper {
	width:210px;
	height:55px;
	border-bottom:1px solid #cfcfcf;
}
.YazarlarDropdownWrapper {
	width:210px;
	height:55px;
	border-bottom:1px solid #cfcfcf;
}
.ActivityFeedSelectedItem {
}
.ActivityFeedSelectedItem .Top {
	overflow:hidden;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom:10px;
}
.ActivityFeedSelectedItemImage {
	float:left;
	margin-top:10px;
	margin-left:16px;
}
.ActivityFeedSelectedItemInfo {
	float:left;
	font-family: 'bariol_regularregular';
	font-size:14px;
	color:#000;
	padding-left:8px;
	padding-top:16px;
}
.ActivityFeedSelectedItemName {
}
.ActivityFeedSelectedItemPlace {
}
.ActivityFeedSelectedItemGallery {
	width:200px;
	height:56px;
	border:1px solid #cfcfcf;
	border-radius:2px;
	margin:10px auto;
}
.ActivityFeedSelectedItemGallery a {
	display:block;
	float:left;
	margin-left:2px;
	margin-top:3px;
}
.ActivityFeedLoveItWrapper {
	text-align:center;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	padding:10px 0px;
}


.ActivityFeedContent {
	float:left;
	width:879px;
}
.ActivityFeedBubble {
	width:633px;
	height:418px;
	margin:100px 0px 50px 170px;
	background-image:url(../images/activity-feed-bubble.gif);
	background-repeat:no-repeat;
}
.ActivityFeedText {
	text-align:center;
	font-family: 'gotham_narrowlight';
	font-size:18px;
	padding-top:204px;
	padding-right:122px;
}

/* EXTRA INFO POPUP */

#ExtraInfoContainer {
    overflow:hidden;
    width:462px;
    min-height:218px;
    background-color:#fff200;
}
#ExtraInfoContainer #Top {
    height:44px;
    background-color:#2b2b2b;
}
#ExtraInfoContainer .Title {
    font-family: 'bariol_regularregular';
    font-size:18px;
    background-color:#fff200;
    width:138px;
    padding:12px 0px 12px 30px;
}
.ExtraInfoContent {
    width:330px;
    margin:0px auto;
}
.ExtraInfoContent .TagSelection {
    width:330px;
    height:40px;
    margin-top:26px;
    margin-bottom:18px;
    background-color:#FFF;
}
.ExtraInfoContent .TagSelection input {
    width:310px;
    margin-left:14px;
    margin-top:14px;
    background:none;
    border:none;
    outline:none;
    font-family: 'gotham_narrowlight';
    font-size:11px;
}
.ExtraInfoContent .TagSelectionList {
    overflow:hidden;
    font-family: 'solomon_sans_bookregular';
    font-size:11px;
    padding-bottom:18px;
	height:66px;
}
.ExtraInfoContent .TagSelectionList ul {
    padding:0px;
    margin:0px;
    list-style-type:none;
}
.ExtraInfoContent .TagSelectionList ul li {
    display: inline-block;
    position: relative;
    border: 1px solid #FFF;
    background-color:#FFF;
    border-radius: 3px;
    padding:5px 12px;
    margin: 2px 2px;
    clear:both;
}
.ExtraInfoContent .TagSelectionList ul li span {
    display: block;
    float: left;
    margin-right:14px;
    background-color:#FFF;
    border-radius: 3px;
}
.ExtraInfoContent .TagSelectionList ul li a {
    display: block;
    position:absolute;
    right:0px;
    top:0px;
    width:18px;
    height:22px;
    background-color:#bab4b3;
    border-radius: 3px;
    border-right:1px solid #bab4b3;
    background-image:url(../images/icons/tag-cancel.gif);
    background-repeat:no-repeat;
    background-position:center center;
}

.CreditList .Credit .NameContainer a {
    display: block;
    position:absolute;
    right:0px;
    top:0px;
    width:18px;
    height:32px;
    background-color:#bab4b3;
    border-radius: 3px;
    border-right:1px solid #bab4b3;
    background-image:url(../images/icons/tag-cancel.gif);
    background-repeat:no-repeat;
    background-position:center center;
}

#ExtraInfoContainer .CancelBtn {
    display:block;
    float:right;
    padding: 8px 46px 6px 18px;
    background-image: url(../images/icons/membership-next-btn_over.png);
    background-repeat: no-repeat;
    background-position: 70px 10px;
    background-color: #FFF;
    color:#ff0000;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'gotham_narrowmedium';
    font-size: 13px;
    margin-bottom:10px;
    margin-right:4px;
}
#ExtraInfoContainer .ConfirmBtn {
    display:block;
    float:right;;
    padding: 8px 46px 6px 18px;
    background-image: url(../images/icons/membership-next-btn.png);
    background-repeat: no-repeat;
    background-position: 80px 10px;
    margin-right:-1px;
    background-color: #FFF;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'gotham_narrowmedium';
    font-size: 13px;
}
#ProjectCreditsContainer .CancelBtn {
    display:block;
    float:right;
    padding: 8px 46px 6px 18px;
    background-image: url(../images/icons/membership-next-btn_over.png);
    background-repeat: no-repeat;
    background-position: 70px 10px;
    background-color: #FFF;
    color:#ff0000;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'gotham_narrowmedium';
    font-size: 13px;
    margin-bottom:10px;
    margin-right:4px;
}
#ProjectCreditsContainer .ConfirmBtn {
    display:block;
    float:right;;
    padding: 8px 46px 6px 18px;
    background-image: url(../images/icons/membership-next-btn.png);
    background-repeat: no-repeat;
    background-position: 80px 10px;
    margin-right:-1px;
    background-color: #FFF;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'gotham_narrowmedium';
    font-size: 13px;
}

/* PROJECT CREDITS POPUP */

#ProjectCreditsContainer {
    overflow:hidden;
    width:758px;
    min-height:374px;
    background-color:#fff200;
}
#ProjectCreditsContainer #Top {
    height: 44px;
    background-color: #2b2b2b;
}
#ProjectCreditsContainer #Top > .Title {
    font-family: 'bariol_regularregular';
    font-size: 18px;
    background-color: #fff200;
    width: 117px;
    padding: 12px 10px 12px 30px;
}
.ProjectCreditsContent {
    overflow:hidden;
    width:695px;
    margin:24px auto 75px auto;
}
.ProjectCreditsContent .Left {
    float:left;
    width:330px;
}
.ProjectCreditsContent .Left > .Title, .ProjectCreditsContent .Right > .Title {
    font-family: 'bariol_regularregular';
    font-size: 18px;
    padding-bottom:8px;
}
.ProjectCreditsContent .Right {
    float:right;
    width:330px;
}

.ProjectCreditsContent .CreditSelection {
    width: 330px;
    height: 40px;
    background-color: #FFF;
}
.ProjectCreditsContent .CreditSelection input {
    width: 310px;
    margin-left: 14px;
    margin-top: 14px;
    background: none;
    border: none;
    outline: none;
    font-family: 'gotham_narrowlight';
    font-size: 11px;
}
.CreditList {
    margin-top:16px;
}
.Credit {
    height:42px;
    margin-bottom:8px;
}
.CreditList .NameContainer {
    position:relative;
    float:left;
    width:186px;
    height:32px;
    background-color:#FFF;
    font-family: 'solomon_sans_bookregular';
    font-size: 11px;
    margin-left:12px;
}
.CreditList .NameContainer img {
    position:absolute;
    top:-5px;
    left:-12px;
}
.CreditList .NameContainer span {
    display:block;
    float:left;
    padding:10px 0px 0px 40px;
    font-size: 11px;
    font-family: 'gotham_narrowmedium';
}
.CreditList .CreditStatus {
    float:left;
    background-repeat:no-repeat;
    padding:6px;
    padding:7px 0px 7px 38px;
    font-family: 'bariol_regularregular';
    font-size:14px;
    margin-left:8px;
}
.CreditList .CreditStatus.Confirmed {
    background-image:url(../images/icons/confirmed-white.png);
}
.CreditList .CreditStatus.WaitingApproval {
    background-image:url(../images/icons/onay-bekliyor.png);
}
.CreditList .CreditStatus.Rejected {
    background-image:url(../images/icons/red.png);
}

/* COPYRIGHT SETTINGS */

#CopyRightSettings {
    position:relative;
    overflow:hidden;
    width:779px;
    height:534px;
    background-color:#fff200;
    font-family: 'bariol_regularregular';
}
#CopyRightSettings #Top {
    height: 44px;
    background-color: #2b2b2b;
}
#CopyRightSettings #Top .Title {
    font-family: 'bariol_regularregular';
    font-size: 18px;
    background-color: #fff200;
    width: 154px;
    padding: 12px 10px 12px 30px;
}
#CopyRightSettings .Left {
    float:left;
    width:456px;
    margin-left:33px;
    margin-top:35px;
}
#CopyRightSettings .Left .Info {
    font-size:18px;
    margin-bottom:24px;
    padding-left:18px;
}
#CopyRightSettings .Left .Info a {
    text-decoration:none;
    color:#fe0000;
}
#CopyRightSettings .Left .CommonLicence {
    border-top:1px solid #000;
    padding-top:18px;
    padding-bottom:18px;
    border-bottom:1px solid #000;
}
#CopyRightSettings .Left .RadioBtn {
    text-decoration:none;
    color:#000;
    background-image:url(../images/icons/radio.png);
    background-repeat:no-repeat;
    background-position:left 2px;
    padding-left:26px;
}

#CopyRightSettings .Left .RadioBtn input {
    position:absolute;
    left:-9999px;
}
#CopyRightSettings .Left .RadioBtn.Checked {
    background-image:url(../images/icons/radio-checked.png);
}
#CopyRightSettings .Left .CommonLicence ul {
    padding:0px;
    margin:0px;
    padding-left:28px;
    list-style-type:none;
}
#CopyRightSettings .Left .CommonLicence ul li {
    margin-bottom:10px;
}
#CopyRightSettings .Left .CommonLicence ul li a {
    text-decoration:none;
    color:#000;
    background-image:url(../images/icons/checkbox.png);
    background-repeat:no-repeat;
    padding-left:28px;
}
#CopyRightSettings .Left .CommonLicence ul li a input {
    position:absolute;
    left:-9999px;
}
#CopyRightSettings .Left .CommonLicence ul li a.Checked {
    background-image:url(../images/icons/checkbox-checked.png);
}

.Permission {
    padding-top:18px;
    padding-bottom:18px;
    border-bottom:1px solid #000;
}

#CopyRightSettings .Right {
    float:left;
    margin-left:78px;
    margin-top:156px;
}
#CopyRightSettings .Right .SelectionTitle {
    font-size:14px;
    border-bottom:1px solid #000;
    padding-bottom:6px;
    line-height:14px;
}
#CopyRightSettings .Right .CopyrightContent {
    text-align:center;
    padding-top:18px;
    padding-bottom:18px;
}
#CopyRightSettings .Right .CopyrightTexts {
    text-align:center;
    font-size:15px;
    color:#266d00;
    line-height:15px;
}

#CopyRightSettings .CancelBtn {
    display:block;
    position:absolute;
    right:112px;
    bottom:6px;
    padding: 8px 46px 6px 18px;
    background-image: url(../images/icons/membership-next-btn_over.png);
    background-repeat: no-repeat;
    background-position: 70px 10px;
    background-color: #FFF;
    color:#ff0000;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'gotham_narrowmedium';
    font-size: 13px;
}
#CopyRightSettings .ConfirmBtn {
    display:block;
    position:absolute;
    right:0px;
    bottom:6px;
    padding: 8px 46px 6px 18px;
    background-image: url(../images/icons/membership-next-btn.png);
    background-repeat: no-repeat;
    background-position: 80px 10px;
    margin-right:-1px;
    background-color: #FFF;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'gotham_narrowmedium';
    font-size: 13px;
}

.NewsContainer #project-element {
    width: 675px!important;
    margin: 30px 0 0 0;
}

.NewsContainer #project-element img{
    width: 675px!important;
}

.NewsContainer #project-element p{
    font-family: 'gotham_narrowlight'!important;
    width: 97%;
    margin: 0 auto;
}

.NewsContainer #project-element b{
     font-family: 'gotham_narrowlight'!important;
 }

.NewsContainer #project-element strong{
    font-family: 'gotham_narrowlight'!important;
}


.NewsContainer #project-text {
    font-family: 'gotham_narrowlight'!important;
    width: 97%;
    margin: 0 auto;
}


#project-text div{
    font-family: 'gotham_narrowlight'!important;
    width: 97%;
    margin: 0 auto;
}


#project-text span{
    font-family: 'gotham_narrowlight'!important;
    width: 97%;
    margin: 0 auto;
}

#project-element .OverlayMagnify{
    position: absolute;
    z-index: 90;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url("../images/overlay-magnify.png") no-repeat 0 0;
    cursor: pointer;
}


.DetailBottomShadow{

    position: relative;
    width: 100%;
    height: 11px;
    background: url("../images/detail-bottom-shadow.png") no-repeat top center;

}

.SearchResultPageCaption{

    font-family: 'gotham_narrowmedium';
    font-size: 14px;
    height: 27px;
    padding-top: 10px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;

}

.SearchResultCaption{

    font-family: 'gotham_narrowmedium';
    font-size: 18px;
    height: 38px;
    padding-top: 16px;
    background: #fff200;
    padding-left: 20px;
    border-bottom: 1px solid #e1e1e1;

}


.SearchResultCategoryCaption{

    font-family: 'gotham_narrowlight';
    font-size: 14px;
    height: 32px;
    padding-top: 16px;
    padding-left: 20px;
    border-bottom: 1px dotted #e1e1e1;


}





.SearchResultItem{

    border: solid 1px #e1e1e1;
    margin: 14px 50px;
    height: auto;;
    position: relative;
    padding-left: 15px;
    padding-top: 10px;
	padding-bottom:10px;



}



.SearchResultItemDate{
    font-family: 'bariol_regularregular';
    font-size: 11px;
    width: 100px;
    line-height: 14px;


}

.SearchResultItemText{
    font-family: 'bariol_regularregular';
    font-size: 11px;
    width:auto;
    line-height: 14px;


}

.SearchResultItemTitle{
    font-family: 'gotham_narrowmedium';
    font-size: 18px;
    line-height: 28px;

}


.SearchResultItemSubTitle{

    font-family: 'gotham_narrowmedium';
    font-size: 12px;

}




.SearchResultItemBtn{

    width: 73px;
    height: 24px;
    display: block;
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 18px;
    top: 20px;
    padding-top: 10px;
}




.SearchResultItemBtn:hover{

    background: #fff200;

}

.TxtQuote{

    border-top: 1px dotted #e1e1e1;
    border-bottom: 1px dotted #e1e1e1;
    line-height: 64px;
    font-family: 'gotham_narrowlight';
    font-size: 24px;

}


.AboutContentWrapper{
    padding: 0 100px;
    font-family: 'gotham_narrowlight';
    font-size: 12px;
}


.AboutHeader{

    line-height: 90px;
    font-family: 'gotham_narrowlight';
    font-size: 34px;

}


.TakipciYazilarLabels{
    font-family: 'gotham_narrowlight';
    font-size: 9px;
    border-bottom: 1px solid #CECECE;
    height: 54px;
    padding-top: 21px;
}


.LabelTakipciler{
    width: 35%;
    float: left;
    text-align: center;
    padding-left: 25px;

}

.LabelTakipciBorder{
    width: 95%;
    border-bottom: 1px solid #CECECE;
    height: 6px;
    text-align: center;
    margin: 0 auto;
}


.LabelTakipciNumber{
    font-family: 'gotham_narrowbold';
    margin-top: 6px;
    font-size: 11px;

}


.LabelYazilar{
    width: 35%;
    float: left;
    text-align: center;
    margin-left: 9px;
}

.NewsletterBox{
    width: 230px;
    height: 118px;
    border: 1px solid #e1e1e1;
}

.NewsletterBoxCaption{
    font-family: 'gotham_narrowlight';
    font-size: 18px;
    text-align: center;
    margin-top: 10px;

}


.NewsletterBoxBtn{

    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    position: relative;
    top: 10px;
    text-align: center;
    left: 24px;
    display: block;
    width: 182px;
    height: 21px;
    padding-top: 5px;
    border: 1px solid #e1e1e1;
}


.NewsletterBoxBtn:hover{

    background: #fff200;
}


.NewsletterBoxBtn.NewsletterNoLink{
    cursor: default!important;
    border: none;


}

.NewsletterBoxBtn.NewsletterNoLink:hover{
    background: #ffffff;!important;

}


.NewsletterBoxInput{


    font-family: 'gotham_narrowlight';
    font-size: 10px;
    height: 26px;
    width: 170px;
    margin: 8px auto 0 auto;
    display: block;
    border: 1px solid #e1e1e1;
    padding: 0 6px;


}


.NewsDateCaption{
    font-family: 'StratumNo1Medium';
    font-size: 11px;
    position: relative;
    top: 20px;
    margin: 0 auto;
    width: 200px;
    float: left;
    text-align: center;
    padding-left: 264px;
}



.InfoPopupContainer{
    background: #fff200;
    height: 545px;

}

.InfoPopupContainerCol1{

    width: 200px;
    float: left;

}

.InfoPopupContainerCol2{

    width: 310px;
    float: left;
    background: url("/images/info-popup-bg.png") no-repeat 0 45px;
    padding-top: 45px;
    min-height: 160px;

}


.InfoPopupContainerCol3{

    width: 300px;
    float: left;
    padding-top: 45px;

}

.InfoPopupUserInfo {
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    padding: 4px 20px;
}

.InfoPopupUserImage {
    display: block;
    height: 83px;
    margin: 0 auto;
    position: relative;
    top: 40px;
    width: 83px;
    border-radius: 1000px;
}

.InfoPopupUserName{
    font-family: 'gotham_narrowmedium';
    font-size: 14px;
    text-align: center;
    position: relative;
    top: 50px;
}


.InfoPopupUserTitle{

    font-family: 'gotham_narrowlight';
    font-size: 12px;
    text-align: center;
    position: relative;
    top: 55px;

}

.InfoPopupDate{

    font-family: 'gotham_narrowlight';
    font-size: 10px;
    text-align: center;
    position: relative;
    top: 75px;

}

.InfoPopupDateBorder{
    border-top:1px solid #d9ce00;
    width: 100px;
    margin: 0 auto;
    position: relative;
    top: 65px;
}


.InfoPopupTakipci{
     font-family: 'gotham_narrowmedium';
     font-size: 11px;
     text-align: center;
     position: relative;
     top: 90px;
 }

.InfoPopupTakipciBorder{
    border-top:1px solid #d9ce00;
    width: 80px;
    margin: 0 auto;
    position: relative;
    top: 95px;
}


.InfoPopupTakipciNumber{
    font-family: 'gotham_narrowbold';
    font-size: 12px;
    text-align: center;
    position: relative;
    top: 105px;

}


.InfoPopupYazi{
    font-family: 'gotham_narrowmedium';
    font-size: 11px;
    text-align: center;
    position: relative;
    top: 120px;
}

.InfoPopupYaziBorder{
    border-top:1px solid #d9ce00;
    width: 80px;
    margin: 0 auto;
    position: relative;
    top: 125px;
}


.InfoPopupYaziNumber{
    font-family: 'gotham_narrowbold';
    font-size: 12px;
    text-align: center;
    position: relative;
    top: 135px;

}

.BtnTakipEt{
    background: url("/images/icons/btn-plus-2.png") no-repeat right;
    border: 1px solid #d9ce00;
    width: 91px;
    height: 24px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 150px;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    padding: 9px 0 0 9px;
	width:160px;
	text-align:center;


}


.InfoTumYazilarCaption{
    font-family: 'gotham_narrowlight';
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;

}

.InfoTumYazilarItemContainer{

    width: 247px;
    height: 58px;
    display: block;
    background: #fff200;
    border: 1px solid #d9ce00;
    margin: 8px auto;
    color: #000000;
    text-decoration: none;

}



.InfoTumYazilarItemContainer:hover{

    background: #fff980;


}

.InfoTumYazilarDate{
    font-family: 'gotham_narrowlight';
    font-size: 10px;
    text-align: center;
}


.InfoTumYazilarItemLeft{

    width: 75px;
    background: url("/images/info-popup-item-bg.png") no-repeat 74px 16px;
    float: left;



}


.InfoTumYazilarItemViews{

    background: url("/images/icons/icon-view.png") no-repeat 0 0;
    padding-left: 30px;
    margin-left: 12px;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    height: 21px;
    margin-top: 8px;
    padding-top: 2px;

}


.InfoTumYazilarItemLoves{

    background: url("/images/icons/icon-love.png") no-repeat 0 0;
    padding-left: 30px;
    margin-left: 12px;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    height: 22px;
    padding-top: 2px;

}



.InfoTumYazilarItemRight{

    font-family: 'gotham_narrowlight';
    font-size: 10px;
    float: left;
    width: 145px;
    margin-left: 12px;
    line-height: 14px;
    margin-top: 12px;



}
.BtnGeneral{
    height: 30px;
    width: 120px;
    background: #fff200;
    border: 1px solid #000000;
    font-family: 'gotham_narrowmedium';
    cursor: pointer;
}


#overlay{
    min-height: 30px!important;
    cursor: auto;
}

#WorkExperienceWrapper{

    width: 800px;
    float: left;

}

.WorkExperienceRow{

    border-bottom: 1px solid #e1e1e1;
    min-height: 100px;
    position: relative;
    display: inline-block;
}


.WorkExperienceRow .LeftColumn{

    width: 100px;
    min-height: 100px;
    float: left;


}


.WorkExperienceRow .LeftColumnImage{

    background: url("/images/icons/work-exp-leftcol.png") no-repeat center 34px;

}

.WorkExperienceRow .RightColumn{
    min-height: 100px;
    float: left;
    border-left: 1px solid #e1e1e1;
    width: 775px;
    position: relative;

}

.WorkExperienceRowCaption{
    padding: 30px 30px 10px 20px;
    float: left;
    width: 160px;
    position: absolute;
}


.WorkExperienceRowCaption p{

    font-family: 'gotham_narrowmedium';
    font-size: 14px;

}


.WorkExperienceRowContent{

    float: left;
    width: 622px;
    padding-top: 20px;
    margin-left: 135px;

}

.WorkExperienceRowContent textarea{

    border: 1px solid #e1e1e1;
    width: 570px;
    height: 60px;
    margin-bottom: 20px;
    padding: 5px;
    margin-left: 40px;
}

.WorkExperienceRowContent .DeneyimBox{

    width: 620px;
    height: 70px;
    border: 1px solid #e1e1e1;
    margin: 10px 0;
}

.WorkExperienceRowContent .DeneyimBox.SingleLine{

    width: 620px;
    height: 50px;
    border: 1px solid #e1e1e1;
    margin: 10px 0;

}

.WorkExperienceRowContent .DeneyimBox.SingleLine .col1{

    height: 50px;
}

.WorkExperienceRowContent .DeneyimBox.SingleLine .col2{

    height: 38px;
}


.WorkExperienceRowContent .DeneyimBox.SingleLine .WorkExperienceBtnDuzenle{
    top: 8px;
}

.WorkExperienceRowContent .DeneyimBox.SingleLine .WorkExperienceBtnSil{
    top: 8px;
}


.WorkExperienceRowContent .BtnEkle{

    width: 70px;
    height: 23px;
    background: #ffffff url("/images/icons/btn-plus-2.png") no-repeat right;
    display: block;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    padding: 8px 0 0 10px;
    border: 1px solid #e1e1e1;
    margin: 15px 0 15px 0;
    float: right;

}

.WorkExperienceRowContent .BtnEkle:hover{

    background: #fff200 url("/images/icons/btn-plus-2.png") no-repeat right;

 }

.WorkExperienceBtnKaydet{
    width: 70px;
    height: 23px;
    background: #ffffff;
    display: block;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    padding: 8px 0 0 0;
    border: 1px solid #e1e1e1;
    text-align: center;
    margin: 20px auto;


}


.WorkExperienceBtnKaydet:hover{

    background: #fff200;



}



.WorkExperienceBtnDuzenle{

    height: 24px;
    display: block;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    padding-top: 8px;
    border: 1px solid #e1e1e1;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 170px;
    width: 70px;

}


.WorkExperienceBtnDuzenle:hover{

    background: #fff200;



}


.WorkExperienceBtnSil{

    height: 30px;
    display: block;
    font-family: 'gotham_narrowmedium';
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    padding-top: 4px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 242px;
    width: 32px;

}


.WorkExperienceBtnSil:hover{

    background: #fff200;



}

.WorkExperienceSelect{

    margin: 16px 0 0 100px;

}


.DeneyimBox .col1{
    width: 46px;
    background: #fff200 url("/images/icons/work-exp-item.png") no-repeat center center;
    height: 70px;
    border-right: 1px solid #e1e1e1;
    float: left;

}


.DeneyimBox .col2{
    width: 288px;
    height: 58px;
    background: url("/images/icons/work-exp-item-border.png") no-repeat right center;
    float: left;
    padding-top: 12px;
}



.DeneyimBox .col3{
    float: left;
    padding-top: 8px;
    position: relative;


}

.ExperienceItemLocation{

    font-family: 'gotham_narrowlight';
    font-size: 11px;
    padding: 6px 0 0 15px;

}



.ExperienceItemDates{

    font-family: 'gotham_narrowlight';
    font-size: 11px;
    padding: 6px 0 0 15px;

}

.ExperienceItemCompany{
    font-family: 'gotham_narrowmedium';
    font-size: 14px;
    padding: 6px 0 0 15px;

}

.ExperienceItemPosition{
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    padding: 6px 0 0 15px;

}

.ExperienceItemLangDegree{

    font-family: 'gotham_narrowlight';
    font-size: 11px;
    padding: 6px 0 0 15px;

}

.ExperienceItemLangName{
    font-family: 'gotham_narrowmedium';
    font-size: 14px;
    padding: 8px 0 0 15px;

}


.ExperienceViewMainContainer{

    width: 750px;
    margin: 45px auto 0 auto;


}

.ExperienceViewInfoContainer{

    padding-left: 20px;
    margin-bottom: 20px;

}

.ExperienceViewName{

    font-family: 'gotham_narrowlight';
    font-size: 24px;
    color: #FF0000;

}

.ExperienceViewTitle{

    font-family: 'gotham_narrowmedium';
    font-size: 14px;
    padding: 4px 0;



}


.ExperienceViewLocation{

    font-family: 'gotham_narrowlight';
    font-size: 11px;
    padding: 4px 0;

}



.ExperienceViewBtnPdf{

    width: 82px;
    height: 24px;
    display: block;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    color: #000000;
    font-family: 'gotham_narrowbold';
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;
    padding-top: 9px;
    text-align: center;
    margin-top: 6px;


}

.ExperienceViewBtnPdf:hover{

    background: #fff200;


}


.ExperienceViewRow{

    margin-bottom: 30px;
}


.ExperienceViewRowTitle{
    border-bottom: 1px solid #e1e1e1;
    font-family: 'gotham_narrowmedium';
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 10px;
    height: 25px;

}


.ExperienceViewRowContent{
    font-family: 'gotham_narrowlight';
    font-size: 11px;
    padding-left: 35px;
    padding-right: 35px;
}


.ExperienceViewRowSmall{

    border-bottom: 1px solid #e1e1e1;
    min-height: 58px;
    width: 490px;
    margin-left: -30px;
    padding-left: 30px;
    margin-bottom: 10px;

}

.ExperienceViewRowSmall.Last{
    border-bottom: none;
}


.ExperienceViewRowSmall .colLeft{

    float: left;
    line-height: 24px;
}



.ExperienceViewRowSmall .colRight{

    float: left;
    position: relative;
    left: 120px;
    line-height: 24px;
    font-size: 12px;
}

.ExperienceViewHdr{
    font-family: 'gotham_narrowmedium';
    font-size: 14px;
}
















.GundemBoxGallerySlider{
    position: relative;
}



.ContentImageFooter{
    width: 675px;
    position: relative;
    margin: 0 auto;

}

.ContentImageFooter .LoveItBtnLoved{

    float: left;
    z-index: 20;

}



.ContentImageFooter .LoveItBtnLoved a{

    margin: 0;

}


.ContentImageFooter .LoveItBtn{

    float: left;
    z-index: 20;

}



.ContentImageFooter .LoveItBtn a{

    margin: 0;

}

.ContentImageFooter .PaylasBtn{

    float: left;
    margin: 15px;
    z-index: 20;

}

.ContentImageFooter .PaylasBtn a{
    width: 73px;
    height: 24px;
    display: block;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    color: #000000;
    font-family: 'gotham_narrowbold';
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;
    padding-top: 9px;
    text-align: center;
    font-weight: normal;


}

.ContentImageFooter .PaylasBtn a:hover{

    background: #fff200;


}


.ContentImageFooter .ImageInfo{

    text-align: right;
    font-family: 'gotham_narrowlight';
    font-size: 10px;
    font-style: italic;
    padding-top: 10px;
    padding-right: 2px;

}


.ContentTitle{

    /*font-family: 'gotham_narrowlight';*/
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 34px;
    width: 650px;
    margin: 0 auto;
    border-bottom: 1px dotted #e1e1e1;
    border-top: 1px dotted #e1e1e1;
}

.ContentTitle p{
    margin: 10px 0;
}

.ContentSubTitle{
    /*font-family: 'gotham_narrowlight';*/
    font-family: Georgia,Times,Times New Roman,serif;
    font-size:15px;
    line-height: 22px;
    width: 650px;
    margin: 0 auto;
    border-bottom: 1px dotted #e1e1e1;
    border-top: 1px dotted #e1e1e1;

}


.ContentText{
    /*font-family: 'gotham_narrowlight';*/
    font-family: Georgia,Times,Times New Roman,serif;
    line-height: 21px;
    font-size: 13px;
    margin: 0 auto;
    width: 650px;


}


.ContentImage{
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    color: #ff0000;
    width: 650px;
    height: 95px;
    padding-top: 33px;

}

.ContentImageBtn{

    background: url("/images/icons/upload-file.png") no-repeat 0 -45px;
    width: 47px;
    height: 45px;
    display: block;
    margin: 0 auto;
}

.ContentImageBtn:hover{

    background: url("/images/icons/upload-file.png") no-repeat 0 0px #e1e1e1;

}

.ContentImageTxtBtn{
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    color: #ff0000;
    display: block;
    text-decoration: none;
    text-align: center;
}

.ContentImageInfoBox{
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    margin: 0 auto;
    width: 650px;
    font-style: italic;
}







.ContentVideoInfoBox{
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    color: #ff0000;
    width: 650px;
    background: #e1e1e1;

}





.PageMainTitle{
    font-family: 'gotham_narrowmedium';
    font-size: 14px;
    height: 27px;
    padding-top: 10px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

#CalendarWrapper {
    width:880px;
    min-height:500px;
}


.CalendarContainer{

    overflow:hidden;
    position: relative;
}

.CalendarDetailHeader{
    position: relative;
    overflow: hidden;
    height: 54px;
}

.CalendarCaption{
    font-family: 'gotham_narrowmedium';
    font-size: 14px;
    height: 39px;
    padding-top: 21px;
    padding-left: 12px;
    text-align: left;
    float: left;
}


.CalendarDetailDayNumber{

    height: 60px;
    background: #454545;
    top: -4px;
    color: #fff200;
    width: 85px;
    float: right;
    text-align: center;
    font-family: 'gotham_narrowmedium';
    font-size: 48px;
    position: relative;
}


.CalendarDetailSubHeader{

    background: #fff200;
    height: 32px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px dotted #e1e1e1;
    margin-bottom: 12px;

}

.CalendarDetailSubHeaderCaption{

    font-family: 'gotham_narrowlight';
    font-size: 14px;
    height: 24px;
    padding-top: 8px;
    padding-left: 12px;
    text-align: left;
    float: left;
    position: relative;

}

.CalendarDetailTabContainer{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50%;

}



.CalendarDetailTabItem{
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    height: 24px;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    padding: 8px 16px 0 35px ;

}


.CalendarDetailTabItemSelected{
    background: #ffffff;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    height: 24px;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    padding: 8px 16px 0 35px;
    border-bottom: 1px solid #ffffff;

}

#BtnCalendarAgenda{
    background: url("/images/icons/event-cal.png") no-repeat 9px 7px;
}


#BtnCalendarAgenda.CalendarDetailTabItemSelected{
    background: #ffffff url("/images/icons/event-cal.png") no-repeat 9px 7px;
}


#BtnCalendarList{

    background: url("/images/icons/event-doc.png") no-repeat 9px 7px;
}




#BtnCalendarList.CalendarDetailTabItemSelected{

    background: #ffffff url("/images/icons/event-doc.png") no-repeat 9px 7px;

}



.CalendarDetailSubHeaderMonth{
    text-align: center;
    font-family: 'gotham_narrowlight';
    font-size: 20px;
    float: right;
    position: relative;
    width: 86px;
    top: -30px;
}


.EventListContainer{
    width: 732px;
    margin: 0 auto;
}

.EventListItem{

    width: 732px;
    height: 180px;
    border-bottom: 1px dotted #e1e1e1;
    padding: 12px 0;


}

.EventListItemImageContainer{

    width: 281px;
    float: left;
    margin-top: 12px;

}


.EventListItemInfoContainer{

    float: left;
    width: 438px;
    margin-left: 12px;

}





.EventListItemTitleContainer{
    border-top: 1px dotted #e1e1e1;
    height: 57px;
    font-family: 'gotham_narrowmedium';
    font-size: 18px;
    padding-top: 10px;

}


.EventListItemSubTitleContainer{
    border-top: 1px dotted #e1e1e1;
    height: 26px;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    padding-top: 10px;
}

.EventListItemBtnContainer{
    border-top: 1px dotted #e1e1e1;
    height: 50px;
}


.EventListItemDateContainer{
    position: relative;
    top: 0px;
    float: right;
    width: 100px;
    line-height: 16px;
}


.EventListHour{
    font-family: 'gotham_narrowmedium';
    font-size: 14px;
    text-align: right;
}

.EventListDateStart{
    font-family: 'gotham_narrowlight';
    font-size: 10px;
    text-align: right;
}

.EventListDateEnd{
    font-family: 'gotham_narrowlight';
    font-size: 10px;
    text-align: right;
}

.EventListPlace{
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-align: right;
    position: relative;
    top: -15px;
}


.BtnEventListDevam{
    height: 23px;
    display: block;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    padding: 8px 12px 0 12px;
    border: 1px solid #e1e1e1;
    margin: 20px 0 15px 0;
    float: right;
    text-align: center;
}

.BtnEventListDevam:hover{
    background: #fff200;
}



.BtnEventListEkle{

    height: 23px;
    background: #ffffff url("/images/icons/btn-plus-2.png") no-repeat right;
    display: block;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    padding: 8px 36px 0 10px;
    border: 1px solid #e1e1e1;
    margin: 20px 10px 15px 10px;
    float: right;
    text-align: center;
}

.BtnEventListEkle:hover{
    background: #fff200 url("/images/icons/btn-plus-2.png") no-repeat right;
}





.BtnEventListPaylas{
    height: 23px;
    display: block;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    padding: 8px 12px 0 12px;
    border: 1px solid #e1e1e1;
    margin: 20px 0 15px 0;
    float: right;
    text-align: center;
}

.BtnEventListPaylas:hover{
    background: #fff200;
}


.BtnDevaminiYukle{
    height: 23px;
    display: block;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    padding: 8px 12px 0 12px;
    border: 1px solid #e1e1e1;
    margin: 20px auto;
    width: 100px;
    text-align: center;
}

.EventListSeparator{
    height: 22px;
    border-bottom: 1px solid #e1e1e1;
    background: #e1e1e1;
    font-family: 'gotham_narrowlight';
    font-size: 14px;
    padding: 6px 0 0 12px;
    margin-bottom: 12px;
}



.EventDetailPager{
    position: relative;
    top: -23px;
}



.EventDetailPager {
    overflow:hidden;
    width:880px;
    height:51px;
    border-bottom:1px solid #cfcfcf;
    font-family: 'gotham_narrowbold';
    font-size:13px;
}
.EventDetailPager a {
    display:block;
    text-decoration:none;
    color:#000;
    background-image:url(../images/editor-nav_sep.gif);
    background-repeat:no-repeat;
    padding:16px;
}
.EventDetailPager a:hover {
    background-color:#ffff00;
    border-bottom:2px solid #000;
}
.EventDetailPager a.Prev {
    float:left;
    background-position:right 17px;
}
.EventDetailPager a.Next {
    float:right;
    background-position:left 17px;
}


.EventDetailContainer{
    width: 650px;
    margin: 0 auto ;
}



.EventDetailImageFooter{
    height: 36px;
    position: relative;
    margin: 0 auto;
    top: -15px;


}

.EventDetailImageFooter .ImageInfo{

    text-align: right;
    font-family: 'gotham_narrowlight';
    font-size: 10px;
    font-style: italic;
    padding-top: 10px;

}



.EventDetailInfoContainer{
    font-family: 'gotham_narrowlight';
    font-size: 12px;
}

.EventDetailBtnContainer{

    height: 90px;
}

.BtnEventDetailEkle{

    height: 23px;
    background: #ffffff url("/images/icons/btn-plus-2.png") no-repeat right;
    display: block;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    padding: 8px 36px 0 10px;
    border: 1px solid #e1e1e1;
    margin: 20px 10px 15px 0px;
    float: left;
    text-align: center;
}

.BtnEventDetailEkle:hover{
    background: #fff200 url("/images/icons/btn-plus-2.png") no-repeat right;
}


.EventDetailBtnContainer .LoveItBtn {
    float: left;
    padding-top: 20px;;
}

.EventDetailBtnContainer .LoveItBtnLoved {
    float: left;
    padding-top: 20px;
}

.EventMonthList{

    height: 18px;
    border-bottom: 1px dotted #e1e1e1;
    text-align: center;
    position: relative;


}

.EventMonthList ul{

    margin: 0 auto;
    padding: 0;
    display: inline-block;
    position: relative;
    top: -24px;
}


.EventMonthList ul li{

    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}


.EventMonthList ul li a{

    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    height: 22px;
    display: block;
    padding: 8px 16px 0 16px;

}

.EventMonthList ul li a.Selected{

    background: #d9d9d9;

}



.EventMonthList ul li a:hover{

    background: #d9d9d9;

}

.EventYearTitle{
    font-family: 'gotham_narrowmedium';
    font-size: 14px;
    text-align: center;
    margin: 10px 0;

}


.EventDayList ul{

    margin: 0 auto;
    padding: 0;
    display: inline-block;
    position: relative;
}


.EventDayList ul li{

    list-style: none;
    margin: 0;
    float: left;
    font-family: 'gotham_narrowmedium';
    font-size: 11px;
    color: #000000;
    padding: 6px 41px 4px 40px;
    display: inline-block;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;

}


.EventDayList ul li.Last{

    border-right: none;
    padding-right: 42px;

}

.EventCalendarTable{
    display: table;
    width:100%;
    border-bottom:1px solid #e1e1e1;
    font-family: 'gotham_narrowmedium';
    font-size: 11px;
}

.EventCalendarTable .row {
    display: table-row;

}

.EventCalendarTable .cell {
    display: table-cell;
    border-top:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
    height: 128px;
    width: 14%;
    padding: 6px;
    overflow: hidden;



}

.EventCalendarTable .DayList .cell {

    height: 14px;
    padding-top: 6px;
    text-align: center;


}

.EventCalendarTable .LastColumn{
    border-right:none;
}


.EventCalendarTable .EventCalendarToday{
    background: #fff200;
}

.EventCalendarTable .cell .EventCalendarItem ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.EventCalendarTable .cell .EventCalendarItem ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.EventCalendarItemTime{
    font-weight: bold;
    color: #000000;
}

.EventCalendarDateNumber{
    padding-left: 1px;
}


.EventCalendarHoverBox{
    -webkit-box-shadow: 0px 4px 30px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 4px 30px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 4px 30px 0px rgba(50, 50, 50, 0.3);
    height: 120px;
    min-width: 215px;
    position: absolute;
    z-index: 999;
    background: #fff200;
    top: 0px;
    left: 0px;
    display: none;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
}

.EventCalendarHoverBox .BottomArrow{
    position: relative;
    z-index: 1500;
    height: 7px;
    width: 20px;
    margin: 0 auto;
    background: url("/images/hover-box-arrow.png") no-repeat 0 0;
    top: 8px;

}

.EventCalendarItem ul li{
    cursor: pointer;
}


.EventCalendarItem ul li a{

    color: #000000;
    text-decoration: none;

}



.EventCalendarHoverBox .ContentTop{

    height: 92px;

}

.EventCalendarHoverBox .ContentBottom{
    border-top: 1px solid #555413;
    height: 13px;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.EventCalendarHoverBox .ContentTop .EventImage{
    float: left;
    padding-left: 11px;
    padding-top: 14px;
    margin-right: 10px;
}
.EventCalendarHoverBox .ContentTop .EventTitle{
    padding-left: 10px;
    padding-top: 14px;

}



.EventCalendarHoverBox .ContentBottom .EventPlace{
    float: right;
}

.EventCalendarHoverBox .ContentBottom .EventTime{
    float: left;
    font-weight: bold;
    font-family: 'gotham_narrowlight';
}


.EventImageData{
    display: none;
}

.EventTitleData{
    display: none;
}


.EventPlaceData{
    display: none;
}

.EventTimeData{
    display: none;
}











.MembershipAddProject{
    background: #fff200 url("/images/icons/icon-icerik-ekle.png") no-repeat right 4px;
    font-family: 'gotham_narrowmedium';
    font-size: 12px!important;
    color: #000000;
    text-decoration: none;
    padding-right: 75px;
    padding-left: 10px;
    padding-top: 5px;
    height: 20px;
    border-left: 1px solid #e1e1e1;
}


.MembershipSettingsBtn {
    background: url("/images/icons/icon-settings.png") no-repeat center center;
    height: 25px;
    width: 30px;
    border-right: 1px solid #b2b2b2;
}


.MembershipLogoutBtn {
    background: url("/images/icons/icon-logout.png") no-repeat center center;
    height: 25px;
    width: 30px;
}


.RightColNavItem{

    border-bottom: 1px solid #cfcfcf;
    text-align: center;
    height: 40px;

}

.RightColNavItem a{

    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 13px 0px 12px 0px;

}

.RightColNavItem a:hover{

    background: #fff200;
}

.CenteredFilterTitle{

    width:inherit;
    text-align:center;
    position: relative;
    height: 78px;

}


.CenteredFilterTitle span{

    display: block;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    margin-left: 8px;
    padding-top: 12px;
    cursor: inherit;
}

.CenteredFilterTitle.filterTitleClosed{

    border-bottom: 1px solid #CECECE;
    height: 40px;

}



.FilterListPerson{

    list-style-type: none;
    margin: 0;
    padding: 0;
}


.FilterListPerson .FilterListPersonItem{

    margin: 0;
    color: #000000;
    background: none;
    border-bottom: 1px dotted #e1e1e1;
    height: 36px;
    padding-top: 11px;
    padding-bottom: 10px;
    cursor: pointer;
    font-family: 'gotham_narrowmedium';
    font-size: 11px;

}


.FilterItemProfilePic{

    float: left;
    border-radius: 1000px;
    margin-left: 0px;

}


.FilterItemProfileName{

    float: left;
    margin-left: 10px;
    width: 120px;

}


.FilterItemProfileTitle{

    float: left;
    margin-left: 10px;
    width: 120px;
    font-family: 'gotham_narrowlight';
    font-size: 10px;


}


#FilterListPersonScrollBox{

    height: 312px;

}

.FilterListPersonItem.Selected{
    background: #fff200;
}






.EditorMainContainer{
    margin-top: 50px;
    position: relative;
    width: 680px;
    margin: 0 auto;
}


.EditorBtnContainer{

    width: 590px;
    height: 92px;
    background: #ffffff;

    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);

    margin: 20px auto;

}



.EditorTxtIconContainer{
    height: 92px;
    width: 65px;
    background: url("/images/icons/editor-icon-txt.png") no-repeat center center;
    float: left;
    border: 1px solid #DDDDDD;
}


.EditorImgIconContainer{
    height: 92px;
    width: 64px;
    background: url("/images/icons/editor-icon-img.png") no-repeat center center;
    float: left;
    border: 1px solid #DDDDDD;
}

.EditorSndIconContainer{
    height: 92px;
    width: 64px;
    background: url("/images/icons/editor-icon-audio.png") no-repeat center center;
    float: left;
    border: 1px solid #DDDDDD;
}

.EditorTxtBtnContainer{
    width: 130px;
    float: left;
    height: 93px;
    border-bottom: 1px solid #DDDDDD;
}

.EditorImgBtnContainer{
    width: 130px;
    float: left;
    height: 93px;
    border-bottom: 1px solid #DDDDDD;
}

.EditorSndBtnContainer{
    width: 130px;
    float: left;
    height: 93px;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.EditorBtnContainer ul {

    list-style: none;
    margin: 0;
    padding: 0;


}

.EditorBtnContainer ul li {

    list-style: none;
    margin: 0;
    padding: 0;

}

.EditorBtnContainer ul li a{

    font-family: 'gotham_narrowmedium';
    font-size:11px;
    color: #000000;
    text-decoration: none;
    height: 21px;
    padding-top: 8px;
    border-top: 1px solid #DDDDDD;
    display: block;
    padding-left: 12px;
    background: #ffffff;

}

.EditorBtnContainer ul li a:hover{
    background: #FFF200;
}

.EditorBtnContainer ul li a.Last{

    border-bottom: 1px solid #DDDDDD;

}








.EditorBtnContainerLeft{
    border-right:1px solid #000000;
    width:90px;
    height: 132px;
    float: left;
}



.EditorBtnContainerCaption{
    font-family: 'gotham_narrowmedium';
    font-size:12px;
    padding: 12px 12px;
}


.EditorBtnContainerRight{
    float: left;


}


.EditorBtnContainerRight ul{
    font-family: 'gotham_narrowmedium';
    font-size:12px;
    list-style: none;
    padding-left: 15px;
    float: left;

}

.EditorBtnContainerRight ul.col1{
    width: 140px;

}
.EditorBtnContainerRight ul.col2{
    width: 120px;
    margin-left: 8px;
    background: url("/images/icons/editor-btn-seperator.png") no-repeat 0 4px;

}



.EditorBtnContainerRight li.Txt{

    background: url("/images/icons/add-text.png") no-repeat 0 0;
    padding-left: 30px;
    height: 35px;
    padding-top: 5px;
}


.EditorBtnContainerRight li.Image{

    background: url("/images/icons/add-image.png") no-repeat 0 2px;
    padding-left: 38px;
    height: 35px;
    padding-top: 0px;
}



.EditorBtnContainerRight li.Video{

    background: url("/images/icons/add-video.png") no-repeat 0 2px;
    padding-left: 35px;
    height: 35px;
    padding-top: 0px;
}


.EditorBtnContainerRight li.Music{

    background: url("/images/icons/add-music.png") no-repeat 0 2px;
    padding-left: 20px;
    height: 35px;
    padding-top: 0px;
}

.EditorMainContainer *:focus {
    outline: 1px solid #000000;
}

.EditorBtnContainerRight li a{

    display: block;
    color: #000000;
    text-decoration: none;
    font-family: 'gotham_narrowmedium';
    font-size:12px;
}


.EditorMainContainer .ContentTitle{

    font-family: 'gotham_narrowlight';
    font-size: 34px;
    padding: 12px 12px;
    border: 1px solid #efefef;
    width: 658px;


}


.EditorMainContainer .ContentSubTitle{
    font-family: 'gotham_narrowlight';
    font-size:14px;
    padding: 12px 12px;
    border: 1px solid #efefef;
    width: 658px;


}


.EditorMainContainer .ContentText{
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    padding: 12px 12px;
    border: 1px solid #efefef;
    width: 658px;


}

.EditorMainContainer .ContentImage{
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    color: #ff0000;
    width: 680px;
    height: 95px;
    background: #e1e1e1;
    padding-top: 33px;

 }

.EditorMainContainer .ContentImageBtn{

    background: url("/images/icons/upload-file.png") no-repeat 0 -45px;
    width: 47px;
    height: 45px;
    display: block;
    margin: 0 auto;
}

.EditorMainContainer .ContentImageBtn:hover{

    background: url("/images/icons/upload-file.png") no-repeat 0 0px #e1e1e1;

}

.EditorMainContainer .ContentImageTxtBtn{
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    color: #ff0000;
    display: block;
    text-decoration: none;
    text-align: center;
}

.EditorMainContainer .ContentImageInfoBox{
    border: 1px solid #e1e1e1;
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    margin-bottom: 10px;
    padding: 12px;
    width: 658px;
}







.EditorMainContainer .ContentVideo{
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    color: #ff0000;
    width: 720px;
    background: #e1e1e1;
    height: 405px;
    margin-left: -20px;

}


.EditorMainContainer .ContentVideoInfoBox{
    border: 1px solid #e1e1e1;
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    margin-bottom: 10px;
    padding: 24px 12px 12px 12px;
	padding-bottom:20px;
    width: 550px;
    float: left;
    color: #000000;
    background: #ffffff;


}

.EditorMainContainer .BtnVideoShow{
    width: 60px;
    float: left;
    border: 1px solid #e1e1e1;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    color: #000000;
    margin-top: 20px;
    text-decoration: none;
    text-align: center;
    display: block;
    height: 23px;
    padding-top: 9px;
    position: relative;
    left: 42px;


}


#ContentTemplates{
    display: none;
}





.SilBtn{

    position: relative;
    left: 664px;
    top:20px;
    z-index: 99;
    width: 32px;
    height: 33px;
    display: block;
    background: url("/images/icons/red2.png") no-repeat 0 0;

}



.SilBtn:hover{

    background: url("/images/icons/red2.png") no-repeat 0 -33px;

}


.VideoSilBtn{
    left: 704px
}


.AddSeparator{
    display: block;
    width: 680px;
    height: 32px;
    background: #ffffff ;
    border: 1px solid #ffffff;
}
.AddSeparator:hover{
    border: 1px solid #fff200;
    background: url("/images/icons/btn-plus.png") no-repeat center center;
 }





.VideoContentHeaderVideoInfo{

   height: 40px;
   border-bottom: 1px dotted #e1e1e1;
   padding: 0 12px;

}


.VideoContentHeaderVideoInfo .VideoTitle{

    font-family: 'gotham_narrowmedium';
    font-size: 20px;
    float: left;
    margin-top: 7px;

}



.VideoContentHeaderVideoInfo .VideoDate{

    font-family: 'gotham_narrowlight';
    font-size: 9px;
    float: right;
    margin-top: 15px;

}


.VideoListVideoContainer{
    margin-left: 10px;
}

.VideoListVideoDate{
    font-family: 'gotham_narrowlight';
    font-size: 9px;
    text-align: right;
    margin-top: 10px;
    margin-right: 12px;
}



.VideoListVideoTitle{
    font-family: 'gotham_narrowmedium';
    font-size: 18px;
    margin-top: 10px;
    padding-left: 10px;
    border-top:1px dotted #e1e1e1 ;
    border-bottom:1px dotted #e1e1e1 ;
    padding-top: 10px;
    padding-bottom: 10px;

}


.VideoListVideoInfo{
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    margin-top: 10px;
    padding: 10px;

}



.BtnVideoListDevam{
    border: 1px solid #E1E1E1;
    color: #000000;
    display: block;
    float: left;
    font-family: 'gotham_narrowbold';
    font-size: 12px;
    font-weight: normal;
    height: 23px;
    letter-spacing: 1px;
    margin: 10px 0 15px 10px;
    padding: 8px 12px 0;
    text-align: center;
    text-decoration: none;
    width: 47px;
}

.BtnVideoListDevam:hover{
    background: #fff200;
}

.VideoListVideoItem{
    border-bottom:1px dotted #e1e1e1 ;
}


.VideoListShareBox .LoveItBtn{
    float: left;
    z-index: 20;
}

.VideoListShareBox .LoveItBtn a{
    margin: 0;
}


.VideoListShareBox .LoveItBtnLoved{

    float: left;
    z-index: 20;

}

.VideoListShareBox .LoveItBtnLoved a{

    margin: 0;

}


.VideoListShareBox .PaylasBtn{
    float: left;
    margin: 15px;
    z-index: 20;
}

.VideoListShareBox .PaylasBtn a{
    width: 73px;
    height: 24px;
    display: block;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    color: #000000;
    font-family: 'gotham_narrowbold';
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;
    padding-top: 9px;
    text-align: center;
}


.VideoListShareBox .PaylasBtn a:hover{
    background: #fff200;
}

.VideoListShareBox{
    height: 65px;
    border-top: 1px solid #e1e1e1;
    padding-left: 10px;
}


#GundemListLeft.NoBorderList{
    border-right: none;
    width: 430px;
    margin-right: 10px;
}


.VideoListViewCounts{
    height: 32px;
    margin-top: 17px;
    margin-right: 30px;
    float: right;
}

.VideoListViewCounts  div {

    font-family: 'gotham_narrowbold';
    font-size: 11px;
    width: 60px;

}



.VideoListViewCounts .Yorum {
    float: left;
    height: 31px;
    position: relative;
    background: url("/images/view-counts-seperator.png") no-repeat 48px center;

}

.VideoListViewCounts .Yorum img {
    top: 6px;
    position: relative;
    margin-right: 6px;
}



.VideoListViewCounts .Takipci {
    float: left;
    height: 31px;
    position: relative;

}

.VideoListViewCounts .Takipci img {
    top: 6px;
    position: relative;
    margin-right: 6px;
}




.VideoListViewCounts .Goruntulenme {
    float: left;
    height: 31px;
    position: relative;
    background: url("/images/view-counts-seperator.png") no-repeat 48px center;
}

.VideoListViewCounts .Goruntulenme img {
    top: 6px;
    position: relative;
    margin-right: 6px;
}



.VideoDetayVideoInfo{

    width: 680px;
    margin:0 auto;
}




.VideoDetayVideoInfo .VideoTitle{

    font-family: 'gotham_narrowmedium';
    font-size: 24px;
    border-bottom: 1px dotted #e1e1e1 ;
    padding: 12px 24px;

}




.VideoDetayVideoInfo .VideoInfoText{

    font-family: 'gotham_narrowlight';
    font-size: 12px;
    padding: 16px 12px;

}


.ContentBottomSection{
    position: relative;
}


.ContentBottomSection #ProjectTagsContainer {
    width:680px;
    height:78px;
    margin:14px auto 8px auto;
    border:1px solid #cfcfcf;

}



.ContentBottomSection #SocialWrapper {
    width: 680px;
    height: 44px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -48px;
    border: none;
}


.ContentBottomSection #SocialWrapper #SocialIcons {

    width: 680px;
    padding-top: 12px;


}

.ContentBottomSection .ProjectStatsContainer{

    width: 680px;
    border-top: 1px dotted #e1e1e1;
    margin: 10px auto 0 auto;
}


.ContentBottomSection #ProjectStats {
    overflow: hidden;
    width: 175px;
    height: 30px;
    margin: 10px auto 0 auto;
    border: none;


}

.ContentBottomSection #ProjectStats  div {

    font-family: 'gotham_narrowbold';
    font-size: 11px;
    padding-right: 6px;
}



.ContentBottomSection #ProjectStats  .Yorum {
    float: left;
    height: 31px;
    position: relative;

}

.ContentBottomSection #ProjectStats  .Yorum img {
    top: 6px;
    position: relative;
    margin-right: 6px;
}



.ContentBottomSection #ProjectStats  .Takipci {
    float: left;
    height: 31px;
    position: relative;
}

.ContentBottomSection #ProjectStats .Takipci img {
    top: 6px;
    position: relative;
    margin-right: 6px;
}




.ContentBottomSection #ProjectStats  .Goruntulenme {
    float: left;
    height: 31px;
    position: relative;
}

.ContentBottomSection #ProjectStats  .Goruntulenme img {
    top: 6px;
    position: relative;
    margin-right: 6px;
}


.ContentBottomSection #ProjectStats  .ProjectStatsSeperator {
    background: url("/images/view-counts-seperator.png") no-repeat center center;
    height: 31px;
    float: left;
    position: relative;
    margin-right: 6px;
    width: 1px;
}


.CopyRightInfoContainer{
    background: #fff200;
    width: 296px;
    padding: 30px;

}


.CopyRightInfoCaption{

    font-family: 'solomon_sans_lightregular';
    font-size: 30px;
    color: #FF0000;

}




.CopyRightInfoContainer .SeperatorDotted{

    margin: 15px 0;
    background: url("/images/boxInfo_sep-black.png") no-repeat 0 0;
    height: 1px;


}

.CopyRightIconContainer{
    margin-bottom: 10px;
}


.CopyRightInfo .Caption{

    color: #FF0000;
    font-size: 11px;
    font-family: "gotham_narrowlight";
    background: url("/images/boxInfo_sep-black.png") no-repeat 0 17px;
    padding-bottom: 9px;

}

.CopyRightInfo.FullWidth .Caption{


    background: url("/images/boxInfo_sep-black-long.png") no-repeat 0 17px;

}


.CopyRightInfo{
    width: 148px;
    float: left;
}

.CopyRightInfo.FullWidth{
    width: 300px;
    float: left;
}




.CopyRightInfo ul{

    list-style: none;
    padding: 0;
    margin: 0 0 14px 0;

}


.CopyRightInfo ul li{

    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-family: "gotham_narrowlight";

}



















.LoginRegisterContainer{
    background: #fff200;
    width: 276px;
    padding: 30px 40px;
}


.CropContainerMain{

    height: 588px;
    background: #fff200 url("/images/crop-bg.jpg") no-repeat 310px 155px;
    width: 932px;
    position: relative;
}

.CropImageContainer{

    position: absolute;
    top: 25px;
    left: 325px;

}

.GeneralBox.CropPreview {
    position: absolute;
    left: 5px;
    top: 25px;
    background: #FFFFFF;

    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}


.GeneralBox.CropPreview .BoxInfoOwnerImage {
   z-index: 100;
}

.CropBtnContainer{

    position: absolute;
    top: 550px;
    right: 20px;


}


.BtnCropKaydet{
    display: block;
    font-family: 'gotham_narrowbold';
    font-size: 14px;
    text-decoration: none;
    float: left;
    color: #000000;
    background: url("/images/crop-btn-bg.jpg") no-repeat 0 4px;
    width: 112px;
    text-align: center;
}

.BtnCropDevam{
    display: block;
    font-family: 'gotham_narrowbold';
    font-size: 14px;
    text-decoration: none;
    float: left;
    color: #000000;
    background: url("/images/crop-btn-bg.jpg") no-repeat 0 4px;
    width: 112px;
    text-align: center;
}



.ReportContainer{
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #2D2C4D;
    scrollbar-highlight-color:#7D7E94;
    scrollbar-3dlight-color: #7D7E94;
    scrollbar-darkshadow-color: #2D2C4D;
    scrollbar-track-color: #7D7E94;
    scrollbar-arrow-color: #C1C1D1;

}

.ReportContainer{

    background: #fff200;
    width: 276px;
    padding: 30px 60px;

}


.ReportInputBox{
    width: 256px;
    height: 30px;
    border: 1px solid #000000;
    background: #fff200;
    color: #000000;
    padding:0 12px;
    font-size: 12px;
    font-family: 'gotham_narrowlight';
    margin-bottom: 10px;


}

.ReportInputBox:focus{
    background: #fff980;

}


.ReportTextArea{
    width: 256px;
    height: 90px;
    border: 1px solid #000000;
    background: #fff200;
    color: #000000;
    padding:6px 12px;
    font-size: 12px;
    font-family: 'gotham_narrowlight';
    margin-bottom: 10px;
}

.ReportSendBtn{
    height: 30px;
    border: 1px solid #000000;
    background: #fff200;
    color: #000000;
    padding:0 16px;
    font-size: 12px;
    font-family: 'gotham_narrowmedium';
    position: relative;
    left: 9px;
    display: block;
    float: right;
    cursor: pointer;
}

.ReportSubmitStatusText{
    position: relative;
    float: left;
    top: 5px;
    font-size: 12px;
    font-family: 'gotham_narrowlight';
}



.ReportContainer .ReportCaption{

    color: #FF0000;
    font-size: 38px;
    font-family: "solomon_sans_lightregular";
    margin-bottom: 12px;
}

.ReportContainer .ReportSubtitle{
    font-size: 12px;
    font-family: 'gotham_narrowlight';
    margin-bottom: 16px;

}

.ReportSelectType{

    font-size: 12px;
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    font-family: 'gotham_narrowlight';
    margin-bottom: 10px;
    height: 32px;

}


.ProjectTitleEditInput{
    font-size: 30px;
    font-family: 'gotham_narrowlight';
    border: 1px solid #e1e1e1;
    position: relative;
    top: -4px;
    left: -3px;
}


.RegisterActivityBorderTop{

    background: url("/images/register-activity-bg-top.png")no-repeat top center;
    height: 11px;
    width: 840px;
    margin: 20px auto 0 auto;

}


.RegisterActivityBorderBottom{

    background: url("/images/register-activity-bg-bottom.png")no-repeat top center;
    height: 11px;
    width: 840px;
    margin: 0 auto;

}


.RegisterActivityContent{

    background: url("/images/register-activity-bg-middle.png")repeat-y top center;
    height: 100%;
    width: 840px;
    min-height: 600px;
    margin: 0 auto;
    position: relative;

}

.RegisterActivityTitleContainer{

    position: relative;
    top: 200px;
    left: 200px;
}

.RegisterActivityTitle{

    color: #FF0000;
    font-size: 60px;
    font-family: "solomon_sans_lightregular";

}


.RegisterActivitySubTitle{

    color: #000000;
    font-size: 30px;
    font-family: "gotham_narrowlight";

}


.RegisterActivityArrow{
    position: absolute;
    top: 435px;
    left: 775px;
    z-index: 99;
}


.RightColEmptyBox{
    height: 34px;
    border-bottom: 1px solid #e1e1e1;
}


.RegisterActivityBtnDevam{

    height: 24px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff200;
    color: #000000;
    font-size: 12px;
    font-family: "gotham_narrowmedium";
    display: block;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;

}


.RegisterActivitySelectBoxContainer{
    background: #f5f5f5;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 5px;


}

.RegisterActivitySelect{

    margin-bottom: 12px;
    height: 36px;

}


.RegisterActivitySelectBoxContainer #box-1{
    z-index: 9999!important;
}


.RegisterActivitySelectBoxContainer #box-2{
    z-index: 8888!important;
}


.RegisterActivitySelectBoxContainer #box-3{
    z-index: 7777!important;

}



.RegisterActivitySelectBoxContainer #box-1 ul{
    z-index: 9999!important;
}


.RegisterActivitySelectBoxContainer #box-2 ul{
    z-index: 8888!important;
}


.RegisterActivitySelectBoxContainer #box-3 ul{
    z-index: 7777!important;

}




.RegisterActivitySelectBoxContainer #box-1 .jqTransformSelectWrapper{
    z-index: 9999!important;
}


.RegisterActivitySelectBoxContainer #box-2 .jqTransformSelectWrapper{
    z-index: 8888!important;
}


.RegisterActivitySelectBoxContainer #box-3 .jqTransformSelectWrapper{
    z-index: 7777!important;

}



.RegisterActivitySelectItem{

    background: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-top: 10px;
    position: relative;

}


.RegisterActivitySelectItem .UserImage{

    float: left;
    position: relative;

}


.RegisterActivitySelectItem .UserName{

    float: left;
    position: relative;
    width: 155px;
    font-size: 13px;
    font-family: "gotham_narrowmedium";
    margin-left: 5px;
    margin-top: 7px;


}


.RegisterActivitySelectItem .UserTitle{


    float: left;
    position: relative;
    width: 155px;
    font-size: 12px;
    font-family: "gotham_narrowlight";
    margin-left: 5px;
    margin-top: 2px;

}


.RegisterActivitySelectItem .SampleImageContainer{


    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-left: 4px;

}

.RegisterActivityBtnTakipEt{

    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e1e1e1;
    height: 27px;
    color: #000000;
    font-size: 12px;
    font-family: "gotham_narrowmedium";
    display: block;
    text-align: center;
    text-decoration: none;
    padding-top: 8px;
    background: #f5f5f5;


}

.RegisterActivityBtnTakipEt:hover{
    background: #fff200;
}


.RegisterActivityBtnTakipEt img{
    position: relative;
    top: 3px;
    left: 5px;
}


.StatisticsContainer{
    width: 880px;
    margin: 0 auto;
    margin-top: 40px;

}

#GeneralContainer.FullWidth {
    width: 1090px;
}



.StatisticsChartSelectContainer{
    background: url("/images/statistics-select-bg.png")no-repeat bottom center;
    height: 96px;
    margin-bottom: 35px;
}


.StatisticsChartSelectContainerItem{
    width: 140px;
    height: 96px;
    display: block;
    text-decoration: none;
    font-size: 10px;
    font-family: "gotham_narrowmedium";
    border-right: 1px dotted #e1e1e1;
    float: left;

}

.StatisticsChartSelectContainerItem:hover{

    background: #fff200 url("/images/statistics-select-bg.png")no-repeat bottom center;

}

.StatisticsChartSelectContainerItem.Selected{

    background: #fff200 url("/images/statistics-select-bg.png")no-repeat bottom center;

}


.StatisticsChartSelectContainerItem img{

    position: relative;
    top: 22px;
    margin: 0 auto;
    display: block;

}

.StatisticsChartSelectContainerItem p{

    position: relative;
    top: 32px;
    text-align: center;

}


.DottedBorder{

    border-bottom: 1px dotted #e1e1e1;
    margin: 50px 0;
    height: 1px;

}


.StatisticsNumbersTableHeader{

    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    position: relative;
    padding-top: 8px;
    height: 23px;
    background: #fff200;
    float: left;
    font-size: 12px;
    font-family: 'gotham_narrowmedium';
    width: 142px;
    text-align: center;

}

.StatisticsNumbersTableHeader.Wide{
    width: 252px;
}

.StatisticsNumbersTableContainer{

    width: 716px;
    margin: 0 auto;
}

.StatisticsNumbersTable{
    display: table;
    width:100%;
    border-bottom:1px solid #e1e1e1;
    font-family: 'gotham_narrowmedium';
    font-size: 11px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    margin-bottom: 26px;
}

.StatisticsNumbersTable .row {
    display: table-row;

}

.StatisticsNumbersTable .cell {
    display: table-cell;
    border-top:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
    height: 128px;
    width: 14%;
    padding: 6px;
    overflow: hidden;
    position: relative;



}


.StatisticsNumbersTable .LastColumn{
    border-right:none;
}

.StatisticsNumbersTable .StatisticsNumber{
    font-size: 18px;
    text-align: center;
    position: relative;
    top: 48px;
}

.StatisticsNumbersTable .StatisticsNumberCaption{
    font-size: 10px;
    text-align: center;
    position: relative;
    top: 88px;

}



.StatisticsSelectBoxContainer{

    float: right;
    position: relative;
    left: 2px;

}











.StatisticsPortfoyTable{
    display: table;
    width:100%;
    border-bottom:1px solid #e1e1e1;
    font-family: 'gotham_narrowmedium';
    font-size: 10px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.StatisticsPortfoyTable .row {
    display: table-row;

}

.StatisticsPortfoyTable .cell {
    display: table-cell;
    border-top:1px solid #e1e1e1;
    border-right:1px solid #e1e1e1;
    height: 21px;
    padding-top: 0px;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
    text-align: left;



}


.StatisticsPortfoyTable .cell.Icon {

    width: 10%;
    padding-left: 0;

}

.StatisticsPortfoyTable .cell.Proje {

    width: 40%;

}



.StatisticsPortfoyTable .cell.Info {

    width: 40%;

}

.StatisticsPortfoyTable .cell.Info img{

    float: left;
    position: relative;
    top: 9px;

}

.StatisticsPortfoyTable .cell.Profiles img{

    border-radius: 1000px;
    position: relative;
    top: 8px;
    width: 49px;
    margin-left: 2px;

}

.StatisticsPortfoyTable .cell .CellTitle {

    font-size: 11px;
    float: left;
    position: relative;
    left: 6px;
    top: 15px;
}



.StatisticsPortfoyTable .cell .CellSubTitle {

    font-size: 9px;
    font-family: 'gotham_narrowlight';
    float: left;
    position: relative;
    left: 6px;
    top: 21px;

}


.StatisticsPortfoyTable .cell.Icon p {

    position: relative;
    top: -10px;
    font-size: 13px;
    text-align: center;


}


.StatisticsPortfoyTable .LastColumn{
    border-right:none;
}

.StatisticsPortfoyTable .StatisticsTableIconHeader{
    text-align: center;
    position: relative;
    top: 7px;
    padding-left: 0px;
}

.StatisticsPortfoyTable .StatisticsTableIconHeader img{
    width: 23px;
}



.StatisticsNumbersTableSmallCaption{

    float: right;
    position: relative;
    top: 12px;
    font-size: 10px;
    font-family: 'gotham_narrowmedium';

}


.StatisticsPortfoyTable.ScrollContent{



}

.StatisticsPortfoyTable.ScrollContent .cell {

    height: 16px;

}




.BtnStatisticsHepsi{
    height: 23px;
    display: block;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    padding: 8px 12px 0 12px;
    border: 1px solid #e1e1e1;
    margin: 8px 0 15px 0;
    float: right;
    text-align: center;
    position: relative;
    right: -3px;
}

.BtnStatisticsHepsi:hover{
    background: #fff200;
}




.BtnStatisticsHepsi.Left{
    right: 0;
    float: left;
}



.StatisticsHeaderComment{
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    position: relative;
    padding-top: 8px;
    height: 23px;
    float: left;
    font-size: 12px;
    font-family: 'gotham_narrowmedium';
    width: 344px;
    text-align: left;
    padding-left: 12px;
    border-bottom: 1px solid #e1e1e1;
}


.StatisticsHeaderComment.Yellow{
    background: #fff200;
}


.StatisticsHeaderComment img{
    float: right;
    width: 24px;
    position: relative;
    top: -3px;
    right: 14px;
}

.StatisticsHeaderLoveIt{
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    position: relative;
    padding-top: 8px;
    height: 23px;
    float: left;
    font-size: 12px;
    font-family: 'gotham_narrowmedium';
    width: 344px;
    text-align: left;
    padding-left: 12px;
    border-bottom: 1px solid #e1e1e1;
}


.StatisticsHeaderLoveIt img{
    float: right;
    width: 24px;
    position: relative;
    top: -3px;
    right: 14px;
}

.CommentColumn{
    float: left;
}

.LoveItColumn{
    float: left;
}



.StatisticsScrollComment{

    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;

    height: 360px;
    width: 356px;

}




.StatisticsScrollLoveIt{

    border: 1px solid #e1e1e1;

    height: 360px;
    width: 356px;

}



.StatisticsScrollItem {

    font-size: 11px;
    font-family: 'gotham_narrowmedium';
    float: left;
    width: 50%;
    height: 60px;

 }


.StatisticsScrollItem .CommentCount{

    font-size: 9px;
    font-family: 'gotham_narrowlight';
    position: relative;
    top: 25px;
    left: 12px;

}


.StatisticsScrollItem .Name{

    position: relative;
    top: 20px;
    left: 10px


}


.StatisticsScrollItem img{

    border-radius: 1000px;
    position: relative;
    top: 10px;
    margin-left: 12px;
    float: left;

}


.ContentImageCentered{
    text-align: center;
}



.flex-viewport ul li{
    position: relative!important;
    top: 0!important;
    left: 0!important;

}


#GundemListContainer{

    float: left;
    min-height: 500px;
    width: 880px;
}


.NotificationBox{
    width: 430px;
    height: 590px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 4px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 4px 10px 0px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 36px;
    right: 30px;
    z-index: 99999;
    display: none;

}


.NotificationBoxArrow{
    position: absolute;
    top: -14px;
    right: 5px;

}

.NotificationBoxRow{
    background: #ffffff;
    height: 80px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.NotificationBoxRow.Grey{
    background: #f9f9f9;
}


.NotificationBoxRowImage{

    padding-top: 18px;
    padding-left: 18px;
    margin-right: 18px;
    float: left;

}

.NotificationBoxRowImageRight{

    padding-top: 18px;
    margin-right: 18px;
    float: left;

}

.NotificationBoxContent{
    float: left;
    padding-top: 25px;
    width: 255px;
}

.NotificationBoxRowTitle{
    font-size: 11px;
    font-family: 'gotham_narrowmedium';
 }

.NotificationBoxRowTime{
    font-size: 11px;
    font-family: 'gotham_narrowlight';
  }

.NotificationBoxRowProfileImage{

    float: left;
    margin-top: 15px;

}

.NotificationBoxRowProfileImage img{

    border-radius: 1000px;

}

.NotificationBoxSeeAll{
    bottom: 0;
    height: 19px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    width: 430px;
    background: #ffffff;
}

.NotificationBoxSeeAll a{

    font-size: 11px;
    font-family: 'gotham_narrowmedium';
    color: #000000;
    text-decoration: none;

}

.CalendarContainer .PageMainTitle{
   /*
    text-align: left;
    padding-left: 20px;
    */
}


.FriendsContainer .PageMainTitle{
    /*
    text-align: left;
    padding-left: 20px;
    */
}


.FriendsContainerRow{

   background: #ffffff;
   height: 175px;
   padding-left: 30px;

}

.FriendsContainerRow.First{

    background: #f3f3f3;
    border-bottom: 1px solid #cccccc;
	height:177px;

}

.FriendsContainerRow.Grey{

    background: #f8f8f8;
	height:177px;

}



.FriendsContainerRow .FriendItem{

    float: left;
    height: 145px;
    padding-top: 33px;
    width: 280px;


}

.FriendsContainerRow .FriendItem .FriendImage{
    border-radius: 1000px;
    float: left;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-top: 10px;
}

.FriendsContainerRow .FriendItem .FriendName{
    font-size: 11px;
    font-family: 'gotham_narrowmedium';
    float: left;
    width: 200px;
    margin-bottom: 6px;
}


.FriendsContainerRow .FriendItem .FriendTitle{
    font-size: 10px;
    font-family: 'gotham_narrowlight';
    float: left;
    width: 200px;
    margin-bottom: 6px;
}


.FriendsContainerRow .FriendItem .FriendTxt{
    font-size: 11px;
    font-family: 'gotham_narrowmedium';
    float: left;
    width: 200px;
}


.FriendsContainerRow .FriendItem .BtnFriendAdd{

    height: 15px;
    border: 1px solid #E1E1E1;
    padding: 8px 10px 7px 10px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-family: 'gotham_narrowmedium';
    float: left;
    position: relative;
    top: -9px;

}

.FriendsContainerRow .FriendItem .BtnFriendAdd:hover{

    background: #FFF200;

}


.FriendsContainerRow .FriendItem .BtnFriendAddIcon{
    background: url("/images/icons/bg-friend-remove.png") no-repeat center center ;
    height: 33px;
    width: 35px;
    float: left;
    display: block;
    margin-left: 51px;
    position: relative;
    top: -9px;
}


.FriendsContainerRow .FriendItem .BtnFriendRemove{

    height: 27px;
    border: 1px solid #E1E1E1;
    padding: 8px 10px 7px 10px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-family: 'gotham_narrowmedium';
    margin-left: 56px;


}

.FriendsContainerRow .FriendItem .BtnFriendRemove:hover{

    background: #FFF200;

}




.ExperiencePopupContainer{

    background: #fff200;
    width: 650px;
    padding: 30px;

}


.ExperiencePopupTitle{

    color: #FF0000;
    font-family: 'gotham_narrowlight';
    font-size: 24px;

}

.ExperiencePopupSubTitle{

    color: #000000;
    font-family: 'gotham_narrowlight';
    font-size: 20px;

}


.ExperiencePopupContainer .SeperatorDotted{

    margin: 15px 0;
    background: url("/images/boxInfo_sep-black.png") no-repeat 0 0;
    height: 1px;

}


.ExperiencePopupInputLabel{

    color: #000000;
    font-family: 'gotham_narrowlight';
    font-size: 11px;
    float: left;
    width: 100px;
    line-height: 30px;

}

.ExperiencePopupInputSmall{

    color: #000000;
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    background: none repeat scroll 0 0 #FFF200;
    border: 1px solid #000000;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 12px;
    width: 192px;
    float: left;
    margin-bottom: 20px;

}

.ExperiencePopupInputLabel.InputWeb {
    margin-left: 0;
    padding-right: 10px;
    text-align: right;
}



.ExperiencePopupInputLarge{

    color: #000000;
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    background: none repeat scroll 0 0 #FFF200;
    border: 1px solid #000000;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 12px;
    width: 520px;
    float: left;
    margin-bottom: 20px;

}


.ExperiencePopupInputLabel.And {
    margin-left: 0;
    text-align: center;
    width: 40px;
    font-size: 18px;
}


.ExperiencePopupInputMedium{

    color: #000000;
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    background: none repeat scroll 0 0 #FFF200;
    border: 1px solid #000000;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 12px;
    width: 238px;
    float: left;
    margin-bottom: 20px;

}


.ExperiencePopupBtn{

    color: #000000;
    font-family: 'gotham_narrowmedium';
    font-size: 12px;
    background: none repeat scroll 0 0 #FFF200;
    border: 1px solid #000000;
    height: 22px;
    padding-top:8px;
    width: 130px;
    float: left;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;

}

.ExperiencePopupBtn.Kaydet{
    border-right: none;
}

.ExperiencePopupSelect a{

    background: url("/images/icons/icon-radio-yellow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    padding-left: 21px;
    text-decoration: none;

}

.ExperiencePopupSelect{
    margin-bottom: 20px;
    margin-left: 100px;
}

.ExperiencePopupSelect a.Checked{
   background:url("/images/icons/icon-radio-yellow.png") no-repeat 0 -16px;
}
    

.ExperiencePopupInputLabel.InputYear {
    margin-left: 50px;
    width: 60px;

}



.ExperiencePopupInputLabel.MultiLine {
    line-height: 16px;

}


.HoverMessageBox{

    width: 316px;
    height: 180px;
    background: #ffff00;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    0px 4px 30px 0px rgba(50, 50, 50, 0.6);
    box-shadow:         0px 4px 30px 0px rgba(50, 50, 50, 0.6);
    position: absolute;
    z-index: 999;
    top: 5px;
    left: 425px;
    font-family: 'gotham_narrowlight';
    font-size: 12px;
    display: none;


}

.HoverMessageBox .RightArrow{
    background: url("../images/hover-box-arrow-right.png") no-repeat 0 0;
    width: 24px;
    height: 54px;
    position: absolute;
    right: -24px;
    top: -3px;

}



.HoverMessageBox .MessageBoxTitle{

    color: #FF0000;
    font-size: 36px;
    font-family: 'gotham_narrowlight';
    padding: 0 26px;
    margin-top: 8px;

}


.HoverMessageBox .MessageBoxSubTitle{

    font-size: 14px;
    font-family: 'gotham_narrowlight';
    padding: 0 26px;

}



.HoverMessageBox .MessageBoxText{


    font-size: 12px;
    font-family: 'gotham_narrowlight';
    padding: 0 26px;
    line-height: 18px;


}

.HoverMessageBox .MessageBoxSeparator{
    height: 1px;
    border-bottom: 1px solid #000000;
    margin: 10px 0;
    width: 100%;
}






















