/*******************************************
 * Main
 *******************************************/
html, body {
	height: 100%;
}
body {
	font: normal 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	background: #066caa url(../images/bg.jpg) repeat-x top;
	width: 886px;
	padding: 0;
	margin: 0 auto;
}
a {
	color: #d1058e;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0072af;
}
a.second {
	color: #0072af;
	text-decoration: none;
	outline: none;
}
a.second:hover {
	color: #d1058e;
}
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 {
	vertical-align: top;
	position: relative;
	top: 2px;
	cursor: pointer;
}
p {
	margin: 0px 6px 10px;
	color: #083256;
}
h3 {
	margin-top: 0;
}

/*******************************************
 * Header
 *******************************************/
.header {
	background: url(../images/header.gif) no-repeat top;
	margin-top: 15px;
	height: 92px;
}
.header .content {
	background-repeat: no-repeat;
}
.header .logo {
	background: url(../images/logo.png) no-repeat;
	height: 70px;
	width: 185px;
	display: block;
	position: absolute;
	margin: 8px 0 0 8px;
}

/*******************************************
 * Menu
 *******************************************/
.menu {
	height: 26px;
}
.menu ul {
	padding: 34px 28px 0 0;
	margin: 0;
	text-align: right;
}
.menu li {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 17px;
	list-style: none outside;
	display: inline;
	padding: 0 2px;
	color: #F2D94F;
}
.menu a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow:1px 1px 0 #DC6B02;
}
.menu a:hover {
	color: #000;
	text-shadow:1px 1px 0 #F2D94F;
}

/*******************************************
 * My Menu
 *******************************************/
.menu-my {
	padding: 0 10px 0;
	height: 32px;
	background: url(../images/top.gif) no-repeat top;
}
.menu-my ul {
	padding: 1px 6px 0;
	margin: 0;
	text-align: right;
	float: right;
}
.menu-my a,
.menu-my b,
.menu-my i,
.menu-my li,
.menu-my span {
	height: 26px;
	font-style: normal;
}
.menu-my a,
.menu-my b,
.menu-my i,
.menu-my li,
.menu-my span {
	display: block;
	float: left;
	cursor: pointer;
}
.menu-my li {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	list-style: none outside;
	display: inline;
	padding-left: 3px;
	padding-top: 1px;
}
.menu-my a {
	color: #0274b0;
	text-decoration: none;
}
.menu-my a:hover {
	color: #0274b0;
}
.menu-my b,
.menu-my i,
.menu-my span {
	background-image: url(../images/menu.gif);
}
.menu-my span {
	background-repeat: repeat-x;
	background-position: 0 -60px;
	line-height: 26px;
	color: #66360b;
}
.menu-my a:hover span {
	background-position: 0 -150px;
	color: #0274b0;
}
.menu-my b,
.menu-my i {
	width: 13px;
	background-repeat: no-repeat;
}
.menu-my b {
	background-position: 0 0;
}
.menu-my a:hover b {
	background-position: 0 -90px;
}
.menu-my i {
	background-position: 0 -30px;
}
.menu-my a:hover i {
	background-position: 0 -120px;
}

/*******************************************
 * Helper Menu
 *******************************************/
.menu-help {
	padding: 10px 0 0;
}
.menu-help ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.menu-help li {
	font-size: 11px;
	color: #fff;
	list-style: none outside;
	display: inline;
	padding: 0 2px;
}
.menu-help a {
	color: #fff;
	text-decoration: underline;
}
.menu-help a:hover {
	color: #fff;
	text-decoration: none;
}

/*******************************************
 * Login
 *******************************************/
.login {
	padding-top: 1px;
	text-align: right;
}
.login label {
	font-size: 13px;
	font-weight: bold;
	color: #f3ceac;
}
.login .input {
	border: 0 none;
	width: 126px;
	padding: 0 2px;
	background: url(../img/input_login.png) no-repeat left top;
	height: 24px;
	position: relative;
	top: -5px;
}
.login .button {
	background: url(../img/button_giris.png) no-repeat left top;
	border: 0 none;
	color: #FFf;
	font-size: 14px;
	font-weight: bold;
	width: 71px;
	height: 27px;
	position: relative;
	top: -4px;
}

/*******************************************
 * Main Block
 *******************************************/
.main {
	background: url(../images/bg.gif) repeat-y;
}
.main .box.side {
	margin-left: 180px;
}
.main .box.side table {
	width: 100%;
}
.main .content {
	padding: 15px 40px;
	overflow: auto;
}
.main-bottom {
	background: url(../images/bottom.gif) no-repeat;
	padding-top: 14px;
}

/*******************************************
 * Sidebar
 *******************************************/
.sidebar {
	width: 180px;
	float: left;
}

/*******************************************
 * Page Title
 *******************************************/
.page-title {
	padding: 15px 3px 0;
}
.page-title h2 {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 15px;
	color: #0A4887;
	height: 26px;
	margin: 0;
	text-align: center;
	line-height: 24px;
}

/*******************************************
 * Footer
 *******************************************/
.footer {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	height: 50px;
	padding: 8px 15px;
	text-align: center;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}

/*******************************************
 * 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 {
	
}

/* Grey Box */
.box.grey {
	background-color: #eee;
	padding: 15px;
	border: solid 1px #ddd;
}

/* Pink Box */
.box.pink {
	background-color: #c4e0ee;
	padding: 15px;
	/*border: solid 1px #ffd6f5;*/
}

/* Orange Box */
.box.orange {
	background-color: #ffdc72;
	padding: 15px;
	border: solid 1px #f8e8b7;
}

/*******************************************
 * 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;
	*margin: 0 auto;
	*padding: 0 0 15px;	
}
.data-table td {
	border-right: solid 1px #ddd;
}

.data-table thead td {
	font-weight: bold;
	color: #333;
	background:;
	padding: 6px;
}
.data-table thead,
.data-table thead td {
	background: #f0e76c url(../images/table_grad.gif) repeat-x bottom;
}
.data-table tbody td {
	padding: 4px 5px;
}
.data-table tbody tr {
	background-color: #fff;
}
.data-table tbody tr.even {
	background-color: #e6e6e6;
}
.data-table tbody tr:hover {
	background-color: #ffe5e5;
}
.data-table tbody a {
	font-size: 11px;
	color: #006aa1;
}
.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: 70%;
	margin: 0 auto 15px;
	background-color: #C4E0EE;
	border: solid 4px #ffa240;
	-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: 8px 18px;
}
.box .data .data-title {
	font-weight: bold;
	font-size: 12px;
	/*background-color: #fae9af;*/
	text-align: right;
	padding-left: 30px;
	color: #000;
}
.box .data .data-value {
	color: #0274b0;
	/*ackground-color: #eee;*/
	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: 13px;
	margin: 0;
	padding: 0 10px;
}
.alphabet li {
	list-style: none outside;
	display: inline;
	padding-right: 3px;
}
.alphabet li a {
	color: #005c8d;
	text-decoration: none;
}
.alphabet li a:hover {
	color: #fff;
	background-color: #005c8d;
}

/*******************************************
 * 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 18px 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: 13px;
	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: #aa1768;
	background: url(../images/button.gif) no-repeat 0 -40px;
}
.button-small:hover {
	color: #aa1768;
	background: url(../images/button.gif) no-repeat 0 -60px;
}

/**/
.photo-mid {
	margin: 0 16px 28px 0;
	width: inherit;
	float: left;
}
.photo-mid thead {
	background-color: #fcf5d0;
}
.photo-mid thead td {
	padding: 4px 4px 0;
	width: 174px;
	height: 197px;
	overflow: hidden;
	border-top: solid 1px #fdb233;
	border-left: solid 1px #fdb233;
	border-right: solid 1px #fdb233;
}
.photo-mid thead th {
	padding: 0 3px;
	overflow: hidden;
	height: 26px;
	white-space: nowrap;
	border-bottom: solid 1px #fdb233;
	border-left: solid 1px #fdb233;
	border-right: solid 1px #fdb233;
}
.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;
}

/* select type couple */
.couple {
	padding: 0 0 9px 16px;
	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: 18px;
	width: 172px;
	height: 172px;
}
.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: 172px;
	height: 172px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
.couple a span {
	top: 149px;
	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 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;
}
.nav .button span {
	margin-top: 2px;
}
.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: #fab83d;
}

/* 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;
}

/* 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 0 9px;
	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: #ffecf9;
}
.case dt {
	margin: 0;
	clear: right;
	text-align: left;
}
.case dd {
	margin: 0 0 10px;
	padding: 5px;
	height: 13px;
	background-color: #ffe6f7;
	border-left: solid 1px #ffccef;
	border-right: solid 1px #ffccef;
	border-bottom: solid 1px #ffccef;
}
.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: #666;
}
.user-title em {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	font-size: 13px;
}
.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: 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;
}
.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: #005c8d;
}
.pager li.select {
	color: #005c8d;
}
.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_ol.gif) no-repeat;
	width: 160px;
	height: 33px;
	border: none 0;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 5px;
}

/*******************************************
 * 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;
}

/*******************************************
 * 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;
}
.visitor, .logged_in {display:none}
