/***** General formating *****/
html {
	height: 100%;
	background: #ffffff;
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	margin:0px;
	padding:0px;
	color: #ffffff;
	font-family: Arial,sans-serif;
	line-height: 140%;
	font-size: 14px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
	background-color: #161616;
}
#bodyBackground {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
}
td {
	text-align: left;
	font-size: 14px;
	line-height: 140%;
}
th {
	font-size: 14px;
	line-height: 140%;
}
form {
	margin: 0px;
 	padding: 0px;
}
a {
	color: #d7257d;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #ff6bb4;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0px 15px 0px;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
}
ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
fieldset legend {
	font-weight: bold;
	padding-left: 2px;
}
input, textarea {
	border: 1px solid #d6287f;
	padding: 2px 1px;
	font-family: Arial,sans-serif;
	font-size: 12px;
	background-color: white;
}
select {
	background-color: white;
	border: 1px solid #d6287f;
}
/* Similarities between the A buttons and the INPUT buttons */
a.button, input.deletebutton,
table#messagePane tr.buttons td a,
input.button, .formbuttons input,
#tabcontrol #buttonpanel input,
table#messagePane tr.buttons td input,
a.fancybutton,
table.admin_listing_table tr td.buttons a {
	color: #ffffff !important;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #f58a9d;
	border-left: 1px solid #f58a9d;
	border-right: 1px solid #600022;
	border-bottom: 1px solid #600022;
	background: #BF237E url(/images/button_bg.gif) repeat-x;
	overflow: hidden;
	line-height: 20px;
	margin: 1px;
	white-space:nowrap;
	text-shadow: #7e1063 0 -1px 0;
	display: inline !important;
	text-decoration: none;
	padding: 1px 15px;
}
/*a.button,
table#messagePane tr.buttons td a,
input.button,
input.deletebutton,
#tabcontrol #buttonpanel input,
.formbuttons input,
table#messagePane tr.buttons td input {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: underline;
	color: #d6287f;
}*/
/* Hacking of the INPUT buttons */
/*input.button,
input.deletebutton,
.formbuttons input,
#tabcontrol #buttonpanel input,
table#messagePane tr.buttons td input {
	width: auto;
	background: none;
	border: medium none;
	display: inline;
	width: auto;
	margin: 0px;
	padding: 0px;
	height: 24px;
	border-bottom: 1px solid #d6287f;
	text-decoration: none;
	cursor: pointer;
}*/
/* Addiitonal formating of the A buttons */
/*a.button,
table#messagePane tr.buttons td a {
	margin: 0px 5px 0px 0px;
	padding: 0px 1px;
	line-height: normal;
}*/
/* Addiitonal formating for delete buttons - if there's any */
input.deletebutton {
}
/*a.fancybutton,
table.admin_listing_table tr td.buttons a {
	color: #cccccc !important;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #f58a9d;
	border-left: 1px solid #f58a9d;
	border-right: 1px solid #600022;
	border-bottom: 1px solid #600022;
	background: url(/images/button_bg.gif) repeat-x;
	overflow: hidden;
	line-height: 15px;
	margin: 1px;
	white-space:nowrap;
	text-shadow: #7e1063 0 -1px 0;
	display: inline !important;
	text-decoration: none;
	padding:4px 15px;
}
a.fancybutton:hover,
table.admin_listing_table tr td.buttons a:hover {
	color: white !important;
	text-shadow: #5e0043 0 -1px 0;
}*/
#multibar {
	line-height: 28px;
	height: 28px;
	margin-right: 0px;
	text-align: right;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 10pt;
}
#fent #multibar {
	float: left;
	margin: 0px 0px 0px 2px;
}
#multibar .amount {
	color: #d6287f;
}
#tartalom {
	height: auto;
	padding: 0px 0px 25px 0px;
	text-align: left;
	clear: both;
}
#tartalom h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	color: #d6287f;
	line-height: normal;
}
#tartalom h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	color: #ffffff;
	line-height: normal;
}
#tartalom h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	color: #d6287f;
	line-height: normal;
}
#typedContent {
	line-height: normal;
}
#typedContent #hornybaby {
	float: right;
}
#typedContent.narrow_content {
	width: 590px;
}
#typedContent p {
	margin-bottom: 1em;
}
#hornybaby {
	background-image: url(/images/horny_baby.gif);
	height: 543px;
	width: 374px;
}
#hornybaby.hornybaby_on_right {
	float: right;
}



/***** Layout definition *****/
#lap {
	width: 965px;
}
#fent {
	height: 243px;
	overflow: hidden;
}
#fent #logo {
	width: 250px;
	height: 215px;
	background: url(/images/logo.gif) no-repeat;
	float: left;
}
#fent #logo h1 {
	display: block;
	margin: 165px 0px 0px 0px;
	padding: 0px;
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
	width: 250px;
	overflow: hidden;
	line-height: normal;
}
#fent #buttons {
	width: 250px;
	height: 215px;
	float: left;
	margin-left: 13px;
}
#fent #buttons h3 {
	padding: 0px;
	margin: 0px;
}
#fent #buttons h3 a, #fent #buttons div {
	width: 242px;
	display: block;
	color: #ffffff;
	font-size: 15pt;
	font-weight: normal;
	text-align: left;
	padding-left: 8px;
	text-shadow: #8e2073 0 -1px 0;
	text-decoration: none;
}
#fent #buttons h3 a:hover {
	color: #000000;
	text-shadow: #f75fac 0 1px 0;
}
#fent #buttons #hdrbtn1 {
	line-height: 36px;
	height: 36px;
	background: #D22880 url(/images/header_1_off.jpg) no-repeat;
}
#fent #buttons #hdrbtn2 {
	line-height: 37px;
	height: 37px;
	background: #CB2883 url(/images/header_2_off.jpg) no-repeat;
}
#fent #buttons #hdrbtn3 {
	height: 33px;
	line-height: 33px;
	background: #C02782 url(/images/header_3_off.jpg) no-repeat;
}
#fent #buttons #hdrbtn4 {
	height: 35px;
	line-height: 35px;
	background: #B82786 url(/images/header_4_off.jpg) no-repeat;
}
#fent #buttons #hdrbtn5 {
	height: 34px;
	line-height: 34px;
	background: #AF2887 url(/images/header_5_off.jpg) no-repeat;
}
#fent #buttons #hdrbtn6 {
	height: 40px;
	line-height: 40px;
	background: #A92686 url(/images/header_6_off.jpg) no-repeat;
}
#fent #buttons h3 a#hdrbtn1:hover {
	background: url(/images/header_1_on.jpg) no-repeat;
}
#fent #buttons h3 a#hdrbtn2:hover {
	background: url(/images/header_2_on.jpg) no-repeat;
}
#fent #buttons h3 a#hdrbtn3:hover {
	background: url(/images/header_3_on.jpg) no-repeat;
}
#fent #buttons h3 a#hdrbtn4:hover {
	background: url(/images/header_4_on.jpg) no-repeat;
}
#fent #buttons h3 a#hdrbtn5:hover {
	background: url(/images/header_5_on.jpg) no-repeat;
}
#fent #buttons h3 a#hdrbtn6:hover {
	background: url(/images/header_6_on.jpg) no-repeat;
}
#fent #boxes {
	width: 439px;
	height: 215px;
	float: left;
	margin-left: 13px;
	overflow: hidden;
}
#fent #boxes .box {
	background-image: url(/images/header_rightbar.jpg);
	background-repeat: no-repeat;
	background-color: #BD2683;
	height: 56px;
	padding: 4px 8px;
	margin-bottom: 12px;
	overflow: hidden;
}
#fent #boxes .box h2 {
	height: 54px;
	line-height: 54px;
	width: 170px;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	font-weight: normal;
	color: black;
	letter-spacing: normal;
	text-align: left;
	text-shadow: #e75fac 0px 1px 0px;
	overflow: hidden;
	font-size: 18px;
}



/***** User control buttons *****/
#controlpanel {
	white-space: normal !important;
}
#controlpanel a {
	font-size: 12px;
	text-align: center;
	margin: 0px 2px;
	padding: 0px 8px;
	float: left;
	white-space: nowrap;
	color: #000000;
	width: auto;
	text-shadow: #D451B2 0px 1px 0px;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}
#controlpanel a:hover {
	color: white;
	text-shadow: #8e2073 0px -1px 0px;
}



/***** Login form *****/
#controlpanel table#login {
	width: 244px;
	float: left;
}
#controlpanel label {
	font-size: 8pt;
	display: block;
	width: 100%;
	text-align: left;
	text-shadow: #8e2073 0 -1px 0;
}
#controlpanel input {
	font-size: 8pt;
	display: block;
	width: 97%;
}
#controlpanel .bottom input {
	width: auto;
	background-color: transparent;
	border: medium none;
	display: inline;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0;
	padding: 2px 0px;
	text-shadow: #D451B2 0 1px 0;
}



/***** Category list *****/
#categories ul {
	list-style: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#categories ul li {
	font-size: 9pt;
	list-style: none;
	background-image: none;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	text-align: left;
	font-size: 8pt;
}
#categories ul li a {
	color: white;
	font-weight: bold;
	font-size: 9pt;
	line-height: 17px;
	text-shadow: #8e2073 0 -1px 0;
	text-decoration: none;
}
#categories ul li a.selected {
	color: black;
	text-shadow: #D451B2 0 1px 0;
}
#categories ul li a.selected:hover {
}
#categories ul li a span.onlinecount {
	font-size: 11pt;
}



/***** Tickerbox *****/
#tickerBox {
	font-size: 18px;
	line-height: 54px;
	white-space: nowrap;
	text-shadow: #541344 0 -1px 0;
	margin-bottom: 0px !important;
}
#tickerBox #tickerContainer {
	margin: 0px 0px;
	width: 419px;
	overflow: hidden;
	position: relative;
}



/***** Language selection *****/
div#nyelv ul, ul#nyelv {
	 zoom: 1;

	vertical-align: middle;
	list-style: none;
	margin: 0px;
	font-size: 0.5em;
	height: 14px;
	padding: 10px 0px 4px 0px;
}
#fent #nyelv {
	float: right;
}
#enterwebsite #nyelv {
	float: none;
	width: auto;
	margin-right: 16px;
}
div #nyelv ul li, ul#nyelv li {
	line-height: normal;
	background-image: none;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	border: medium none;
	width: 20px;
	margin-left: 4px;
}
#enterwebsite div#nyelv ul li {
	float: right;
}
#fent ul#nyelv li {
	float: right;
}
div#nyelv li a, ul#nyelv li a {
	line-height: normal;
	padding: 0px;
	margin: 0px;
	display: block;
}
div#nyelv img, ul#nyelv img {
	border: medium none;
	display: block;
}

/* hide the title of the enter website screen */
#enterwebsite h1 {
	display: none;
}



/***** Video bar *****/
#videobar {
	padding: 0px;
	display: block;
}
#videobar a.title {
	border: medium none;
	background: url(/images/camera.gif) no-repeat;
	background-position: bottom left;
	height: 126px;
	color: white;
	width: 250px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	display: block;
}
#videobar a.title .line1 {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	color: #f9eef2;
	line-height: normal;
	display: block;
}
#videobar a.title .line2 {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 13pt;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	color: #f9eef2;
	display: block;
}
#videobar a.title .line3 {
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
	width: 114px;
	float: right;
	white-space: normal;
	line-height: 1.2em;
	font-weight: bold;
	display: block;
}
#videobar a.video {
	width: 128px;
	height: 96px;
}
#videobar a {
	float: left;
	margin: 0px 0px 0px 13px;
	border: 1px solid #666666;
}
#videobar a:hover {
	border-color: #D22880;
}

#videobar a img {
	border: medium none;
}



/***** Footer, text links, SEO text, etc *****/
#footer_textlinks, #footer_keyphrasetext, #footer_keyphrases, #footer_linkexchange, #footer_disclaimer {
	font-size: 8pt;
	width: 965px;
	text-align: center;
	padding-top: 4px;
}
#footer_textlinks {
	font-size: 10pt;
	color: #c92778;
	padding-top: 6px;
	padding-bottom: 4px;
}
#footer_keyphrasetext {
	color: #e5a1d5;
	text-align: justify;
	line-height: normal;
	font-size: 7pt;
	margin-top: 8px;
}
#footer_keyphrases {
	color: #D7257D;
	text-align: center;
	line-height: normal;
	font-size: 7pt;
}
#footer_disclaimer {
	color: #e5a1d5;
	text-align: justify;
	line-height: normal;
	font-size: 7pt;
	margin: 10px 0px 20px 0px;
}
#footer_linkexchange {
	color: #cccccc;
	font-size: 8pt;
}
#footer_textlinks a, #footer_keyphrasetext a, #footer_keyphrases a, #footer_linkexchange a, #footer_disclaimer a {
	font-weight: normal;
	color: #ffc5f4;
	text-decoration: none;
	line-height: normal;
}
#footer_linkexchange a {
	color: #dddddd;
	font-size: 10pt;
}
#footer_textlinks a {
	font-size: 11pt;
	color: #eeeeee;
	font-weight: bold;
}
#footer_keyphrasetext a {
	font-size: 7pt;
}
#footer_keyphrasetext p {
	margin: 0px;
	padding: 0px;
}
#footer_keyphrases a {
	font-size: 7pt;
	color: #D7257D;
}
#footer_textlinks a:hover, #footer_keyphrasetext a:hover, #footer_keyphrases a:hover, #footer_linkexchange a:hover, #footer_disclaimer a:hover {
	text-decoration: underline;
}
#footer_textlinks a:hover {
	color: #ffffff;
	text-decoration: none;
}



/***** Buttons for the administration panel *****/
.adminButtons {
	padding-bottom:25px;
}
.adminButtons a {
	display: block;
	width: 185px;
	padding: 5px 0px;
	float: left;
	text-align: center;
	border: 1px solid gray;
	margin: 0px 2px 4px 2px;
	color: gray;
	background-color: #eeeeee;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana,sans-serif;
	line-height: 16px;
}
.adminButtons a:hover {
	background-color: #dddddd;
	border: 1px solid #d6287f;
	color: black;
}
.adminButtons a img {
	border: medium none;
	margin-right: 4px;
	vertical-align: bottom;
}



/***** Tabbed control styling *****/
#tabcontrol {
	vertical-align: bottom;
	width: 75%;
	margin: 0px auto;
}
#tabcontrol.fullwidth {
	width: 100%;
	margin: 0px;
}
#tabcontrol.hornybabyonright {
	width: 590px;
	float: left;
	margin: 0px;
}
#tabcontrol #tabs {
	height: 100%;
	white-space: nowrap;
	margin-bottom: 1em;
}
#tabcontrol #tabs a {
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 0px 8px;
	color: white;
}
#tabcontrol #tabs a:hover {
	color: #d6287f;
}
#tabcontrol #tabs a.activetab {
	color: #d6287f;
}
#tabcontrol #tabs a.disabled {
	color: #8c0044;
}
#tabcontrol #tabs a.disabled:hover {
	color: #a42457;
	cursor: default;
}
#tabcontrol div.tab {
	clear: both;
	padding: 5px;
	display: none;
}
#tabcontrol div.activetab {
	display: block;
}
#tabcontrol #buttonpanel {
	padding: 10px 0px;
	clear: both;
	float: none;
}
#tabcontrol #buttonpanel input {
	/* See selector [input.button] */
}



/***** General purpose styles *****/
.unselectable {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: default;
}
.center {
	text-align: center;
}
.small {
	font-size: 10px;
	line-height: 12px;
}
.bold {
	font-weight: bold;
}
.clear {
	float: none;
	clear: both;
}
input.checkbox {
	margin: 0px;
	padding: 0px;
}
.formbuttons {
	text-align: left;
	padding: 15px 0px;
}
fieldset .formbuttons {
	padding-bottom: 0px;
}
.hiba {
	text-align: justify;
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	padding: 6px 8px 6px 55px !important;
	background-image: url(/images/warning_big.gif);
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 1.3em;
	min-height: 36px;
}
.hiba2 {
	font-weight: bold;
	font-size: 11pt;
	color: #990000;
	padding: 8px;
	text-align: center;
}
.inputbox {
	padding: 2px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
}
.admin {
	color: #00dd00 !important;
	font-style: italic !important;
}
.performer {
	color: #D6287F !important;
}



/***** Room list *****/
.pagenumbers {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
}
.pagenumbers a {
	text-decoration: none;
	color: white;
	padding: 0px 4px;
}
.pagenumbers span {
	color: #d6287f;
	padding: 0px 4px;
	cursor: default;
}
table.modelsheet {
	/*width: 100%;*/
	table-layout: fixed;
}
table.modelsheet img.flag {
	padding: 2px 0px;
}
table.modelsheet img.modelimg {
	border: 1px solid #d6287f;
}
table.modelsheet .modelname {
	line-height: 25px;
	height: 28px;
	font-size: 14pt;
	color: #d6287f;
	font-family: Georgia,Times New Roman, serif;
	font-style: italic;
}
table.modelsheet .flags_stars_buttons {
	clear: both;
	height: 69px;
}
table.modelsheet .flags_stars_buttons img.flag {
	float: left;
	margin-bottom: 4px;
}
table.modelsheet .flags_stars_buttons img.star {
	float: right;
	margin-top: 1px;
	margin-bottom: 5px;
}
table.modelsheet .flags_stars_buttons a {
	display: block;
	clear: both;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
table.modelsheet .flags_stars_buttons a:hover {
	color: #d6287f;
}
a.liveButton {
	display: block;
	text-align: center;
	width: 315px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
}
a.liveButton:hover {
}
a.isLive {
	color: #FFFFFF;
	background-image: url(/images/roombutton_live.gif);
	background-repeat: repeat-x;
	text-shadow: #8e2073 0px -1px 0px;
}
a.notLive:hover {
	color: #ffffcc;
}
a.notLive {
	color: #FFFFFF;
	background-image: url(/images/roombutton_offline.gif);
	background-repeat: repeat-x;
	text-shadow: #333333 0px -1px 0px;
}
a.notLive:hover {
	color: #CCCCCC;
	text-shadow: #000000 0px -1px 0px;
}
.noimage {
	width: 120px;
	height: 90px;
	border: 1px solid #999999;
	background-color: #DDDDDD;
	background-image: url(/images/noimage.gif);
	background-position: center ;
}
/* When an award is shown in the first position of the roomlist */
.modelsheet .awardmodelspage {
	text-align: right;
	line-height: normal;
	vertical-align: top;
}
.modelsheet .awardmodelspage a {
	color: #de1d1e;
	font-size: 15pt;
	text-align: right;
	line-height: 31px;
	font-weight: normal;
}
table.contest a {
	color: #d6287f;
	font-size: 19pt;
	font-family: Calibri,Times New Roman,serif;
	font-weight: bold;
	font-style: italic;
	display: block;
}
table.contest td {
	cursor: pointer;
	line-height: normal;
}



/***** About model page *****/
div#aboutmodel {
}
div#aboutmodel h1 {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
}
div#aboutmodel img.stars {
	display: block;
	width: auto;
	clear: both;
	margin-bottom: 5px;
}
div#aboutmodel div#image_and_room {
	width: 322px;
	float: left;
	margin-right: 16px;
}
div#aboutmodel div#image_and_room a.model_image {
	display: block;
	border: medium none;
	text-decoration: none;
	line-height: normal;
	font-size: 18px;
	margin-bottom: 16px;
	clear: both;
	float: none;
}
div#aboutmodel div#image_and_room a.model_image img {
	border: 1px solid #d6287f;
	display: block;
}
/* When the model is not online show defined online periods (h3, p, a) */
div#aboutmodel div#image_and_room h3 {
	/* See below */
}
div#aboutmodel div#image_and_room p {
	/* See below */
}
div#aboutmodel div#image_and_room p a {
	text-decoration: none;
}
/* When the model is online, show the join rom button with some text */
div#aboutmodel div#image_and_room a.now_online {
	width: 318px;
	height: 90px;
	background-image: url(/images/about_model_online_button_background.gif);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: normal;
	color: #ffffff;
	text-shadow: #8e2073 0 -1px 0;
	clear: both;
	float: none;
	/* Vertical center workaround */
	display: table-cell;
   vertical-align: middle;
}
div#aboutmodel div#image_and_room a h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	line-height: normal;
	text-align: center;
	margin: 0px 0px 8px 0px;
	text-shadow: #8e2073 0 -1px 0;
}
div#aboutmodel div#details {
	width: 360px;
	float: left;
}
div#aboutmodel div#details table {
	clear: both;
}
div#aboutmodel div#details table tr th {
	color: #ffffff;
	width: 150px;
	text-align: left;
}
div#aboutmodel div#details table tr td {
	color: #cccccc;
}
div#aboutmodel div#details table tr.empty th {
}
div#aboutmodel div#details table tr.empty td {
	color: #444444;
}
div#aboutmodel div#introduction {
	width: 251px;
	float: right;
}
div#aboutmodel div#image_and_room h3,
div#aboutmodel div#introduction h3 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: white;
	font-size: 14px;
}
div#aboutmodel div#image_and_room div,
div#aboutmodel div#introduction div {
	color: #cccccc;
	padding: 0px;
	margin: 0px 0px 1em 0px;
}
div#aboutmodel div#model_movies {
	clear: both;
	float: none;
	width: 965px;
}
div#aboutmodel div#model_movies h2 {
	color: #d6287f;
	font-size: 18px;
}
div#aboutmodel div#model_movies table tr td {
	text-align: center;
	padding: 0px 4px 0px 4px;
}
div#aboutmodel div#model_movies table tr td.first {
	padding-left: 0px !important;
}
div#aboutmodel div#model_movies table tr td.last {
	padding-right: 0px !important;
}
div#aboutmodel div#model_movies table tr td a img {
	border: 1px solid #d6287f;
}
div#aboutmodel div#model_movies table tr td a:hover img {
	border: 1px solid #cccccc;
}
div#aboutmodel div#model_movies div#video_scrollbox {
	width: 891px;
	height: 98px;
	overflow: hidden;
	float: left;
	font-size: 8pt;
	position: relative;
	top: 0px;
	left: 0px;
}
div#aboutmodel div#model_movies div#video_scrollbox div#video_inner_box {
	position: relative;
	top: 0px;
	left: 0px;
	height: 117px;
	width: auto;
}
div#aboutmodel div#model_movies div#video_scrollbox div#video_inner_box table tr td {
	padding: 0px 5px 0px 5px;
}



/***** Model's pictures *****/
div#model_images {
}
div#model_images h1 {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
	color: #cccccc;
}
div#model_images h1 a {
	color: #d6287f;
	text-decoration: none;
}
div#model_images img.stars {
	display: block;
	width: auto;
	clear: both;
	margin-bottom: 10px;
}
div#model_images #filmstrip {
	float: right;
	width: 122px;
}
div#model_images #filmstrip #image_scrollbox img {
	border: 1px solid #d6287f;
	margin: 5px 0px;
}
div#model_images #filmstrip #image_scrollbox img.first {
	margin-top: 0px;
}
div#model_images #filmstrip #image_scrollbox img.last {
	margin-bottom: 0px;
}
div#model_images #filmstrip div#image_scrollbox {
	width: 122px;
	height: 526px;
	overflow: hidden;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}
div#model_images #filmstrip div#image_scrollbox div#image_inner_box {
	position: relative;
	top: 0px;
	left: 0px;
	height: 122px;
	width: auto;
}

div#model_images #displayarea {
	float: left;
	width: 802px;
	text-align: center;
	font-size: 18px;
	color: #cccccc;
}
div#model_images #displayarea img {
	border: 1px solid #d6287f;
	display: block;
	margin: 0px auto;
	margin-bottom: 1em;
}



/***** FAQ *****/
#faq #faq_left {
	width: 550px;
	float: left;
	color: #d6287f;
}
#faq #faq_left a {
	color: #d6287f;
	display: block;
	font-weight: normal;
	text-decoration: none;
}
#faq #faq_left a:hover {
	color: white;
	text-decoration: underline;
}

#faq #faq_right {
	clear: both;
}
#faq #faq_left ul li {
	font-size: 18px;
	margin-top: 1em;
}
#faq #faq_left ul li li {
	font-size: 14px;
	margin-top: 0px;
}
#faq #faq_left ul li li li {
	font-size: 14px;
	margin-top: 0px;
}
#faq #hornybaby {
	float: right;
}
#faq .faq_question {
	margin-top: 1em;
	padding: 1px;
	font-weight: normal;
	color: white;
	font-size: 18px;
	line-height: normal;
}
#faq .faq_question img {
	display: block;
	float: right;
	cursor: pointer;
}
#faq .faq_answer {
	padding: 2px 2px;
	font-weight: normal;
	color: #cccccc;
	font-size: 14px;
}
#faq a.faq_pagetop {
	color: #d6287f;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	margin-top: 5px;
	margin-bottom: 1em;
}



/***** Status coloring for the balance screeen *****/
.paystatus_Failed {
	font-weight: bold;
	color: red;
}
.paystatus_Completed {
	font-weight: bold;
	color: green;
}
.paystatus_Confirmed {
	font-weight: bold;
	color: #009900;
}
.paystatus_Processing {
	font-weight: bold;
	color: black;
}
.paystatus_Waiting {
	font-weight: bold;
	color: gray;
}



/***** Popup message (messages, promotions, etc *****/
#messageAlert {
	/*border: 2px solid #C92782;*/
	background-color: #333333;
	display: none;
	z-index: 100;
	overflow: hidden;
}
#messageAlert #header td {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-image: url(/images/roombutton_live.gif);
	background-repeat: repeat-x;
	text-shadow: #8e2073 0px -1px 0px;
}
#messageAlert #header #messageAlertTitle {
	font-size: 14pt;
	cursor: default;
	font-weight: normal;
	text-align: center;
}
#messageAlert #header img {
	border: medium none;
	cursor: pointer;
	display: block;
}
#messageAlert #messageAlertText {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 16px;
	font-size: 10pt;
	color: #dddddd;
	font-size: 12pt;
	line-height: normal;
}
#messageShadow {
	-moz-opacity: 0.33;
	opacity: 0.33;
	background-color: #333333;
	border-right: 2px solid #444444;
	border-bottom: 3px solid #444444;
	display: none;
}



/***** Formating of the payment provider during the payment screens *****/
.payment_provider {
	padding-top: 10px;
	margin-top: 10px;
	font-size: 7pt;
	text-align: center;
	line-height: normal;
	color: #666666;
	border-top: 1px solid #666666;
}
.payment_provider a {
	color: #777777;
	font-weight: normal;
	text-decoration: underline;
}



/***** Texts shown on the first page (recommend website, coming happy hour, promotion(not used?) *****/
#recommendText, #happyHourText, #promotionText {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 6px;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #d6287f;
	line-height: normal;
}
#recommendText b, #happyHourText b, #promotionText b {
	color: #d6287f;
}
#recommendText {
	border-bottom: medium none;
}
#happyHourText, #promotionText {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
#recommendText a {
}



/***** Choose registration type screen *****/
ul#regtypes {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	width: 300px;
}
ul#regtypes li {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
ul#regtypes li a {
	display: block;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: normal;
	text-align: center;
	text-shadow: #8e2073 0 -1px 0;
	overflow: hidden;
	font-size: 18px;
	padding-left: 8px;
	text-decoration: none;
}
ul#regtypes li a:hover {
	color: #000000;
	text-shadow: #f75fac 0 1px 0;
}
ul#regtypes li a.pos1 {
	line-height: 36px;
	height: 36px;
	background: url(/images/header_1_off.jpg) repeat-x;
}
ul#regtypes li a.pos2 {
	line-height: 37px;
	height: 37px;
	background: url(/images/header_2_off.jpg) repeat-x;
}
ul#regtypes li a.pos3 {
	height: 33px;
	line-height: 33px;
	background: url(/images/header_3_off.jpg) repeat-x;
}
ul#regtypes li a.pos4 {
	height: 35px;
	line-height: 35px;
	background: url(/images/header_4_off.jpg) repeat-x;
}
ul#regtypes li a.pos1:hover {
	background: url(/images/header_1_on.jpg) repeat-x;
}
ul#regtypes li a.pos2:hover {
	background: url(/images/header_2_on.jpg) repeat-x;
}
ul#regtypes li a.pos3:hover {
	background: url(/images/header_3_on.jpg) repeat-x;
}
ul#regtypes li a.pos4:hover {
	background: url(/images/header_4_on.jpg) repeat-x;
}



/***** Formating of the ROOM list banner delegated to other websites (displayed in an iframe) *****/
table.modelbanner td.modelbanner {
	vertical-align: top;
	width: 120px;
	line-height: normal;
	font-weight: normal;
}
table.modelbanner td.isLive {
	font-weight: bold;
}
table.modelbanner td.modelbanner a img {
	border: medium none;
}
table.modelbanner td.modelbanner a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 13px;
}
table.modelbanner td.isLive .modelBannerInside a {
	color: #d6287f !important;
	font-weight: bold !important;
}
table.modelbanner td.modelbanner img.modelimg, table.modelbanner td.modelbanner div.noimage {}
table.modelbanner td.modelbanner img.modelimg {}
table.modelbanner td.modelbanner div.noimage {
	margin: 0px auto;
}
table.modelbanner td.modelbanner .modelBannerInside {
	float: left;
	width: 120px;
	clear: none;
	color: #666666;
	font-size: 8pt;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	height: 106px;
}
table.modelbanner td.isLive .modelBannerInside {
	color: #d6287f;
}
table.modelbanner td.modelbanner .languages {
	float: none;
	width: 120px;
	clear: both;
	text-align: center;
}
table.modelbanner td.modelbanner .languages .flag {
	display: inline;
	float: none;
}



/***** Formating of the VIDEO list banner delegated to other websites (displayed in an iframe) *****/
table.modelbanner td.videobanner {
	vertical-align: top;
	width: 128px;
	line-height: normal;
	font-weight: normal;
}
table.modelbanner td.videobanner a img {
	border: medium none;
}
table.modelbanner td.videobanner a {
	color: #d6287f;
	font-weight: bold;
	text-decoration: none;
}
table.modelbanner td.videobanner img.modelimg, table.modelbanner td.videobanner div.noimage {}
table.modelbanner td.videobanner img.modelimg {}
table.modelbanner td.videobanner div.noimage {
	margin: 0px auto;
}
table.modelbanner td.videobanner .modelBannerInside {
	float: left;
	width: 128px;
	clear: none;
	color: #ff0000;
	font-size: 8pt;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	height: 110px;
}



/***** Reseller statistics *****/
table#reseller_stat {
	width: 575px;
}
table#reseller_stat tr td,
table#reseller_stat tr th {
	color: #cccccc;
	text-align: right;
	line-height: normal;
	padding: 4px 3px;
	font-size: 13px;
	vertical-align: bottom;
}
table#reseller_stat tr th {
	font-weight: normal;
}
table#reseller_stat tr td.empty {
	color: #666666;
}
table#reseller_stat tr.toprow th {
	color: #ffffff;
}
table#reseller_stat tr td.totalcol,
table#reseller_stat tr th.totalcol {
	font-weight: bold;
	padding-right: 0px;
}
table#reseller_stat tr td.totalcol,
table#reseller_stat tr.bottomrow td {
	font-weight: bold;
}
table#reseller_stat tr.bottomrow td,
table#reseller_stat tr.bottomrow th {
	color: #d6287f;
	font-weight: bold;
	border-top: 1px solid #cccccc;
}
table#reseller_stat tr th.firstcol,
table#reseller_stat tr td.firstcol {
	text-align: left;
	padding-left: 0px;
}
table#reseller_stat tr.toprow th.firstcol {
}
table#reseller_stat tr th.firstcol {
}
/* If dispplayed in the tabbed display of the administration screens, then slightly change the look of the page */
#tabcontrol #tab_stat #hornybaby,
#tabcontrol #tab_stat h1 {
	display: none;
}
#tabcontrol #tab_stat #reseller_stat {
	width: 100%;
}


/***** Listing table - used in administration (mainly?) *****/
table.admin_listing_table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	background-color: #bbbbbb;
	color: #000000;
	width: 100%;
}
table.admin_listing_table input, table.admin_listing_table select {
	border: 1px solid #666666;
	font-size: 9pt;
}
table.admin_listing_table tr td.paging {
	padding: 6px 0px;
	line-height: normal;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #000000;
	color: #000000;
}
table.admin_listing_table tr td.paging a {
	display: inline;
	color: #aa005e;
}
table.admin_listing_table a {
	display: block;
	color: #222222;
	text-decoration: none;
	font-weight: bold;
}
table.admin_listing_table a.escape {
	display: inline;
}
table.admin_listing_table a:hover {
	color: #ffffff;
}
table.admin_listing_table tr th {
	text-align: center;
	font-size: 14px;
	color: #aa005e;
	padding: 3px;
	cursor: default;
}
table.admin_listing_table tr th.unordered {
	color: #333333;
}
table.admin_listing_table tr td {
	padding: 3px;
}
table.admin_listing_table tr.odd td {
	background-color: #bbbbbb;
}
table.admin_listing_table tr.even td {
	background-color: #cccccc;
}
table.admin_listing_table tr.disabled td {
	color: #777777;
	font-style: italic;
}
table.admin_listing_table tr.disabled td a {
	color: #888888;
}
table.admin_listing_table tr.disabled td a:hover {
	color: #cccccc;
}
table.admin_listing_table tr th a {
	color: #aa005e;
}
table.admin_listing_table tr td.buttons {
	text-align: center;
	padding: 8px;
	background-color: #888888;
	border-top: 1px solid black;
}
table.admin_listing_table tr td.buttons a {
	/* See selector [a.fancybutton] */
}



/***** Admin messages list *****/
table.admin_messages_list tr td.sender a,
table.admin_messages_list tr td.recipient a {
	font-weight: normal;
}
table.admin_messages_list tr td.deleted_user {
	color: #444444;
	font-style: italic;
}
table.admin_messages_list tr td.deleted_message a {
	text-decoration: line-through;
}
table.admin_messages_list tr td.unread_message a {
	font-weight: bold;
}



/***** Admin roomlog table *****/
table.admin_roomlog tr td.roomCode a {
}
table.admin_roomlog tr td.guest {
	color: #666666;
	font-style: italic;
}
table.admin_roomlog tr td.deleted_message a {
	text-decoration: line-through;
}
table.admin_roomlog tr td.unread_message a {
	font-weight: bold;
}



/***** Message reading pane *****/
table#messagePane {
	width: 100%;
}
table#messagePane.hornybabyonright {
	width: 590px;
	float: left;
}
table#messagePane td, table#messagePane th {
	padding: 2px;
	font-size: 14px;
}
table#messagePane tr th {
	font-weight: bold;
	width: 20%;
	line-height: normal;
	/*white-space: nowrap;*/
}
table#messagePane tr td {
	font-weight: normal;
	width: 85%;
}
table#messagePane tr.message td {
	padding: 10px;
	white-space: normal;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
table#messagePane tr.attachedImage td {
	border-bottom: 1px solid #ffffff;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}
table#messagePane tr.attachedImage td img {
	border:1px solid #666666;
}
table#messagePane tr.buttons td {
	padding: 8px 0px;
	text-align: left;
}
table#messagePane tr.buttons td a {
	/* See selector [a.button] */
}
table#messagePane tr.buttons td input {
	/* See selector [a.button] */
}
table#messagePane .readmarker {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
}
table#messagePane td.unspoken_language {
	font-weight: normal;
	font-family: Georgia,Times New Roman,serif;
	font-size: 16pt;
	font-style: italic;
	color: #D6287F;
}
table#messagePane tr.originalMessage th {
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	color:#999999;
	padding-bottom: 10px;
	padding-top: 10px;	
	padding-left: 10px;	
}
table#messagePane tr.originalMessage td {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #999999;
	padding-bottom: 10px;
	padding-top: 10px;	
	padding-right: 10px;	
}
table#messagePane tr.originalMessage td img.smiley {
	opacity: 0.66;
	-moz-opacity: 0.66;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
	filter: alpha(opacity=66);
}
table#messagePane #emoticonSelection {
}
table#messagePane #emoticonSelection a img {
	border:1px solid #141414;
}
table#messagePane #emoticonSelection a:hover img {
	border:1px solid #444444;
	background-color: #333333;
}



/***** List of videos *****/
#videoList {
}
#videoList #sortModes {
	font-size: 16px;
	color: #ffffff;
	padding-top: 8px;
}
#videoList #sortModes a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#videoList #sortModes a:hover, #videoList #sortModes a.selected {
	color: #d6287f;
}
#videoList table {
	table-layout: fixed;
	width: 965px;
}
#videoList table tr td {
	height: 100%;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}
#videoList a.modelName {
	line-height: 23px;
	font-size: 14pt;
	color: #d6287f;
	font-family: Georgia,Times New Roman, serif;
	font-style: italic;
	font-weight: normal;
	display: block;
	line-height: normal;
	margin-bottom: 5px;
	text-decoration: none;
}
#videoList a.thumbnail img {
	border: 1px solid #d6287f;
}
#videoList img.stars {
	margin: 5px 0px 8px 0px;
}
#videoList div.videoName {
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	color: white;
	margin-bottom: 8px;
}
#videoList .videoData {
	color: #cccccc;
	/*font-size: 13px;*/
	line-height: 18px;
	/*font-weight: bold;
	letter-spacing: 1px;*/
}
#videoList .videoData span {
	color: #ffffff;
}



/***** List of videos *****/
table#messageList {
	width: 575px;
}
table#messageList tr th {
	border-bottom: 1px solid #cccccc;
}
table#messageList tr.odd td, table#messageList tr.even td {
	border-bottom: 1px solid #666666;
	color: #cccccc;
}
table#messageList tr.odd td {
	white-space: nowrap;
}
table#messageList tr.even td {
	white-space: nowrap;
}
table#messageList tr.unread td {
	font-weight: bold;
}
table#messageList tr td.message a img {
	border: medium none;
	vertical-align: bottom;
}
table#messageList tr td.message a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
table#messageList tr.unread td.message a {
	font-weight: bold;
}
table#messageList tr td.message a:hover {
	text-decoration: underline;
}



/***** Chatroom *****/
div#chatRoom h1 {
	/*	See more below */
}
div#chatRoom table#nogo {
	margin: 32px auto;
	/*	See more below */
}
div#chatRoom div.languageNotSpoken {
	padding: 6px 0px;
	text-align: center;
	color: #ffffff;
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: normal;
}
div#chatRoom div.languageNotSpoken .modelName {
}
div#chatRoom div.languageNotSpoken .languages {
}



/***** List of videos *****/
table#videoPlayer {
	width: 100%;
}
div#chatRoom h1,
table#videoPlayer tr td h1 {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #cccccc;
}
div#chatRoom h1 a,
table#videoPlayer tr td h1 a {
	color: #d6287f;
	text-decoration: none;
}
table#videoPlayer tr td {
	vertical-align: top;
}
table#videoPlayer tr td#container {
	width: 642px;
}
div#chatRoom table#nogo,
table#underMaintenance table#nogo,
table#videoPlayer tr td#container table#nogo {
	background-image: url(/images/video_no_go.gif);
	width: 640px;
	height: 480px;
}
div#chatRoom table#nogo td,
table#underMaintenance table#nogo td,
table#videoPlayer tr td#container table#nogo td {
	vertical-align: middle;
}
div#chatRoom table#nogo td div,
table#underMaintenance table#nogo td div,
table#videoPlayer tr td#container table#nogo td div {
	width: 360px;
	margin-left: 24px;
	font-size: 18px;
	color: white;
	line-height: normal;
}
table#videoPlayer tr td#videoData {
	padding-left: 10px;
	padding-bottom: 5px;
}
table#videoPlayer tr td#videoData table {
	width: 100%;
}
table#videoPlayer tr td#videoData table td h2 {
	font-size: 24px;
	color: #d6287f;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	line-height: normal;
}
table#videoPlayer tr td#videoData table tr td {
	color: #cccccc;
	line-height: 17px;
}
table#videoPlayer tr td#videoData table tr td b {
	color: #ffffff;
}
table#videoPlayer tr td#videoData table tr.videoDescription td {
	padding-bottom: 1em;
}
table#videoPlayer tr td#rateModel table {
	width: 100%;
}
table#videoPlayer tr td#rateModel table tr td#explanation {
	padding-left: 10px;
	padding-top: 1em;
}
table#videoPlayer tr td#rateModel table tr td#stars {
	padding-left: 10px;
}
table#videoPlayer table.modelsheet div.modelname,
table#videoPlayer table.modelsheet div.flags_stars_buttons img.star {
	display: none;
}
table#videoPlayer table.modelsheet div.flags_stars_buttons img.flag {
	margin-bottom: 8px;
}
table#videoPlayer table.modelsheet a.liveButton {
	width: 313px;
}
table#videoPlayer #comments {
	width: 700px;
	margin: 0px auto;
	text-align: left;
}
table#videoPlayer #comments h2 {
	color: #d6287f;
	font-size: 24px;
	clear: none;
}
table#videoPlayer #comments .comment {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #3a3a3a;
}
table#videoPlayer #comments .comment .header {
	font-weight: bold;
	color: #ffffff;
}
table#videoPlayer #comments .comment .message {
	color: #cccccc;
}
table#videoPlayer #comments #sendComment {
	margin-bottom: 1em;
}
table#videoPlayer #comments #sendComment h2 {
}



/***** loading credits forst screen - choose mode *****/
div#loadcredits_1st_screen {
	font-size: 18px;
	line-height: normal;
}
div#loadcredits_1st_screen div#intro_text {
	border: 2px solid #D6287F;
	padding: 6px;
	margin: 0px auto;
	width: 90%;
	line-height: normal;
}
div#loadcredits_1st_screen fieldset {
	padding: 4px;
	border: 1px solid #444444;
}
div#loadcredits_1st_screen fieldset legend {
	color: #D6287F;
	padding: 4px 8px;
	border: 1px solid #444444;
	font-size: 18px;
}
div#loadcredits_1st_screen fieldset table.modes tr td {
	font-size: 18px;
	
}
div#loadcredits_1st_screen fieldset table.modes tr td.topcomment {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	color: #D6287F;
}
div#loadcredits_1st_screen fieldset table.modes tr td.amount {
	text-align: right;
	line-height: normal;
	padding-bottom: 6px;
}
div#loadcredits_1st_screen fieldset table.modes tr td.comment {
	padding-top: 0px;
	font-size: 8pt;
	line-height: normal;
}
div#loadcredits_1st_screen fieldset table.modes tr td.bonus {
	color: #D6287F;
	font-size: 14px;
	
}

div#loadcredits_1st_screen fieldset table.modes tr.hover td {
	background-color: #333333;
}



/***** loading credits second screen - asking more infromation *****/
table#payment_ask_more_info {
	width: 575px;
	font-size: 18px;
	line-height: normal;
}
table#payment_ask_more_info tr td,
table#payment_ask_more_info tr th {
	padding: 4px;
}
table#payment_ask_more_info tr td#intro {
	color: #ffffff;
	padding-bottom: 10px;
	text-align: left;
	font-size: 18px;
	line-height: normal;
}
table#payment_ask_more_info tr th {
	width: 150px;
	font-weight: bold;
	white-space: nowrap;
}
table#payment_ask_more_info tr td#provider_extra_text {
	color: #cccccc;
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
	line-height: normal;
}
table#payment_ask_more_info tr td#provider_extra_text a {
	color: #ffffff;
	text-decoration: none;
}
table#payment_ask_more_info tr td#provider_extra_text a:hover {
	text-decoration: underline;
}
table#payment_ask_more_info tr td#accepttermstd {
	color: #ffffff;
	padding-top: 10px;
	text-align: center;
}
table#payment_ask_more_info tr td#accepttermstd.highlight {
	font-weight: bold;
	color: #D6287F;
	font-size: 13pt;
	line-height: normal;
}
table#payment_ask_more_info tr td#update_my_profile {
	font-weight: bold;
}
table#payment_ask_more_info tr td#update_my_profile input {
}



/***** loading credits second screen - show information, like sms number *****/
#loadcredits_2nd_screen {
	width: 575px;
	font-size: 18px;  /*IDEIGLENES*/
	line-height: normal;  /*IDEIGLENES*/
}
#loadcredits_2nd_screen span.code {
	font-size: 24px;
	color: #D6287F;
	white-space: nowrap;
}
#loadcredits_2nd_screen span.smscode {
}



/***** login screen *****/
table#login_screen {
}
table#login_screen {
	width: 575px;
}
table#login_screen tr td {
	padding: 2px;
	text-align: left;
}
table#login_screen tr td label {
	font-weight: bold;
	color: #ffffff;
}
table#login_screen tr td input {
	width: 99%;
}
table#login_screen tr td.formbuttons input {
	width: auto;
	margin-right: 20px;
}



/***** login screen *****/
div#forgotten_password_screen {
	width: 575px;
}
div#forgotten_password_screen p#intro {
	color: #cccccc;
}
div#forgotten_password_screen table {
	width: 100%;
}
div#forgotten_password_screen table.outertable {
	width: 100%;
}
div#forgotten_password_screen table.outertable tr td {
	padding: 32px;
}
div#forgotten_password_screen table.innertable {
	width: 100%;
}
div#forgotten_password_screen table.innertable tr td {
	padding: 6px;
}
div#forgotten_password_screen table.innertable tr td label {
	font-weight: bold;
	color: #cccccc;
}
div#forgotten_password_screen table.innertable tr td input {
	width: 150px;
}
div#forgotten_password_screen table.innertable tr td.formbuttons input {
	width: auto;
	margin-right: 20px;
}



/***** registration screens *****/
#register_model #model_intro,
#register_reseller #reseller_intro,
#register_studio #studio_intro {
	width: 445px;
	float: left;
	color: #cccccc;
}
#register_model table#input_fields,
#register_reseller table#input_fields,
#register_studio table#input_fields {
	width: 445px;
	float: right;
}
#register_model table#input_fields.on_the_left,
#register_user table#input_fields {
	float: none;
	width: 575px;
}
#register_model table#input_fields tr td label,
#register_user table#input_fields tr td label,
#register_reseller table#input_fields tr td label,
#register_studio table#input_fields tr td label {
	font-weight: bold;
}
#register_model table#input_fields tr td.small,
#register_user table#input_fields tr td.small,
#register_reseller table#input_fields tr td.small,
#register_studio table#input_fields tr td.small {
	font-size: 12px;
	color: #cccccc;
	line-height: normal;
	text-align: left;
	padding-top: 1em;
}
#alt_registrations {
	width: 445px;
	margin-top: 2em;
	font-size: 16px;
	font-weight: bold;
}
#alt_registrations ul {
	padding-left: 0px;
	margin-left: 0px;
}
#alt_registrations ul li {
	list-style-type: none;
}

#alt_registrations ul li a {
	font-size: 15px;
}



/***** error screen *****/
#error_page {
	font-size: 18px;
	color: white;
	line-height: normal;
}



/***** toplist of a contest *****/
table#contest_toplist {
	margin: 0px auto;
}
table#contest_toplist tr td,
table#contest_toplist tr th {
	padding: 3px 6px;
	font-size: 16px;
	line-height: normal;
}
table#contest_toplist tr.your_position td {
	background-color: #333333;
}
table#contest_toplist tr.winner td {
	color: #D6287F;
}
table#contest_toplist tr.winner td.position {
	border-left: 1px solid #D6287F;
}
table#contest_toplist tr.winner td.name {
	border-right: 1px solid #D6287F;
}
table#contest_toplist tr.last-winner td {
	border-bottom: 1px solid #D6287F;
}
table#contest_toplist tr.first-winner td {
	border-top: 1px solid #D6287F;
}
table#contest_toplist tr td.formbuttons {
	padding-top:16px;
}



/***** banners page for resellers *****/
table#reseller_banners {
	table-layout: fixed;
	width: 924px;
}
table#reseller_banners td,
table#reseller_banners th {
	padding: 10px;
}
table#reseller_banners th {
	width: 178px;
	border: 1px solid #D6287F;
	font-weight: bold;
	text-align: center;
	background: #222222;
}
table#reseller_banners td {
	border-color: #D6287F;
	border-style: solid;
	border-width: 0px;
	text-align: center;
}
table#reseller_banners td.code {
	font-family: monospace;
	font-size: 9pt;
	line-height: normal;
}
table#reseller_banners td div.resize_notification {
	padding-top: 20px;
	color: red;
	font-weight: bold;
}



/***** contact us - mini-screen *****/
#contact_us {
	width: 575px;
}



/***** start room - mini-screen *****/
table#start_room {
	width: 575px;
}
table#start_room tr th {
	width: 30%;
}
table#start_room tr td input {
	display: block;
	width: 99%;
}
table#start_room tr td select {
	display: block;
	width: 99%;
}
table#start_room tr td.formbuttons input {
	display: inline;
	width: auto;
}



/***** models of a studio: overview *****/
table#mymodels_overview {
	width: 575px;
}
table#mymodels_overview tr td,
table#mymodels_overview tr th {
	padding: 4px;
	vertical-align: top;
	text-align: center;
}
table#mymodels_overview tr td.modelimage img {
	border: 1px solid #D6287F;
}
table#mymodels_overview tr td.name {
	font-weight: bold;
	color: #cccccc;
	cursor: default;
}
table#mymodels_overview tr td span.messagecount {
	color: #cccccc;
}
table#mymodels_overview tr td span.nomessages {
	color: #666666;
}
table#mymodels_overview tr td.startroom {
	color: #666666;
	font-weight: normal;
	cursor: default;
}
table#mymodels_overview tr td.formbuttons {
	padding-top: 16px;
}
table#mymodels_overview tr td a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #cccccc;
	height: 92px;
}
table#mymodels_overview tr td a:hover {
	color: #ffffff;
}
table#mymodels_overview tr td a:hover span.messagecount {
	color: #ffffff;
}
table#mymodels_overview tr td a:hover span.nomessages {
	color: #999999;
}



/***** models of a studio: import model *****/
table#import_model {
	width: 575px;
}



/***** models of a studio: import model *****/
table#model_movie_admin {
	width: 575px;
}
table#model_movie_admin td,
table#model_movie_admin th {
	padding: 10px 0px;
	line-height: 1.2em;
	border-bottom: 1px solid #666666;
}
table#model_movie_admin td.formbuttons {
	border-bottom: medium none;
}
table#model_movie_admin th {
	vertical-align: top;
	width: 130px;
	padding-right: 10px;
	font-weight: normal;
}
table#model_movie_admin th img,
table#model_movie_admin th div {
	margin-bottom: 5px;
	border: 1px solid #d6287f;
}
table#model_movie_admin th div {
	height: 96px;
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #999999;
	font-weight: normal;
	font-size: 7pt;
	line-height: normal;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 2px;
}
table#model_movie_admin th a {
	display: block;
}
table#model_movie_admin td {
	vertical-align: top;
	color: #cccccc;
}
table#model_movie_admin td strong {
	color: #ffffff;
}
table#model_movie_admin td em {
	color: #d6287f;
	font-style: normal;
}
/*Upload form*/
table#model_upload_movie {
	width: 575px;
}
table#model_upload_movie tr td #intro {
	font-size: 18px;
	color: #999999;
	border: 1px solid #d6287f;
	padding: 12px;
	background-color: #000000;
	text-align: center;
}
table#model_upload_movie tr th {
	width: 125px;
}
table#model_upload_movie tr td.formbuttons input {
	width: auto;
}
table#model_upload_movie tr td input,
table#model_upload_movie tr td select,
table#model_upload_movie tr td textarea {
	width: 100%;
}



/***** model statistics query for studios *****/
#model_stats {
	width: 575px;
}
#model_stats table#settings {
	width: 100%;
}
#model_stats table#settings tr td {
	padding-top: 4px;
	color: #cccccc;
}
#model_stats table#settings tr th {
	font-weight: normal;
	font-size: 18px;
	color: #D6287F;
	padding-bottom: 8px;
}
#model_stats table#settings tr td.formbuttons {
	padding-top: 12px;
}

#model_stats table#results {
	width: 100%;
	margin-top: 3em;
}
#model_stats table#results tr td {
	font-weight: normal;
	color: #cccccc;
	border-bottom: 1px solid #999999;
	padding: 3px 0px;
}
#model_stats table#results tr th {
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3px;
}
#model_stats table#results tr.no_data td {
	border: medium none;
	color: #cccccc;
	font-size: 18px;
}
#model_stats table#results tr.total td {
	border: medium none;
	color: #D6287F;
}
/* different view for admins */
#tab_studiostat #hornybaby {
	display: none;
}
#tab_studiostat #model_stats {
	width: 100%;
}
#tab_studiostat h1 {
	display: none;
}
	
