@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
}
img {
	border:none;
}
form {
	display:inline;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
	padding: 2px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
}
.topBar {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #f5eae5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 4px;
	width: 100%;
}
.topBar a {
	font-family: Tahoma;
	font-size: 11px;
}
.header {
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
.header a {
	padding:0px;
}
.header a:hover {
	background-color:transparent;
	padding:0px;
}
.header .blue {
	background-image: url(images/tab_b_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	margin: 0px 1px 0px 1px;
	padding:0px;
	float: left;
}
.header .blue .left {
	background-image: url(images/tab_b_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	width: 10px;
}
.header .blue .link {
	float:left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.header .blue .link a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.header .blue .link a:hover {
	text-decoration: underline;
	background-color: transparent;
}
.header .blue .right {
	background-image: url(images/tab_b_r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	width: 10px;
}
.header .grey {
	background-image: url(images/tab_g_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	margin: 0px 1px 0px 1px;
	padding:0px;
	float: left;
}
.header .grey .left {
	background-image: url(images/tab_g_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	width: 10px;
}
.header .grey .link {
	float:left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.header .grey .link a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.header .grey .link a:hover {
	text-decoration: underline;
	background-color: transparent;
}
.header .grey .right {
	background-image: url(images/tab_g_r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	width: 10px;
}
.header .red {
	background-image: url(images/tab_r_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	margin: 0px 1px 0px 1px;
	padding:0px;
	float: left;
	display:inline;
}
.header .red .left {
	background-image: url(images/tab_r_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	width: 10px;
}
.header .red .link {
	float:left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.header .red .link a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.header .red .link a:hover {
	text-decoration: underline;
	background-color: transparent;
}
.header .red .right {
	background-image: url(images/tab_r_r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	width: 10px;
}
.subMenu {
	background-image: url(images/u_menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
	margin:0px;
}
.subMenu th {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: left;
	padding: 15px 0px 5px 20px;
	width: 250px;
}
.subMenu td {
	padding: 15px 10px 5px 0px;
}
.subMenu td a {
	margin-right: 20px;
}
.main {
	margin: 10px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #DDDDDD;
	width: 90%;
}
h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	padding: 2px 2px 5px 2px;
	margin: 0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
h2 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 2px 2px 5px 2px;
	margin: 0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
h3 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 2px 2px 5px 2px;
	margin: 5px;
}
.textfield {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 1px;
}
.bSubmit {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099CC;
	padding: 5px;
	border: 1px solid #006699;
}
.leftProfile {
	margin-bottom: 10px;
}
.leftProfile img {
	border: 1px solid #c6d9e6;
	padding: 5px;
}
.leftProfile b {
	color: #000000;
}
.rightProfile {
	margin: 5px 5px 10px 5px;
	width:250px;
	text-align: left;
}
.rightProfile .vot {
	margin: 0px 0px 10px 0px;
	border: 1px solid #DDDDDD;
	width:100%;
}
.rightProfile .vot #rate_message {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #333333;
	padding: 3px 3px 3px 10px;
}
.rightProfile .vot a, .rightProfile .vot a:hover {
	margin: 0px;
	padding: 0px;
}
.rightProfile .links {
	margin: 0px 0px 10px 0px;
	border: 1px solid #DDDDDD;
	width:100%;
}
.centerProfile {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	margin: 5px;
	border: 1px solid #DDDDDD;
	text-align: left;
	width:98%;
}
.centerProfile .title, .title {
	color: #999999;
	margin: 5px;
	width: 100%;
}
.centerProfile .title .nume, .title .nume {
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.centerProfile .title .loc, .title .loc {
	font-size: 18px;
	color: #cccccc;	
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.centerProfile .title .status, .title .status {
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
	clear: right;
	text-transform: uppercase;
}
.centerProfile .title .statut, .title .statut {
	font-size: 12px;
	text-transform: uppercase;
	color: #CC0000;
	text-decoration: none;
	clear: right;
	font-weight: bold;
}
.centerProfile .descriere {
	color: #333333;
	margin: 5px;
	width: 100%;
}
.centerProfile .descriere p {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-family: Georgia;
}
.centerProfile .descriere th {
	text-align: left;
	padding: 2px;
}
.centerProfile .descriere td {
	padding: 2px;
	color: #006699;
}
.centerProfile .comentarii, .centerProfile .coment, .comentarii {
	color: #333333;
	margin: 5px;
	width: 100%;
}
.centerProfile .comentarii p, .comentarii p {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-family: Tahoma;
	padding: 5px;
}
.centerProfile .comentarii td, .comentarii td {
	padding: 2px;
	vertical-align: top;
}
.centerProfile .comentarii span, .comentarii span {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.item {
	width:99%;
	margin: 5px;
	border: 1px solid #DDDDDD;
}
.poze {
	width:100%;
	margin: 5px;
}
.poza {
	margin: 5px;
	width: 100%;
	border: 1px solid #CCCCCC;
}
.poza .name, .poza .desc {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.poza .buton {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	padding: 1px;
	border: 1px solid #003366;
}
.poza .related {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #ddeff9;
	margin: 5px;
	width: 100%;
	border: 1px solid #A0DEFC;
}
.poza .related td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px;
}
.mesaje {
	width: 100%;
	margin: 5px;
}
.mesaje th {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #D5F0FD;
	text-align: left;
	padding: 2px;
	border: 1px solid #A6E2F9;
}
.mesaje td {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.mesaje .buton, .mesaj .buton {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	padding: 1px;
	border: 1px solid #003366;
}
.mesaj {
	width: 100%;
	margin: 5px;
}
.mesaj th {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	padding: 5px;
	text-align: left;
	
}
.mesaj td {
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
.footer {
	border-top:1px solid #DDDDDD;
	font-size: 11px;
	color:#999999;
}
.footer td {
	text-align:center;
	padding: 10px;
	vertical-align: top;
}
.footer a {
	margin: 0px 5px 0px 5px;
	font-size: 11px;
}
.nav td {text-align:center; vertical-align:middle; padding:5px; font-size:50px; color:#999999;}
.nav #normal {background-color:#FFFFFF; font-size:50px;}
.nav #hover {background-color:#0066CC; font-size:50px;}
.nav #normal a, .nav a {text-decoration:none; padding:0px; color:#0066CC; display:block; background-color:#FFFFFF; font-size:50px;}
.nav #hover a {text-decoration:none; padding:0px; color:#FFFFFF; background-color:#0066CC; font-size:50px;}
.nav th {width:120px; height:120px; text-align:center; vertical-align:middle !important; background-color:#CC0000; padding:5px;}

.featured {font-size:11px; color:#666666; border: 1px solid #CCCCCC; margin:10px;}
.featuredBoys {font-size:11px; color:#666666; border: 1px solid #99CCCC; margin:10px;}
.featuredGirls {font-size:11px; color:#666666; border: 1px solid #FF9999; margin:10px;}
.tabelnouBarbat {
	border: thin solid #99CCCC;
	margin: 5px;
}
.tabelnouFemeie {
	border: thin solid #FF9999;
	margin: 5px;
}
.tabelnouFemeieTop {
	border: thin solid #FF9999;
	margin: 5px;
}
.tabelnouBarbatTop {
	border: thin solid #99CCCC;
	margin: 5px;
}
.tabelnouGeneralTop {
	border: thin solid #CCCCCC;
	margin: 5px;
}