@charset "utf-8";
/*
       green: #8b9b93; text: #4c5b52;
       pink : #f7afc3; text: #db0962; lighter: #f7a0a6;
       beige: #e9e3db;
*/
body {
	background-color: #cac2b9;
	/*overflow-y:scroll;*/
}
html, body, a, ul, li, h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	text-decoration:none;
	padding:3px;
	font-size: 9px;
	color:#000;
}
a:hover {
	color:#FFFFFF;
	background-color:#f7afc3;
}
a.pointing {
	color:#db0962;
	padding: 3px 0px 3px 3px;
}
a.pointing:hover {
	color:#4c5b52;
	background-color:#EEE;
}
a.userName {
	font-size:11px;
	line-height:14px;
	background:none;
}
.more {
	/*margin:5px;*/

	text-align:right;
	color:#333;
	padding:6px;
}
h1 {
	font-size: 19px;
	margin-left: 18px;
	margin-right:18px;
	line-height:24px;
}
h2 {
	font-size:12px; /*line-height: 18px;*/
}
h3 {
	font-size:13px;
	/*line-height: 18px;*/
	padding: 10px 10px 10px 18px;
	color:#333;
}
h4 {
	font-size:12px;
	font-weight: bold;
	/*line-height: 18px;*/
	padding: 10px 10px 10px 0px;
}
input {
	font-size: 11px;
}
input.radio {
	width:75%;
}
a.button {
	padding:2px 4px 2px 4px;
	border:none;
	background-color:#d60a63;/*#8b9b93;*/
	color:#FFFFFF;
	font-size: 9px;
}
a.button:hover {
	background-color:#ec4d92;
}
input.button {
	padding: 2px;
	border:none;
	background-color:#d60a63;/*#8b9b93;*/
	color:#FFFFFF;
	font-size: 9px;
}
input.pinkButton {
	font-weight:bold;
	font-size:9px;
	border:none;
	color:#e23471;
	background:none;
}
input.pinkedBackButton {
	background-color:#f7a0a6;
	border:none;
	color:#FFF;
}
#mainMenu {
	background-color:#000;
	margin-bottom:10px;
	height:22px;
}
#mainMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#mainMenu ul li {
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
#mainMenu ul li a {
	font-size: 10px;
	font-weight: bold;
	color:#E1E1E1;
	padding: 4px 12px 5px 12px;
	border-left:1px solid #db0962;
	font-weight: bold;
	background-color:#000;
}
#mainMenu ul li a:hover {
	background-color:#8b9b93;
	color: #FFFFFF;
}
#mainMenu ul li a:active {
	background-color:#8b9b93;
}

#mainQuestionBox {
	background-color:#f3dae0;
	padding-bottom:4px;
}
#mainQuestionBox .advancedEntry {
	font-size:12px;
	line-height:15px;
}
#mainQuestionBox .summary {
	font-size:12px;
	line-height:15px;
	font-style:italic;
	font-weight:normal;
}
#mainQuestionBox:hover  {
	/*cursor:pointer;*/
	background-color:#f3dae0;
}
#mainQuestionBox:hover .tagList {
	display:block;
}
#mainQuestionBox img {
	margin-bottom: 10px;
}
#prevQuestion {
	float:left; 
	width:112px; 
	border-right:1px dashed #999; 
	border-bottom:1px dashed #999; 
	margin-bottom:10px; 
	margin-top:-10px
}
#nextQuestion {
	float:right; 
	width:112px; 
	padding-right:1px; 
	border-left:1px dashed #999; 
	border-bottom:1px dashed #999; 
	margin-bottom:10px; 
	margin-top:-10px
}
.questionFooter {
	padding:3px 10px 3px 0;
}
.commentFormBox {
	color: #333;
	/*position:absolute;*/
	display:none;/*visibility:hidden;*/
	background-color:#f7afc3;
	padding-bottom:5px;
	/*z-index:1002;*/
	text-align:left;
}
.commentFormBox .onLeft {
	float:left; width:170px;
	/*margin-left:20px;*/
	margin-top:10px
}
.commentFormBox .onRight {
	float:right; width:170px;
	/*margin-right:20px; */
	margin-top:10px
}
.submitLine {
	padding-top:8px;
}
.submitLine a:hover {
	background-color:#db0962;
}
.enterComment {
	font-size:10px;
	font-weight:bold;
}
.enterComment:hover {
	color:#000000;
	background-color:#f7afc3;
}
/*.enterComment:hover div.commentFormBox {
	visibility:visible;
}*/
.commentSaved {
	color: #000000;
	border:1px solid #f7afc3;
	display:none;/*visibility:visible;*/
	/*position:absolute;*/
	background-color:#f7afc3;
	padding-bottom:5px;
	/*z-index:99;*/
	text-align:left;
}
.commentSavedMessage{
	margin-left:40px;
	margin-top:10px;
	top:50px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}



#yesterday {
	padding:10px 0 4px 0;
}
#yesterday:hover {
	cursor:pointer;
	background-color:#F3DAE0;
}
#yesterday:hover .tagList {
	display:block;
}
#yesterday h2 {
	margin-left:18px;
	font-size:15px;
	color:#333;
	line-height:18px;/* TT */
}
#yesterday .advancedEntry {
	font-size:11px;
	line-height:14px;
}
.pinkBG {
	background-color: #f2d9e0;
}
.question {
	margin-right: 10px;
	margin-left: 18px;
	margin-top: 10px;
}
.date {
	float:left;
	width:120px;
	font-size:10px;
	/*margin-left:18px;*/
	height:20px;
}
.dateOldAnswer {
	float:left;
	width:120px;
	font-size:10px;
	margin-left:18px;
	height:16px;
	padding-top:5px;
}
.tagList {
	display:none;
	float:right;
	width:290px;
	text-align:right;
	padding:2px;
}
.tagList ul li {
	display:inline;
	margin:0;
}
.tagList ul li a {
	background-color:#FFF;
	color:#000000;
	font-size:10px;
	margin-left:2px;
	padding:2px;
	line-height:16px;
}
.tagList ul li a:hover {
	background-color:#db0962;
	color:#FFFFFF;
}
.tagList ul li a.tagFemale {
	color:#333;
	background-color:#e9e3db;
	margin-left:2px;
	padding: 2px;
}
.tagList ul li a.tagFemale:hover {
	background-color:#db0962;
	color:#FFFFFF;
}
.userBox {
	float:left;
	width:70px;
	/*margin-left:18px;*/
	margin-top: 16px;
}

/* A.D. */
.userBoxOldAnswer {
	float:left;
	width:70px;
	margin-left:18px;
	margin-top: 3px;
}

.userName {
	font-size:9px;
	font-weight:bold;
}
.activeParticipant {
	padding: 4px 4px 4px 10px;
	font-size: 9px;/*size:70px;*/
}
.advancedEntry {
	float:right;
	width: 320px;
	border-left:1px dotted #999;
	padding: 0px 10px 10px 18px;
	margin-top: 16px;
}
/* A.D. */
.advancedEntryOldAnswer {
	float:right;
	width: 320px;
	border-left:1px dotted #999;
	font-weight:normal;
	padding: 0px 10px 10px 18px;
	margin-top: 3px;
}
.tiny {
	font-size:10px;
}
.userEntry {
	float:left;
	width:160px;
	margin:4px 0 6px 4px;
	padding-left: 12px;
	border-left:1px dotted gray;
}
.userEntry p {
	font-size:9px;
	color:#333;
	/*line-height: 16px;*/
}
.grayPunct {
	background: url(http://www.yenimimar.com/images/grayPunct.gif) 1px 1px no-repeat;
}
.pinkPunct {
	background:url(http://www.yenimimar.com/images/pinkPunct.gif) 2px 2px  no-repeat;
}
.whitePunct {
	background:url(http://www.yenimimar.com/images/whitePunct.gif) 0px 2px  no-repeat;
}
.navigation {
	padding: 10px 0px 10px 2px;
}
.navigation a {
	padding: 2px;
	font-size:9px;
	color:#db0962;
}
.navigation a:hover {
	background-color:#f7afc3;
}
#prevQuestionsList a {
	padding: 2px 10px 2px 0px;
	font-size:11px;
	line-height:13px;
}
#prevQuestionsList ul li {
	border-bottom: 1px dotted #a5b3ab;
	padding: 3px 10px 3px 28px;
	background: url('http://www.yenimimar.com/images/linkPunct.gif') no-repeat 18px 6px;
}
#prevQuestionsList ul li:hover {
	background-color:#f2d9e0;
}
#prevQuestionsList ul li a:hover {
	color:#000;
	background:none;
}
/* ---------------------------
	BANNER AREA
------------------------------ */
#bannerArea {
	color:#999999;
	height:93px;
	margin-top:10px;
}
#bannerArea div {
	padding:4px 0 4px 0;
}
#topNavigation a {
	font-size:10px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	color:#999999;
}
#topNavigation a:hover {
	color:#FFF;
	background-color:#8b9b93;
}
.bannerImg {
	margin: 10px 0px 6px 0px;
	background-color:#333333;
}
#siteDesc p {
	padding: 8px;
	font-size: 12px;
	line-height:16px;
}
#activeParticipantsBox li {
	border:1px solid red;
	font-size:10px;
	display:inline;
	width:auto;
	padding:4px;
}
#activeParticipantsTable td {
	font-size:11px;
	color:#666;
	padding:5px;
	width:20%;
}
#activeParticipantsTable td:hover {
	cursor:pointer;
	background-color:#F1DDD8;
}
#activeParticipantsTable a {
	padding:0;
	margin:0;
}
#activeParticipantsTable a:hover {
	border:0; 
	background:none;
	color:#000
}
#activeParticipantsTable img {
	border:none;
	margin:0; padding:0
}
#askWho, #whatToAsk {
	background-color: #e9e3db;
	font-size:12px;/* TT */
	line-height: 14px;/* TT */
	color: #000;/* TT */
}
#askWho p, #whatToAsk p {
	margin:10px;
	font-size:10px;
	color:#666;
}
#askWho img {
	margin: 4px 4px 3px 10px;
}
#askWho ul li input {
	height:10px;
	line-height: 13px;/* TT */
}
#askWho a {
	color: #000;
	font-size: 10px;
	padding:3px;
}
#askWho a:hover {
	color:#FFF;
	background-color:#999;
}
#mostReadQABox a,
#mostCommentedQABox a,
#thisMonthNewspaper a,
#relatedEntries a,
#mostReadParticipants a,
#mostCommentedParticipants a {
	padding: 2px 10px 2px 0px;
	font-size:11px;
	line-height:13px;
	color:#000000;
}
#mostReadQABox ul,
#mostCommentedQABox ul,
#thisMonthNewspaper ul,
#relatedEntries ul,
#mostReadParticipants ul,
#mostCommentedParticipants ul,
#universityRepresentatives ul {
	list-style-type:none;
	margin:0;
}
#mostReadQABox ul li,
#mostCommentedQABox ul li,
#thisMonthNewspaper ul li,
#relatedEntries ul li,
#mostReadParticipants ul li,
#mostCommentedParticipants ul li,
#universityRepresentatives ul li {
	border-bottom: 1px dotted #a5b3ab;
	padding: 3px 10px 3px 10px;
	background: url('http://www.yenimimar.com/images/linkPunct.gif') no-repeat 0px 6px;
}
#mostReadQABox li:hover,
#mostCommentedQABox li:hover,
#thisMonthNewspaper li:hover,
#relatedEntries li:hover,
#mostReadParticipants li:hover,
#mostCommentedParticipants li:hover,
#universityRepresentatives li:hover {
	background-color:#f2d9e0;
}
#mostReadQABox a:hover,
#mostCommentedQABox a:hover,
#thisMonthNewspaper a:hover,
#relatedEntries a:hover,
#mostReadParticipants a:hover,
#mostCommentedParticipants a:hover {
	background:none;/*background-color:#f2d9e0;*/
}
.viewerCommentsBox {
	background-color:#e9e3db;
	/*padding-bottom:10px;*/
}
.noPadding {
	padding:0px;
}
.nuggetHeaderMale {
	padding: 3px 10px 3px 4px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c3155c;/*#8b9b93;*/
	/*border-bottom: 1px solid #dce0df;*//*#8b9b93;*/
	margin-top:10px;
}
.nuggetHeaderFemale {
	padding: 3px 10px 3px 8px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #f491ae;
	margin-top: 10px;
	margin-bottom:6px;
}
.nuggetHeaderMalePink {
	color: #F06;
	padding: 3px 10px 3px 4px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #8b9b93;
	margin-top:10px;
}
.nuggetHeaderUnderline {
	border-top:1px solid #dce0df;
	overflow:hidden;
	height:1px;
	width:100%;
}
.dottedBottomLine {
	border-bottom: 1px dotted #8b9b93;
}
.dottedTopLine {
	border-top: 1px dotted #8b9b93;
}
img.sponsor {
	margin-top: 8px;
	margin-bottom: 8px;
}
/*#footer {
       padding-top: 20px;
       background-color:#cac2b9;
}*/

/* EA 25-10-2009 */
#footerMenuBox {
	background:url(images/footer_bg.jpg) no-repeat;
	float:left;
	width:600px;
	height:60px;
	padding:14px 0 5px 136px
}/* EA 25-10-2009 */
#footerMenuBox li {
	display:inline;
	color: #FFF;
}
#footerMenuBox a {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
}
#footerMenuBox a:active {
	color:#626262;
}
#footerMenuBox a:hover {
	color:#FFF;
	background-color:#8b9b93;
}
/*#footerMenuBox img {
       margin-left: 32px;
       margin-right: 10px;
}
*/

/* ---------------------------
       SORU-CEVAP
------------------------------ */

.infoBar {
	background-color:#dbe2db;
	padding:4px 0 2px 0;
	/*margin-bottom:12px;*/
	height:16px;
	z-index:12;
}
.infoBar div {
	display:inline;
	color:#8b9b93;
}
.infoBar_2 {
	background-color:#CCDEDE; 
	padding:6px;
}
.infoBar_2 a {
	display:inline;
	background-color:#CCC;	
	font-size:10px;
	padding:2px 4px;
}
.infoBar_2 a:hover {
	color:#666;
	background-color:#FFF;
}
.pageNo {
	padding-left:20px;
	font-size: 11px;
	font-weight: bold;
}
.totalPagesEntries {
	margin-left:10px;
	font-size: 10px;
	float:left;
	width:150px;
	padding:2px 0 0 0 ;
}
.searchResultMessage {
	font-size: 10px;
	font-weight:bold;
	background-color:#f7afc3;
	padding:10px 10px 10px 20px;
}
.searchResult {
	padding-top:10px;
	padding-bottom:10px;
}
.searchResult p {
	padding-left:26px;
	font-size:12px;
	line-height:15px;
}
.searchResult:hover {
	cursor:pointer;
	background-color:#F3DAE0;
}
.searchResult:hover .tagList {
	display:block;
}
.navigateResultPages {
	float:right;
	width:150px;
	padding:0px 10px 0 0;
	text-align:right;
}
.navigateResultPages ul li {
	float:right;
	margin-left: 6px;
}
.navigateResultPages dl dt {
	margin-top:3px;
	width:17px;
	height:11px;
	padding:0;
	background-position:left;
}
.navigateResultPages dl dt:hover {
	cursor:pointer;
	background-position:right;
	padding:0;
}
.resultsDateStamp {
	float:left;
	width:100px;
	height:20px;
}
.resultsHeader {
	font-size:11px;
	font-weight:bold
}
.resultsUserNameStamp {
	float:left;
	width:80px;
	margin-top:10px;
}
.resultsComment {
	float:right;
	width:356px;
	margin-top:10px;
	border-left:1px dotted #333;
}

#QA {
	border-bottom: 1px dotted #8b9b93;
}
.QAinputs {
	float:left;
	width:180px;
	padding:4px 4px 4px 8px;
}
.QAinputs .header {
	font-size:11px;
	margin:5px 0px 3px 5px;
}
.QAlist {
	font-size: 11px;
	color:#666666;
}
#subscribeBox p {
	padding: 8px 4px 8px 4px;
	font-size: 10px;
	line-height:11px;
}
#newspaperBox p {
	/*color: #4c5b52;*/ /*17.10~23:00*/
	padding: 4px;
	font-size: 10px;
	line-height:11px;
}
#otherPublishings p {
	padding: 4px;
	font-size: 10px;
	line-height:11px;
}
#otherPublishings p.header {
	/*color: #4c5b52;*/ /*17.10~23:00*/
	font-size:12px;
	font-weight:bold;
}
/*#otherPublishings p {
	color: #4c5b52;*/ /*17.10~23:00
}*/
a.urlAddress {
	color: #4c5b52;
	background-color: #ffcccf;
	font-size:9px;
	padding: 2px 6px 2px 6px;
}
a.urlAddress:hover {
	color: #f7afc3;
	background-color: #4c5b52;
	padding: 2px 6px 2px 6px;
}
#QAsearch {
	background-color:#e9e3db;
}
/*#QAsearch p {
	margin:4px 0 4px 0;
}*/
#QAsearch p input {
	width:100%;
	color:#666;
	font-size:10px;
	border:1px solid #c1c1c1;
}
.calendar select {
	font-size:10px;
}

/* ---------------------------
       GAZETE
------------------------------ */

.fromNewspaper {
	width:460px;
	padding:10px 0 10px 0;
}
.fromNewspaper:hover {
	cursor:pointer;
	background-color:#f3dae0;
}
.fromNewspaper:hover .tagList {
	display:block;
}
.fromNewspaper .articleInfo {
	font-size:11px;
	color:#4c5b52;
	margin-bottom:10px;
	margin:0 0 20px 10px;
}
.fromNewspaper .header {
	margin-left:10px;
	margin-bottom:4px;
	font-size:13px;
	font-weight:bold;
}
.fromNewspaper .content {
	margin-left:10px;
	font-size:12px;
	line-height:14px;
}
/*#sharingBox ul li {
       display:inline;
}
*/
#universityRepresentatives {
	background-color: #e9e3db;
}
/*#universityRepresentatives ul li { margin:0 10px 0 10px; }*/

#universityRepresentatives ul li .university {
	color:#4c5b52;
	margin-right:4px;
}
.applicationBox {
	display:none;
	padding:10px 0 6px 10px;
	background-color:#f7afc3;
}
/*a.apply {
	background-color: rgb(247, 175, 195);
}*/



/* ---------------------------
       YAZI
------------------------------ */

#newspaperHeadlineBox {
	background-color:#f3dae0;
	padding:0px 0 4px 0;
}

#newspaperHeadlineBox img {
	margin-bottom: 10px;
}
#newspaperHeadlineBox h1 {
	margin:10px 4px 10px 18px;
	font-size:24px;
}
.authorInfoBox {
	float:left;
	width:140px;
	font-size:11px;
	margin-left:19px;
}

.newsMain p {
	font-size: 12px;
	line-height: 16px;
}
.newsMain ul {
	margin:10px 0 10px 0px;
}
.newsMain ul li {
	list-style-type:square;
	margin:0 20px 5px 20px;
	line-height:12px;
	text-align:justify;
}
.newsMain sup, .newsMain sub {
	
	line-height: 8px;
}
#relatedEntries {
	background-color:#e9e3db;
}
#fourUserComments {
	font-size: 11px;
}


#shareIconList {
	list-style-type:none;
}
#shareIconList li a, #shareIconList li a:visited {
	text-decoration:none;
}

#shareIconList li {
	position:relative;
	float:left;
	margin: 8px 0 0 8px;
}
#shareIconList li dd {
	position:absolute;
	display:none;
	font-size:10px;
	width:55px;
	margin-left:-10px;
	top:-24px;
	height:21px;
	text-align:center;
	padding-top:2px;
	background-image:none;
}
#shareIconList dt {
	width:16px;
	height:16px;
	background-position:right;
}
#shareIconList table {
	border-collapse:collapse;
	padding:0;
}





/* ---------------------------
       YORUMCULAR
------------------------------ */
.participantBox {
	border-bottom:1px dotted #8b9b93;
	padding:10px 0 4px 0;
}
.participantBox:hover {
	cursor:pointer;
	background-color:#f3dae0;
}
/* AD */
.participantAvatar {
	position:relative;
	float:left;
	width:100px;
	padding-left: 10px;
}
.participantInfo {
	float:left;
	width:300px;
	padding:5px 0 0 10px;
}
/* AD */
.participantName {
	font-size:11px;
	font-weight:bold;
	color:#db0962;
}

.participantNameAsHeader {
	font-size:16px;
	font-weight:bold;
	margin:10px 0 6px 0;
}
.participantInfoText {
	font-size:12px;
	line-height:15px;
}
#participantSearch {
	background-color:#e9e3db;
	padding:0px 4px 10px 4px;
}

/* ---------------------------
       STAJER ILANI
------------------------------ */
.traineeAdBox {
	margin-bottom:10px;
	border-bottom:1px dotted #666
}
.traineeAdBox p {	
	line-height:13px;
	font-size:12px;
}
.traineeAdBox a {
	font-size:12px;
	color:#db0962;	
	line-height:20px;
	padding-left:0;
}
.traineeApply {	
	padding:10px 10px 5px 10px;
	margin:10px 0 0 0
}
.sendButton {
	padding: 4px 0
}
.traineeApplied {
	padding:10px;
	color:#FFF;	
	background-color:#d60a63;
	display: none;
}

/* ---------------------------
       ARAMA
------------------------------ */
#searchBox {
	position:relative;
	z-index:999;
	display:none;
	background-color:#8b9a93;
	width:460px;
	/*padding:10px 0 0 10px;*/
	/*margin-top:5px;*/
	/*top: 20px; */
	/*left:325px;*/
}
#searchBox .onLeft {
	float:left;
	width:180px;
	margin-top:10px;
}
#searchBox .onRight {
	float:right;
	width:180px;
	margin-top:10px;
}
#searchBox p {
	width:180px;
	margin-bottom:4px
}
.searchKeywords,
.selectSections select,
.selectParticipants select,
.selectTag select {
	font-size:10px;
	width:100%;
	color:#666;
}

/* ---------------------------
       HAKKIMIZDA - ILETISIM
------------------------------ */

#aboutUs {
	margin-top:20px;
}
#aboutUs li {
	padding-left: 10px;
	font-size:11px;
}
#aboutUs li.header {
	color:#db0962;
	font-weight:bold;
	margin-top:5px;
	padding-top:5px;
	border-top:1px dotted #8b9b93;
}





.entryInfo {
	background-color:#e9e3db;
	/*float:left; */
	/*width:82px; */
	padding:10px 0 10px 0;
}
.entryInfo p {
	color: #8b9b93;
	font-size:9px;
}


.viewerCommentsBox .usernameBox {
	float:left;
	width:80px;
	margin:6px 0px 4px 5px;
	font-size:12px;
}
.viewerCommentsBox  .commentDate {
	font-size:9px;
	color:#333;
	line-height: 12px;
	margin-top:4px;
}
.viewerCommentsBox  .comment {
	float:right;
	position:relative;
	width:150px;
	margin:6px 10px 5px 5px;
	font-size:12px;
	line-height:15px;
	padding-left:12px;
	border-left:1px dotted #8b9b93;
	color:#333;
}

.entryInfo .usernameBox {
	font-size:12px;
}
.entryInfo .commentDate {
	font-size:9px;
	color:#333;
	line-height: 12px;
	margin-top:4px;
}
.entryInfo .comment {
	margin:6px 0px 5px 0px;
	font-size:12px;
	line-height:15px;
	padding:0 8px 0px 12px;
	color:#333;
}

#enterComment {
	background-color:#e9e3db;
}
#enterComment form textArea {
	width:100%;
	padding:0;
	font: 11px Arial, Helvetica, sans-serif; /* EA */
}
#enterComment .onLeftSmallForms {
	float:left;
	width:50px;
	margin:0 0 4px 10px;
}
#enterComment .onRightSmallForms {
	float:right;
	width:160px;
	margin:0 10px 4px 0;
}
#enterComment .onRightSmallForms input, #enterComment .onLeftSmallForms input {
	width:100%;
	padding:0;
}
.dateStamp {
	font-size:9px;
	color:#333;
	height:20px;
}

#sendToFriendBox,
.traineeApply,
.sendButton,
.textMessage {
	background-color:#e9e3db;
}
.sendToEmailBox {
	padding:10px;
}
.suggestionBox .onLeftSmallForms,
.sendToEmailBox .onLeftSmallForms,
.sendFromAndComment .onLeftSmallForms,
.traineeApply .onLeftSmallForms {
	float:left;
	width:60px;
	margin-bottom:6px;
}
.suggestionBox .onRightSmallForms,
.sendToEmailBox .onRightSmallForms,
.sendFromAndComment .onRightSmallForms,
.traineeApply .onRightSmallForms {
	float:right;
	width:160px;
	margin-bottom:6px;
}
.suggestionBox,
.sendFromAndComment {
	display:none;
	padding:0 30px 10px 10px;
}
.suggestionBox textarea,
.suggestionBox input,
.traineeApply textarea,
.traineeApply input {	
	font:11px Arial, Helvetica, sans-serif;
	width:100%;
}
.suggestionSentThanks {
	background-color:#d60a63;
	display: none;
}
.suggestionSentThanks p {
	padding: 12px 0pt 12px 10px;
	color:#FFF;
}

.gallery a {
	padding:0;
	line-height:0;
}
.gallery img {
	width:66px;
	height:66px;
	/*float:left;
	width:69px;*/
}

.wrappedHeader {
	position:relative;
	float:left;
	width:180px;
	background-color:#cac3b9;
	padding:10px;
	margin:10px 10px 10px 0;
	font-size:14px;
	font-weight:bold;
}


/* BAGIMSIZ NITELIKLER */
ul.maddeimi {
	margin-left:14px;
	list-style-type:circle;
}
.textMessage {
	font-size:10px;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px;
	margin:10px 0;
}
.noMargin, a.noMargin {
	margin:0px;
}
.noPadding, a.noPadding {
	padding:0px;
}
a.noStyle {
	text-decoration:none;
}
a.noStyle:hover {
	background:none;
}
.noBorder, a.noBorder {
	border:none;
}
.noBack, a.noBack {
	background:none;
}
.highLight {
	color:#db0962;
}
/*.highLight:hover {
	background:none;
	color:#db0962;W
}*/
.bolder {	
	font-size:12px; 
	font-weight:bold;
}
.indented {	
	text-indent:18px;
	padding-left:0px;
}
.pushBottom {
	margin-bottom:10px;
}


.iz {
	display:none;
	position:fixed;
	z-index:1;
	top:800px;
	left:10px;
	padding:10px;
	background-color:#600;
	color:#FFF;
	font-size:9px;
}

/* A.D. */
#div5{position: absolute;
	visibility: visible;
	/* background-image: url(tul.gif); */
	background-color: none;
	z-index: 300;
	padding: 20px;
	width: 350px;
	height: 200px;
	/*left: 350px;*/
	top: 145px;
	left: 60%; 
	border: 0;
	}

#div5 p{background-color: #FFFFCC;
	padding: 40px;
	font-size: 11px;
	color: #000;
	border:2px solid #333;
	text-align: center;}

#div5 p strong{font-size: 14px;}

#div5 .kapat{
	background-color:#333;
	color:#fff;
	padding: 0;
	border:0;
	height: 30px;
}

#div5 .kapat a:link,
#div5 .kapat a:visited{color:#fff;}

