/* General */

body {
	background: #E9EEE3 url(images/body-bg.png) repeat-x top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
}
#GeneralTable {
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif, "Arial Narrow";
}
.MinWidthImg {
	height: 1px;
}
a:link, a:active, a:visited {
	color: #AB3492;
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
}
#FirstPageBody .SearchRowTable div.SmallText {
	display: none;
}



/* Top */

#TopLeftTd {
	background: url(images/top-left-bg.jpg) no-repeat right;
	width: 128px;
}
#TopCenterTd {
	background: url(images/top-center-bg.png) repeat-x left;
}
#TopRightTd {
	background: url(images/top-right.jpg) no-repeat;
	width: 102px;
}
table#TopCenterTable {
	background: url(images/top-table-bg.jpg) no-repeat right;
	height: 249px;
	width: 100%;
}
#TopCenterTableTd {
	background: url(images/top-td-bg.jpg) no-repeat left bottom;
	vertical-align: top;
	}
#TopPositionDiv {
	position: relative;
	height: 208px;
}
#TopImageDiv {
	position: absolute;
	height: 118px;
	width: 330px;
	left: 0px;
	top: 0px;
}
#LangDiv {
	position:absolute;
	top:50px;
	right:8px;
	display:block;
	width:220px;
	height:30px;
	}
	/* Couple */
	
		#CoupleDiv {
			width: 337px;
			float: right;
			padding: 26px 406px 0px 0px;
			text-align: right;
		}
		#CoupleDiv {
			position: relative;
		}
		#CoupleDiv a span {
			display: none;
		}
		a#SearchWoman:link, a#SearchWoman:active, a#SearchWoman:visited {
			position: absolute;
			left: -160px;
			top: 182px;
			width: 176px;
			height: 41px;
			background: url(images/search-woman.png) no-repeat;
		}
		a#SearchWoman:hover {
			background: url(images/search-woman-over.png) no-repeat;
		}
		a#SearchMan:link, a#SearchMan:active, a#SearchMan:visited {
			position: absolute;
			left: 286px;
			top: 125px;
			width: 156px;
			height: 41px;
			background: url(images/search-man.png) no-repeat;
		}
		a#SearchMan:hover {
			background: url(images/search-man-over.png) no-repeat;
		}

	/* Top Icons */

		#IconsDiv {
			position: absolute;
			width: 118px;
			right: 320px;
			top: 15px;
		}
		#IconsDiv a {
			display: block;
			margin: 0px 8px;
			width: 11px;
			height: 11px;
			float: left;
		}
		#IconsDiv a span {
			display: none;
		}
		a#HomeLink:link, a#HomeLink:active, a#HomeLink:visited {
			background: url(images/icon-home.gif) no-repeat;
		}
		a#HomeLink:hover {
			background: url(images/icon-home-over.gif) no-repeat;
		}
		a#SearchLink:link, a#SearchLink:active, a#SearchLink:visited {
			background: url(images/icon-search.gif) no-repeat;
		}
		a#SearchLink:hover {
			background: url(images/icon-search-over.gif) no-repeat;
		}
		a#ContactsLink:link, a#ContactsLink:active, a#ContactsLink:visited {
			background: url(images/icon-mail.gif) no-repeat;
		}
		a#ContactsLink:hover {
			background: url(images/icon-mail-over.gif) no-repeat;
		}
		a#MapLink:link, a#MapLink:active, a#MapLink:visited {
			background: url(images/icon-map.gif) no-repeat;
		}
		a#MapLink:hover {
			background: url(images/icon-map-over.gif) no-repeat;
		}

	/* Login */
		
		#LoginDiv {
			position: absolute;
			width: 224px;
			height: 200px;
			top: 123px;
			right: 7px;
		}
		#LoginDiv h1 {
			background: url(images/h1-login.gif) no-repeat left top;
			text-indent: -9999px;
			margin: 0px;
			padding: 0px;
			height: 22px;
			width: 224px;
			font-size: 11px;
		}
		#LoginForm {
			width: 224px;
			margin: 10px 0px 0px 0px;
			padding: 0px;
		}
		#LoginForm table {
			margin-left: 10px;
		}
		#LoginForm table tbody td {
			padding: 1px 0px 1px 0px;
		}
		#LoginForm table tbody b {
			font: bold 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
			color: #003366;
			text-align: right;
			display: block;
			padding-top: 1px;
			padding-right: 5px;
		}
		#LoginForm table tbody input {
			background: #FFFFFF;
			height: 14px;
			width: 135px;
			border: 1px solid #0079F2;
		}
		#LoginForm table tfoot td {
			text-align: center;
			}
		#LoginForm table tfoot td input {
			margin-top: 5px;
			}
		#LoginForm a:link, #LoginForm a:active, #LoginForm a:visited {
			font: 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
			color: #A60074;
			text-decoration: none;
		}
		#LoginForm a:hover {
			text-decoration: underline;
		}
		
	/* Members Menu */
		
		.LoggedMenuDiv {
			position: absolute;
			width: 224px;
			height: 200px;
			top: 123px;
			right: 7px;
		}
		.LoggedMenuDiv h1 {
			text-indent: -9999px;
			margin: 0px;
			padding: 0px;
			height: 22px;
			width: 224px;
			font-size: 11px;
		}
		#MembersMenuH1 {
			background: url(images/h1-membersmenu.gif) no-repeat left top;
		}
		#AffiliateMenuH1 {
			background: url(images/h1-affiliatemenu.gif) no-repeat left top;
		}
		#AdminMenuH1 {
			background: url(images/h1-adminmenu.gif) no-repeat left top;
		}
		#ModeratorsMenuH1 {
			background: url(images/h1-moderatorsmenu.gif) no-repeat left top;
		}
		#VisitorsMenuH1 {
			background: url(images/h1-visitormenu.gif) no-repeat left top;
		}
		.LoggedMenuDiv ul {
			padding: 0px 0px 10px 0px;
			margin: 5px 0px 0px 0px;
			list-style-type: none;
			float: left;
			width: 100px;
		}
		.LoggedMenuDiv ul li {
			margin: 0px;
			padding: 1px;
		}
		.LoggedMenuDiv ul li a:link, .LoggedMenuDiv ul li a:active, .LoggedMenuDiv ul li a:visited {
			display: block;
			background: url(images/rightmenu-li-bg.gif) no-repeat 0px 4px;
			padding: 0px 0px 0px 15px;
			text-transform: uppercase;
			margin: 0px 0px 0px 30px;
			color: #FFFFCC;
			text-decoration: none;
			font: bold 11px Arial, Helvetica, sans-serif, "Arial Narrow";
		}
		.LoggedMenuDiv ul li a:hover {
			background: url(images/rightmenu-li-bg-over.gif) no-repeat 2px 4px;
			color: #FFF;
		}
		.LoggedMenuDiv ul li #CurrentPageLink {
			background: url(images/rightmenu-li-bg-over.gif) no-repeat 2px 4px;
			color: #FFF;
			display: block;
			padding: 0px 0px 0px 15px;
			text-transform: uppercase;
			margin: 0px 0px 0px 30px;
			text-decoration: none;
			font: bold 11px Arial, Helvetica, sans-serif, "Arial Narrow";
		}
		.LoggedMenuDiv ul li:last-child {
			height:30px;
			
			}
		.LoggedMenuDiv ul li:last-child a {
			line-height:15px;
			position:relative;
			z-index:100;
			}





/* Content */

#ContentLeftTd {
	background: url(images/content-left-bg.png) repeat-y right;
	vertical-align: top;
	text-align: right;
}
#ContentLeftTd div {
	background: url(images/content-left.png) no-repeat right top;
	height: 381px;
}
#ContentCenterTd {
	background: #FFFFFF url(images/content-center-bg.png) repeat-x top;
	vertical-align: top;
	height: 400px;
}
#ContentCenterDiv {
	background: url(images/content-bg-right2.png) no-repeat right 184px;
}
#ContentCenterTable{
	width: 100%;
	background: url(images/content-bg-right1.jpg) no-repeat right top;
}
#ContentCenterTableTd {
	background: url(images/content-bg-left.jpg) no-repeat left top;
	vertical-align: top;
}
#ContentRightTd {
	background: url(images/content-right-bg.png) repeat-y left;
	vertical-align: top;
	text-align: left;
}
#ContentRightTd div {
	background: url(images/content-right.jpg) no-repeat left top;
	height: 381px;
}

#ContentTable {
	width: 100%;
}
#ContentTableLeftTd {
	vertical-align: top;
}
#ContentTableRightTd {
	width: 240px;
	vertical-align: top;
}


	/* Broadcast */

	.BroadcastSpan input {
		font-family: Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
		font-weight: bold;
		color: #9933CC;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
	}
	.BroadcastSpan a:link, .BroadcastSpan a:active, .BroadcastSpan a:visited, .BroadcastSpan a:hover {
		text-decoration: none; !important
	}
	.BroadcastDiv input {
		font-family: Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
		font-weight: bold;
		color: #9933CC;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
	}


	/* Top Menu */
	
	#TopMenuDiv {
		text-align: center;
		margin: 26px 185px 40px 135px;
	}
	#TopMenuDiv div {
		width: 441px;
		margin: 0px auto;
		overflow: hidden;
	}
	#TopMenuDiv div a, #TopMenuDiv div b {
		display: block;
		height: 25px;
		float: left;
	}	
	#TopMenuDiv div b {
		width: 16px;
		background: url(images/topmenu-divider.gif) no-repeat;
	}
	a#TopmenuLink1:link, a#TopmenuLink1:active, a#TopmenuLink1:visited {
		width: 45px;
		background: url(images/topmenu1.gif) no-repeat;
	} 
	a#TopmenuLink1:hover {
		background: url(images/topmenu1-over.gif) no-repeat;
	} 
	a#TopmenuLink2:link, a#TopmenuLink2:active, a#TopmenuLink2:visited {
		width: 70px;
		background: url(images/topmenu2.gif) no-repeat;
	} 
	a#TopmenuLink2:hover {
		background: url(images/topmenu2-over.gif) no-repeat;
	} 
	a#TopmenuLink3:link, a#TopmenuLink3:active, a#TopmenuLink3:visited {
		width: 61px;
		background: url(images/topmenu3.gif) no-repeat;
	} 
	a#TopmenuLink3:hover {
		background: url(images/topmenu3-over.gif) no-repeat;
	} 
	a#TopmenuLink4:link, a#TopmenuLink4:active, a#TopmenuLink4:visited {
		width: 60px;
		background: url(images/topmenu4.gif) no-repeat;
	} 
	a#TopmenuLink4:hover {
		background: url(images/topmenu4-over.gif) no-repeat;
	} 
	a#TopmenuLink5:link, a#TopmenuLink5:active, a#TopmenuLink5:visited {
		width: 35px;
		background: url(images/topmenu5.gif) no-repeat;
	} 
	a#TopmenuLink5:hover {
		background: url(images/topmenu5-over.gif) no-repeat;
	} 
	a#TopmenuLink6:link, a#TopmenuLink6:active, a#TopmenuLink6:visited {
		width: 90px;
		background: url(images/topmenu6.gif) no-repeat;
	} 
	a#TopmenuLink6:hover {
		background: url(images/topmenu6-over.gif) no-repeat;
	} 



	/* Content Area */
	
	#ContentTableLeftTd h1 {
		font: normal 18px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
		color: #006699;
		background: url(images/h1-bg.gif) no-repeat left bottom;
		margin: 10px 0px 20px;
		padding: 0px 0px 5px 20px;
		text-transform: uppercase;
	}
	#ContentTableLeftTd h2 {
		font: bold 14px Arial, Helvetica, sans-serif, "Arial Narrow";
		margin: 15px 0px 5px;
		text-transform: uppercase;
	}
	#ContentTableLeftTd p {
		text-align: justify;
		margin: 15px 0px;
	}
	#ContentTableLeftTd h1#ProfilesH1 {
		background: url(images/profilesh1-bg.gif) no-repeat left bottom;
	}
	#SearchByAgeDiv {
		font-size: 12px;
		margin-left: 20px;
		margin-top: -10px;
		width: 90%;
		overflow: hidden;
	}
	#SearchByAgeDiv b {
		font-size: 10px;
		color: #000000;
	}
	#ContentTableLeftTd a:link, #ContentTableLeftTd a:active, #ContentTableLeftTd a:visited {
		color: #AB3492;
		text-decoration: none;
	} 
	#ContentTableLeftTd a:hover {
		text-decoration: underline;
	}
	#ProfilesContainerDiv {
		margin: 10px;
		width: 100%;
		overflow: hidden;
	}
	#ProfilesContainerDiv div {
		width: 100px;
		margin: 5px 10px;
		float: left;
		text-align: center;
	}
	#ProfilesContainerDiv div img {
		border: 1px solid #8FBCCD;		
	}
	#ProfilesContainerDiv div table {
		margin: 5px 0px 10px 0px;
	}
	#ProfilesContainerDiv div table td {
		font: 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
		color: #333333;
		vertical-align: top;
		white-space: normal;
		text-align: left;
	}
	#ProfilesContainerDiv div table td b {
		display: block;
		text-align: right;
		padding-right: 5px;
	}
	.DataTable {
		margin: 0px 20px;
		width: 95%;
	}
	.DataTable td {
		vertical-align: top;
	}
	.GreenText {
		font: 12px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
		color: #00A86E;
	}
	.BlueText {
		font: 12px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
		color: #1F79A5;
	}
	.TdAlignRight {
		text-align: right;
		padding-right: 5px;
	}
	.TdPaddingBottom {
		padding-bottom: 10px;
	}




/* Right column */

	#ContentTableRightTd form {
		margin: 10px 0px;
		padding: 0px;
	}
	#ContentTableRightTd .DesignBox {
		float: none;
		clear: both;
	}
	#ContentTableRightTd .DesignBox h2.DesignBoxTitle {
		display: none;
	}
	.RightFormTable {
		margin: 10px 0px;
		float: none;
		clear: both;
		width: 100%;
	}
	.RightFormTable td {
		vertical-align: top;
	}
	.RightFormTable .RigghtAlignTd {
		font-size: 11px;
		text-transform: uppercase;
		color: #666666;
		text-align: right;
		padding-top: 3px;
		padding-left: 10px;
	}
	.RightFormTable .CenterAlignTd {
		text-align: center;
	}
	.RightFormTable td input.InputText {
		background: #FFFFFF;
		border: 1px solid #6D89B6;
	}
	#ContentTableRightTd p {
		font: 13px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
		color: #333333;
		margin: 15px 10px 15px 25px;
		padding: 0px;		
	}
	#ContentTableRightTd a.ReadMoreLink:link, #ContentTableRightTd a.ReadMoreLink:active, #ContentTableRightTd a.ReadMoreLink:visited {
		display: block;
		margin: 10px 20px 10px 0px;
		width: 220px;
		text-align: right;
		font-size: 11px;
	} 
	
	

		
	/* Search */
	
		#RightSearchDiv {
			position: relative;
			padding: 0px 0px 20px 0px ;
			white-space:nowrap;
			margin-top:30px;
		}
		#RightSearchH1 {
			font-size: 11px;
			background: url(images/h1-search.gif) no-repeat left top;
			text-indent: -9999px;
			margin: 0px;
			padding: 0px;
			height: 22px;
			width: 224px;
			position: absolute;
			top: 80px;
			left: 14px;
		}


	/* Main Menu and Custom Menu */
	
		#MainMenuH1 {
			font-size: 11px;
			background: url(images/h1-mainmenu.gif) no-repeat left top;
			margin: 30px 0px 0px 16px;
			padding: 0px;
			height: 22px;
			width: 224px;
			text-indent: -9999px;
		}
		#CustomMenuH1 {
			font-size: 11px;
			background: url(images/h1-custommenu.gif) no-repeat left top;
			margin: 30px 0px 0px 16px;
			padding: 0px;
			height: 22px;
			width: 224px;
			text-indent: -9999px;
		}
		.CustomMenuUL {
			padding: 0px;
			margin: 15px 0px 0px 0px;
			list-style-type: none;
		}
		.CustomMenuUL li {
			margin: 0px;
			padding: 1px;
		}
		.CustomMenuUL li a:link, .CustomMenuUL li a:active, .CustomMenuUL li a:visited {
			display: block;
			background: url(images/custommenu-li-bg.gif) no-repeat 0px 4px;
			padding: 0px 0px 0px 15px;
			text-transform: uppercase;
			margin: 0px 0px 0px 40px;
			color: #0058B0;
			text-decoration: none;
			font: bold 11px Arial, Helvetica, sans-serif, "Arial Narrow";
		}
		.CustomMenuUL li a:hover {
			background: url(images/custommenu-li-bg-over.gif) no-repeat 2px 4px;
			color: #FF00FF;
		}
		.CustomMenuUL li #CurrentPageLink {
			display: block;
			padding: 0px 0px 0px 15px;
			text-transform: uppercase;
			margin: 0px 0px 0px 40px;
			font: bold 11px Arial, Helvetica, sans-serif, "Arial Narrow";
			background: url(images/custommenu-li-bg-over.gif) no-repeat 2px 4px;
			color: #FF00FF;
		}



	/* Subscribe */

		#SubscribeH1 {
			font-size: 11px;
			background: url(images/h1-subscribe.gif) no-repeat left top;
			margin: 30px 0px 0px 16px;
			padding: 0px;
			height: 22px;
			width: 224px;
			text-indent: -9999px;
		}
		#SubscriptionDiv {
			margin: 10px 0px 10px 20px;
			width: 200px;
			text-align: right;
		}
		#SubscriptionDiv table td {
			vertical-align: top;
			font-size: 11px;
			text-align: left;
		}
		#SubscriptionDiv table td input {
			background: #FFFFFF;
			border: 1px solid #6D89B6;
		}
		#SubscriptionDiv table td input.ButtonSubscribe {
			background: url(images/bt-subscribe.gif) no-repeat;
			border: none;
			height: 31px;
			width: 122px;
			text-indent: -9999px;
			cursor: pointer;
			font-size: 1px;
			font-weight: 100;
			color: #CC33CC;
		}
		#SubscriptionDiv table td input.ButtonUnsubscribe {
			background: url(images/bt-unsubscribe.gif) no-repeat;
			border: none;
			height: 31px;
			width: 122px;
			text-indent: -9999px;
			cursor: pointer;
			font-size: 1px;
			font-weight: 100;
			color: #CC33CC;
		}





	
	/* Latest News */

		#NewsH1 {
			font-size: 11px;
			background: url(images/h1-news.gif) no-repeat left top;
			margin: 30px 0px 0px 16px;
			padding: 0px;
			height: 22px;
			width: 224px;
			text-indent: -9999px;
		}
		#LatestNewsDiv {
			margin: 10px 0px 10px 20px;
			width: 200px;
			text-align: right;
		}
		#LatestNewsDiv table td {
			vertical-align: top;
			font-size: 11px;
			text-align: left;
		}



/* Bottom */

#BottomLeftTd {
	background: url(images/bottom-left-bg.jpg) no-repeat right bottom;
	height: 106px;
}
#BottomCenterTd {
	background: #FFFFFF url(images/bottom-center-bg.png) repeat-x bottom;
	vertical-align: bottom;
}
#BottomRightTd {
	background: url(images/content-right-bg.png) repeat-y left;
}
#BottomCenterTd table {
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif, "Arial Narrow";
	text-align: center;
	background: url(images/bottommenu-bg-right.jpg) no-repeat right bottom;
}
#BottomCenterTd table td div {
	padding-top: 20px;
}

	/* Bottom Table */

		#BottomMenuTd {
			background: url(images/bottommenu-bg-left.jpg) no-repeat left bottom;
			height: 87px;
		}
		#BottomMenuTd a:link, #BottomMenuTd a:active, #BottomMenuTd a:visited {
			color: #9D7CC2;
			text-decoration: none;
		}
		#BottomMenuTd a:hover {
			color: #4A97EC;
		}
		#CopyTd {
			width: 230px;
			font: 10px Arial, Helvetica, sans-serif, "Arial Narrow";
			color: #003366;
		}





/* Content on pages */

.DataDiv {
	margin: 0px 60px;
	float: none;
	clear: both;
}
.DataDiv form {
	margin: 0px;
	padding: 0px;
}
.DataDiv input.no {
	background: #FFFFFF;
	border: 1px solid #0079F2;
}
.DataDiv textarea {
	background: #FFFFFF;
	border: 1px solid #0079F2;
}
h2.DesignBoxTitle {
	color: #21A3B1;
}
.DataDiv h2.DesignBoxTitle {
	color: #21A3B1;
	background: url(images/custommenu-li-bg-over.gif) no-repeat 6px 7px;
	border-top: 2px solid #DFD0E6;
	padding: 2px 0px 0px 20px;
	text-align: left;
}
.SearchRowTitle {
	color: #FFFFFF;
	padding: 2px 0px 1px 8px;
	margin-bottom: 3px;
	text-align: left;
	background: #CBA4EC;
}
.SmallText {
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}
.SearchRowLinksDiv {
	border-top: 1px solid #A3D3ED;
	border-bottom: 1px solid #A3D3ED;
	padding: 4px 0px;
	margin-top: 10px;
}
.SearchRowLinksTable td {
	padding: 0px 10px;
}
.DataDiv ul {
	margin: 10px 0px 10px 15px;
	padding: 0px;
	list-style-type: none;
}
.DataDiv ul li {
	background: url(images/li-bg.gif) no-repeat 0px 5px;
	padding: 1px 0px 1px 15px;	
}
.BorderTd {
	border-left: 2px solid #DFD0E6;
	padding-left: 10px;
}
.PaddingTd {
	padding-right: 10px;
}
		#UnderPhotoLinkDiv {
			width: 125px;
			text-align: center;
			margin-top: 10px;
		}
		#UnderPhotoLinkDiv table {
			text-align: center;
			margin: 0px auto;
		}





/* From Old Styles */

.padborder {
	border: thin solid #cbcdcc;
   padding: 2px;
}
.padborderlarge {
	border: thin solid #cbcdcc;
    padding: 4px;
}
.regular {
	font-family: arial;
	font-size: 11px;
	color: #3c393b;
}
.logout {
	font-family: arial;
	font-size: 11px;
	color: #3c393b;
}
.pinkregular {
	font-family: arial;
	font-size: 11px;
	color: #b90258;
}
.pinkstrong {
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #b90258;
}
.pinkheading {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #b90258;
	text-transform:uppercase;
}
.style3 {color: #CCCCCC}
.style5 {
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}



.bold { text-decoration: bold; }
.text { font-size: 11px; font-weight: normal; color: #3c393b;
 }

.text2 { font-family: arial; font-size: 11px; font-weight: normal; color: #3c393b; }
.text_promo { font-size: 12px; font-family:arial; color: #336699; }
.text_index { font-family: arial; font-size: 11px; font-weight: normal; color: #ffffff; }
.promo { font-size: 26px; font-family:tahoma; color: #cc0000; text-decoration: bold;}
.small { border: 0px solid #ff9cca; font-size: 11px; font-family:tahoma; color: #003063; text-decoration: bold;}
.small2 { font-size: 11px; font-family:tahoma; color: #444477; text-decoration: bold;}
.err { font-size: 11px; font-family: Tahoma; color: #FF0000; text-decoration: underline; }
.white { font-size: 11px; font-family:tahoma; color: #FFFFFF; text-decoration: bold;}
.dark { font-size: 11px; font-family:tahoma; color: #333366; text-decoration: bold;}

.tiny {font-family: arial; color: #666699; font-size: 10px; }
.biglink { font-size: 13px; font-family:arial; color: #444477; }

.chat_body_msgs {	background: #f0f0ff; font-family: Verdana; font-size: 11px; font-weight: normal; color: #444477; 
				font-weight: 400;  margin: 0px; }
.chat_body { background: #ffffff; font-family: Verdana; font-size: 11px; font-weight: normal; color: #444477; }
.chat_small { font-size: 8px; font-family: Tahoma; color: #FFFFFF; }
.chat_user { font-size: 11px; font-family: Tahoma; color: #666699; }

.msg {
    margin-top: 0px;
    margin-bottom: 2px;
}

.rate_image {
	border:1px solid #ABE8FC;
	background: #ECFBFF;
}
.rate_profile {
	border:1px solid #ABE8FC;
	background: #ECFBFF;
}

.thumb_profile {
	border: 1px solid #8FBCCD;
	width: auto;
	height: auto;
	}
.thumb_cp {
	border: 1px solid #8FBCCD;
	width: auto;
	height: auto;
	}
.thumb_search  {
	border: 1px solid #8FBCCD;
	width: auto;
	height: auto;
}

.top_rated_0 { border-right:  1px dotted white; }
.top_rated_1 { border-bottom: 1px dotted white; }
.top_rated_2 { border-bottom: 1px dotted white; }

.memb_stat { border-bottom: 1px dotted white; }

.index_news_0 { border-bottom: 1px dotted white; }
.index_news_1 { border-bottom: 1px dotted white; }

.menu { font-size: 11px; font-family:tahoma; color: #FFFFFF;}
.menub { font-size: 11px; font-family:tahoma; color: #666699;}
a.menu:link              { color: #FFCCFF;  text-decoration: none; font-weight: normal; }
a.menu:visited           { color: #FFCCFF;  text-decoration: none; font-weight: normal;}
a.menu:active			 { color: #FFCCFF;  text-decoration: none; font-weight: normal;}
a.menu:hover			 { color: #FFFFFF;  text-decoration: none; font-weight: normal;}

.membermenu { color: #b90258;  text-decoration: none; font-weight: normal;}
a.membermenu:link              { color: #a90248;  text-decoration: none; font-weight: normal;}
a.membermenu:visited           { color: #a90248;  text-decoration: none; font-weight: normal;}
a.membermenu:active			 { color: #b90258;  text-decoration: none; font-weight: normal;}
a.membermenu:hover			 { color: #b90258;  text-decoration: none; font-weight: normal;}


a.index:link              { color: #666699; text-decoration: none; font-weight: normal;}
a.index:visited           { color: #666699; text-decoration: none; font-weight: normal;}
a.index:active, a.index:hover   { color: #9999FF; text-decoration: underline; font-weight: normal;}

.panel {
	color: #424573;
	font-size: 11px;
	background: #D8EBF5;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.panel div ul {
	margin: 5px 0px;
	padding: 0px;
	list-style-type: none;
}
.panel div ul li {
	background: url(images/li-bg.gif) no-repeat 0px 3px;
	padding: 1px 0px 1px 15px;	
}

.head_td {
	background: #D8EBF5;
}
.cc_td_1_border, .cc_td_2_border, .cc_td_3_1_border {
	background: #E7D8FA;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.cc_td_1_border {
	width: 5px;
}
.cc_td_2_border {
	width: auto;
}
.cc_td_3_1_border {
	width: 17px;
}
.table { color: #424573; }
.free { color: #424573; }
.canvas { background-color: #ccccff; }

.immsgi { color: black; font-style: italic; }
.immsgme { color: #0000CC;  }

.prof_stat_Unconfirmed { background-color: #ffd7d7; }
.prof_stat_Approval { background-color: #b9ddb9; }
.prof_stat_Active { background-color: #a7b8f9; }
.prof_stat_Rejected { background-color: #ff3333; }
.prof_stat_Suspended { background-color: #cccccc; }

select.index { border : 1px solid #003366; font-family: Arial; font-size: 9px; background: #edeffc; }
input.button { border : 2px solid #c9c9c9; background-color : #f5f5f5; font-family: arial; font-size: 11px; color: #ba0359; font-weight: bold; }

.control_panel_table {
	font-size: 11px;
	border: 1px solid #ff9cca;
	background: #FFE6FD;
}

.control_panel_td_1_first { 
    padding: 2px 8px 2px 10px;
    font-weight: bold;
	text-align: right;
	color: #666666;
	vertical-align: top;
}
.control_panel_td_2_first { 
    padding: 2px;
	text-align: left;
	vertical-align: top;
}
.control_panel_td_1 { 
    padding: 2px 8px 2px 10px;
    font-weight: bold;
	text-align: right;
	color: #666666;
	vertical-align: top;
}
.control_panel_td_2 { 
    padding: 2px;
	text-align: left;
	vertical-align: top;
}




.profile_table {
	font-size: 11px;
	border: 1px solid #ff9cca;
	background: #FFE6FD;
}
.profile_header_first 
{
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
	text-transform: uppercase;
	color: #FFF;
	background: #ff9cca; 
	padding: 5px 0px;
}
.profile_header {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
	text-transform: uppercase;
	color: #FFF;
	background: #ff9cca; 
	padding: 5px 0px;
}
.profile_td_1_first {
    padding: 2px 8px 2px 0px;
    font-weight: bold;
	text-align: right;
	color: #666666;
	vertical-align: top;
}
.profile_td_2_first {
    padding: 2px;
	text-align: left;
	vertical-align: top;
}
.profile_td_1 {
    padding: 2px 8px 2px 0px;
    font-weight: bold;
	text-align: right;
	color: #666666;
	vertical-align: top;
}
.profile_td_2 {
    padding: 2px;
	text-align: left;
	vertical-align: top;
}


.profile_desc_header {
	padding: 5px 0px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
	text-transform: uppercase;
	color: #1F79A5;
	border-top: 2px solid #DFD0E6;
}

.profile_desc_text {
    padding: 2px;
}



.join_table {
    font-size: 11px;
    color: #336699;
	text-align:left;
}
.join_header_first {
	padding: 15px 0px 5px 0px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
	text-transform: uppercase;
	color: #1F79A5;
	border-bottom: 1px solid #DFD0E6;
	text-align:center;
}
.join_header {
	padding: 15px 0px 5px 0px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif, "Arial Narrow";
	text-transform: uppercase;
	color: #1F79A5;
	border-bottom: 1px solid #DFD0E6;
	text-align:center;
}
.join_td_1_first {
	padding: 15px 0px 5px 0px;
    font-weight: bold;
	text-align: right;
	color: #666666;
	vertical-align: top;
}
.join_td_2_first {
    padding: 2px;
	text-align: left;
	vertical-align: top;
}
.join_td_1 {
    padding: 2px 8px 2px 0px;
    font-weight: bold;
	text-align: right;
	color: #666666;
	vertical-align: top;
}
.join_td_2 {
    padding: 2px;
	text-align: left;
	vertical-align: top;
}


/* Profile details styles */
.profile_details
{
	margin: 4px;
}

.profile_thumb
{
	margin: 0px;
	border: 1px solid 8FBCCD;
	background: white;
	text-align: center;
}

.profile_details ul
{
	margin: 10px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
}

.profile_details ul li.profile_nickname
{
	font-size: 12px;
	font-weight: bold;
}

/*
*
*Blog Styles 
*
*/
.blog_table_brd { border:1px solid #9999FF;}
.blog_tr_bg {background-color:#CCCCFF; padding:0px; margin:0px;}
.blog_trbot_bg {background-color:#CCCCFF;}
.blog_subject  {font:bold 14px Verdana, Arial, Helvetica, sans-serif; color:#666699; text-transform:capitalize;}
.blog_clock {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666699;}
.blog_content { background-color:#DEDEFE; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#666699;}
.blog_prof { background-color:#CCCCFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666699;}

.blink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#4949AC;}
a.blink:link, a.blink:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#4949AC;}
a.blink:active, a.blink:hover {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#4949AC;}

.links {font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#4949AC; text-decoration:underline}
a.links:link, a.links:visited {font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#4949AC; text-decoration:underline}
a.links:active, a.links:hover {font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#4949AC; text-decoration:underline}
/*
*
* End Blog Styles 
*
*/

.featured { background-color:#ffffff; border:1px solid #CCCCFF}

/*Trust Level*/

.TrustLevelDiv {
	height:36px;
	background: url(images/tr_level_bg.png) no-repeat 15px top;
	padding-top:40px;
	color:#666;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:175px;
	text-align:left;
	margin-right:auto;
	position:relative;
	}

.TrustLevelDiv span {
	color:#B64500;
	font-size:30px;
}
/*.SearchRowUnderNameText .TrustLevelDiv {
	position:absolute;
	right:0px;
	margin:0px;
	bottom:3px;
	} 
*/
a.TrLnk {
	display:block;
	position: absolute;
	top:0px;
	left:15px;
	width:55px;
	height:55px;
	}

div.TrustLevelDiv span.TrLevel.red {
	color:#CC3300;
	}
div.TrustLevelDiv span.TrLevel.orange {
	color:#E8C500;
	}
div.TrustLevelDiv span.TrLevel.green {
	color:#14A400;
	}
div.TrustLevelDiv.SmallStar {
	height:28px;
	background: url(images/tr_level_bg_small.png) no-repeat 8px top;
	padding-top:28px;
	color:#666;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:135px;
	text-align:left;
	position:absolute;
	bottom:-2px;
	right:0px;
	}
div.TrustLevelDiv.SmallStar span {
	color:#B64500;
	font-size:22px;
}
.fb-like {
	
	
	
	}
/*photo gallery view*/
	
.pgl {
	width:auto;
	overflow:hidden;
	background:#FFF;
}
.pgl div.DesignBox {
	float:left;
	margin:10px 20px 10px 0px;
	height:235px;
	
}
.pgl div.DesignBox:last-child {

	margin-right:0px;
}
.pgl div.DesignBox h2.DesignBoxTitle {
	width:125px;
	overflow:hidden;
	text-align:center;
	}
#swl a {
  height:30px;
  width:127px;
  display:block;
  margin:15px 0px 0px 15px;
  font-size:0px;
  background: url(images/mv_bg.png) no-repeat left top;
}

/*by credits t14*/

#bcd {
	
	width: 800px;
	margin: 0px auto;
}
#bcd h1 {
    font-family: 'Ubuntu', sans-serif;
	text-align: center;
	font-size: 40px;
	color:#2C6699;
	margin: 30px 0px 0px;
	padding: 0px;
}

#bcd h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	font-size: 20px;
	color:#999999;
	margin: 0px;
	padding: 0px;
}
.ppl {
	text-align: center;
	padding: 10px 0px;
}

#bcd table tr td:first-child {
	text-align: right;
}
#bcd table tr td:last-child {
	text-align: left;
}

#bcd table tr:first-of-type td {
	padding-bottom: 20px;
	text-align: center;
}
#bcd table tr:nth-child(n+14) td{
	text-align: center;
}

.pcd {
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 1px solid #d5d5d5;
	background-color: #fff;
	width: 510px;
	margin: 0px auto;	
}
#bcd table {
	padding: 20px 0px;
}
#bcd table td input {
	margin-bottom: 5px;
}
#bcd table tr:nth-child(n+14) td input {
	width: 150px;
	height: 35px;
	border-radius: 3px; 
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
	background-color: #EDEDED;
	border: 1px solid #CACAD9;
	color: #000000;
	margin: 10px 0px;
}

#bcd ul {
	width: 400px;
	margin: 20px auto;
	
	
}
#bcd ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}
#bcd font {
	margin: 0px 10px;
}

.l_support span {
	display: inline-block;
	cursor: pointer;
	color: #AB3492;
}
