/*******************************************
 * Main
 *******************************************/
html, body {
	height: 100%;
}
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #f2f3f3;
	width: 964px;
	padding: 0;
	margin: 0 auto;
}
a {
	color: #506875;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a.second {
	color: #68818e;
	text-decoration: underline;
	outline: none;
}
a.second:hover {
	color: #FF6600;
	text-decoration: none;
}
hr {
	color: #ccc;
	background-color: #ccc;
	text-align: left;
	height: 1px;
	width: 100%;
	margin: 0 0 24px;
	border: none 0;
}
img {
   border: 0 none;
}
form {
	padding: 0;
	margin: 0;
}
label {
	cursor: pointer;
}
p {
	margin: 0px 6px 10px;
}
h3 {
	margin-top: 0;
	margin-bottom: 7px;
	color: #364b56;
	font-size: 13px;
	*font-size: 14px;
}

marquee {
	width: 688px;
	position: absolute;
	top: 93px;
	left: 244px;
	font-size: 12px;
	color: #fff;
}

/*******************************************
 * Block
 *******************************************/
.block {
	background: url(../images/shad.gif) repeat-y;
	padding: 0 12px;
	/*position: relative;*/
}

/*******************************************
 * Header
 *******************************************/
.header {
	background: #829aa6 url(../images/header.jpg) no-repeat;
	height: 133px;
	position: relative;
}
.header .logo {
	height: 113px;
	width: 236px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.header .exit {
	position: absolute;
	right: 10px;
	top: 62px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.header .exit:hover {
	color: #FDD9BB;
	text-decoration: underline;
}

/*******************************************
 * Mane
 *******************************************/
.main {
	width: 100%;
	table-layout: fixed;
}
.main-left {
	background: #f8f8f8 url(../images/header_shad_light.gif) repeat-x;
	width: 236px;
	border-right: solid 1px #597286;
	padding: 0 0 35px;
}
.main-right {
	background: #a4b8c2 url(../images/header_shad.gif) repeat-x;
	border-left: solid 1px #a9b9c1;
	padding: 15px 35px 35px;
	color: #fff;
}

.block-left {
	background: #f8f8f8 url(../images/header_shad_light.gif) repeat-x;
	width: 236px;
}

/*******************************************
 * Footer
 *******************************************/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e2e2e2;
	background-color: #8199a5;
	height: 35px;
	text-align: center;
	line-height: 35px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/*******************************************
 * Menu
 *******************************************/


/*******************************************
 * My Menu
 *******************************************/
.menu-my {
	position: absolute;
	top: 90px;
	right: 8px;
	background: url(../images/top_menu.gif) no-repeat;
	width: 688px;
}
.menu-my ul {
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 21px;
}
.menu-my,
.menu-my ul,
.menu-my li {
	height: 21px;
}
.menu-my li {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style: none outside;
	display: inline;
	padding-left: 4px;

}
.menu-my a {
	color: #fff;
	text-decoration: none;
}
.menu-my a:hover {
	color: #Fdd9bb;
	text-decoration: none;
}
.menu-my li.separate {
	background: url(../images/menu_sep.gif) no-repeat;
	margin: 0 24px;
}

/*******************************************
 * Helper Menu
 *******************************************/
.menu-help {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #68818e;
	height: 25px;
	line-height: 23px;
}
.menu-help ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.menu-help li {
	font-size: 10px;
	color: #e2e2e2;
	list-style: none outside;
	display: inline;
	padding: 0 2px;
}
.menu-help a {
	color: #FFD8B0;
	text-decoration: none;
}
.menu-help a:hover {
	color: #FFBF80;
}

/*******************************************
 * Login
 *******************************************/
.login {
	padding-top: 1px;
	text-align: right;
	/*width: 500px;*/
}
.login label {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	float: none;
	display: inline;
}
.login .input {
	background: #fff url(../images/bg_search.gif) repeat-x bottom;
	border: 1px solid #C7C6C7;
	height: 15px;
	margin: 0 7px 3px 0;
	float: none;
	display: inline;
	font-size: 11px;
}
.login .button {
	background: url(../images/but_login2.gif) no-repeat;
	width: 57px;
	height: 17px;
	border: medium none;
	color: #fff;
	font-size: 12px;
	float: none;
	display: inline;
	top: 4px;
	*top: -2px;
	position: relative;
}
.login a {
	vertical-align: bottom;
	position: relative;
	top: 0px;
	*top: -3px;
	float: none;
	display: inline;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
.login a:hover {
	color: #FFBF80;
	text-decoration: none;
}

.login-form {
	position: absolute;
	right: 30px;
	top: 25px;
}

/*******************************************
 * Sidebar
 *******************************************/
.sidebar {
	padding: 0;
	float: left;
	width: 180px;
	overflow: hidden;
}

.side {
	margin-left: 180px;
}

/*******************************************
 * Page Title
 *******************************************/
.page-title {
}
.page-title h2 {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	margin: 0 0 10px;
	text-align: left;
}

/*******************************************
 * Variables
 *******************************************/
/* Clear */
.clear-both {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}

/* Float */
.float-none {float: none;}
.float-left {float: left;}
.float-right {float: right;}

/* Width */
.width-max {width: 340px;}
.width-mid {width: 210px;}
.width-min {width: 140px;}
.width-mic {width: 45px;}
.width-opt {width: 98%;}

.null {
	padding: 0;
	margin: 0;
	height: 1; /* only (1) without px or em etc, for ie */
	background-color: transparent;
}

/* Break */
.br-1 {line-height: 1px;}
.br-2 {line-height: 2px;}
.br-3 {line-height: 3px;}
.br-5 {line-height: 5px;}
.br-10 {line-height: 10px;}
.br-15 {line-height: 15px;}
.br-20 {line-height: 20px;}

/* List */
.list-none {
	padding: 5px 0 10px 15px;
	margin: 0;
}
.list-none li {
	list-style: none outside;
	padding: 0 0 5px;
}

/* Color */
.color-red {color: #ac1818;}
.color-blue {color: #144287;}
.color-green {color: #148710;}

/*******************************************
 * Boxes
 *******************************************/
.box {
	color: #333;
}

/* Grey Box */
.box.grey {
	background-color: #79909c;
	border-top: solid 1px #acbfc9;
	padding: 15px;
	color: #fff;
}

/* Pink Box */
.box.pink {
	background-color: #dfeef3;
	border-top: solid 1px #acbfc9;
	padding: 15px;
	color: #333;
}

/* Orange Box */
.box.orange {
	background-color: #dfeef3;
	border-top: solid 1px #acbfc9;
	padding: 15px;
	color: #333;
}

/*******************************************
 * Table
 *******************************************/
.box table {
	width: 100%;
}
.box thead td,
.box tbody td {
	font-size: 11px;
	padding-bottom: 4px;
}
/*.box.blue thead td {
	color: #5c8bac;
}
.box.orange thead td {
	color: #aa5653;
}*/
.box thead input,
.box thead select {
	font-size: 11px;
	margin-left: 2px;
}
.box thead input {
	height: 14px;
	width: 130px;
}
.box thead select {
	height: 20px;
	width: 134px;
}
.box thead select.micro {
	width: 42px;
	margin-left: 1px;
}
.box thead select.mini {
	width: 65px;
	margin-left: 1px;
}
.box tbody td {
	padding-top: 2px;
}
.box tbody input {
	margin-bottom: 4px;
}
.box tbody a {
	text-decoration: none;
}

/**/
.data-table {
	width: 100%;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin: 0 auto 15px;
}
.data-table td {
	border-right: solid 1px #ddd;
}

.data-table thead td {
	font-weight: bold;
	color: #fff;
	background:;
	padding: 6px;
}

.data-table thead,
.data-table thead td {
	background: #68818e;
}

.data-table tbody td {
	padding: 4px 5px;
	color: #333;
}
.data-table tbody tr {
	background-color: #fff;
}
.data-table tbody tr.even {
	background-color: #dfeef3;
}
.data-table tbody tr:hover {
	background-color: #e6e6e6;
}
.data-table tbody a {
	font-size: 11px;
	/*color: #f60;*/
}
.data-table .user-title a,
.data-table tbody a:hover {
	color: #333;
}
.data-table .user-title a:hover {
	color: #d03030;
}
.user-name,
.data-table tbody td.user-title strong a {
	font-size: 12px;
	text-decoration: none;
}
.data-table tbody td.user-title em.man {
	padding-right: 0;
}
.data-table tbody td.user-title em.woman {
	padding-right: 0;
}
.data-table tbody ul {
	margin: 5px 0;
	padding-left: 10px;
}
.data-table tbody ul li {
	list-style: none outside;
	padding-bottom: 2px;
}

/**/
.box .data {
	width: 100%;
	border-top: solid 1px #d1cac5;
	background-color: #f2f2f2;
	padding: 10px 0;
}
.box .data td {
	font-size: 12px;
	padding: 5px 16px;
}
.box .data .data-title {
	font-size: 12px;
	text-align: right;
	padding-left: 30px;
	padding-top: 10px;
	color: #333;
}
.box .data .data-value {
	color: #777;
	padding-right: 30px;
	width: 50%;
}

/*******************************************
 * List
 *******************************************/
.list-num {
	list-style: decimal outside;
}
.list-mark {
	list-style: disc outside;
}
.list-num,
.list-mark {
	padding: 20px 20px 10px 40px;
}
.list-num li,
.list-mark li {
	padding-bottom: 10px;
	text-align: justify;
}
.list-data {
	list-style: none outside;
	padding: 0;
	margin: 0;
}
.list-data li {
	padding-bottom: 6px;
}

/*******************************************
 * Alphabet
 *******************************************/
.alphabet {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0 7px;
}
.alphabet li {
	list-style: none outside;
	display: inline;
	padding-right: 1px;
}
.alphabet li a {
	color: #4d6a79;
	text-decoration: none;
}
.alphabet li a:hover {
	color: #fff;
	background-color: #4d6a79;
}

/*******************************************
 * Photo and Thumbnail
 *******************************************/
.thumb {
	background-color: #fff;
	display: block;
}

/* Big Thumbnail */
.thumb.big {
	padding: 2px;
}
.thumb.big {
	/*
	height: 196px;
	width: 156px;
	min-height: 196px;
	min-width: 156px;
	*/
	max-height: 196px;
	max-width: 156px;
}
.thumb.big img {
	border: solid 3px #ddd;
/*	height: 190px;
	width: 150px;
	min-height: 190px;
	min-width: 150px;
*/
	max-height: 190px;
	max-width: 150px;
}

/* Small Thumbnail */
.thumb.small {
	padding: 3px;
	margin-bottom: 3px;
}
.thumb.small,
.thumb.small img {
	height: 98px;
	width: 75px;
	min-height: 98px;
	min-width: 75px;
	max-height: 98px;
	max-width: 75px;
}

/*******************************************
 * User
 *******************************************/
.user {
	font-size: 11px;
	text-align: center;
	float: left;
}
.user a,
.user a:hover {
	text-decoration: none;
}
.user .name {
	font-weight: bold;
	color: #933;
	white-space: nowrap;
}
.user .name:hover {
	color: #d03030;
}
.user span {
	color: #777;
	white-space: nowrap;
}

/* Big User */
.user.max {
	overflow: hidden;
	width: 164px;
	min-width: 162px;
	max-width: 162px;
	margin: 0 24px 10px 0;
}

/* Small User */
.user.min {
	overflow: hidden;
	width: 85px;
	min-width: 83px;
	max-width: 85px;
	margin: 0 15px 10px 0;
}

/* Button */
.button-small,
.photo-mid .button,
.user .button {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	line-height: 11px;
	background: url(../images/button.gif) no-repeat;
	margin-top: 5px;
	display: block;
	width: 83px;
	height: 15px;
	white-space: nowrap;
	overflow: hidden;
}
.button-small:hover,
.photo-mid .button:hover,
.user .button:hover {
	color: #fff;
	background: url(../images/button.gif) no-repeat 0 -20px;
}
.button-small {
	color: #fff;
	background: url(../images/button.gif) no-repeat 0 -40px;
	text-decoration: none;
}
.button-small:hover {
	color: #fff;
	background: url(../images/button.gif) no-repeat 0 -60px;
	text-decoration: none;
}

/**/
.photo-mid {
	margin: 0 13px 24px;
	*margin: 0 16px 24px 8px;
	width: 184px;
	float: left;
	table-layout: fixed;
}
.photo-mid thead {
	background-color: #e4eef0;
}
.photo-mid thead td {
	padding: 4px 4px 0;
	width: 174px;
	height: 197px;
	overflow: hidden;
	border-top: solid 1px #B2C7D2;
	border-left: solid 1px #B2C7D2;
	border-right: solid 1px #B2C7D2;
	overflow: hidden;
}
.photo-mid thead th {
	padding: 0 3px;
	overflow: hidden;
	height: 26px;
	white-space: nowrap;
	border-bottom: solid 1px #B2C7D2;
	border-left: solid 1px #B2C7D2;
	border-right: solid 1px #B2C7D2;
}
.photo-mid thead td img {
	max-width: 170px;
	max-height: 180px;
	margin-bottom: 4px;
	border: solid 2px #fff;
}
.photo-mid tbody td {
	padding: 0 5px;
	overflow: hidden;
	text-align: center;
}
.photo-mid tbody td a {
	text-decoration: none;
}

.photo-mid .user-list {
	height: 50px;
	padding-top: 6px;
	background: transparent none;
}

.photo-mid .user-list .user-button {
	margin: 0 0 0 36px;
	_margin: 0 0 0 17px;
}

.photo-mid em.name {
    text-decoration:none;
    font-style:normal;
}

.main-right .photo-mid .user-list {
	background: transparent none;
	overflow:hidden;
	height:60px;
	margin-bottom: 0;
	width:174px;
}

/* select type couple */
.couple {
	padding: 0 4px 9px;
	margin: 0;
	overflow: auto;
}
.couple ul {
	padding: 0;
	margin: 0;
}
.couple a,
.couple li {
	float: left;
	display: block;
	cursor: pointer;
}
.couple li {
	list-style-type: none;
	list-style-position: outside;
	margin-right: 8px;
	width: 146px;
	height: 150px;
}
.couple li.mw {
	background: url(../images/icon_mw.gif) no-repeat;
}
.couple li.wm {
	background: url(../images/icon_wm.gif) no-repeat;
}
.couple li.ww {
	background: url(../images/icon_ww.gif) no-repeat;
}
.couple li.mm {
	background: url(../images/icon_mm.gif) no-repeat;
}
.couple a {
	color: #666;
	font-size: 11px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 146px;
	height: 150px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
.couple a span {
	top: 132px;
	position: relative;
	display: block;
}

/*******************************************
 * Caution
 *******************************************/
.caution,
.caution h1 {
	font-size: 11px;
	text-align: center;
}
.caution {
	color: #444;
	padding: 10px 15px 0;
}
.caution p,
.caution h1 {
	margin: 0;
}
.caution h1 {
	color: #333;
}

/*******************************************
 * Button
 *******************************************/
.nav {
	padding-top: 12px;
	height: 26px;
}
.nav.bottom {
	padding: 2px 0 10px;
}
.nav .button {
	font-size: 11px;
	text-decoration: none;
	background-repeat: repeat-x;
	margin: 0 2px;
}
.nav .button,
.nav .button b,
.nav .button em,
.nav .button span,
.nav .button strong {
	display: block;
	float: left;
	cursor: pointer;
}
.nav .button,
.nav .button b,
.nav .button em,
.nav .button strong {
	background-image: url(../images/menu.gif);
	height: 26px;
}
.nav .button b,
.nav .button em {
	background-repeat: no-repeat;
	width: 12px;
	padding: 0;
}
.nav .button span {
	margin-top: 3px;
}
.nav .button strong {
	background-image: url(../images/icon.png);
	padding-left: 20px;
	margin-right: 2px;
}

/* Red Color */
.nav .color-red {
	background-position: 0 -240px;
}
.nav .color-red em {
	background-position: 0 -180px;
}
.nav .color-red b {
	background-position: 0 -210px;
}
.nav .color-red span {
	color: #fff;
}
.nav .color-red:hover span {
	color: #9b2a00;
}

/* Silver Color */
.nav .color-silver {
	background-position: 0 -420px;
}
.nav .color-silver em {
	background-position: 0 -360px;
}
.nav .color-silver b {
	background-position: 0 -390px;
}
.nav .color-silver span {
	color: #9b2a00;
}
.nav .color-silver:hover span {
	color: #fff;
}

/* Icons */
.icon-profile strong {
	background-position: 0 0;
}
.icon-chat strong {
	background-position: 0 -30px;
}
.icon-phone strong {
	background-position: 0 -60px;
}
.icon-flower strong {
	background-position: 0 -90px;
}
.icon-add strong {
	background-position: 0 -362px;
}
.icon-del strong {
	background-position: 0 -391px;
}

/*******************************************
 * Case
 *******************************************/
.case {
	padding: 0 0 10px;
	margin: 0;
	text-align: center;
}
.case li,
.case dt {
	list-style: none outside;
	background-color: #fff;
	padding: 8px 15px;
	margin-bottom: 6px;
	border-top: solid 1px #ddd;
	color: #666;
	overflow: hidden;
}
.case dt:hover,
.case li:hover {
	background-color: #f9f9f0;
}
.case dt {
	margin: 0;
	clear: right;
	text-align: left;
}
.case dd {
	margin: 0;
	padding: 3px;
	height: 17px;
	background-color: #dfeef3;
	border-top: solid 1px #d1cac5;
}
.case dd .button-small {
	float: right;
	margin: 0 0 0 5px;
}

/* system message */
.case dt.system,
.case li.system {
	background-color: #fdfce7;
}
.case dt.system .user-title strong {
	color: #f00;
}
.case dd.system  {
	background-color: #ffdabe;
	border-left: solid 1px #cdc6ad;
	border-right: solid 1px #cdc6ad;
	border-bottom: solid 1px #cdc6ad;
}

/*******************************************
 * User Name
 *******************************************/
.user-title {
	font-size: 12px;
	padding: 0 0 5px 0;
}
.user-title strong {
	color: #333;
}
.user-title span {
	color: #405A68;
}
.user-title em {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	font-size: 16px;
	background-position:0 2px;
}
.user-title em.woman {
    background-image: url(../images/user_offline.gif);
	padding-left: 10px;
}
.user-title em.man {
    background-image: url(../images/user_offline.gif);
	padding-left: 10px;
}
.user-title em.woman.online {
    background-image: url(../images/user_online.gif);
	padding-left: 10px;
}
.user-title em.man.online {
    background-image: url(../images/user_online.gif);
	padding-left: 10px;
}
.user-title em.photo {
	background-position: 0 -330px;
	padding-right: 20px;
}
.user-title em.standart {
	background-position: 0 -240px;
	padding-right: 23px;
}
.user-title em.gold {
	background-position: 0 -270px;
	padding-right: 23px;
}
.user-title em.platinum {
	background-position: 0 -300px;
	padding-right: 23px;
}
.user-title .woman-online {
	background-image: url(../images/online_girl.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}
.user-title .man-online {
	background-image: url(../images/online_boy.gif);
	padding-left: 20px;
}
.user-title .date {
	font-size: 11px;
	color: #999;
	float: right;
	padding: 2px 0 0;
}

/*******************************************
 * Pager
 *******************************************/
.pager {
	padding-top: 10px;
}
.pager ul {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
}
.pager li {
	font-size: 15px;
	font-weight: bold;
	list-style: none outside;
	display: inline;
	padding-right: 4px;
}
.pager li a,
.pager li.left a,
.pager li.right a {
	color: #405a68;
	text-decoration: none;
}
.pager li a:hover {
	color: #fff;
	background-color: #68818e;
}
.pager li.select {
	color: #4d6a79;
}
.pager li.right {
	padding-right: 0;
	padding-left: 4px;
}
.pager li.left {
	padding-left: 1px;
	padding-right: 10px;
}

/*******************************************
 * Electronic Moving Text
 *******************************************/
.scrolltext {
	font: 11px Tahoma, Helvetica, Arial, sans-serif;
	color: #949476;
	background-color: #ff9;
	padding: 3px 15px;
	margin-bottom: 3px;
	border: solid 1px #f0f088;
}

/*******************************************
 * Big Button
 *******************************************/
.button-big {
	font-size: 11px;
	/*font-weight: bold;*/
	color: #fff;
	text-align: middle;
	background: url(../images/button_big.gif) no-repeat;
	width: 160px;
	height: 33px;
	border: none 0;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 5px;
}
.button-case {
	background-color: #dfeef3;
	border-top: solid 1px #c2d0d7;
	padding: 9px 10px 10px;
}

/*******************************************
 * System message
 *******************************************/
label.error  {
	font-size: 11px;
	color:red;
	padding-left: 6px;
	line-height: 22px;
}
input.error {
	border: 1px solid red
}
.v_error,
.success {
	font-weight: normal;
	padding: 10px 10px 6px 30px;
}
.v_error li,
.success li {
	padding: 0 0 4px;
	list-style-type: disc;
	list-style-position: oitside;
}
.v_error {
	color: #f00;
	border: 1px solid #d68c8c;
	background-color: #f2d9d9;
}

/* Success */
.success {
	color: #390;
	border: 1px solid #a5cf72;
	background-color: #e7f2d9;
}


/* user menu */
.user_menu {
	margin: 10px 0 10px 6px!important;
	padding: 0!important;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #474646;
}
.user_menu li a {
	color: #474646;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px;
	line-height: 26px;
	font-size: 11px;
	display: block;
	font-family: Verdana, Helvetica, sans-serif;
}
.user_menu li a.first	{   
    text-decoration:none;
    color: #474646;
	height: 24px;
	background: url(../images/user_menu.gif) no-repeat;
}
.user_menu li a.first:hover {
    background: url(../images/user_menu.gif) no-repeat 0 -86px;
}
.user_menu li a.mid, .user_menu li.nolink	 {
	text-decoration:none;
    color: #474646;
    height: 19px;
	line-height: 16px;
	background: url(../images/user_menu.gif) no-repeat 0 -24px;
}
.user_menu li a.mid:hover {
	background: url(../images/user_menu.gif) no-repeat 0 -110px;
}
.user_menu li.nolink {
	padding-left: 25px;
}
.user_menu li a.sub {
	height: 19px;
	line-height: 20px;
	background: url(../images/user_menu.gif) no-repeat 0 -43px;
	font-weight: normal;
	padding-left: 35px;
	text-decoration:none;
}
.user_menu li a.sub:hover {
	background: url(../images/user_menu.gif) no-repeat 0 -129px;
}
.user_menu li a.last {
  text-decoration:none;
  color: #474646;
	height: 24px!important;
	height: 24px;
	line-height: 16px;
	background: url(../images/user_menu.gif) no-repeat 0 -62px;
}
.user_menu li a.last:hover {   
	background: url(../images/user_menu.gif) no-repeat 0 -148px;
}

.user_menu li img
{
	border: 0;
	margin-top: 3px;
	position: relative;
}

/**/
.main-bottom {
	background-image: url(../images/fon_line2.gif);
	background-color: #8199a5;
	background-repeat: repeat-x;
	background-position: left top;
	border-top:1px solid #999;
}
.main-bottom img {
	margin: 21px 0 0;
}
.main-bottom td {
	padding: 0 0 15px;
}
.main-bottom img {
	width: 219px;
	height: 120px;
	border: 0 none;
}
.main-bottom .info {
	width: 610px;
	color: #fff;
}

.tdform {
	background-image: url(../images/form_shad.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 18px;
	border-bottom: 1px solid #dadada;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.height_1 {
	height: 183px;
}
.height_2 {
	height: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/fon_mem.jpg) repeat-x top;
	overflow: hidden;
}
.tdform .head {
	padding: 3px 28px 5px;
	text-align: right;
}
.decor {
	border-bottom: 1px solid #dadada;
	background-color: #000;
}
.decor img {
	height: 183px;
	border: 0 none;
}

/**/
.tdform select {
	margin: 2px 0 8px;
	background-color:#FFFFFF;
	border:1px solid #B7BABF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:18px;
}

.mem-last {
	float: left;
	margin-right: 24px;
	_margin-right: 20px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;	
	text-align: right;
	overflow: hidden;
	width: 82px;
}
.tdform .shift {
	padding-left: 24px;
	_padding-left: 32px;
}
.mem-photo {
	border: 1px solid #597286;
	width: 80px;
	height: 80px;
	background-color: #000;
	margin-bottom: 3px;
    text-align:center;
    vertical-align:middle;
    valign:middle;
}
.mem-last span {
	color: #896868;
	white-space: nowrap;
	overflow: hidden;
}
.mem-photo a img{
	max-height: 80px;
	max-width: 80px;
}
a.flink {
	color: #87877B;
	white-space: nowrap;
	overflow: hidden;
}

.head-search {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	/*clear: right;*/
	color: #E75B46;
	font-size:11px;
	font-weight:bold;
	/*padding: 6px 0 0 18px;*/
	position: absolute;
	top: 116px;
	left: 14px;
}

/*******************************************
 * Bank messages
 *******************************************/
.bank-error,
.bank-success {
	font-weight: normal;
	padding: 10px 10px 6px 10px;
}
.bank-error li,
.bank-success li {
	padding: 0 0 4px 34px;
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.bank-success li {
	background: url(../images/icon_success.gif) no-repeat;
}
.bank-error li {
	background: url(../images/icon_error.gif) no-repeat;
}
/* Error */
.bank-error {
	color: #ffeaea;
	border: 1px solid #b11616;
	background: #bd2c2c url(../images/blink_error.gif) repeat;
}

/* Success */
.bank-success {
	color: #e6efc6;
	border: 2px solid #4c950d;
	background: #57a320 url(../images/blink_success.gif) repeat;
}

.logged_in {display: none;}
.visitor {display: none;}



/*******************************************
 * User List
 *******************************************/
.user-list {
	height: 164px;
	overflow: hidden;
	background: url(../images/tit_dark.gif) no-repeat top;
}
.main-right .user-list {
	height: 164px;
	width: 632px;
	overflow: hidden;
	background: url(../images/user_dark.gif) no-repeat top;
	margin-bottom: 14px;
}

.user-list em a.name {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-style:normal;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
}

.user-list em.name {
	display:block;
	padding: 0 20px 5px 18px;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}

.main-right .user-list em.name {
	margin: 7px 0 5px 5px;
}

.user-list .name.woman.online {
	background-position: 0 -117px;
}

.user-list .name.woman {
	background-position: 0 -178px;
}

.user-list .name.man.online {
	background-position: 0 -148px;
}

.user-list .name.man {
	background-position: 0 -208px;
}

.main-right .user-list a.name{
	text-decoration: none;
	color: #ecf6f8;
}

.main-right .user-list a.name:hover {
	text-decoration: none;
	color: #FDD9BB;
}

.user-list .photo {
	display: block;
	width: 158px;
	height: 122px;
	border: 1px solid #b2c7d2;
	background: #000 url(../images/no_image.gif) no-repeat center center;
	float: left;
	text-align: center;
	text-decoration: none;
	margin-left: 8px;
	_margin-left: 4px;
	overflow: hidden;
}

.user-list .photo img {
	display: inline-block;
	vertical-align: middle;
	display: -moz-inline-box;
	zoom: 1;
	//display: inline;
	max-height: 120px;
	max-width: 155px;
}

.helper {
	height: 100%;
	width: 0;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	//display: inline;
}


/*.user-list .photo {
	width: 158px;
	height: 122px;
	display: table;
	vertical-align: middle;
	border: 1px solid #b2c7d2;
	background: #e1ebef url(../images/no_image.gif) no-repeat center center;
	float: left;
	margin: 0 6px 12px;
}

.user-list .photo .container {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 122px;
	*top: 25%;
}

.user-list .photo img {
	text-align: center;
	margin: 0 auto;
	max-height: 122px;
	max-width: 158px;
	height: 122px;
}

.user-list .photo a,
.user-list .photo a:hover {
	text-decoration: none;
	display: block;
	height: auto;
}*/


.user-list ul {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}

.user-list li {
	margin: 0;
	padding: 0 0 4px;
	list-style: none outside;
}

.user-list .user-nav {
	width: 232px;
	_width: 243px;
	float: right;
	text-align: right;
	overflow: hidden;
	margin-right: 8px;
	_margin-right: 3px;
}

.user-list .user-nav a {
	color: #fff;
	text-decoration: none;
}

.user-list .user-nav a:hover {
	color: #fdd9bb;
	text-decoration: none;
}

.user-list .user-button {
	width: 108px;
	height: 28px;
	display: block;
	float: left;
	margin: 0 0 4px 8px;
	text-decoration: none;
	background-image: url(../images/user_button.gif);
	background-repeat: no-repeat;
}

.user-list .user-button.message {
	background-position: 0 0;
}

.user-list .user-button.webcam {
	background-position: 0 -40px;
}

.user-list .user-button.msn {
	background-position: 0 -80px;
}

.user-list .user-button.phone {
	background-position: 0 -120px;
}

.user-list .user-button.smyle {
	background-position: 0 -160px;
}

.user-list .user-button.star {
	background-position: 0 -200px;
}

.user-list .user-button.profile {
	background-position: 0 -240px;
}

.user-list .user-button.video {
	background-position: 0 -280px;
}

.user-list .user-button.photos {
	background-position: 0 -320px;
}

.clear {
	clear: both;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
}

.user-list.left-panel {
	height: auto !important;
}

.user-list.left-panel div.lp-header{
	padding: 7px 38px;
	background: transparent url(../images/tit_light.gif) repeat-x scroll left top;
}

.user-list.left-panel em.name{
	text-align:right;
	padding: 0 0 4px 18px;
}
.user-list.left-panel em.name a{
	float:left;
}
.user-list.left-panel strong{
	padding:0;
	margin:0;
	text-decoration:none !important;
	font-style:normal !important;
}
.user-list.left-panel a.photo{
	margin: 0 36px;
	_margin: 0 19px;
}
.user-list.left-panel div.lp-buttons{
	text-align:center;
	margin: 8px 56px;
}
.user-list.left-panel br {
	_line-height: 1px;
}

/*******************************************
 * 
 ******************************************/
.user-photo {
	width: 376px;
	*width: 395px;
	padding-left: 127px;
	*padding-left: 121px;
}

.view-photo {
	text-align: center;
	padding: 10px 0;
}

.view-photo img {
	border: 1px solid #b2c7d2;
}

.thumb-photo {
	width: 80px;
	height: 80px;
	display: table;
	vertical-align: middle;
	border: 1px solid #b2c7d2;
	background: #000 url(../images/no_image.gif) no-repeat center center;
	float: left;
	margin: 0 6px 12px;
}

.thumb-photo .container {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 80px;
	*top:25%
}

.thumb-photo img {
	text-align: center;
	margin: 0 auto;
	max-height: 80px;
	max-width: 80px;
}

.thumb-photo a,
.thumb-photo a:hover {
	text-decoration: none;
	display: block;
	height: auto;
}

/*******************************************
 * 
 ******************************************/
.lmenu_top
{
	font-size: 12px;
	color: #4b5a61;
}

.lmenu_top ul li a
{
	color: #474646!important;
}

.lmenu_top ul
{
	margin: 7px 0 10px 0;
	padding: 0;
	list-style: none;
}

.lmenu_top ul li
{
	display: inline;
	line-height: 25px;
}

.lmenu_top ul li a
{
	display: block;
	padding-left: 45px;
	text-decoration: none;
	color: #4b5a61;
}

.lmenu_top ul li.nolink
{
	display: block;
	padding-left: 45px;
}

.lmenu_top ul li.nolink.ok
{
	background: url(../images/ok_icon.gif) no-repeat 9% center;
}

.lmenu_top ul li.nolink.alert
{
	background: url(../images/alert_icon_alpha.gif) no-repeat 9% center;
}

.lmenu_top ul li.okk a
{
	background: url(../images/ok_icon_alpha.gif) no-repeat 9% center;
}

.lmenu_top ul li.okk a:hover
{
	background: #8AABB1 url(../images/ok_icon.gif) no-repeat 9% center;
}

.lmenu_top ul li.alertt a
{
	background: url(../images/alert_icon_alpha.gif) no-repeat 9% center;
}

.lmenu_top ul li.alertt a:hover
{
	background: #9aabb3 url(../images/alert_icon.gif) no-repeat 9% center;
}

.lmenu_top ul li a:hover
{
	background: #8AABB1;
	color: #ffffff!important;
	text-decoration: none;
}

/*******************************************
 * 
 ******************************************/
.title_light {
	background:url(../images/tit_light.gif) repeat-x left top;
	color:#333;
	font-size:12px;
	font-weight:bold;
	height:26px;
	padding-left:17px;
	padding-right:17px;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
}

/*******************************************
 * NEW
 ******************************************/
.data-table .user-list {
	height: 20px;
}

.data-table .user-list em.name {
	padding-left: 20px;
}

/**/
.shift-10 {
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/**/
.message-box {
	padding: 15px;
	margin: 0;
	color: #465e6a;
	font-size: 12px;
	line-height: 18px;
}

/**/
.box .data table.data-form {
	width: 490px;
	*width: 490px;
}

.box .data .data-form td {
	padding: 1px 10px;
}

.box-grey p,
.box .data .data-form p {
	padding-bottom: 4px;
	margin: 0;
	color: #666;
}

.box .data .data-form p,
.box .data .data-form label {
	line-height: 12px;
	font-size: 12px;
}

.box .data .data-form span,
.box .data .data-form label {
	*vertical-align: middle;
}

.box .data .data-form select {
	margin-bottom: 8px;
	width: 180px;
}
.box .data .data-form select.min {
	width: 50px;
}

/**/
.box-grey {
	background-color: #F2F2F2;
	border-top: 1px solid #D1CAC5;
	padding: 20px 0 10px;
	width: 100%;
}

.box-grey strong {
	color: #333;
}

.box-grey input {
	margin-bottom: 6px;
}

/* progress bar */
.pbar {
	width: 161px;
	height: 15px;
	margin-left: 20px;
	margin-top: 15px;
	background: url(../images/pbar_0.gif) no-repeat;
}

.pbar p {
	margin-left: 165px;
	color: #6a8895;
	font-size: 11px;
}

.pbar.p-25 {
	background: url(../images/pbar_25.gif) no-repeat;
}

.pbar.p-50 {
	background: url(../images/pbar_50.gif) no-repeat;
}

.pbar.p-75 {
	background: url(../images/pbar_75.gif) no-repeat;
}

.pbar.p-100 {
	background: url(../images/pbar_100.gif) no-repeat;
}
.complete {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #ff0000!important;
	margin-left: 21px;
	line-height: 20px;
}

/**/
em.name .blink-online {
    display:none;
}

em.name.online .blink-online {
	background: url(../images/online.gif) no-repeat -1px -5px;
    display: inline;
}

.user-list .blink-online {
    display:none;
}

.user-list em.online .blink-online {
	background: url(../images/online.gif) no-repeat -1px -5px;
    display: inline;
}

/**/
.warning-text {
	color: #526c7a;
}
