/*******************************************
 * Reset
 *******************************************/
html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0 auto;
	width: 806px;
	background: #393939 url(../images/body.png) repeat-x center top;
}

a {
	outline: none;
	color: #f7033c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.second {
	color: #f7033c;
	text-decoration: underline;
	outline: none;
}

a.second:hover {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
}

hr {
	color: #ddd;
	background-color: #ddd;
	text-align: left;
	height: 1px;
	width: 100%;
	margin: 0 0 24px;
	border: none 0;
}

label {
	vertical-align: top;
	position: relative;
	top: 2px;
	cursor: pointer;
}

p {
	margin: 0px 6px 10px;
	color: #333;
}

h3 {
	margin-top: 0;
}

/*******************************************
 * Header
 *******************************************/
.header {
	background: url(../images/container.png) no-repeat center top;
	height: 118px;
	position: relative;
}

/*******************************************
 * Logo
 *******************************************/
.logo,
.logo:hover {
	background: url(../images/logo.png) no-repeat left top;
	height: 34px;
	width: 286px;
	display: block;
	position: absolute;
	top: 40px;
	left: 17px;
	text-decoration: none;
}

/*******************************************
 * Login
 *******************************************/
.login {
	position: absolute;
	top: 20px;
	right: 18px;
}

.login .inner {
	position: relative;
	height: 45px;
	width: 270px;
	background: url(../images/login.png) no-repeat left bottom;
	overflow: hidden;
}

.login input {
	position: absolute;
	top: 22px;
}

.login input[type=text] {
	left: 5px;
}

.login input[type=password] {
	left: 108px;
}

.login input[type=submit] {
	right: 0;
	top: 20px;
	height: 26px;
	width: 62px;
	background: url(../images/button_login_tr.png) no-repeat left top;
	cursor: pointer;
	border: 0 none;
}

.login input[type=submit]:hover {
	background: url(../images/button_login_tr.png) no-repeat 0 -30px;
	border: 0 none;
}

.login input[type=text],
.login input[type=password] {
	background-color: transparent;
	width: 90px;
	height: 16px;
	border: 0 none;
	color: #aaa;
}

.login a {
	font-size: 11px;
	line-height: 11px;
	color: #a1a1a1;
	text-decoration: underline;
	position: absolute;
}

.login a:hover {
	text-decoration: none;
}

.login a.join {
	left: 5px;
}

.login a.lost {
	left: 108px;
}

/* Fix IE6 */
* html .login .button {
	right: 0;
	top: 20px;
	height: 26px;
	width: 62px;
	background: url(../images/button_login_tr.png) no-repeat left top;
	cursor: pointer;
	border: 0 none;
}

* html .login .button:hover {
	background: url(../images/button_login_tr.png) no-repeat 0 -30px;
}

* html .login .username,
* html .login .password {
	background-color: transparent;
	width: 90px;
	height: 16px;
	border: 0 none;
	color: #aaa;
}

* html .login .username {
	left: 5px;
}

* html .login .password {
	left: 108px;
}

/*******************************************
 * Menu
 *******************************************/
.menu {
	text-align: center;
	position: absolute;
	top: 93px;
	left: 0;
	right: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 806px;
}

.menu li {
	list-style: none outside;
	display: inline;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
}

.menu a {
	color: #eee;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
}

.menu a:hover {
	color: #fb0064;
	text-decoration: none;
}

.menu .separate {
	background: url(../images/separate.gif) no-repeat center center;
	padding: 5px 18px;
}

/*******************************************
 * My Menu
 *******************************************/
.menu-my {
	position: absolute;
	top: 29px;
	right: 0;
	text-decoration: none;
	text-align: right;
	width: 490px;
	background: url(../images/menu_my.png) no-repeat right top;
	overflow: hidden;
}

.menu-my,
.menu-my a,
.menu-my li {
	height: 45px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu-my li {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	display: inline-block;
	list-style: none outside;
	*display: inline;
	line-height: 41px;
}

.menu-my a {
	color: #333;
	text-shadow: 1px 1px 0 #e5e5e5;
	text-decoration: none;
	_position: relative;
	_top: -4px;
}

.menu-my a:hover {
	color: #fb0064;
}

.menu-my .separate {
	background: url(../images/menu_my.png) no-repeat 0 -50px;
	padding: 0;
	margin: 0 1px;
	_margin: 0 2px;
	width: 2px;
}

/*******************************************
 * Main Block
 *******************************************/
.main {
	background: #323232 url(../images/content.png) repeat-y center top;
}

.main .box.side {
	margin-left: 180px;
	_width: 540px;
}

.main .box.side table {
	width: 100%;
}

.main .content {
	padding: 10px 40px 25px;
	overflow: auto;
	_margin-bottom: 25px;
}

.main-top {
	background: url(../images/top.png) no-repeat center top;
	height: 16px;
}

/*******************************************
 * Sidebar
 *******************************************/
.sidebar {
	width: 180px;
	float: left;
}

/*******************************************
 * Footer
 *******************************************/
.footer {
	background: url(../images/bottom.png) no-repeat center top;
	position: relative;
	height: 80px;
}

/*******************************************
 * Footer Menu
 *******************************************/
.menu-help {
	position: absolute;
	right: 20px;
	top: 22px;
	font-size: 11px;
	text-align: right;
}

.menu-help a {
	text-decoration: none;
	color: #fff;
}

.menu-help a:hover {
	color: #f7033c;
	text-decoration: none;
}

.menu-help span {
	color: #666;
	padding: 0 5px;
}

/*******************************************
 * Copyright
 *******************************************/
.copyright {
	position: absolute;
	left: 20px;
	top: 22px;
	font-size: 11px;
	color: #888;
}

.copyright a {
	text-decoration: none;
	color: #fff;
}

.copyright a:hover {
	text-decoration: underline;
}

/*******************************************
 * Page Title
 *******************************************/
.page-title {
	padding: 20px 40px;
}

.page-title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fb0064;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
	text-shadow:  1px 1px 0 #ddd;
	line-height: 20px;
	border-bottom: 1px solid #999;
}

/*******************************************
 * 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: #c86161;}
.color-blue {color: #144287;}
.color-green {color: #148710;}

/*******************************************
 * Boxes
 *******************************************/
.box {
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari and Chrome */
	-khtml-border-radius: 6px; /* Konqueror */
	border-radius: 6px; /* CSS3 */
}

.box p {
	color: #000;
}

/* Grey Box */
.box.grey {
	background-color: #CDD0D3;
	color: #000;
	padding: 15px;
}

/* Pink Box */
.box.pink {
	background-color: #EBEBEB;
	color: #000;
	padding: 15px;
}

/* Orange Box */
.box.orange {
	background-color: #fde7a4;
	color: #000;
	padding: 15px;
}

/*******************************************
 * 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%;
	background-color: #ccc;
	margin: 0 auto 15px;
}

.data-table thead td {
	font-weight: bold;
	color: #fff;
	background:;
	padding: 6px;
}

.data-table thead,
.data-table thead td {
	background: #808285;
}

.data-table tbody td {
	padding: 4px 5px;
	color: #000;
}

.data-table tbody tr {
	background-color: #fff;
}

.data-table tbody tr.even {
	background-color: #fff4cb;
}

.data-table tbody tr:hover {
	background-color: #ffeaed;
}

.data-table tbody a {
	font-size: 11px;
}

.data-table tbody a:hover {
	color: #EB1000;
	text-decoration: none;
}

.data-table .user-title a:hover {
	color: #fb0064;
	text-decoration: none;
}

.user-name,
.data-table tbody td.user-title strong a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

.data-table .user-title a,
.data-table tbody td.user-title strong a {
	color: #222;
	text-decoration: none;
}

.data-table tbody td.user-title em.man {
	padding-right: 0;
}

.data-table tbody td.user-title em.woman {
	padding-right: 5px;
}

.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: 70%;
	margin: 0 auto 15px;
	background-color: #ebebeb;
	border: solid 1px #ddd;
	padding: 10px 0;
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari and Chrome */
	-khtml-border-radius: 6px; /* Konqueror */
	border-radius: 6px; /* CSS3 */
}

.box .data td {
	font-size: 12px;
	padding: 6px 10px;
}

.box .data .data-title {
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding-left: 30px;
	color: #444;
}

.box .data .data-value {
	color: #444;
	padding-right: 30px;
	width: 60%;
}

/*******************************************
 * 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 10px;
}

.alphabet li {
	list-style: none outside;
	display: inline;
	padding-right: 3px;
}

.alphabet li a {
	color: #e7005c;
	text-decoration: none;
}

.alphabet li a:hover {
	color: #fff;
	background-color: #e7005c;
}

/*******************************************
 * 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 #fb0064;
	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 18px 10px 0;
	_margin: 0 0 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: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height: 11px;
	*line-height: 12px;
	background: url(../images/button.png) no-repeat;
	margin-top: 5px;
	display: block;
	width: 83px;
	height: 13px;
	white-space: nowrap;
	overflow: hidden;
}
.button-small:hover,
.photo-mid .button:hover,
.user .button:hover {
	color: #fff;
	background: url(../images/button.png) no-repeat 0 -20px;
}
.button-small {
	color: #eee;
	background: url(../images/button.png) no-repeat 0 -00px;
	text-decoration: none;
}
.button-small:hover {
	background: url(../images/button.png) no-repeat 0 -20px;
	text-decoration: none;
	color: #fff;
}

/**/
.photo-mid {
	margin: 0 5px 24px 8px;
	float: left;
	width: 168px;
}

.photo-mid thead {
	background-color: #cdd0d3;
}

.photo-mid thead td {
	padding: 4px 4px 0;
	width: 174px;
	height: 197px;
	overflow: hidden;
	border-top: solid 1px #bfc3c8;
	border-left: solid 1px #bfc3c8;
	border-right: solid 1px #bfc3c8;
}

.photo-mid thead th {
	padding: 0 3px;
	overflow: hidden;
	height: 26px;
	white-space: nowrap;
	border-bottom: solid 1px #bfc3c8;
	border-left: solid 1px #bfc3c8;
	border-right: solid 1px #bfc3c8;
}

.photo-mid thead td img {
	max-width: 170px;
	max-height: 180px;
	margin-bottom: 4px;
	border: solid 2px #fb0064;
}

.photo-mid tbody td {
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.photo-mid tbody td a {
	text-decoration: none;
}

/* select type couple */
.couple {
	padding: 0 0 9px 10px;
	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: 0;
	width: 172px;
	height: 172px;
}

.couple li.mw {
	background: url(../images/icon_mw.gif) no-repeat center top;
}
.couple li.wm {
	background: url(../images/icon_wm.gif) no-repeat center top;
}
.couple li.ww {
	background: url(../images/icon_ww.gif) no-repeat center top;
}
.couple li.mm {
	background: url(../images/icon_mm.gif) no-repeat center top;
}

.couple a {
	font-size: 11px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 172px;
	height: 172px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.couple a span {
	top: 149px;
	position: relative;
	display: block;
	color: #999;
}

/*******************************************
 * 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: 15px;
	height: 26px;
}
.nav.bottom {
	padding: 0 0 15px;
}
.nav .button {
	font-size: 11px;
	text-decoration: none;
	background-repeat: repeat-x;
	margin: 0 4px;
}
.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;
	font-style: normal;
}
.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 -60px;
}

.nav .color-red em {
	background-position: 0 0;
}

.nav .color-red b {
	background-position: 0 -30px;
}

.nav .color-red span {
	color: #ccc;
}

.nav .color-red:hover span {
	color: #fff;
}

/* Silver Color */
.nav .color-silver {
	background-position: 0 -240px;
}

.nav .color-silver em {
	background-position: 0 -180px;
}

.nav .color-silver b {
	background-position: 0 -210px;
}

.nav .color-silver span {
	color: #fff;
}

.nav .color-silver:hover span {
	color: #000;
}

/* 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 -120px;
}
.icon-del strong {
	background-position: 0 -150px;
}

/*******************************************
 * Case
 *******************************************/
.case {
	padding: 0;
	margin: 0;
	text-align: center;
}
.case li,
.case dt {
	list-style: none outside;
	background-color: #fff;
	padding: 8px 15px;
	margin-bottom: 6px;
	/*border: solid 1px #ddd;*/
}
/*.case dt:hover,
.case li:hover {
	background-color: #fff1c9;
}*/
.case dt {
	margin: 0;
	clear: right;
	text-align: left;
	color: #000;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	border-radius-topleft: 4px;
	border-radius-topright: 4px;
}
.case dd {
	margin: 0 0 10px;
	padding: 5px;
	height: 13px;
	background-color: #f4f1bd;
	border-top: solid 1px #bfc3c8;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-radius-bottomleft: 4px;
	-webkit-border-radius-bottomright: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomright: 4px;
	border-radius-bottomleft: 4px;
	border-radius-bottomright: 4px;
}
.case dd .button-small {
	float: right;
	margin: 0 0 0 5px;
	/*color: #fff;*/
}

/* system message */
.case dt.system,
.case li.system {
	background-color: #ff4d7b;
}
.case dt.system .user-title strong {
	color: #fff;
}
.case dd.system  {
	background-color: #d10355;
}

/*******************************************
 * User Name
 *******************************************/
.user-title {
	font-size: 12px;
	padding: 0 0 5px 0;
}
.user-title strong {
	color: #333;
}
.user-title span {
	color: #ccc;
}
.user-title em {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	font-size: 13px;
}
.user-title em.woman {
	background-position: 0 -180px;
	padding-left: 15px;
}
.user-title em.man {
	background-position: 0 -210px;
	padding-left: 20px;
}
.user-title em.photo {
	background-position: 0 -330px;
	padding-right: 20px;
}
.user-title em.standart {
	background-position: 0 -240px;
	padding-right: 16px;
}
.user-title em.gold {
	background-position: 0 -270px;
	padding-right: 16px;
}
.user-title em.platinum {
	background-position: 0 -300px;
	padding-right: 16px;
}
.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;
	border-top: 1px solid #999;
	margin-top: 20px;
}

.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: #666;
	text-decoration: none;
}

.pager li a:hover {
	color: #fff;
	background-color: #fb0064;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.pager li.select {
	color: #fb0064;
}

.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: 13px;
	font-weight: bold;
	color: #fff;
	text-align: middle;
	text-shadow: 1px 1px 0 #850025;
	background: url(../images/button_ol.png) no-repeat;
	width: 160px;
	height: 61px;
	border: none 0;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 9px;
}

.button-big:hover {
	background: url(../images/button_ol.png) no-repeat 0 -70px;
}

/*******************************************
 * 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;
}

/**/
.visitor,
.logged_in {display: none;}
