body,html {
	background: #3E0202;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #fff;
}

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

a:hover {
	color: #f0f0f0;
	text-decoration: underline;
}

input,textarea,select {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
}

h1, h2, h3 {
    font-weight: normal;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

p.welcomeText.it {
	margin: 0px 10px;
	text-align: justify;
}

.welcomeText a {
	text-decoration: underline;
}

.inputbox {
	border: 1px solid;
	font: 11px Tahoma;
}

.clear {
	clear: both;
}

#mainContainer {
	width: 990px;
	margin: 0px auto;
	border: #000 solid;
	border-width: 0px 1px;
}

#headerLogo {
	background: url('i/header_bg_nr.jpg');
	height: 82px;
}

#headerMenu {
	background: url('i/menu_bg_nr.jpg');
	height: 31px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}

#headerMenu ul {
	padding: 7px;
}

#headerMenu li {
	display: inline;
	padding: 10px 18px;
}

#headerMenu li+li {
	border-left: 1px solid #000;
}

#headerMenu li:hover {
	background: url('i/24Live7_button_over.jpg') 50% 2px no-repeat;
}

#langSelector {
	padding: 35px 0px 0px 25px;
	text-align: center;
	float: left;
}

#langSelector li {
	display: inline;
}

#langSelector span {
	font-size: 11px;
}

#loggedUserInfo {
	width: 130px;
	float: right;
	margin: 8px;
}

#loggedUserInfo p {
	margin: 0px;
	padding: 0px;
	color: #b90a0a;
}

#loggedUserInfo .login {
	font-weight: bold;
	padding-bottom: 4px;
}

#loggedUserInfo .label {
	font-weight: bold;
}

#loggedUserInfo .logoutLink {
	text-align: right;
	font-size: 12px;
}

#loggedUserInfo a {
	color: #ef0404;
	text-decoration: underline;
	font-weight: bold;
}

#loginForm {
	margin: 15px 15px 0px 0px;
	padding: 0px;
	float: right;
}

#loginForm fieldset {
	overflow: hidden;
}

#loginForm a {
	text-decoration: underline;
}

#button {
	background: url('i/loginButton_bg_nr.jpg') no-repeat;
	width: 48px;
	height: 18px;
	color: #fff;
	border: 0px;
	margin: 2px 2px 6px 2px;
}

#sendBlock {
	float: left;
	width: 50px;
	text-align: center;
}

#inputBlock {
	overflow: hidden;
	float: left;
	width: 100px;
	margin-right: 5px;
}

#loginField,#passwordField {
	width: 100px;
	font-size: 10px;
	margin: 2px;
	border: 1px solid #3e0202;
}

#sidebarContainer {
	margin-top: -1px;
	width: 230px;
	float: left;
/*	padding-bottom: 71px;
	background: url('i/sidebar_bg_nr_t.jpg') bottom left no-repeat;*/
}

.sidebar {
	background: url('i/sidebar_bg_nr_t.jpg') no-repeat;
	font-size: 12px;
	padding-bottom: 23px;
}
.sidebar h2, .sidebar h3 {
	font-size: 18px;
	color: #ef0404;
	text-align: center;
	padding: 18px 0px 18px 0px;
}
.leftsidebarbanners {
	padding-top:20px;
    text-align:center;
    background: url('i/sidebar_bg_nr_t.jpg') top left no-repeat;
}
.leftsidebarbanners a {
    display:block;
    margin-bottom:5px;
}
#statisticsList {
	margin: 0px 10px;
}

#statisticsList li {
	padding: 6px;
}

.statisticsInt {
	color: #ef0404;
}

#pressAndMediaList {
	margin: 0px 15px;
	font-size: 11px;
}

#pressAndMediaList li {
	padding: 3px 0px;
}

#userMenu {
	margin-left: 20px;
	border-collapse: collapse;
	display: block;
}

#userMenu .icon {
	width: 23px;
	vertical-align: top;
	padding: 0px 2px 3px 0px;
}

#userMenu .icon img {
	display: block;
}

#userMenu .value {
	padding: 0px 2px 3px 0px;
	text-align: right;
}

#userMenu .item {
	padding-left: 5px;
	padding-right: 10px;
}

#userMenu tr:hover .item {
	background: #7c0606;
}

#pageContentContainer {
	margin-left: 231px;
	padding: 18px 10px;
}

.contentBox { /*padding: 10px;*/
	margin-bottom: 10px;
	position: relative;
	background: #570404;
	overflow: hidden;
}

.contentBox .content {
	padding: 0px 10px 10px 10px;
}

.contentBox .title {
	color: #c70707;
	padding: 10px 10px 2px 10px;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
}

.contentBox .title a {
	text-decoration: underline;
}

.contentBox a {
	color: #c70707;
}

.contentBox .decorTL,.contentBox .decorTR,.contentBox .decorBL,.contentBox .decorBR
	{
	overflow: hidden;
	width: 6px;
	height: 6px;
	position: absolute;
}

.contentBox .decorTL {
	background: url('i/boxCornerTL_bg_nr.jpg');
	top: 0px;
	left: 0px;
}

.contentBox .decorTR {
	background: url('i/boxCornerTR_bg_nr.jpg');
	top: 0px;
	right: 0px;
}

.contentBox .decorBL {
	background: url('i/boxCornerBL_bg_nr.jpg');
	bottom: 0px;
	left: 0px;
}

.contentBox .decorBR {
	background: url('i/boxCornerBR_bg_nr.jpg');
	bottom: 0px;
	right: 0px;
}

.content h2 {
	color: #ef0404;
	margin: 10px 0px 10px 0px;
	font-size: 18px;
	clear: left;
}

.girlsGallery {
	padding: 10px 0px;
}

.girlsGallery a {
	color: #fff;
}

.girlsGallery ul {
	overflow: hidden;
	display: block;
}

.girlsGallery h2,
.girlsGallery h1 {
	color: #ef0404;
	font-size: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}

.girlsGallery h2 .desc,
.girlsGallery h1 .desc {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

.girlsGallery h2 .fill, 
.girlsGallery h1 .fill {
	float: left;
	padding-right: 10px;
}

.girlsGallery h2 .decor, 
.girlsGallery h1 .decor {
	background: url('i/galleryTitle_bg_x_b.jpg') repeat-x 0px 20px;
	overflow: hidden;
	height: 22px;
}

.girlsGallery li {
	width: 96px;
	height: 114px;
	background: url('i/thumbnail_bg_nr.gif') no-repeat;
	padding: 2px 7px 2px 2px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	float: left;
}

.girlsGallery li img {
	width: 92px;
	height: 92px;
	display: block;
	padding-bottom: 3px;
}

.girlsGallery li a {
	display: inline;
}

div.formTable {
	overflow: hidden;
}

#profilePhotoBox {
	float: left;
}

#profilePhotoBox img {
	display: block;
	border: #5d5c5c 2px solid;
	margin: 0px 20px 0px 0px;
}

#profileItemsBox {
	float: left;
	width: 190px;
}

#profileGirlInfoBox {
	float: left;
	width: 330px;
	font-size: 12px;
}

#profileDescriptionBox,#profileDescription {
	clear: both;
}

#profileDescription {
	padding-top: 10px;
}

#profileLinks {
	margin: 10px 10px;
	text-align: center;
}

.profileGirlInfoRow td {
	padding: 4px;
}

.profilePhotoThumb {
	float: left;
	text-align: center;
	padding: 3px;
}

.profilePhotoThumb img {
	display: block;
	border: 2px solid #3e0202;
}

.profileRating {
	margin: 2px 0px;
	padding: 0px;
	float: left;
}

.profileRateContainer {
	background: transparent url('i/rateStarUnactive_bg_x.jpg') top left
		repeat-x;
	width: 85px;
	height: 16px;
	float: left;
	margin: 0px 10px 0px 4px;
}

.profileRateValue {
	background: transparent url('i/rateStarActive_bg_x.jpg') top left
		repeat-x;
	height: 16px;
	display: block;
}

#profileDescriptionBox form {
	clear: both;
}

#footerContainer {
	background: url('i/footerBg.jpg');
	height: 100px;
	padding-top: 1px;
	clear: both;
}

#copy {
	margin: 10px 0px 5px;
    text-align: center;
	color: #fff;
	font-size: 10px;
}

.footerMenu {
	font-size: 10px;
	text-align: center;
	margin: 4px 0px 5px;
}

.footerMenu li {
	display: inline;
	padding: 0px 10px;
}

.footerMenu li+li {
	border-left: 1px solid #fff;
}

.reporterTable {
	border-collapse: collapse;
	width: 70%;
}

.reporterTable td {
	padding: 2px 10px 2px 10px;
}

.reporterHeaderRow td,.reporterTotalRow td {
	background-color: #3e0202;
	border-top: 2px solid #560504
}

.reporterRow td {
	background-color: #710505;
	border-top: 2px solid #560504
}

.formButton,.button,.reporterButton {
	border: 1px solid #000;
	padding: 3px 12px;
	background: #9f0609 url('i/button_bg.jpg') 0px -1px repeat-x;
	color: #fff;
	margin: 2px 2px 6px 2px;
}

.pages {
	border: 1px solid #000;
}

.creditsTable,.searchPagingTop,.searchPagingBottom {
	width: 90%;
}

.paging {
	display: inline;
}

.paging b,.paging a {
	border: 1px solid #771414;
	padding: 1px 4px;
	margin: 0px 2px;
}

.paging b,.paging a:hover {
	color: #d30907;
	background: #800203;
	text-decoration: none;
}

.autocompleteResult {
	background: #7C0702;
	border: solid #000;
	border-width: 0px 1px 1px 1px;
	margin: 0px;
	padding: 0px;
}

.autocompleteResult li {
	color: #fff;
	list-style: none;
	padding: 2px 4px;
	cursor: default;
}

.autocompleteSelectedRow {
	background: #570404;
	color: #fff;
}

.cancelLink {
	margin-top: 15px;
}

.welcomeText {
	margin: 2px 10px 10px 10px;
}

#tooltip {
	font: 11px Tahoma, Verdana, Arial;
	fint-weight: normal;
	position: absolute;
	z-index: 3000;
	width: 250px;
	border: 1px solid #990404;
	background-color: #3E0202;
	padding: 2px;
	opacity: 0.95;
	color: #fff;
}

.error {
	color: #ff0000;
	padding: 8px;
	border: 1px solid red;
	background: #330000;
}

.warning {
	color: #fff;
	background: #760404;
	padding: 8px;
	border: 1px solid #FFFf88;
}

.userNotification1, .userNotification2, .userNotification3 {
    color: #fff;
    background: #470303  url('i/notification_normal.png') 2px 4px no-repeat;
    padding: 8px 30px;
    margin: 2px 0px;
    position: relative;
}

.userNotification2 {
    background: #570404 url('i/notification_important.png') 2px 4px no-repeat;
}

.userNotification3 {
    background: #6c0404 url('i/notification_critical.png') 2px 4px  no-repeat;
}

.closeControl {
    background:  url('i/notification_close.png') top left no-repeat;
    display: block;
    width: 18px;
    height: 0px;
    padding-top: 18px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 6px;
}

#spokenLangs li {
	list-style: none;
	display: inline;
	margin-right: 5px;
}

.rivshopbulkimg {
	height: 120px;
	width: 120px;
	text-align: center;
	line-height: 120px;
	border: 1px solid #ffbbbb
}

#linksContainer {
    height: 200px;
    overflow: hidden;
    position: relative;
    padding: 0px 8px;
}

#linksContent {
    position: relative;
}

#news {
	padding: 8px;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
}
#news p {
    margin: 0px 0px 5px 0px;
    color: #EF0404; 
}
.newsLink, .newsLink:hover {
    color: #C70707  ;
}
.newsseparator {
	border-width: 0px;
	color: red;
	height: 1px;
	width: 80%;
	border-bottom: 1px dotted red;
}
.newsTitle {
    color: #EF0404;
}
#loginMenu {
    padding: 0px 4px;
}