html {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
body {
	margin: 0px auto;
	padding: 125px 0px 0px;
	width: 980px;
	position: relative;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #465158;
}
.L{float:left;} .R{float:right;}
img {
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: none;
}
a.inverted {
	text-decoration: none;
}
a.inverted:hover {
	text-decoration: underline;
}
:focus {
	outline: 0;
}
/*a:visited {
	color: #004AE6;
}*/

p {
	margin: 0px;
	padding-bottom: 10px;
}
.logo {
	position: absolute;
	left: 11px;
	top: 10px;
}
.slogan {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 205px;
	top: 20px;
	margin: 0px;
	padding: 0px;
}
.----------------------{}
.lt, .rt, .lb, .rb, .rb2, .lb2  {
	z-index: 1;
}
.play_button {
	background-image: url(../images/play_button.png);
	height: 40px;
	width: 40px;
	margin-left: -20px;
	position: absolute;
	left: 50%;
	top: 39px;
	cursor: pointer;
}

.play_button_small {
	background-image: url(../images/play_button_small.png);
	height: 24px;
	width: 24px;
	
	position: absolute;
	left: 5%;
	top: 80px;
	cursor: pointer;
}

.stars {
	height: 16px;
}
.stars a {
	/*background-image: url(../images/star.gif);
	width: 15px;*/
	float: left;
	height: 16px;	
	margin-bottom: 1px;
}
body .stars img {
	float: left;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 1px;
}
.white_box {
	position: relative;
	min-height: 1px;
	background-color: #FFFFFF;
	margin-bottom: 9px;
	border: 1px solid #B4C7E4;
}
.white_box .lt {
	position: absolute;
	background-image: url(../images/white_box_corners.gif);
	left: -1px;
	top: -1px;
	height: 13px;
	width: 13px;
	font-size: 0px;
}
.white_box .rt {
	position: absolute;
	background-image: url(../images/white_box_corners.gif);
	background-position: -13px 0px;
	top: -1px;
	right: -1px;
	height: 13px;
	width: 13px;
	font-size: 0px;
}
.white_box .lb {
	position: absolute;
	background-image: url(../images/white_box_corners.gif);
	background-position: 0px -13px;
	left: -1px;
	bottom: -1px;
	height: 13px;
	width: 13px;
	font-size: 0px;
}
.white_box .rb {
	position: absolute;
	background-image: url(../images/white_box_corners.gif);
	background-position: -13px -13px;
	right: -1px;
	bottom: -1px;
	height: 13px;
	width: 13px;
	font-size: 0px;
}
.light_cyan_box {
	position: relative;
	min-height: 1px;
	background-color: #EAEEF4;
	border: 1px solid #BBC7DA;
	margin-bottom: 8px;
}
.light_cyan_box .lt {
	position: absolute;
	background-image: url(../images/light_cyan_box_corners.gif);
	left: -1px;
	top: -1px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.light_cyan_box .rt {
	position: absolute;
	background-image: url(../images/light_cyan_box_corners.gif);
	background-position: -12px 0px;
	top: -1px;
	right: -1px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.light_cyan_box .lb {
	position: absolute;
	background-image: url(../images/light_cyan_box_corners.gif);
	background-position: 0px -12px;
	left: -1px;
	bottom: -1px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.light_cyan_box .rb {
	position: absolute;
	background-image: url(../images/light_cyan_box_corners.gif);
	background-position: -12px -12px;
	right: -1px;
	bottom: -1px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.light_cyan_on_cyan_box {
	position: relative;
	min-height: 1px;
	background-color: #F1F3F8;
	border: 1px solid #BAC7DA;
	margin-bottom: 8px;
}
.light_cyan_on_cyan_box .lt {
	position: absolute;
	background-image: url(../images/light_cyan_on_cyan_box_corners.gif);
	left: -1px;
	top: -1px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.light_cyan_on_cyan_box .rt {
	position: absolute;
	background-image: url(../images/light_cyan_on_cyan_box_corners.gif);
	background-position: -12px 0px;
	top: -1px;
	right: -1px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.light_cyan_on_cyan_box .lb {
	position: absolute;
	background-image: url(../images/light_cyan_on_cyan_box_corners.gif);
	background-position: 0px -12px;
	left: -1px;
	bottom: -1px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.light_cyan_on_cyan_box .rb {
	position: absolute;
	background-image: url(../images/light_cyan_on_cyan_box_corners.gif);
	background-position: -12px -12px;
	right: -1px;
	bottom: -1px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}

.cyan_box {
	position: relative;
	min-height: 1px;
	background-color: #BAC7DA;
	margin-bottom: 9px;
}
.cyan_box .lt {
	position: absolute;
	background-image: url(../images/cyan_box_corners.gif);
	left: 0px;
	top: 0px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.cyan_box .rt {
	position: absolute;
	background-image: url(../images/cyan_box_corners.gif);
	background-position: -12px 0px;
	top: 0px;
	right: 0px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.cyan_box .lb {
	position: absolute;
	background-image: url(../images/cyan_box_corners.gif);
	background-position: 0px -12px;
	left: 0px;
	bottom: 0px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.cyan_box .rb {
	position: absolute;
	background-image: url(../images/cyan_box_corners.gif);
	background-position: -12px -12px;
	right: 0px;
	bottom: 0px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.light_cyan_on_cyan_box_noborder {
	position: relative;
	min-height: 1px;
	background-color: #F1F3F8;
	margin-bottom: 9px;
}
.light_cyan_on_cyan_box_noborder .lt {
	position: absolute;
	background-image: url(../images/light_cyan_on_cyan_box_noborder_corners.gif);
	left: 0px;
	top: 0px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.light_cyan_on_cyan_box_noborder .rt {
	position: absolute;
	background-image: url(../images/light_cyan_on_cyan_box_noborder_corners.gif);
	background-position: -12px 0px;
	top: 0px;
	right: 0px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.light_cyan_on_cyan_box_noborder .lb {
	position: absolute;
	background-image: url(../images/light_cyan_on_cyan_box_noborder_corners.gif);
	background-position: 0px -12px;
	left: 0px;
	bottom: 0px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.light_cyan_on_cyan_box_noborder .rb {
	position: absolute;
	background-image: url(../images/light_cyan_on_cyan_box_noborder_corners.gif);
	background-position: -12px -12px;
	right: 0px;
	bottom: 0px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}

.red_hd {
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(../images/red_hd_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding-left: 14px;
	position: relative;
	margin-bottom: 4px;
	padding-right: 14px;
	font-weight: bold;
}
.red_hd a {
	color: #FFFFFF;
}
.red_hd .lt {
	background-image: url(../images/red_hd_corners.gif);
	height: 20px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.red_hd .rt {
	background-image: url(../images/red_hd_corners.gif);
	background-position: -10px 0px;
	position: absolute;
	height: 20px;
	width: 10px;
	top: 0px;
	right: 0px;
}
.cyan_hd {
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(../images/cyan_hd_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding-left: 14px;
	position: relative;
	margin-bottom: 4px;
	padding-right: 14px;
	font-weight: bold;
}
.cyan_hd .lt {
	background-image: url(../images/cyan_hd_corners.gif);
	height: 20px;
	width: 10px;
	position: absolute;
	left: -1px;
	top: -1px;
}
.cyan_hd .rt {
	background-image: url(../images/cyan_hd_corners.gif);
	background-position: -10px 0px;
	position: absolute;
	height: 20px;
	width: 10px;
	top: -1px;
	right: -1px;
}
a.view_all {
	font-size: 11px;
	float: right;
	font-weight: normal;
	color: #FFFFFF;
}
div.view_all {
	font-size: 11px;
	float: right;
	font-weight: normal;
}
.big_hd {
	font-size: 18px;
	font-weight:normal;
	color: #465158;
	padding-bottom: 10px;
}
.big_hd a {
	color: #465158;
	text-decoration: none;
}
.big_hd a:hover {
	text-decoration: underline;
}
.underlined_big_hd {
	font-size: 18px;
	color: #465158;
	padding-bottom: 8px;
	border-bottom: 1px solid #8999AD;
	margin-bottom: 5px;
}

.underlined_small_hd {
	font-size: 18px;
	color: #465158;
	padding-bottom: 8px;
	border-bottom: 1px solid #8999AD;
	margin-bottom: 5px;
	font-weight:100;
}
.underlined_big_hd a {
	color: #465158;
	text-decoration: none;
}
.underlined_big_hd a:hover {
	text-decoration: underline;
}

.underlined_small_hd2 {
	font-size: 18px !important;
	color: #465158 !important;
	padding-bottom: 21px !important;
	border-bottom: 1px solid #8999AD !important;
	font-weight:100 !important;
}
.underlined_small_hd2 a {
	color: #465158 !important;
	text-decoration: none !important;
}
.underlined_small_hd2 a:hover {
	text-decoration: underline !important;
}

.underlined_hd {
	font-size: 14px;
	color: #465158;
	padding-bottom: 3px;
	border-bottom: 1px solid #8999AD;
	margin-bottom: 7px;
}
.underlined_hd a {
	color: #465158;
	text-decoration: none;
}
.underlined_hd a:hover {
	text-decoration: underline;
}
.intext_form {
	display: inline;
	position: absolute;
	margin-left: 5px;
}
.intext_form select {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border-top: 1px solid #787878;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #787878;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


.hd {
	font-size: 14px;
	color: #465158;
	padding-bottom: 5px;
	font-weight: bold;
}
.hd a {
	color: #465158;
	text-decoration: none;
}
.hd a:hover {
	text-decoration: underline;
}
.user_pic {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 7px;
	position: relative;
}
/*
.user_pic img {
	display: block;
}
*/
.user_pic .mask {
	background-image: url(../images/mask_cyan_100x100.png);
	height: 100px;
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.quick_warp {
	float: right;
	margin-top: -2px;
}
.quick_warp select {
	font: 13px Tahoma, Arial, sans-serif;
	color: #666666;
	padding-left: 3px;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	position: relative;
}
.nofloat {
	display: table;
	min-height: 1px;
}

.divider {
	border-bottom: 1px solid #8999AD;
	font-size: 0px;
	height: 5px;
	margin-bottom: 5px;
	line-height: 0px;
}
.closer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 2px;
}

.----------------------{}
.content {
	background-color: #E0EAFB;
	border: 1px solid #999999;
	padding: 17px 7px 7px;
	margin-bottom: 12px;
	min-height: 1px;
	line-height: 130%;
}
a.big_tab {
	float: left;
	margin-bottom: 13px;
	color: #FFFFFF;
	text-decoration: none;
	height: 70px;
	width: 228px;
	padding: 5px 10px 0px 80px;
	font-size: 11px;
	margin-right: 5px;
	line-height: normal;
}
a.big_tab:hover {
	color: #FED6DE;
}
a.big_tab b {
	display: block;
	font-size: 26px;
	font-weight: normal;
}
a.big_tab_watch {
	background-image: url(../images/big_tab_watch.gif);
}
a.big_tab_upload {
	background-image: url(../images/big_tab_upload.gif);
}
a.big_tab_share {
	background-image: url(../images/big_tab_share.gif);
	margin-right: 0px;
}

.recently_item {
	float: left;
	border: 1px solid #999999;
	font-size: 10px;
	margin: 0px 33px 4px 5px;
	background-color: #F1F3F8;
	padding-bottom: 3px;
	position: relative;
	padding-left: 4px;
	display: inline;
}
.recently_item img {
	display: block;
	margin-bottom: 3px;
	margin-left: -4px;
}
.recently_item .pic {
	display: block;
	margin-left: -4px;
}
.recently_item .pic img {
	margin: 0px auto;
}
.recently_item a {
	color: #465158;
	text-decoration: none;
	display: block;
}
.recently_item a:hover {
	color: #71828C;
}

.recently_item b {
	font-size: 11px;
	display: block;
}
.recently_item .stars {
	margin-top: 3px;
	margin-left: 38px;
}
.recently_item .lb, .recently_item .lb2 {	
	background-position: 0px -10px;
	position: absolute;
	height: 10px;
	width: 10px;
	left: -1px;
	bottom: -1px;
	font-size: 0px;
}

.recently_item .lb{
    background-image: url(../images/light_box_corners.gif);    
}

.recently_item .lb2{
    background-image: url(../images/light_box_corners2.gif);    
}

.recently_item .rb, .recently_item .rb2 {
	font-size: 0px;	
	background-position: -10px -10px;
	position: absolute;
	height: 10px;
	width: 10px;
	right: -1px;
	bottom: -1px;
}

.recently_item .rb {	
	background-image: url(../images/light_box_corners.gif);	
}

.recently_item .rb2 {	
	background-image: url(../images/light_box_corners2.gif);	
}

.recently_red_item {
	border-color: #FFFFFF;
	background-color: #BB052A;
	color: #FFFFFF;
}

.recently_red_item .lb, .recently_red_item .rb,  {
	background-image: url(../images/red_box_corners.gif);
}

.recently_red_item .lb2, .recently_red_item .rb2 {
	background-image: url(../images/red_box_corners2.gif);
}

.recently_red_item a {
	color: #FFFFFF;
	display: block;
}
.recently_red_item a:hover {
	color: #FEC5D0;
}
.recently_red_item .stars a {
	/*background-image: url(../images/star_on_red.gif);*/
}




.currently_on_forum {
	padding-right: 12px;
	padding-left: 12px;
	color: #000000;
}
.currently_on_forum .fst_line {
	margin-right: -9px;
	margin-left: -9px;
	border-bottom: 1px solid #BAC7DA;
	padding: 1px 9px 3px;
	min-height: 1px;
}
.currently_on_forum .other_line {
	padding-left: 160px;
	line-height: 200%;
}
.currently_on_forum .other_line b {
	position: absolute;
	margin-left: -160px;
}
.currently_on_forum a {
	color: #000000;
	text-decoration: none;
}
.currently_on_forum a:hover {
	text-decoration: underline;
}
.real_people {
	margin-left: 141px;
	position: relative;
	height: 230px;
	width: 368px;
}
.real_people .mask {
	background-image: url(../images/real_people.png);
	height: 236px;
	width: 239px;
	position: absolute;
	left: -141px;
	top: 0px;
}
.incontent_login_panel {
	background-color: #BAC7DA;
	background-image: url(../images/incontent_login_panel_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	width: 300px;
	padding-bottom: 9px;
}

.incontent_login_panel2 {
	background-color: #BAC7DA;
	background-image: url(../images/incontent_login_panel_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 300px;
	padding-bottom: 9px;
}
.incontent_login_panel .hd, .incontent_login_panel2 .hd {
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	background-image: url(../images/hd_members_login.gif);
	height: 30px;
	padding-left: 14px;
	margin-bottom: 12px;
	padding-bottom: 0px;
}
.incontent_login_panel label, .incontent_login_panel2 label {
	text-align: right;
	display: block;
	float: left;
	width: 86px;
	padding-right: 8px;
	font-weight: bold;
}
.incontent_login_panel .inp, .incontent_login_panel2 .inp {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 0px 8px;
	float: left;
	width: 185px;
	border-top: 1px solid #6E6E6E;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #6E6E6E;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.incontent_login_panel .checkbox, .incontent_login_panel2 .checkbox {
	font-size: 11px;
	float: left;
	width: 111px;
}
.incontent_login_panel .checkbox input, .incontent_login_panel2 .checkbox input {
	margin: 0px 2px 0px 0px;
	padding: 0px;
}
.incontent_login_panel .subm, .incontent_login_panel2 .subm {
	background-color: #E1E1E1;
	width: 76px;
	float: left;
	margin-bottom: 8px;
	margin-top: -2px;
}




.incontent_login_panel .not_a_member, .incontent_login_panel2 .not_a_member {
	padding-left: 14px;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	background-image: url(../images/not_a_member_yet.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin-bottom: 12px;
}


.incontent_login_panel .join_now, .incontent_login_panel2 .join_now {
	background-image: url(../images/join_now.gif);
	display: block;
	height: 40px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
.incontent_login_panel .join_now:hover, .incontent_login_panel2 .join_now:hover {
	background-position: 0px -40px;
}
.recently_big_videos {
}
.recently_big_videos .hd {
	font-size: 20px;
	margin-bottom: 4px;
}
.recently_big_videos .item {
	float: left;
	margin-right: 4px;
	border: 1px solid #999999;
	min-height: 1px;
	margin-bottom: 8px;
	position: relative;
}
.recently_big_videos img {
	display: block;
}

.recently_big_videos .play_button {
	top: 100px;
}
.people_search {
	padding-top: 4px;
	padding-bottom: 10px;
	text-align: center;
}
.people_search select {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #676767;
	margin-right: 5px;
	margin-left: 5px;
}
.people_search .subm {
	margin-left: 15px;
	margin-bottom: -8px;
	position: relative;
	margin-top: -4px;
}
a.my_friend_item {
	text-align: center;
	float: left;
	width: 60px;
	position: relative;
	font-size: 10px;
	color: #465158;
	text-decoration: none;
	cursor: pointer;
	margin: 0px 2px 2px 5px;
	line-height: 120%;
}
.my_friend_item:hover {
	text-decoration: underline;
}
.my_friend_item img {
	display: block;
	margin: auto;
}
.my_friend_item i {
	background-image: url(../images/mask_white_60x60.png);
	height: 60px;
	width: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
}
a.my_friend_item_white_n_bold {
	font-weight: bold;
	color: #FFFFFF;
}
a.my_friend_item_gift {
	width: 64px;
}
.cyan_box .my_friend_item i {
	background-image: url(../images/mask_cyan_60x60.png);
}
.recently_forum {
	padding: 3px 5px 5px;
	color: #FFFFFF;
	font-size: 10px;
	min-height: 1px;
}
.recently_forum a {
	color: #FFFFFF;
	text-decoration: none;
}
.recently_forum a:hover {
	text-decoration: underline;
}

.recently_forum .item_date_part {
	float: left;
	width: 60px;
	text-align: center;
	height: 20px;
	border-right: 1px solid #FFFFFF;
	line-height: 18px;
}
.recently_forum .item_theme_part {
	height: 20px;
	width: 396px;
	float: right;
	padding-left: 6px;
	line-height: 18px;
}
.recently_forum .item_date_part_cyan {
	background-image: url(../images/recently_forum_cyan.gif);
	background-repeat: no-repeat;
}
.recently_forum .item_theme_part_cyan {
	background-image: url(../images/recently_forum_cyan.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.live_feed {
	padding: 3px 5px 5px;
	color: #000000;
	font-size: 10px;
	min-height: 1px;
}
.live_feed a {
	color: #003399;
	text-decoration: none;
}
.live_feed a:hover {
	text-decoration: underline;
}

.live_feed .item_date_part {
	float: left;
	width: 60px;
	text-align: center;
	height: 20px;
	border-right: 1px solid #BAC7DA;
	line-height: 18px;
	color: #666666;
}
.live_feed .item_theme_part {
	height: 20px;
	width: 396px;
	float: right;
	padding-left: 6px;
	line-height: 18px;
	margin-left: -1px;
	border-left: 1px solid #BAC7DA;
}
.live_feed .item_date_part_cyan {
	background-image: url(../images/live_feed_cyan.gif);
	background-repeat: no-repeat;
}
.live_feed .item_theme_part_cyan {
	background-image: url(../images/live_feed_cyan.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.live_feed .preview_item {
	float: left;
	border: 1px solid #999898;
	position: relative;
	margin: 3px 6px 9px 0px;
}
.live_feed .preview_item img {
	display: block;
}
.live_feed .preview_item .play_button {
	top: 11px;
	background-image: url(../images/play_button_small.png);
	height: 24px;
	width: 24px;
	margin-left: -12px;
}
.user_block {
	height: 105px;
	margin-bottom: 9px;
	background-color: #BAC7DA;
	position: relative;
	padding-top: 5px;
	padding-left: 5px;
}

.user_block2 {	
	margin-bottom: 9px;	
	position: relative;
	padding-top: 5px;
	padding-left: 5px;
}
.user_block .light_half {
	float: right;
	height: 108px;
	width: 463px;
	margin-top: -5px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.user_block .mystats {
	font-size: 11px;
	padding-top: 5px;
}
.user_block .members {
	border-bottom: 1px solid #8999AD;
	margin-bottom: -4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.user_block .members .join_this_group {
	margin-top: 0px;
}


.user_block .light_half .hd {
	color: #465158;
	padding: 2px 7px 3px 0px;
}
.user_block .light_half .big_hd, .user_block .light_half .big_hd2 {
	color: #8493A0;
	padding: 10px 7px 5px 0px;
	border-bottom: 1px solid #8999AD;
}

.user_block .light_half .big_hd {
	font-size: 14px;
	font-weight: bold;
}

.user_block .light_half .big_hd2 {
	font-size: 10px;
    text-align: right;
}
.user_block .light_half .hd .view_all {
	color: #465158;
}
.user_block .light_half .my_friend_item {
	margin-right: 4px;
	margin-left: 3px;
}
.user_block .light_half a {
	color: #465158;
}
.user_block .light_half .user_pic {
	float: right;
	display: inline;
	margin: 4px -5px 0px 7px;
}
.user_block .light_half .mask {
	background-image: url(../images/mask_light_cyan_100x100.png);
}






.user_block .user_info {
	float: left;
	width: 357px;
	color: #465158;
}
.user_block2 .user_profile_links, .user_block .user_profile_links {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.user_block2 .user_profile_links a, .user_block .user_profile_links a, .gallery_description a {
	color: #465158;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 5px;
}
.user_block2 .user_profile_links a:hover, .user_block .user_profile_links a:hover {
	text-decoration: underline;
}

.user_block2 .user_profile_links .ignore {
    background-image: url("../images/delete_from_list.gif");
	padding-left: 15px;
}

.user_block2 .user_profile_links .add, .user_block .user_profile_links .add, .gallery_description .add {
	background-image: url(../images/user_profile_add.gif);
	padding-left: 21px;
}
.user_block2 .user_profile_links .message, .user_block .user_profile_links .message, .gallery_description .message {
	background-image: url(../images/user_profile_message.gif);
	padding-left: 26px;
}
.user_block2 .user_profile_links .gift, .user_block .user_profile_links .gift {
	background-image: url(../images/user_profile_gift.gif);
	padding-left: 21px;
}

.user_block2 .user_profile_links .delete_member, .user_block .user_profile_links .delete_member {
	background-image: url(../images/delete_from_list.gif);
	padding-left: 21px;
}

.user_block2 .ratings_number, .user_block .ratings_number {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}



.user_block .user_name, .user_block .user_name a {
	font-size: 18px;
	color: #465158;	
	padding-top: 3px;
	padding-bottom: 8px;
	text-decoration: none;
}

.user_block .user_name
{
	border-bottom:solid 1px #8999AD;
}
.user_block .join_this_group {
	font-size: 11px;
	color: #000000;
	float: right;
	margin-top: 3px;
}
.user_block .join_this_group a {
	color: #000000;
	text-decoration: none;
}
.user_block .join_this_group a:hover {
	text-decoration: underline;
}

#gender_loc
{
    float: left;
}

.user_block .status {
	color: #677781;
    /*overflow: hidden;
    float: right;   
    width: 230px;
    height: 15px;*/
}
.user_block .change_status {
	height: 27px;
}
.user_block .change_status .inp {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	float: left;
	width: 274px;
	border-top: 1px solid #5B5B5B;
	border-right: none;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.user_block .change_status .subm {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 80px;
	border: 1px solid #666666;
}
.user_block .stars {
	
	float: left;
	margin-bottom: 3px;
}
.user_block .stars a {
	height: 24px;
	/*width: 25px;
	background-image: url(../images/star_big.gif);*/
	margin-right: 2px;
}
.user_block .improve_rating {
	font-size: 14px;
	color: #25282C;
	background-image: url(../images/improve_your_rating.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 4px 28px 5px 3px;
	margin-top: 1px;
	margin-bottom: 3px;
}

.success_upload {
	font-size: 14px;
	color: #465158;
	background-image: url(../images/improve_your_rating.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 4px 28px 5px 3px;
	margin-top: 1px;
	margin-bottom: 3px;
}
.user_block .improve_rating a {
	color: #25282C;
}









.user_block .lt {
	position: absolute;
	background-image: url(../images/cyan_box_corners.gif);
	left: 0px;
	top: 0px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.user_block .lb {
	position: absolute;
	background-image: url(../images/cyan_box_corners.gif);
	background-position: 0px -12px;
	left: 0px;
	bottom: 0px;
	height: 12px;
	width: 12px;
	font-size: 0px;
}
.user_block .my_links a {
	color: #465158;
	font-size: 11px;
	margin-right: 4px;
}
.forum_list_item {
	padding-right: 14px;
	padding-left: 14px;
	min-height: 1px;
	margin: 0px 9px 5px;
}
.forum_list_item .text {
	margin-right: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
	min-height: 1px;
}
.forum_list_item .text a {
	color: #465158;
	text-decoration: none;
}
.forum_list_item .text a:hover {
	text-decoration: underline;
}


.forum_list_item .stats {
	font-size: 11px;
	float: right;
	margin-top: 13px;
	color: #333333;
}
div.forum_list_cyan_item {
	background-color: #EAEEF4;
	background-image: url(../images/forum_list_cyan_item.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 45px;
}
div.forum_list_cyan_item .text {
	background-image: url(../images/forum_list_cyan_item_left.gif);
	background-repeat: no-repeat;
	margin-left: -14px;
	padding-left: 14px;
	height: 39px;
	padding-bottom: 0px;
	padding-top: 6px;
}
.forum_list_item .new_posts {
	font-size: 11px;
	color: #BB052A;
}
.forum_list {
	font-size: 11px;
	width: 100%;
	border-collapse:collapse;
	color: #999999;
	margin-top: -4px;
}
.forum_list td {
	padding: 0px;
	height: 20px;
}
.forum_list .pict {
	width: 18px;
	border-right: 1px solid #BAC7DA;
	text-align: center;
}
.forum_list .theme {
	padding-left: 4px;
}
.forum_list .stars_cell {
	width: 80px;
	border-left: 1px solid #BAC7DA;
	padding-right: 1px;
	padding-left: 5px;
}
.forum_list .views {
	width: 77px;
	border-left: 1px solid #BAC7DA;
	text-align: right;
	padding-right: 4px;
	color: #333333;
}
.forum_list .replies {
	width: 81px;
	color: #333333;
}
.forum_list .last_post {
	width: 167px;
	border-left: 1px solid #BAC7DA;
	padding-left: 9px;
	padding-right: 4px;
	white-space: nowrap;
}
.forum_list .last_post * {
	white-space: nowrap;
}
.forum_list .last_by {
	width: 124px;
	white-space: nowrap;
}
.forum_list a {
	color: #000000;
	text-decoration: none;
}
.forum_list a:hover {
	text-decoration: underline;
}
.forum_list .cyan .pict {
	background-image: url(../images/forum_list_table_cyan.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.forum_list .cyan .theme, .forum_list .cyan .stars_cell, .forum_list .cyan .views, .forum_list .cyan .replies, .forum_list .cyan .last_post {
	background-image: url(../images/forum_list_table_cyan.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.forum_list .cyan .last_by {
	background-image: url(../images/forum_list_table_cyan.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.forum_list .lst td {
	font-size: 0px;
	height: 2px;
}
.forum_list .pages {
	background-image: url(../images/forum_pages.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: right;
	margin-right: 4px;
	padding-left: 15px;
	font-weight: bold;
}
.forum_list .pages a {
	color: #000099;
	text-decoration: none;
}
.forum_list .pages a:hover {
	text-decoration: underline;
}
.forum_pager {
	color: #0033CC;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.forum_pager a {
	color: #0033CC;
	margin-right: 5px;
	margin-left: 5px;
}
.forum_thread {
	background-image: url(../images/forum_thread.gif);
	background-repeat: repeat-y;
	padding-left: 130px;
	padding-right: 10px;
	z-index: 100;
}


.user_pic_section {
	float: left;
	width: 101px;
	left: -130px;
	top: 0px;
	padding: 5px;
	text-align: center;
	position: relative;
	z-index: 200;
	margin-right: -119px;
	font-size: 11px;
}
.user_pic_section .user_pic {
	margin-right: 0px;
	z-index: 100;
}

.user_pic_section .stars {
	margin-right: auto;
	margin-left: auto;
}
.user_pic_section .stars a {
	/*background-image: url(../images/star_on_cyan.gif);*/
	margin-right: 1px;
}
.user_pic_section .positioner {
	min-height: 1px;
	position: relative;
	padding-bottom: 2px;
}

.user_pic_popup {
	position: absolute;
	left: 0px;
	top: 16px;
	width: 100px;
	z-index: 300;
	font-size: 11px;
	color: #465158;
	text-align: left;
	visibility: hidden;
}

.user_pic_popup ul {
	margin: 0px;
	padding: 0px;
	background-color: #EAEEF4;
	border-top: 1px solid #849BBD;
}
.user_pic_popup li {
	border-bottom: 1px solid #849BBD;
	list-style: none;
	padding-left: 4px;
	border-right: 1px solid #849BBD;
	border-left: 1px solid #849BBD;
}
.user_pic_popup a {
	color: #465158;
	text-decoration: none;
}
.user_pic_popup a:hover {
	text-decoration: underline;
}
.red_forum_thread .user_pic_section .user_pic_popup a {
	color: #BB052A;
}

.forum_thread .date {
	min-height: 1px;
	font-size: 11px;
	color: #999999;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 4px;
}
.forum_thread .reply {
	font-weight: bold;
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 11px;
}
.forum_thread .reply a {
	color: #003399;
}

.red_forum_thread {
	background-image: url(../images/red_forum_thread.gif);
}
.red_forum_thread a {
	color: #FFFFFF;
}
.red_forum_thread .stars a {
	background-image: url(../images/star_on_red.gif);
}
.red_forum_thread .lt {
	background-image: url(../images/red_forum_thread_corners.gif);
}
.red_forum_thread .lb {
	background-image: url(../images/red_forum_thread_corners.gif);
}
.red_forum_thread .mask {
	background-image: url(../images/mask_red_100x100.png);
}
.new_topic {
	float: right;
}
.forum_thread .fst_line {
	margin-bottom: 3px;
	margin-left: -4px;
	border-bottom: 1px solid #8999AD;
	padding: 8px 0px 3px 4px;
}
.forum_thread .other_lines {
	line-height: 145%;
}
.forum_thread .other_lines a {
	color: #465158;
	text-decoration: none;
}
.forum_thread .other_lines a:hover {
	text-decoration: underline;
}
.forum_thread .other_lines select {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 135px;
}
.community_list {
	padding-left: 120px;
}
.community_list .user_pic_section {
	left: -120px;
	margin-right: -109px;
}
.community_list .delete_from_list {
	font-size: 0px;
	background-image: url(../images/delete_from_list.gif);
	text-indent: -2000px;
	height: 12px;
	width: 12px;
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: -2px;
}
.friends {
	float: left;
	width: 355px;
	margin: 7px 0px 7px 7px;
	display: inline;
}
.friends .search {
	height: 30px;
}
.friends .search .inp {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	float: left;
	width: 265px;
	margin-right: 7px;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	height: 16px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.friends .search .subm {
	float: left;
}
.friends .list {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.friends .list li {
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
	padding: 2px 6px 3px;
}
.friends .list a {
	color: #465158;
	text-decoration: none;
}
.friends .list a:hover {
	text-decoration: underline;
}
.friends .category {
	font-weight: bold;
	background-color: #EAEEF4;
	padding: 2px 6px 4px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
}
.quadro_left {
	width:442px;
	padding:15px 18px;
	float:left;
	border-top: none;
}
.quadro_right {
	width:448px;
	padding:15px 18px;
	float:right;
}
.quadro_right .recently_item {
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 4px;
}
.quadro_right .recently_item img {
	margin-bottom: 0px;
}
.quadro_right .recently_item .play_button {
	top: 27px;
	background-image: url(../images/play_button_medium.png);
	height: 29px;
	width: 29px;
	margin-left: -14px;
}


.profile_info {
}
.profile_info .hd {
	font-size: 14px;
	color: #465158;
	border-bottom: 1px solid #8999AD;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-weight: bold;
}
.profile_info label {
	float: left;
	width: 131px;
	text-align: right;
	margin-top: 1px;
}
.profile_info .field {
	float: left;
	width: 215px;
}

.profile_info .inp {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	float: right;
	width: 240px;
	margin-bottom: 4px;
	height: 16px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.profile_info .avatar {
	display: block;
	margin-bottom: 4px;
}


.profile_info select {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	float: right;
	width: 137px;
	margin-right: 16px;
	margin-bottom: 4px;
}
.profile_info textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	float: right;
	width: 240px;
	margin-bottom: 4px;
	height: 90px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.profile_info .checkboxes {
	float: right;
	width: 240px;
	height: 22px;
}
.profile_info .checkboxes input {
	margin: 0px 0px -2px;
	padding: 0px;
}


.profile_info .subm {
	float: right;
}
.right_profile_info label {
	width: 162px;
	padding-right: 3px;
}
.right_profile_info select {
	float: none;
}
.right_profile_info .inp {
	float: none;
	width: 135px;
}
.upload_link {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.premium_plans {
	padding-left: 22px;
	padding-right: 24px;
}
.premium_plans .hd {
	color: #920C27;
	background-image: url(../images/premium_plans.gif);
	background-repeat: no-repeat;
	padding-left: 26px;
	background-position: 5px 0px;
}
.premium_plans .item {
	background-color: #FFFFFF;
	background-image: url(../images/premium_plan_top.gif);
	background-repeat: no-repeat;
	width: 363px;
	margin-left: 5px;
	font-size: 11px;
	padding: 4px 4px 4px 22px;
	line-height: normal;
}
.premium_plans .item .title {
	font-size: 12px;
	font-weight: bold;
	margin-left: -18px;
	line-height: normal;
}
.premium_plans .item .title .radios {
	float: left;
	width: 18px;
}
.premium_plans .item .title input {
	margin: 0px;
	padding: 0px;
}


.premium_plans .item_bot {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/premium_plan_bot.gif);
	background-repeat: no-repeat;
	height: 7px;
	margin-bottom: 19px;
	margin-left: 5px;
}
.submit_signup {
	background-image: url(../images/submit_signup.gif);
	background-repeat: no-repeat;
	float: right;
	height: 35px;
	width: 120px;
}
.submit_signup:hover {
	background-position: 0px -35px;
}
.write_new_post {
	min-height: 1px;
	padding-bottom: 5px;
	border-bottom: 1px solid #8999AD;
	margin-bottom: 5px;
	margin-right: -2px;
}
.write_new_post textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	width: 464px;
	margin-bottom: 7px;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	height: 65px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.write_new_post a {
	font-weight: bold;
	color: #465158;
	text-decoration: none;
}
.write_new_post a:hover {
	text-decoration: underline;
}
.write_new_post .subm {
	float: right;
	margin-top: -2px;
}
.recent_posts {
	width: 100%;
	border-collapse:collapse;
	font-size: 11px;
}
.recent_posts td {
	vertical-align: top;
	padding: 2px 7px 2px 0px;
	border-right: 1px solid #BAC7DA;
	text-align: right;
	white-space: nowrap;
	width: 114px;
}
.recent_posts th {
	vertical-align: top;
	padding: 2px 0px 2px 7px;
	font-weight: normal;
	text-align: left;
}
.recent_posts a {
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
}
.recent_posts a:hover {
	text-decoration: underline;
}
.gallery_big_pic {
	display: block;
	border: 1px solid #BAC7DA;
	margin: 0px -9px 5px -7px;
}
.gallery_adds {
	padding-bottom: 5px;
	border-bottom: 1px solid #8999AD;
	margin-bottom: 5px;
}
.gallery_adds .stars {
	float: left;
	margin-bottom: 5px;
}
.gallery_adds .gallery_links {
	border-top: 1px solid #8999AD;
	padding-top: 5px;
	font-size: 11px;
}
.gallery_adds .gallery_links a {
	color: #465158;
	text-decoration: none;
}
.gallery_adds .gallery_links a:hover {
	text-decoration: underline;
}
.your_comment {
	height: 33px;
}
.your_comment .inp {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	float: left;
	width: 378px;
	border-top: 1px solid #5B5B5B;
	border-right: none;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	padding-left: 3px;
	height: 18px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.your_comment .subm {
	float: left;
}
.gallery_more_photos .recently_item {
	line-height: normal;
	color: #465158;
	width: 108px;
	padding-bottom: 2px;
}
.gallery_more_photos .recently_item img {
	border-bottom: 1px solid #999999;
}

.gallery_more_photos .recently_item a {
	color: #465158;
}
.gallery_more_photos .recently_item a:hover {
	color: #71828c;
}
.gallery_more_photos .recently_item .stars {
	margin-left: auto;
	margin-right: auto;
}
.gallery_description {
	padding: 10px 8px 8px;
	min-height: 1px;
}
.gallery_description .user_pic {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 9px;
	position: relative;
	margin-top: -2px;
}
.gallery_description .user_pic .mask {
	background-image: url(../images/mask_cyan_40x40.png);
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.gallery_description a {
	color: #465158;
}
.gallery_description .url {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 415px;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	padding-left: 3px;
	margin-top: 4px;
	margin-left: 5px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.recent_activity_preview_item {
	float: left;
	border: 1px solid #999898;
	position: relative;
	margin: 3px 6px 9px 0px;
}
.recent_activity_preview_item img {
	display: block;
}
.recent_activity_preview_item .play_button {
	top: 11px;
	background-image: url(../images/play_button_small.png);
	height: 24px;
	width: 24px;
	margin-left: -12px;
}
.hd_panel {
	float: right;
	margin-top: -3px;
}
.hd_panel .inp {
	float: left;
	margin-left: 6px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	width: 200px;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 2px;
	padding: 2px 3px;
}
.hd_panel .subm {
	float: left;
	margin-left: 6px;
	margin-top: 2px;
}
.hd_panel .divider {
	float: left;
	border-bottom: none;
	height: 25px;
	margin-bottom: 0px;
	width: 6px;
	border-right: 1px solid #8999AD;
}
.group_list_left {
	float: left;
	width: 475px;
}
.group_list_left .light_cyan_on_cyan_box {
	padding: 4px 4px 2px 116px;
}

.group_list_left .user_pic .mask {
	background-image: url(../images/mask_light_cyan_100x100.png);
}

.group_list_right {
	float: right;
	width: 475px;
}
.group_list_right .cyan_box {
	padding: 4px 4px 2px 116px;
	margin-top: 1px;
	margin-bottom: 10px;
}
.group_list {
}
.group_list .user_pic {
	margin-right: -112px;
	left: -112px;
}

.group_list .light_cyan_on_cyan_box .hd, .group_list .cyan_box .hd {
	border-bottom: 1px solid #8999AD;
	margin-bottom: 4px;
}
.group_list .description {
	font-size: 11px;
	padding-top: 3px;
}
.inbox .author {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 4px 12px 4px 24px;
	font-size: 11px;
	width: 176px;
}
.inbox .author .checkbox {
	position: absolute;
	left: 7px;
	top: 7px;
	margin: 0px;
	padding: 0px;
}
.inbox .author .my_friend_item {
	margin-right: 9px;
}
.inbox .author .my_friend_item i {
	background-image: url(../images/mask_light_cyan_60x60.png);
}


.inbox .divider {
	margin: 0px 24px 4px;
	height: 2px;
}
.inbox .text {
	display: table;
	min-height: 1px;
	padding-top: 4px;
}
.message_view .divider {
	margin-right: 0px;
	margin-left: 0px;
}
.message_view .author {
	width: 140px;
	padding-right: 5px;
	padding-left: 5px;
}
.message_view textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	float: right;
	width: 805px;
	margin-bottom: 4px;
	height: 90px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.registration_box {
	padding: 9px 13px;
}
.registration_box label {
	text-align: right;
	float: left;
	width: 135px;
	padding-right: 5px;
}
.registration_box .field {
	float: left;
	width: 320px;
}
.registration_box .inp {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 240px;
	border-top: 1px solid #787878;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #787878;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}
.registration_box .captcha {
	float: left;
	margin-right: 10px;
}
.gifts .my_friend_item_gift {
	margin: 0px 13px 15px 0px;
}
.gifts .forum_pager {
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.send_gift textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	width: 474px;
	margin-bottom: 7px;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	height: 90px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.send_gift .item {
	min-height: 1px;
	position: relative;
	font-size: 11px;
	margin-bottom: 8px;
	padding-left: 35px;
}
.send_gift .item .radio {
	position: absolute;
	left: 10px;
	top: 0px;
}
.send_gift .item b {
	font-size: 12px;
	display: block;
}










.--------------------------{}
.login_panel {
	background-image: url(../images/login_panel.gif);
	position: absolute;
	height: 50px;
	width: 300px;
	top: 0px;
	right: 0px;
	font-size: 11px;
}
.login_panel form {
	padding-top: 5px;
}

.login_panel label {
	color: #FFFFFF;
	text-align: right;
	float: left;
	width: 70px;
	padding-right: 4px;
	display: inline;
}
.login_panel .inp {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	width: 138px;
	border-top: 1px solid #787878;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #787878;
	display: inline;
	margin-right: 6px;
	margin-bottom: 3px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.login_panel .checkbox {
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	display: inline;
}
.login_panel .remember {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	display: inline;
}
.login_panel .subm {
	display: inline;
	float: left;
}
.logged_in_panel {
	background-image: url(../images/login_panel.gif);
	position: absolute;
	height: 50px;
	width: 300px;
	top: 0px;
	right: 0px;
	font-size: 11px;
	color: #FFFFFF;
}
.logged_in_panel a {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.logged_in_panel a:hover {
	text-decoration: underline !important;
}

.logged_in_panel .fst_line {
	padding: 6px 5px 4px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
	border-bottom: 1px solid #BC8993;
}
.logged_in_panel .snd_line {
	text-align: center;
	padding-right: 13px;
	padding-left: 13px;
}



.upload {
	background-image: url(../images/upload.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 120px;
	position: absolute;
	top: 56px;
	right: 0px;
}
.upload:hover {
	background-position: 0px -35px;
}


.top_nav {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 94px;
	border-collapse:collapse;
	height: 45px;
	background-image: url(../images/top_nav.gif);
	background-repeat: repeat-x;
}
.top_nav td {
	padding: 3px 0px 0px;
	vertical-align: top;
}
.top_nav a {
	display: block;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center top;
	border-right: 1px solid #A6A6A6;
	border-left: 1px solid #000000;
	text-decoration: none !important;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
.top_nav b {
	visibility: hidden;
}

.top_nav a:hover {
	background-position: center -35px;
	border-right-color: #AA605D;
}

#top_nav_home .tn_home, 
#top_nav_forum .tn_forum,
#top_nav_gallery .tn_gallery,
#top_nav_groups .tn_groups,
#top_nav_stories .tn_stories,
#top_nav_community .tn_community,
#top_nav_chat .tn_chat,
#top_nav_join .tn_join
{
	background-position: center -35px;
	border-right-color: #AA605D;
}

.top_nav .tn_home {
	background-image: url(../images/tn_home.gif);
}
.top_nav .tn_forum {
	background-image: url(../images/tn_forum.gif);
}
.top_nav .tn_gallery {
	background-image: url(../images/tn_gallery.gif);
}
.top_nav .tn_groups {
	background-image: url(../images/tn_groups.gif);
}
.top_nav .tn_stories {
	background-image: url(../images/tn_stories.gif);
}
.top_nav .tn_community {
	background-image: url(../images/tn_community.gif);
}
.top_nav .tn_chat {
	background-image: url(../images/tn_chat.gif);
}

.top_nav .tn_join {
	background-image: url(../images/tn_join.gif);
}
.top_nav .tn_left_corner {
	background-image: url(../images/tn_left_corner.gif);
	height: 47px;
	width: 16px;
	position: absolute;
	left: -6px;
	top: -5px;
	background-repeat: no-repeat;
}
.top_nav .tn_right_corner {
	background-image: url(../images/tn_right_corner.gif);
	height: 47px;
	width: 16px;
	position: absolute;
	right: -6px;
	top: -5px;
	background-repeat: no-repeat;
}
.top_nav a:hover .tn_left_corner, .top_nav a:hover .tn_right_corner, #top_nav_home .tn_left_corner, #top_nav_join .tn_right_corner{
	background-position: 0px -47px;
}
.top_nav .search {
	background-image: url(../images/tn_search.gif);
	background-repeat: repeat-x;
	background-position: right 3px;
	width: 345px;
}
.top_nav .search form {
	height: 35px;
	border-left: 1px solid #000000;
	position: relative;
}
.top_nav .search .inp {
	font: 13px Tahoma, Arial, sans-serif;
	color: #666666;
	width: 246px;
	padding-left: 3px;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	float: left;
	margin-top: 8px;
	margin-left: 7px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.top_nav .search .subm {
	float: left;
	margin-top: 8px;
	margin-left: 7px;
}

.top_nav .search .tn_right_corner {
	background-image: url(../images/tn_search_right_corner.gif);
	height: 46px;
	width: 14px;
	position: absolute;
	right: -6px;
	top: -3px;
	background-repeat: no-repeat;
}


.links {
	color: #E9EDF3;
	background-color: #91A5C4;
	padding: 5px 25px;
	margin-bottom: 8px;
}
.links a {
	color: #E9EDF3;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
.links .item {
	width: 530px;
	border-bottom: 1px solid #C8D2E2;
	padding: 4px 7px;
}
.links .item b {
	font-size: 14px;
	margin-right: 5px;
}
.footer {
	font-size: 10px;
	color: #999999;
	text-align: center;
	line-height: 120%;
	padding-bottom: 5px;
}

.page_link
{
	cursor: pointer;
} 

.message_chat{
border:1px solid #CCCCCC;
position:fixed;
width:180px;
height: 60px;
border:0;
font-weight: bold;
color: #9aadc1;
padding:5px;
left:0px;
top : -170px;
z-index: 6546;
background-image: url(../images/popup_bg.jpg);
background-repeat: no-repeat;
}

.message_chat .inner_div
{
    padding-left: 35px;
    padding-top: 10px;
}

.form_item {
	dddwidth: 500px;
}
.form_item label {
	width: 150px;
	float: left;
	text-align: right;
	margin-top: 1px;
}
.form_item .inp {
	float: left;
	margin-left: 10px;

	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	width: 240px;
	margin-bottom: 4px;
	height: 16px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;

}
.form_item textarea {
	float: none;

	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	width: 240px;
	margin-bottom: 4px;
	height: 90px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;

}
.form_item .form_item_field {
	float: left;
	margin-left: 10px;
	display: inline;
}
.watchDescription h5 {
	font-size: 11px;
	margin: 0px;
	padding: 10px 0px;
}

/* Addons */
.InputField {
	font: 13px Tahoma, Arial, sans-serif;
	color: #666666;
	width: 246px;
	padding-left: 3px;
	border-top: 1px solid #5B5B5B;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #5B5B5B;
	float: left;
	margin-top: 8px;
	margin-left: 7px;
	background-image: url(../images/inp.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

  .TextAreaDesign {
  font: 13px Tahoma, Arial, sans-serif;
  color: #666666;
  width: 420px;
  height:80px;
  padding-left: 3px;
  border-top: 1px solid #5B5B5B;
  border-right: 1px solid #949494;
  border-bottom: 1px solid #949494;
  border-left: 1px solid #5B5B5B;
  float: left;
  margin-left: 7px;
  background-image: url(../images/inp.gif);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  }
  .Red {color:Red;}
  
  .select_chk_box
  {
    color: #1C51A8;
    cursor: pointer;
    padding-right: 5px;
  }
  
.premium_plans .item .sp_offer
{
    position: absolute;
    top:75px;
    left:350px;
    z-index: 0;
}

.bdate
{
    padding: 10px;
}

.bdate .friend_bdate_text, .bdate .friend_bdate_text a
{
    width: 700px;        
}

.bdate .friend_bdate_text
{
    float:left;
}

.bdate .user_profile_links
{
    text-align: right;
}

.nicEdit-smiles_in
{
    width: 27px;
    height: 27px;
    margin-left: 10px;
    float: left;
}

.nicEdit-smiles_content
{
    width: 120px;
    float:left;
}