/* Kullanici Paneli CSS */
#panel-cerceve {
border: 1px solid #4874a3;
margin: 0px 0px;
}

#panel-avatar {
background: #D8DFEA;
border: 1px solid #fcfcfc;
border-right: 1px solid #a1a1a1;
padding: 1px;
width: 43px;
height: 43px;
vertical-align: middle;
}

#panel-ust {
background: #D8DFEA;
color: #000000;
font-size: 11px;
border: 1px solid #fcfcfc;
border-bottom: 1px solid #cdcdcd;
padding: 5px;
}

#panel-alt {
background: #D8DFEA;
color: #000000;
font-size: 11px;
border: 1px solid #fcfcfc;
padding: 5px;
}

#panel .remember_me input {
vertical-align: middle;
margin-top: -1px;
}

#panel-alt .links {
margin: 0;
float: right;
}

/* Kullanici Paneli Icons CSS */
.profiles {
	background: url(../../../images/usercp/viewprofile.gif) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
}

.arkadas {
	background: url(../../../images/usercp/editlists.gif) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
}

.cikis-yap {
	background: url(../../../images/FaceBook-v1/cikis.png) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
}

.son_yorumlar {
	background: url(../../../images/FaceBook-v1/son-yorumlar.png) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
}

.bugun_yorumlar {
	background: url(../../../images/FaceBook-v1/bugun-yorumlar.gif) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
}

.konu_goster {
	background: url(../../../images/FaceBook-v1/konu-goster.png) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
}

.pmler {
	background: url(../../../images/usercp/composepm.gif) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
}

.mods-paneli {
	background: url(../../../images/usercp/options.gif) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
}

.admins-paneli {
	background: url(../../../images/FaceBook-v1/admins.png) no-repeat 0px 0px;
	padding: 2px;
	padding-left: 20px;
}

/* Panel Login-Register Icon */
#nick {
	background: #fff url(../../../admin/styles/default/images/icons/user.gif) 2px center no-repeat;
	padding: 4px 4px 4px 20px;
	border: 2px solid #ccc;
	font: bold 12px "Lucida Grande", Arial, sans-serif;
	color: #6F6F6F;
	width: 125px;
}

#nick:focus {
background: #fff url(../../../admin/styles/default/images/icons/user.gif) 2px center no-repeat;
border: 2px solid #73A6FF;
color: #000;
}

#sifre {
padding: 4px 4px 4px 20px;
border: 2px solid #ccc;
background: #fff url(../../../images/FaceBook-v1/sifre.png) 2px center no-repeat;
color: #6F6F6F;
width: 120px;
font:bold 12px "Lucida Grande", Arial, sans-serif;
}

#sifre:focus {
background: #fff url(../../../images/FaceBook-v1/sifre.png) 2px center no-repeat;
border: 2px solid #73A6FF;
color: #000;
}


		