* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background:#ffffff;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #313131;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	outline: none;
	color: #0768b4;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h3 {
	border-bottom: 1px solid #99D0FF;
	padding: 5px 0;
	font-size: 12px;
	overflow: hidden;
	text-indent: 5px;
	margin-bottom: 5px;
}

h4 {
	font-size: 12px;
}

fieldset {
	padding: 0;
	margin: 0 0 3px 0;
	border: none;
}

textarea {
	background: #fff url(../images/inputbg.gif) repeat-x left top;
	border: 1px solid #0a4c81;
	width: 400px;
	height: 150px;
}

select {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #282828;
		float: left;
		margin-right: 4px;
		background:url(../images/inputbg.gif) repeat-x left top;
		border: 1px solid #0a4c81;
		width: 149px;
		height: 21px;
	}

.clear {
	clear: both;
	width: 100%;
	display: block;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

#top {
		width: 100%;
		height: 90px;
		background:url(../images/topbg.gif) repeat-x top left;
	}

#topcont {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	}

div#logocont {
	width: 574px;
	float: left;
	padding-top: 14px;
	}

h1 {
		margin: 0;
		padding: 0;
		color: white;
		font-size: 12px;
		font-weight: normal;
	}

input.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	margin-right: 4px;
	background:url(../images/inputbg.gif) repeat-x left top;
	border: 1px solid #0a4c81;
	width: 149px;
}

div#logincont {
		background: #05508b;
		height: 90px;
		width: 426px;
		float: left;
		color: white;
		font-size: 12px;
	}

div#logincont p {
		margin: 9px 0 0 0;
		padding: 0;
		text-indent: 22px;
		width: 100%;
	}


div#logincont div#searchforms {
		margin: 5px 0 0 0;
		padding: 0;
		padding-left: 22px;
	}


div#logincont div#searchforms form {
		margin: 0;
		padding: 0;
		display: block;
	}


div#logincont p a {
		color: #afd5ff;
	}

div#logincont a.button2 {
	color: #fff;
}

input.button2 {
		border: none;
		height: 23px;
		background: url(../images/buttongreen_bg.gif) repeat-x left top;
		color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 0 10px;
		cursor: pointer;
		border-radius: 3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}

a.button2 {
	border: none;
	background: url(../images/buttongreen_bg.gif) repeat-x left top;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 15px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

a.button2:hover {
	background-position: left bottom;
	text-shadow: 2px 2px 2px #555;
}

#menucont {
		height: 30px;
		width: 100%;
		background:url(../images/menubg.gif) repeat-x left top;
	}

ul#menu {
		width: 1000px;
		margin: 0 auto;
		list-style: none;
		font-size: 12px;
		padding: 3px 0 0 0;
		height: 25px;
		overflow: hidden;
	}

ul#menu li {
		float: left;
		display: inline;
		margin: 0 19px;
	}

ul#menu li a {
		color: white;
		width: 151px;
		height: 22px;
		text-decoration: none;
		display: block;
		background:url(../images/buttonbg.gif) no-repeat left top;
		padding-top: 3px;
		padding-left: 10px;
	}

ul#menu li a img {
			float: left;
			display: inline;
		}

ul#menu li a:hover {
		background:url(../images/buttonbg.gif) no-repeat left bottom;
	}

div#headercont {
		width: 100%;
		height: 260px;
		background:url(../images/topgreenbg.gif) repeat-x left top;
	}

div#header {
		width: 1000px;
		margin: 0 auto;
	}

img#bigimg {
		width: 713px;
		height: 260px;
		float: left;
	}

div#searchform {
		width: 287px;
		height: 260px;
		background:url(../images/searchbg.gif) repeat-x left top;
		float: left;
		margin: 0;
	}

div#searchform p {
		font-size: 12px;
		clear: both;
		overflow: hidden;
		padding: 0;
		margin: 11px 0 0 20px;
		color: white;
	}

div#searchform .location_sub {
	margin-left: 20px;
}

div#searchform form label {
		color: white;
		width: 90px;
		display: block;
		float: left;
		font-weight: bold;
	}

.sel3{
		width: 46px;
		margin-right: 3px;
	}

.button {
		background: url(../images/buttonblue_bg.gif) repeat-x left top;
		border: none;
		color: white;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		cursor: pointer;
		padding: 0 5px;
		border-radius: 3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}

.button:hover {
	background-position: left bottom;
	text-shadow: 2px 2px 2px #555;
}

.lft {
	float: left;
	display: block;
	margin: 0 6px 0 2px;
	}

div#searchform a {
		color: white;
	}

div#searchform .button {
		margin-left: 87px;
		display: inline;
	}

div#cont {
		width: 100%;
		background:url(../images/contbg.gif) repeat-x left top;
		overflow: hidden;
	}

div#contcont {
		width: 1000px;
		padding-top: 20px;
		margin: 0 auto;
	}

div#contcont h2.typeface-js {
	font-family: Gentilis, trebuchet, verdana, sans-serif;
	font-size: 24px;
	color: #0768b4;
	margin: 0 0 0 11px;
	padding: 0;
	font-style: italic;
}

.h2_wrapper {
	height: 37px;
}

h2 a {text-decoration: none;}

h2 a:hover { text-decoration: underline; }

div#left {
		width: 713px;
		float: left;
	}

div#right {
		width: 287px;
		float: left;
	}

ul.list_small {
	margin-bottom: 15px;
	overflow: hidden;
}

ul.list_small li {
	width: 129px;
	background:#fff;
	border: 1px solid #F5F6F7;
	text-align: center;
	padding-top: 6px;
	float: left;
	margin-left: 10px;
}

ul.list_small li a {
	font-size: 12px;
	margin-top: 3px;
}

ul#blogs {
	list-style: none;
	margin: 15px 0 0 10px;
	padding: 0;
}

ul#blogs li {
	margin-bottom: 10px;
}

ul#blogs li a {
	color: #313131;
	background:url(../images/bookicon.gif) no-repeat left 3px;
	padding: 2px 0 7px 32px;
	text-decoration: none;
}

ul#blogs li em {
	display: block;
	font-size: 11px;
	margin-left: 40px;
}

ul#blogs li em a {
	font-size: 11px;
	background: none;
	padding: 0;
}

ul#blogs li a:hover {
		color: #0768b4;
	}

#signup p {
		font-size: 12px;
		clear: both;
		overflow: hidden;
		padding: 0;
		margin: 11px 0 0 11px;
	}

#signup .location_sub {
	margin-left: 11px;
}

#signup label {
		color: #313131;
		width: 90px;
		display: block;
		float: left;
		font-weight: bold;
	}

#signup .text {
		height: 17px;
	}

#signup .button {
		float: left;
		border: none;
		width: 210px;
		height: 52px;
		background: url(../images/registernow.gif) no-repeat left top;
		cursor: pointer;
		display: inline;
		margin: 10px 0 0 15px;
	}

#footercont {
		width: 100%;
		height: 77px;
		background:url(../images/footerbg.gif) repeat-x left top;
		clear: both;
		margin-top: 10px;
	}

#footer {
		width: 1000px;
		margin: 0 auto;
	}

#footerleft {
		width: 50%;
		float: left;
		color: white;
		font-size: 12px;
		padding-top: 32px;
		text-indent: 10px;
	}

#footerright {
		width: 50%;
		float: left;
		text-align: right;
		color: white;
		font-size: 12px;
		padding-top: 32px;
		text-indent: 10px;
		}

#footer a {
		color: white;
	}


div#leftcol {
		width: 200px;
		float: left;
		display: inline;
		margin-right: 5px;
		overflow:hidden;
		padding-top: 37px;
	}

div#centercol {
		width: 590px;
		float: left;
		overflow:hidden;
	}

div#rightcol {
		width: 200px;
		float: left;
		display: inline;
		margin-left: 5px;
		overflow:hidden;
		padding-top: 37px;
	}

div.box {
	width: 190px;
	padding: 5px;
	background: #e8f6ff url(../images/sidebg.jpg) repeat-x left top;
	font-size: 11px;
	margin-bottom: 10px;
}

div.box p {
		clear: both;
		overflow: hidden;
		padding: 0;
		margin: 10px 0 0 0;
	}

div.box p label {
		width: 70px;
		display: block;
		float: left;
	}

div.box p .sel {
		width: 116px;
	}

div.box p .sel2 {
		width: 46px;
	}

div.box .button {
	margin-bottom: 5px;
}

div.box ul.menu_list {
		list-style: none;
		margin: 12px 0 0 0;
		padding: 0;
	}

div.box ul.menu_list li {
	padding-top: 4px;
	margin-top: 4px;
	border-top: 1px solid #adbcc6;
	padding-left: 5px;
}

div.box ul.menu_list li.first {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

div.box ul.menu_list li.controls {
	border: none;
}

div.box ul.menu_list li a {
	text-decoration: none;
	display: block;
	color: black;
	height: 18px;
}

div.box ul.menu_list li a:hover {
		text-decoration: underline;
	}

div.box ul.menu_list li a.with_icon {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 21px;
}

div.box ul.menu_list li a#myprofile {
	background-image: url(../images/4a.jpg);
}

div.box ul.menu_list li a#myphotos {
	background-image: url(../images/4b.jpg);
}

div.box ul.menu_list li a#myblogs {
	background-image: url(../images/4c.jpg);
}

div.box ul.menu_list li a#myconnections {
	background-image: url(../images/4d.jpg);
}

div.box ul.menu_list li a#mymessages {
	background-image: url(../images/4e.jpg);
}

div.box ul.menu_list li a#mysaved {
	background-image: url(../images/5e-71.jpg);
}

div.box ul.menu_list li a#mysavedr {
	background-image: url(../images/save.gif);
}

div.box ul.menu_list li a#save_search {
	background-image: url(../images/save.gif);
}

div.box ul.menu_list li a#mysettings {
	background-image: url(../images/7e.jpg);
}

div.box ul.menu_list li a#view_all {
	background-image: url(../images/magnifier.png);
}

div.box ul.menu_list li a.folder_add {
	background-image: url(../images/folder_add.png);
}

div.box ul.menu_list li a.link_filters {
	background-image: url(../images/filter.png);
}

div.box ul.menu_list li a.link_friends {
	background-image: url(../images/group.png);
}

.link_change {
	background-image: url(../images/edit.png);
}

.link_delete {
	background-image: url(../images/delete.png);
}

.link_view {
	background-image: url(../images/magnifier.png);
}

/* pagination */


ul.pager {
	list-style-type: none;
	height: 29px;
	background:url(../images/pager_bg.gif) repeat-x left top;
	list-style: none;
	margin:0;
	padding: 0;
	font-size: 12px;
	position: relative;
}

ul.pager li {
	float: left;
	margin: 7px 3px 0 3px;
}

ul.pager li a {
	color: #000;
	display: block;
}

ul.pager li.goto_first a, ul.pager li.goto_last a, ul.pager li.goto_previous a, ul.pager li.goto_next a {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	outline: none !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

ul.pager li.goto_first a span, ul.pager li.goto_last a span, ul.pager li.goto_previous a span, ul.pager li.goto_next a span {
	display: none;
}

ul.pager li.goto_first a {
	background-image: url('../images/pager_first2.gif') ;
}
ul.pager li.goto_last a {
	background-image: url('../images/pager_last2.gif');
}
ul.pager li.goto_previous a {
	background-image: url('../images/pager_prev2.gif');
}
ul.pager li.goto_next a {
	background-image: url('../images/pager_next2.gif');
}

ul.pager li.current_page {
	font-weight: bold;
}

ul.pager li.dots {
	font-weight: bold;
	padding: 0 5px;
}

ul.pager li.rpp {
	position: absolute;
	right: 0;
	float: none;
}
ul.pager li.rpp select {
	width: 50px;
	float: right;
	margin-top: -3px;
}

ul.pager .goto_page {
	display: none;
}



/* search results */


.topcell {
		background: url(../images/tlbg.jpg) repeat-x top left;
		height: 28px;
	}

.topcell td {
}

.usercell .content_row {
	border: 1px solid #99d0ff;
	border-bottom: none;
}

.usercell {
	margin-bottom: 10px;
	border: none;
}

.viewprofile {
		color: #0768b4;
		padding-left: 6px;
		font-size: 12px;
	}

.viewprofile a {
		font-size: 13px;
		font-weight: bold;
	}

.callme a {
		background: url(../images/3a.jpg) no-repeat left 2px;
		padding-left: 28px;
		display: block;
		font-size: 12px;
		height: 24px;
		margin-left: 5px;
		padding-top: 6px;
	}

.contactme a {
		background: url(../images/3b.jpg) no-repeat left 2px;
		padding-left: 25px;
		display: block;
		font-size: 12px;
		height: 24px;
		margin-left: 5px;
		padding-top: 6px;
	}

div.contcell {
	width: 588px;
	border: 1px solid #99d0ff;
	overflow: hidden;
}

div.pimped_profile {
	background: #c7f8c7 url(../images/bgstar.jpg) no-repeat 429px 10px;
}

div.cellpic {
		text-align: center;
		width: 87px;
		height: 123px;
		border: 1px solid #cceffc;
		margin: 3px 2px;
		_margin: 3px 1px;
		padding-top: 3px;
		margin-bottom: 5px;
		float: left;
		background: white;
	}

.cellpic img.user_photo {
	width: 80px;
}

.cellpic .extra_photos {
	display: none;
}

.extra_photos a {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

.has_extra_photos .cellpic .extra_photos {
	display: block;
}

.noimg {
		margin-bottom: 8px;
}

div.age {
		font-size: 11px;
	}

div.age span {
		color: #3393bf;
	}

.data {
		margin: 4px 0 0 4px;
		display: inline;
		float: left;
		font-size: 12px;
	}

.usercell .user_status {
	padding-left: 23px;
	background:url(../images/offline.gif) no-repeat left center;
	height: 17px;
	padding-top: 2px;
}

.is_online .usercell .user_status {
	background:url(../images/online.png) no-repeat left center;
}

.usercell .profile_seen {
	color: #3CA93C;
	padding-left: 14px;
	background: url(../images/tick.gif) no-repeat left top;
	display: none;
}

.has_seen_profile .usercell .profile_seen {
	display: inherit;
}

.blue {
	color: #3393bf;
	}

.red {
		color: #f41010;
	}

.darkblue {
		color: #2663e0;
	}

.green {
		color: #3ca93c;
	}

.space {
		display: block;
		float: left;
		width: 110px;
}

.usercontrol {
		list-style: none;
		background: #e3f2e3;
		width: 34px;
		height: 132px;
		float: left;
		margin: 0 0 0 2px;
		padding: 0;
		display:  inline;
		text-align: center;
	}


.usercontrol li {
	float: left;
	margin: 4px 0 0 6px;
	padding: 0;
	_display: inline;
	}

.usercontrol li span.tooltip {
	display: none;
    background-color:#000;
    outline:1px solid #669;
    border:2px solid #fff;
    padding:10px 15px;
    width:150px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px;

    /* outline radius for mozilla/firefox only */
    outline-radius:4px;
    -moz-outline-radius:4px;
    -webkit-outline-radius:4px;
}

.usercontrol li a span {
		display: none;
		margin: 0px;
	}

.usercontrol li a {
		display: block;
	}

.usercontrol li a.icon1 {
		width: 23px;
		height: 20px;
		background:url(../images/5a.jpg) no-repeat left top;
	}

.usercontrol li a.icon2 {
		width: 23px;
		height: 21px;
		background:url(../images/5b.jpg) no-repeat left top;
	}

.usercontrol li a.icon3 {
		width: 23px;
		height: 23px;
		background:url(../images/5c.jpg) no-repeat left top;
	}

.usercontrol li a.icon4 {
		width: 23px;
		height: 24px;
		background:url(../images/5d.jpg) no-repeat left top;
	}

.usercontrol li a.icon5 {
		width: 23px;
		height: 20px;
		background:url(../images/5e.jpg) no-repeat left top;
	}

div#tipDiv {
    color:#000; font-size:11px; line-height:1.2;
    background-color:#E1E5F1; border:1px solid #667295;
    width:210px; padding:4px;
}

#topicn {
	font-size: 10px;
	margin: 18px 0 0 0 !important;
	padding: 0 !important;
	position: relative;
	left: -8px;
	}

#favs {
		display: block;
		float: left;
		background: url(../images/2a.jpg) no-repeat left top;
		height: 15px;
		padding-left: 0px;
		margin-left: 5px;
	}

#msg {
		display: block;
		float: left;
		background: url(../images/2b.jpg) no-repeat left top;
		height: 15px;
		padding-left: 0px;
		margin-left: 5px;
	}

#flirts {
		display: block;
		float: left;
		background: url(../images/2c.jpg) no-repeat left top;
		height: 15px;
		padding-left: 0px;
		margin-left: 5px;
	}

#lft {
		margin: 0 !important;
		padding: 0 !important;
		float: left;
	}

#welcome {
	font-size: 11px;
	margin: 18px 0 0 0 !important;
	padding: 0 !important;
	position: relative;
	left: -8px;
	width: 269px !important;
	float: left !important;
	}

.gold {
		color: #ff8b0e;
	}

.help {
		width: 71px;
		height: 33px;
		display: block;
		float: left;
		margin-right: 4px;
		margin-top: 6px;
		text-decoration: none;
	}

#lgt {
		background:url(../images/logout.gif) no-repeat left top;
	}

#hlp {
		background:url(../images/help.gif) no-repeat left top;
	}


#butns {
		float: left;
		width: 150px !important;
	}

dl#photolist {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

dl#photolist dt {
		border: 1px solid #cceffc;
		margin: 0 10px 7px 10px;
		padding: 3px;
		float: left;
		background: white;
		font-size: 11px;
		display: inline;
		width: 118px;
	}

dl#photolist dt p {
		margin: 0 0 5px 0;
		padding: 0;
		font-size: 11px;
		width: 118px;
	}

dl#photolist dt p.online {
		background: url(../images/online.png) no-repeat left top;
		padding-left: 22px;
		height: 19px;
		padding-top: 2px;
		font-size: 11px;
		width: 95px;
	}

dl#photolist dt p.offline {
		background: url(../images/offline.gif) no-repeat left top;
		padding-left: 22px;
		height: 19px;
		padding-top: 2px;
		font-size: 11px;
		width: 95px;
	}

dl#photolist dt p.comm {
		background: url(../images/comentarii.gif) no-repeat left top;
		padding-left: 17px;
		height: 16px;
		width: 90px;
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}


/* profile */

div#profilepic {
		border: 1px solid #cceffc;
		padding: 3px;
		float: left;
		background: white;
		font-size: 11px;
		display: inline;
		width: 118px;
		margin-right: 5px;
	}

div#profilepic p {
		padding: 0;
		margin: 0 0 5px 0;
	}

div#profilepic p#online_stat {
	background: url(../images/online.png) no-repeat left top;
	padding: 2px 0 2px 22px;
	font-size: 11px;
}

div#profilepic p.extra_photos {
	text-align: center;
}

dl.photos {
		float: left;
		margin: 1px 0 0 0;
		padding: 0;
	}

dl.photos dt {
	border: 1px solid #cceffc;
	padding: 1px;
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 2px;
}

dl.photos dd {
	margin-left: 0;
}


.profile_top {
	overflow: hidden;
}

h3 span {
	display: block;
	float: left;
	height: 18px;
	margin-right: 5px;
	}

h3 .link_change {
		padding-left: 16px;
		background:url(../images/edit.gif) no-repeat left top;
		height: 14px;
		font-weight: normal;
		font-size: 11px;
	}

.cat_content {
	margin: 4px 0 0 4px;
}

.cat_content li {
	display: block;
	overflow: hidden;
	margin: 3px 0;
}

.cat_content li p {
	margin: 0;
}

.cat_content li label {
	float: left;
	display: block;
	width: 175px;
	color: #3393BF;
}


#profileright {
		width: 165px;
		float: left;
		display: inline;
		border: 1px solid #99d0ff;
		background: white;
		padding: 2px;
		margin-top: 8px;
		margin-left: 6px;
		font-size: 11px;
		_width: 162px;
	}

#profileright p {
		clear: both;
		margin-bottom: 5px;
	}

p.friend {
	width: 80px;
	float: left;
	display: inline;
	padding: 1px 1px 5px 1px;
	border: 1px solid #CCEFFC;
	text-align: center;
	margin: 4px 38px 0px 38px;
	}

p.friend img {
	margin-bottom: 5px;
	}

.column2 {
	border: 1px solid #99D0FF;
	background: white;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 9px;
}


.edit_form p {
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}

.edit_form p.controls {
	margin-left: 150px;
}

.edit_form label {
		width: 150px;
		display: block;
		float: left;
		font-weight: bold;
	}

.edit_form .sel {
		width: 200px;
		margin-right: 5px;
	}

.edit_form .text {
		width: 200px;
		margin-right: 5px;
	}

.edit_form .button {
	margin-right: 10px;
}

.edit_form .field-help {
	font-size: 11px;
	margin-left: 5px;
}

.edit_form .field-help .button {
	margin-left: 0;
}

.edit_form .required label {
	color: #4383D3;
}

.edit_form textarea {
	width: 400px;
	height: 150px;
	margin-left: 150px;
}

#remain {
		margin-left: 226px;
		position: relative;
		top: -10px;
		font-size: 11px;
	}


.location_sub {
	clear: both;
}



/* Error or ok message after a form submit */


p#message_wrapper {
	width: 485px;
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 10px;
}

p#message_wrapper span.errtop {
	display: block;
	width: 485px;
	height: 7px;
	background:url(../images/errtop.gif) no-repeat left top;
	line-height: 1px;
}

p#message_wrapper span.errcont {
	margin: 0;
	padding: 5px 0 5px 55px;
	display: block;
	width: 428px;
	border-left: 1px solid #9bd1ff;
	border-right: 1px solid #9bd1ff;
	background-position: 16px center;
	background-repeat: no-repeat;
	background-color: #f9fafb;
}

p#message_wrapper.message_error span.errcont {
	background-image:  url(../images/erroricon.gif);
}

p#message_wrapper.message_info span.errcont {
	background-image: url(../images/okicon.gif);
}

p#message_wrapper span.errbottom {
	display: block;
	width: 485px;
	height: 8px;
	background:url(../images/errbottom.gif) no-repeat left top;
	line-height: 1px;
}


.listing {
		border-top: 1px solid #99D0FF;
		border-left: 1px solid #99D0FF;
		background: white;
		width: 589px;
		font-size: 11px;
		margin-bottom: 10px;
	}

.listing td, .listing th {
		border-bottom: 1px solid #99D0FF;
		border-right: 1px solid #99D0FF;
		padding: 4px;
	}

.listing th {
	background: #0f66bf;
	color: white;
	font-weight: bold;
}

#inboxbtn .button {
		text-align: center;
	}

#firstbtn {
		margin-right: 444px;
	}

.push {
     height: 4em;
 }


.visible {
	visibility: visible;
}

.invisible {
	display: none;
	visibility: hidden;
}

.member_link {
	padding: 2px 0 6px 22px;
	background: url(../images/offline.gif) no-repeat left center;
}

.is_online .member_link {
	background-image: url(../images/online.png);
}

.inner_wrapper {
	padding: 10px 5px;
	overflow: hidden;
}


#controls {
	overflow: hidden;
	margin-top: 5px;
}

#controls span {
	padding: 0 3px 0 0;
	float: left;
}

#controls .button {
	float: left;
}

#bottom_links {
	margin-top: 10px;
}

/* Particular styles */

#row_f4 span {
	display:block;
	float:left;
	margin:0 6px 0 2px;
}

select#f4_min, select#f4_max {
	width: 60px;
}

select#f4_month, select#f4_day, select#f4_year {
	width: 46px;
}

.edit_form #captcha {
	width: 50px;
}


/* refine search box */

#refine_search .refine_category {
	border-bottom: 1px solid #ADBCC6;
	padding-bottom: 10px;
}

#refine_search .categ_toggler {
	font-weight: bold;
}

#refine_search .toggled_categ {
	display: none;
	padding-left: 5px;
}

#refine_search .refine_category .visible {
	display: block;
}

#refine_search .toggled_field {
	display: none;
	margin-top: 0;
}

#refine_search .refine_category .visible {
	display: block;
}

.thumb0 {
	width: 80px;
}

/* BBCODE CLASSES */

.underline {
	text-decoration: underline;
}

blockquote {
	border: 1px solid #ccc;
	background: #f5f5f5;
	margin: 5px 0px 5px 90px;
	padding: 5px;
}

.smiley {
	vertical-align: middle;
}


.comment {
	font-size: 11px;
	padding-top: 5px;
	margin-top: 10px;
}

.comment .user_photo {
	float: left;
	margin: 0 10px 10px 0;
}

.comment .controls {
	float: right;
}


.blogs_small li {
	margin-bottom: 15px;
}

.blogs_small li h4 {
	margin-bottom: 5px;
}

.home_teaser h3 a {
	float: right;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	padding-right: 5px;
	text-transform: lowercase;
}


.content-box .result_user {
	position: relative;
	height: 80px;
	text-align: center;
}

.content-box .result_user .member_link {
	padding: 0 !important;
	background: #000;
	opacity: .6;
	width: 99%;
	color: #fff;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}

#featured_profiles .menu_list {
	overflow: hidden;
}

#featured_profiles div.result_user {
	width: 118px;
	border: 1px solid #CCEFFC;
	background: #fff;
	margin: 0 0 10px 33px;
}

#featured_profiles ul.menu_list li .result_user a {
	height: auto;
	padding: 0;
}

#featured_profiles ul.menu_list li .result_user a.member_link {
	padding: 2px 0 6px 20px;
}

#sb-title #sb-title-inner {
	font-size: 11px;
}

.cat_content #row_f7 p, .cat_content #row_f30 p {
	clear: both;
	margin-bottom: 5px;
}

#comment_form #comment {
	margin-left: 0;
}
