
/* CSS Document */
body { /*background-image:url(../images/arka5.jpg);*/
	background-image: url(../images/arka6.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #3C3C3C;
	font-family: Tahoma, Arial, Helvetica, Courier;
	font-size: 11px;
	margin: 0;
	/* text-align: center; */
}

.fixCenter {
	text-align: left;
}

.fixCenter #allContainer {
	width: 975px;
	margin: 0 auto;
	/* background-image: url(../images/v3/pBack.gif);
	background-repeat: repeat-x;
	background-position: top left; */
	background-color: #FFF;
	height: 1000px;
}

#rightColumn {
	float: right;
	width: 300px;
	padding: 10px 10px 0 0;
}

#leftColumn {
	float: left;
	width: 646px;
	padding: 10px 0 0 10px;
	min-height: 700px;
}

#contentContainer {
	width: 975px;
	background-color: white;
}

#siteHeader {
	display: block;
	background-color: #373737;
}

#logo {
	width: 160px;
	float: left;
	height: 75px;
}

#siteMenu img {
	margin: 0 15px;
}

#siteMenu {
	
}

#siteMenu a {
	padding: 5px 0 0 0;
	text-decoration: none;
	color: #373737;
}

#siteMenu a:hover {
	border-top: 4px solid #373737;
	color: black;
}

.siteMenu { /*margin: 0 15px;*/
	
}

.siteMenu a {
	padding: 5px 0 0 0;
	text-decoration: none;
	color: #f1a506;
	margin: 0px 10px;
}

.siteMenu a:hover {
	border-top: 4px solid #373737;
	color: white;
}

#langMenu {
	
}

#langMenu img {
	margin: 0 10px;
}

#langMenu a {
	padding: 5px 0 0 0;
	text-decoration: none;
	color: #5F5F5F;
	background-color: #373737;
}

#langMenu a:hover {
	border-top: 4px solid #FFDE03;
	color: #959595;
}

#usrContextContainer {
	clear: both;
	display: block;
	height: 23px;
	background-color: #F1A506;
	border-bottom: 1px solid #f1A506;
}

a {
	text-decoration: none;
	color: #F1A506;
}

a.hover {
	text-decoration: underline;
}

#usrMenu {
	float: left;
	/* margin-bottom: 10px; */
	width: 70%;
}

#usrMenu a {
	padding: 5px 10px;
	text-decoration: none;
}

#usrMenu a:hover { /* background-color: #FFF; */
	
}

#usrHelpMenu a {
	padding: 5px 10px;
	text-decoration: none;
	color: #FFF;
	line-height: 23px;
}

#usrHelpMenu a:hover {
	color: #FFF;
	text-decoration: underline;
}

#usrHelpMenu {
	color: #FFF;
}

.usrFavs {
	padding: 5px;
	display: block;
	background-color: #EDEDED;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #999FA5;
	height: 93px;
	margin: 0 0 0 0;
}

.usrFavs2 { /*padding: 5px;*/
	display: block;
	background-color: #373737;
	border-bottom: 4px solid #F1A506;
	border-bottom: 1px solid #999FA5;
	/*height: 120px;*/
	margin: 0 0 0 0;
}

#usrControlBar {
	display: block;
	height: 21px;
}

#usrControlBar a {
	text-decoration: none;
	background-color: #F1A506;
	line-height: 20px;
	padding: 4px 20px 5px 5px;
	background-image: url(../images/usrIcons/min.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
}

#usrControlBar a:hover {
	background-color: #6C2604;
}

.usrController {
	text-decoration: none;
	background-color: #BAC1C8;
	line-height: 21px;
	padding: 4px 20px 5px 5px;
	background-image: url(images/usrIcons/min.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
	cursor: pointer;
}

.usrControllerOver {
	text-decoration: none;
	background-color: #848B91;
	line-height: 21px;
	padding: 4px 20px 5px 5px;
	background-image: url(images/usrIcons/min.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
	cursor: pointer;
}

.usrControllerClose {
	text-decoration: none;
	background-color: #BAC1C8;
	line-height: 21px;
	padding: 4px 20px 5px 5px;
	background-image: url(images/usrIcons/max.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
	cursor: pointer;
}

.usrControllerCloseOver {
	text-decoration: none;
	background-color: #848B91;
	line-height: 21px;
	padding: 4px 20px 5px 5px;
	background-image: url(images/usrIcons/max.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
	cursor: pointer;
}

.popupW {
	float: left;
}

.popupW ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.popupW ul li {
	position: relative;
	display: inline;
	float: left;
	/* background-color: #BAC1C8; */
}

/*Top level menu link items style*/
.popupW ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #905403;
}

/*1st sub level menu*/
.popupW ul li ul {
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	background-color: #f1A506;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.popupW ul li ul li {
	display: list-item;
	float: none;
	background-color: #f1A506;
}

.popupW ul li ul hr {
	background-color: #FFF;
	color: #FFF;
	width: 200px;
	height: 1px;
	padding: 0;
	margin: 0;
	border: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.popupW ul li ul li ul {
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.popupW ul li ul li a {
	display: block;
	width: 180px; /*width of sub menu levels*/
	color: #6C2604;
	text-decoration: none;
	padding: 5px 0 5px 5px;
	/*border-bottom: 1px solid #3B6889; */
}

.popupW ul li ul li a:hover {
	background-color: #6C2604;
}

.popupW ul li a:hover {
	background-color: #373737;
	color: #F1A506;
}

/*Background image for top level menu list links */
.popupW .mainfoldericon {
	
}

/*Background image for subsequent level menu list links */
.popupW .subfoldericon {
	background: #0A426B url(media/arrow-right.gif) no-repeat center right;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li {
	float: left;
	height: 1%;
}

* html .suckertreemenu ul li a {
	height: 1%;
}

/* End */
.hrW {
	height: 1px;
	color: #3B6889;
	padding: 0;
	margin: 0 0 0 10px;
	background-color: #3B6889;
}

.avaImgBrd {
	padding: 3px;
	border: 1px solid #B4DDE8;
	margin: 0 10px;
}

.avaImgBrdRandom {
	padding: 3px;
	border: 3px solid #B4DDE8;
	margin: 0 10px 10px 0;
}

.usrName {
	color: #1175BE;
	font-weight: bold;
	line-height: 18px;
}

a.usrControlMenuLnk {
	text-decoration: none;
	color: #2F68C9;
	line-height: 18px;
}

a.usrControlMenuLnk:hover {
	text-decoration: underline;
}

.usrControlDate {
	color: #666;
	line-height: 18px;
}

.marginL5 {
	margin: 0 0 0 5px;
}

.marginL10 {
	margin: 0 0 0 10px;
}

.marginL20 {
	margin: 0 0 0 20px;
}

.marginTB10 {
	margin: 4px 0;
}

.marginT3 {
	margin: 3px 0 0 0;
}

.marginT10 {
	margin: 10px 0 0 0;
}

.marginTB10x {
	margin: 10px 0;
}

.marginT20 {
	margin: 20px 0 0 0;
}

.marginTB20 {
	margin: 20px 0;
}

.marginB05 {
	margin: 0 0 5px 0;
}

.marginB10 {
	margin: 0 0 10px 0;
}

.marginB20 {
	margin: 0 0 20px 0;
}

.marginLR10 {
	margin: 0 10px;
}

.marginLR20 {
	margin: 0 20px;
}

.lh17 {
	line-height: 17px;
}

/*  ----  Edit personal Details sayfas� style lari ---  */
.editLineHeader {
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;
	display: block;
	color: white;
}

.editLine {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 17px;
	display: block;
	cursor: default;
	padding: 0 0 0 5px;
	border: 1px solid #FFF;
}

a.edit {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #F1A506;
	font-weight: bold;
}

a.edit:hover {
	color: #0A145A;
}

.editBox {
	background-color: #F1A506;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #9B6A04;
}

.editHeader {
	font-size: 15px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	display: block;
	/* gecici margin: 0; */
	padding: 0;
}

.editHeaderF {
	font-size: 15px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EB117D;
	display: block;
	/* gecici margin: 0; */
	padding: 0;
}

.clearall {
	clear: both;
}

.updateButton {
	margin: 5px 0 0 0;
}

/*#editContainer {
width: 550px;
} */
.pointer {
	cursor: pointer;
}

.editInfoTxt {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #9B6A04;
	display: block;
	margin: 0 0 10px 0;
}

.editForm {
	left: 0;
	right: 0;
	width: 629px;
	height: 150px;
	border: 1px solid #B7B7B7;
	width: 627px;
}

.bColorF2 {
	background-color: #F2F2F2;
}

.bColorF7 {
	background-color: #F7F7F7;
}

.bColorLblue {
	background-color: #F4F8FC;
}

.bColorB5 {
	background-color: #D5D5D5;
}

.bColorE7 {
	background-color: #E7E7E7;
}

.color73 {
	color: #737373;
}

.colorF2 {
	color: #F2F2F2;
}

.colorED {
	color: #EDEDED;
}

.colorD0 {
	color: #D0D0D0;
}

.color33 {
	color: #333;
}

.displayB {
	display: block;
}

.borderL {
	border-left: 1px solid #FFF;
}

.borderR {
	border-right: 1px solid #FFF;
}

.borderRED {
	border-right: 1px solid #EDEDED;
}

.border1px {
	border: 1px solid #EDEDED;
}

a.edit11 {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #2F68C9;
	font-weight: bold;
}

a.edit:hover {
	color: #0A145A;
}

#nDates a,#oDates a {
	text-decoration: none;
	color: #2F68C9;
	line-height: 16px;
	font-size: 12px;
}

#nDates a:hover,#oDates a:hover {
	color: #1B4387;
	text-decoration: underline;
}

#nDates {
	float: left;
	width: 150px;
}

#oDates {
	float: right;
	width: 150px;
}

#dates {
	height: 230px;
	padding: 5px;
	border: 1px solid #CECECE;
	background-color: #F2F2F2;
}

.friendsImgAv {
	border: 1px solid #087CAB;
	padding: 2px;
	margin: 5px;
}

.commentHeader {
	font-size: 15px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	display: block;
	background-color: #EDEDED;
	margin: 4px 0;
	padding: 0 5px;
}

.commentHead2 {
	color: #3C3C3C;
	font-weight: bold;
	font-size: 12px;
}

.commentImgV3 {
	border: 1px solid #3C3C3C;
	float: left;
	margin: 0 10px 3px 0;
	padding: 2px;
}

.commentImgV4 {
	border: 1px solid #3C3C3C;
	margin: 0 10px 3px 0;
	padding: 2px;
}

.commentMadeDate {
	color: #A51339;
	font-size: 11px;
}

.commentMadeTxt {
	font-size: 12px;
}

.commentAva {
	float: left;
	padding: 2px;
	margin: 0 5px 0 0;
}

.uncatPhotosCl {
	background-color: #F7F7F7;
	margin: 10px 0;
	display: block;
	padding: 10px;
	border: 1px solid #BAC1C8;
}

#uncatPhotos {
	background-color: #F7F7F7;
	margin: 0 0 10px 0;
	display: block;
	padding: 10px;
	border-left: 1px solid #BAC1C8;
	border-right: 1px solid #BAC1C8;
	border-bottom: 1px solid #BAC1C8;
	border-top: none;
}

#uncatPhotosX {
	background-color: #F7F7F7;
	margin: 0 0 10px 0;
	display: block;
	padding: 10px;
	border: 1px solid #BAC1C8;
}

#uncatVideos {
	background-color: #F7F7F7;
	margin: 0 0 10px 0;
	display: block;
	padding: 10px;
	border: 1px solid #BAC1C8;
}

.normalImg {
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	margin: 3px;
	padding: 3px;
	vertical-align: middle;
}

.normalImg:hover {
	border: 1px solid #0A426B;
}

#uncatPhotos img,#uncatPhotosX img {
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	margin: 3px;
	padding: 3px;
	vertical-align: middle;
}

#uncatPhotos img:hover,#uncatPhotosX img:hover {
	border: 1px solid #0A426B;
}

#catPhotoGrp {
	background-color: #F7F7F7;
	margin: 0 0 10px 0;
	display: block;
	padding: 10px;
	border-left: 1px solid #BAC1C8;
	border-right: 1px solid #BAC1C8;
	border-bottom: 1px solid #BAC1C8;
	border-top: none;
}

#catPhotoGrpX {
	background-color: #F7F7F7;
	margin: 0 0 10px 0;
	display: block;
	padding: 10px;
	border: 1px solid #BAC1C8;
}

#catPhotoGrp img,#catPhotoGrpX img {
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	margin: 3px;
	padding: 3px;
	vertical-align: middle;
}

#catPhotoGrp img:hover,#catPhotoGrpX img:hover {
	border: 1px solid #0A426B;
}

.photoButtonsCont {
	background-image: url(images/photoTopLine.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
}

.commentBlock {
	padding: 3px;
}

.commentBlockG {
	padding: 3px;
	/* width: 90%; */
	background-color: #EDEDED;
	margin: 0 0 0 20px;
}

.starRating {
	border: none;
	padding: 0;
	margin: 0;
}

.forms {
	font-family: Tahoma, Arial, Helvetica, Courier;
	font-size: 11px;
	color: #373737;
	/*width: 400px;*/ /*height: 80px;*/
}

.alert {
	font-style: italic;
	color: #F00;
}

.colorHeader {
	font-size: 15px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0A426B;
	display: block;
	background-color: #DEE6EB;
	margin: 10px 0;
	padding: 0 5px;
}

.inviteHeader {
	font-size: 15px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0A426B;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 5px;
}


.backTBLine {
	background-color: #E7F1F8;
	border-top: 1px solid #1175BE;
	border-bottom: 1px solid #1175BE;
	display: block;
	padding: 5px;
}

.test {
	font-size: 15px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 20px 0 0;
}

.radio {
	margin: 0 0 0 50px;
	padding: 0;
	width: 15px;
	display: inline;
}

.messageBack {
	background-color: #F1A506;
	padding: 5px;
	height: 21px;
	border: 2px solid #373737;
}

.miniDate {
	color: #ABABAB;
	font-size: 10px;
}

#registerDiv {
	height: 113px;
	background-image: url(images/register.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#searchBox {
	background-image: url(images/searchBack.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 1px solid #B0C8E1;
	padding: 5px;
}

#searchHeader {
	height: 30px;
}

.searchHeaderTxt {
	font-size: 15px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
}

a.searchDetail {
	color: #F2007D;
	font-weight: bold;
	text-decoration: none;
}

#hotornot {
	background-color: #F8F8F8;
	padding: 5px;
	width: 315px;
}

.borderBigImg {
	border: 3px solid #F5F;
	padding: 2px;
	background-color: #FFF;
}

.borderBigImgM {
	border: 3px solid #B4DDE8;
	padding: 2px;
	background-color: #FFF;
}

.border1TB33 {
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
}

.borderB1ED {
	border-bottom: 1px solid #EDEDED;
}

.hotornotPre {
	border: 1px solid #F5F;
	padding: 1px;
	background-color: #FFF;
}

.alpha50 {
	filter: alpha(opacity =         50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.alpha70 {
	filter: alpha(opacity =         70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.hotornotPreM {
	border: 1px solid #B4DDE8;
	padding: 1px;
	background-color: #FFF;
}

.hotornotRateBg {
	font-size: 24px;
	font-weight: bold;
}

#priceTable {
	font-size: 12px;
	color: #087CAB;
	border: 1px solid #C6E1EC;
}

#priceTable td {
	border-bottom: 1px solid #C6E1EC;
}

.priceTableHeader {
	font-family: Tahoma, Arial, Helvetica, Courier;
	font-size: 15px;
	font-weight: bold;
	color: #087CAB;
}

#findikDetails {
	line-height: 20px;
	color: #737373;
	margin-left: 0px;
}

#helpSearch {
	background-color: #C6E1EC;
	border: 1px solid #087CAB;
	padding: 5px;
	color: #003;
}

.ansBox {
	background-color: #F7F7F7;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #CCC;
}

.quesHead {
	font-weight: bold;
	font-size: 11px;
}

a.ques {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #2F68C9;
	line-height: 18px;
}

a.ques:hover {
	text-decoration: underline;
}

#infoBox {
	padding: 10px;
	background-color: #EDEDED;
}

#ajaxContainer {
	background-color: #000;
	padding: 5px;
	/*position: absolute;
top: 0;
left:0;
bottom: 0;
right:0; */
}

.ajaxInside {
	padding: 5px;
	position: relative;
	top: 50%;
	left: 0;
	border: 1px solid #EDEDED;
	width: 175px;
}

#468BannerArea {
	background-color: #F7F7F7;
	padding: 10px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.newsUlStyle {
	list-style-position: outside;
	list-style-image: url(images/usrIcons/bulletNews.gif);
	list-style-type: square;
	padding-left: 15px;
}

#topMenuV3 {
	padding: 0 10px;
}

#regLogBar {
	padding: 10px 0;
	margin: 0;
	background-color: #373737;
}

#newJoiners {
	background-image: url(../images/v3/headers/nJBack.gif);
	background-repeat: repeat-y;
	height: 325px;
}

#nJHeader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-image: url(../images/v3/headers/newJoinersHeader.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding: 0 5px 0 27px;
}

.njImageBack {
	background-image: url(../images/v3/usrImg/usrImgBack.gif);
	background-repeat: no-repeat;
}

.njText {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.online {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/v3/online.gif);
	background-repeat: repeat-x;
	padding: 0 2px;
	text-align: center;
	width: 83px;
	line-height: 14px;
	display: inline-block;
}

.offline {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/v3/offline.gif);
	background-repeat: repeat-x;
	height: 16px;
	padding: 0 2px;
	display: inline-block;
	width: 83px;
}

#popularVideos {
	background-image: url(../images/v3/headers/pvBack.gif);
	background-repeat: repeat-y;
}

#pvHeader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-image: url(../images/v3/headers/popularVideosHeader.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding: 0 5px 0 27px;
}

#pvFooter {
	background-image: url(../images/v3/headers/pvFooter.gif);
	background-repeat: no-repeat;
	height: 24px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

#pvFooter a {
	line-height: 21px;
	text-decoration: none;
	color: #939393;
}

#pvFooter a:hover {
	color: #D74609;
	text-decoration: underline;
}

#pvText img {
	background-image: url(../images/v3/videoBack.gif);
	background-repeat: no-repeat;
	border: none;
	padding: 14px 0;
	margin: 0 10px;
}

#popularImages {
	background-image: url(../images/v3/headers/piBack.gif);
	background-repeat: repeat-y;
}

#piHeader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-image: url(../images/v3/headers/popularImagesHeader.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding: 0 5px 0 27px;
}

#piFooter {
	background-image: url(../images/v3/headers/piFooter.gif);
	background-repeat: no-repeat;
	height: 24px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

#piFooter a {
	line-height: 21px;
	text-decoration: none;
	color: #939393;
}

#piFooter a:hover {
	color: #D74609;
	text-decoration: underline;
}

.piSep {
	margin: 0 10px;
}

.piImages {
	background-image: url(../images/v3/headers/piImagesBack.gif);
	background-repeat: no-repeat;
	border: none;
	padding: 6px;
	margin: 0 10px;
}

#piText {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#piText a {
	color: #FFF;
}

#newsBlock {
	/* background-image: url(../images/v3/headers/nbBack.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #DCDBD5;
	*/
	padding:7px;
}

#nbHeader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-image: url(../images/v3/yellowHeader.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding: 0 5px 0 12px;
}
#nbHeaderNews {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background: transparent url(../images/v3/yellowHeaderNews.gif) no-repeat 7px 0;
	height: 26px;
	padding: 0 5px 0 12px;
}

#nbText {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#nbText img {
	height: 100px;
	width: auto;
	padding: 2px;
	border: 1px solid #373737;
}

#nbText table {
	width: 300px;
	/*border: 1px solid red;*/
}

#nbText table td {
	width: auto;
}

#nbText table tr {
	width: auto;
}


#nbText div strong div a{
		color: #373737;
}



#nbFooter {
	background-image: url(../images/v3/headers/nbFooter.gif);
	background-repeat: no-repeat;
	height: 24px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

#nbFooter a {
	line-height: 21px;
	text-decoration: none;
	color: #939393;
}

#nbFooter a:hover {
	color: #A51339;
	text-decoration: underline;
}

.nbNewsImg {
	border: 1px solid #000;
	margin: 0 10px 10px 0;
}

#searchBoxV3 {
	margin: 0 0 10px 0;
	text-align: center;
	background-image: url(../images/searchBack.gif)
}

#searchBoxV3Header {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F1A506;
	background-image: url(../images/search2.png);
	background-repeat: no-repeat;
	/*background-position: 0 7px;*/
	height: 26px;
	padding-left: 25px;
}

#searchBoxV3Form {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	/*font-weight: bold;
	font-size: 12px;
	color: white;
	*/
}

#searchBoxV3FormSub {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

#searchBoxV3FormSub select {
	width: 99%;
	margin: 3px 0 0 0;
	font-size: 16px;
	background-color: #FFF;
	border: 1px solid #000;
	color: #333;
}

#searchBoxV3Form select {
	width: 100%;
	margin: 3px 0 0 0;
	font-size: 16px;
	background-color: #FFF;
	border: 1px solid #373737;
	color: #333;
}

.buttonSearchV3 {
	background-image: url(../images/arabutton2.png);
	background-repeat: no-repeat;
	background-position:center;
	height: 40px;
	width: 99%;
	border: none;
	color: #FFF;
	font-weight: bold;
}

#luckyPeople {
	background-image: url(../images/v3/luckyBack.gif);
	background-repeat: no-repeat;
	height: 261px;
	padding: 10px;
}

.luckyMHeader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #08DAE7;
}

.luckyFHeader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f40B47;
}

.luckyMore {
	text-align: right;
	/*margin: 20px 0;*/
}

#hotOrNotV3 {
	background-image: url(../images/v3/headers/guzel_mi.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 310px;
	padding: 10px;
	color: #FFF;
}

.honHeader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}

#honBack {
	margin: 5px 0 0 0;
}

#honBack a {
	color: #2C2C2C;
}

#honFwd {
	margin: 5px 0 0 0;
}

#honFwd a {
	color: #2C2C2C;
}

.honPreImage {
	border: 3px solid #999;
	margin: 0 3px 10px 0;
}

a.honName {
	font-size: 11px;
	font-weight: bold;
	color: #F1A506;
	text-decoration: none;
}

a.honName:hover {
	color: #FFF;
}

.honRate {
	font-size: 24px;
	font-weight: bold;
}

#pageFooterV3 {
	margin: 30px 0 0 0;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #999;
	background-color: #373737 !important;
	color: #FFF;
}

#userManagementConsole {
	height: 150px;
	width: 646px;
	float: left;
	background-color: #3C3C3C;
	margin-top: -5px;
}

#umcMenu {
	background-image: url(../images/v3/headers/personalcontainer.gif);
	background-repeat: no-repeat;
	color: #FFF;
	padding: 0 5px 0 15px;
	display: block;
}

#umcMenu a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #373737;
	line-height: 22px;
	display: inline-block;
	background-image: url(../images/v3/subImages/umcMenuSep.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin: 0 10px 0 0;
}

#umcMenu a:hover {
	text-decoration: underline;
}

#umcInfo {
	
	background-image:url(../images/v3/headers/personal_container_bottom.gif);
	background-repeat: no-repeat;
	padding: 5px 10px;
	height: 225px;
}

.umcImageBack {
	background-image: url(../images/bigAvatarBack.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.umcImage {
	padding: 8px 0px 0px 5px;
	border: none;
}

#medals {
	margin: 10px 0 0 0;
}

#medals img {
	padding: 0 5px 0 0;
}

a.umcLinksAdd {
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	color: #333;
	background-image: url(../images/Header/add_friend.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	display: block;
	padding: 0 30px 0 0;
	border-bottom: 1px solid #E5E5E5;
}

a.umcLinksAdd:hover {
	color: #F0082E;
	text-decoration: underline;
}

a.umcLinksBlock {
	background-image: url(../images/v3/icons/nudge2.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #333333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	margin-right: -2px;
	padding: 0 35px 0 0;
	text-decoration: none;
}

a.umcLinksBlock:hover {
	color: #F0082E;
	text-decoration: underline;
}

a.umcLinksSms {
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	color: #333;
	background-image: url(../images/v3/icons/sms.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	display: block;
	padding: 0 30px 0 0;
	border-bottom: 1px solid #E5E5E5;
}

a.umcLinksSms:hover {
	color: #F0082E;
	text-decoration: underline;
}

a.umcLinksChat {
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	color: #333;
	background-image: url(../images/v3/icons/send_message.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	display: block;
	padding: 0 30px 0 0;
	border-bottom: 1px solid #E5E5E5;
}

a.umcLinksChat:hover {
	color: #F0082E;
	text-decoration: underline;
}

a.umcLinksUpdate {
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	color: #333;
	background-image: url(../images/v3/icons/add_watchlist.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #E5E5E5;
	text-decoration: none;
	display: block;
	padding: 0 30px 0 0;
}

a.umcLinksUpdate:hover {
	color: #F0082E;
	text-decoration: underline;
}

RateUserContainer {
	margin: 5px 0 0 0;
	background-color: #3C3C3C;
}

#nutsContainer {
	font-size: 13px;
	font-weight: bold;
	color: #777;
	width: 230px;
	float: left;
	height: 27px;
}

#nutsContainer img {
	margin: 0 10px 0 0;
}

#rateContainer {
	font-size: 13px;
	font-weight: bold;
	color: #777;
	width: 400px;
	float: right;
}

#rateContainer img {
	border: none;
	padding: 0 5px 0 10px;
}

#rateContainer a {
	color: #FFF;
}

#rateContainer a:hover {
	color: #FBCF04;
}

/**
#ivrSmsContainer {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

#ivrSmsContainer a {
	color: #FFF;
	padding: 0 20px 0 0;
}

#ivrSmsContainer a:hover {
	color: #FBCF04;
}

#ivrSmsContainer img {
	margin: 0 10px 0 0;
	border: none;
}
*/
#friendsContainer { /*margin: 0 0 10px 0;*/
	width: 300px;
}

#fcHeader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-image: url(../images/Header/friends.png);
	background-repeat: no-repeat;
	/*background-position: 0 5px;*/ /*height: 26px;*/
	padding: 0 5px 0 25px;
}

#friendsContainer img {
	padding: 3px;
	margin: 6px;
	border: 1px solid #7B7B7B;
	background-color: #3C3C3C;
	width: 75px;
	/*height: 95px;*/
}

#fcLink a {
	color: #7B7B7B;
}

#fcLink a:hover {
	color: #FBCF04;
}

#aboutMeV3 {
	background:#F1A506 url('../images/v3/headers/personal_inf.gif') no-repeat 0 0;
	color: #373737;
	/*height: 265px;*/
}

#amHeader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding: 0 10px;
}

#amContent {
	font-size: 12px;
	padding: 5px 10px;
}

#amContent img {
	margin: 5px 0;
}

.headerV3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #373737;
}

.textV3 {
	color: #3C3C3C;
	font-size: 12px;
}

#photoGallery {
	margin: 15px 0;
	background-image: url(../images/v3/headers/photoGalleryBack.gif);
	background-color: #D8D8D8;
	background-repeat: no-repeat;
	color: #532108;
}

.photoGallery {
	margin: 15px 0;
	background-image: url(../images/v3/headers/photoGalleryBack.gif);
	background-color: #D8D8D8;
	background-repeat: no-repeat;
	color: #532108;
}

#pgHeader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #373737;
	padding: 0 10px;
}

.paHeader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #373737;
	padding: 0 10px;
}

#pgContent {
	font-size: 11px;
	padding: 5px 10px;
	color: #565656;
}

#pgContent img {
	margin: 5px 0;
	background-color: #FFF;
	border: 1px solid #A6A6A6;
	padding: 3px;
}

.pgContentImg {
	margin: 5px 0;
	background-color: #FFF;
	border: 1px solid #A6A6A6;
	padding: 3px;
}

#pgContent a {
	color: #565656;
	font-size: 11px;
}

#pgContent a:hover {
	color: #333;
	text-decoration: underline;
}

#pgFooter {
	padding: 0 10px 5px 0;
	background-image: url(../images/v3/headers/pgFooter.gif);
	background-color: #D8D8D8;
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*
#pgFooter a {
color: #A51339;	
font-size: 12px;
font-weight: bold;
}
#F1A506
*/
#pgFooter a:hover { /*color: #900;*/
	
}

.blogV3Header {
	font-size: 13px;
	font-weight: bold;
	color: #3C3C3C;
	margin: 5px 0;
}

#modDateV3 {
	float: left;
	width: 400px;
}

.modDateV3 {
	float: left;
	width: 400px;
}

#blogCommentV3 {
	float: right;
}

.blogCommentV3 {
	float: right;
}

#systemMessageV3 {
	background-image: url(../images/v3/headers/systemMsgHeader.gif);
	background-color: #505050;
	background-repeat: no-repeat;
	color: #FFF;
}

#smHeader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F1A506;
	padding: 7px 0 0 40px;
}

#smContent {
	font-size: 12px;
	padding: 5px 10px;
}

#logoLoggedIn { /*padding: 10px 0;*/
	margin: 0;
	background-color: #F1A506;
}

a.naviNow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	line-height: 16px;
	border: 1px solid #F1A506;
	background-color: #D18F05;
	text-decoration: none;
	padding: 3px;
	margin: 1px;
	text-decoration: none;
	display: inline;
}

.NewHeaderMenuImage img {
	margin: 10px;
}

.HeaderAvatarContainer {
	/*background-image:url(../images/v3/headers/piImagesBack.gif)*/
	/*border: 1px solid grey;
		width: 80px; 
		height: 80px;
		padding: 5px;
		margin: 5px;
		*/
	margin-top: 5px;
}

a.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D18F05;
	line-height: 16px;
	border: 1px solid #D18F05;
	background-color: #FFF;
	padding: 3px;
	margin: 1px;
	text-decoration: none;
	display: inline;
	float: left;
	width: 15px;
	height: 15px;
}

a.navi:hover {
	color: #FFF;
	border: 1px solid #A47004;
	background-color: #D18F05;
	text-decoration: none;
}

a.naviC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	line-height: 16px;
	border: 1px solid #A47004;
	background-color: #D18F05;
	padding: 3px;
	margin: 1px;
	text-decoration: none;
	display: inline;
	float: left;
	width: 15px;
	height: 15px;
}

a.naviC:hover {
	color: #D18F05;
	border: 1px solid #D18F05;
	background-color: #FFF;
	text-decoration: none;
}

a.HeaderMenuLink {
	color: #F1A506
}

a.HeaderMenuLink:HOVER {
	color: white;;
}

.HeaderMenuButtonCont {
	margin: 10px;
}

.awardWinner table tr td table tr { background:#505050; color:#F1A506; }
.awardWinner table tr td table tr td,th { text-align:center; padding:5px;  }
.awardWinner table tr td table tr th { font-size:12px; }