/* === HabboP Custom CSS ===
 * Custom overrides for the HabboP Hotel CMS
 * Based on habbo.es style_custom_es.css (2007)
 */

/* --- Page background --- */
body {
	background-image: url(../../images/bg_patterns/habbo.gif);
}

/* --- Hotel view image on top bar (928x154px) --- */
#top {
	/* Default hotel view — override in site_settings Hotel_Custom */
}

/* --- Hotel logo (left side of top bar) --- */
#viewlogo a {
	display: block;
	width: 160px;
	height: 66px;
}

/* --- Enter hotel button animation --- */
#top-elements #enter-hotel a#enter-hotel-link {
	/* Default enter button — set via Hotel_Custom */
}

/* --- Navigation icon improvements --- */
#mainmenu ul li a img {
	vertical-align: middle;
	margin-right: 2px;
}

/* --- Submenu styling (habbo.es 2007 style) --- */
#submenu .subnav {
	color: #930;
	padding: 2px 0 2px 9px;
	height: 16px;
	font-size: 10px;
	text-transform: none;
}

#submenu .subnav a {
	color: #000;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}

#submenu .subnav a:hover {
	text-decoration: underline;
}

#submenu .subnav strong {
	color: #930;
	font-weight: bold;
}

/* --- Footer (habbo.es 2007 style) --- */
#footer {
	color: #7295aa;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
}

#footer p {
	margin-top: 0;
	margin-bottom: 4px;
}

#footer a {
	text-decoration: none;
	color: #7295aa;
}

#footer a:hover {
	color: #ffffff;
}

#footer-content {
	color: #7295aa;
	font-size: 9px;
	line-height: 1.6;
}

#footer-content p {
	margin: 0 0 4px 0;
}

#footer-content a {
	color: #7295aa;
	font-weight: bold;
}

#footer-content .footer-nav {
	margin-bottom: 6px;
}

#footer-content .footer-nav a {
	color: #7295aa;
}

#footer-content .footer-legal {
	color: #7295aa;
	margin-top: 12px;
}

/* --- News box (white text on dark blue background) --- */
#newsbox .newsitem {
	margin-bottom: 6px;
}

#newsbox .newsitem h3 {
	font-size: 11px;
	margin: 0;
	color: #fff;
}

#newsbox .newsitem h3 a {
	color: #fff;
}

#newsbox .newsitem .articledate {
	color: #dde;
	font-weight: bold;
	font-size: 9px;
}

#newsbox .newsitem p {
	margin: 2px 0 0 0;
	color: #eef;
	font-size: 10px;
}

#newsbox .oldnewsitem p {
	display: none;
}

#newsbox .hr {
	border-top: 1px solid rgba(255,255,255,0.3);
	margin: 6px 0;
	height: 0;
	font-size: 0;
}

/* --- Promo area improvements --- */
#promoarea #promoheader {
	position: relative;
}

#promoarea #promoheader h2 {
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

#promoarea #promoheader-selectors {
	position: absolute;
	right: 10px;
	top: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#promoarea #promoheader-selectors li {
	display: inline;
	margin: 0 2px;
}

#promoarea #promoheader-selectors li a {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	font-size: 10px;
}

#promoarea #promoheader-selectors li a.selected {
	background: rgba(255,255,255,0.4);
}

/* --- Content boxes spacing --- */
.habboPage-col .v2box {
	margin-bottom: 8px;
}

/* --- V2box body link colors (habbo.es 2007 style) --- */
.v2box .body a {
	color: #D75C03;
}

.v2box .body a:hover {
	color: #f16100;
}

/* --- Welcome box (frontpage) --- */
.v2box .body img[align="left"] {
	margin-right: 10px;
	margin-bottom: 5px;
}

/* --- Tags display box --- */
.tags-displaybox {
	margin-top: 5px;
}

/* --- Clear fix utility --- */
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* --- Page content tables --- */
table.content-home {
	width: 100%;
}

/* --- Community / Search improvements --- */
.search-form {
	margin-bottom: 10px;
}

.search-form input[type="text"] {
	padding: 4px 8px;
	font-size: 11px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.search-form input[type="submit"] {
	padding: 4px 12px;
}

/* --- Profile page --- */
.profile-container {
	padding: 10px;
}

/* --- Hotel info page (getting started) --- */
.hotel-info h4 {
	color: #D75C03;
	margin: 0 0 5px 0;
}

.hotel-info p {
	margin: 0 0 10px 0;
	line-height: 1.4;
}

.hotel-info img {
	margin: 5px 10px 5px 0;
}

/* --- Help section --- */
.help-section {
	padding: 5px 0;
}

.help-section h4 {
	font-size: 12px;
	color: #D75C03;
	margin: 0 0 5px 0;
	cursor: pointer;
}

.help-section .faq-answer {
	padding: 5px 0 10px 15px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 8px;
}

/* --- Arrow links (for in-page text links with arrow icon) --- */
a.arrow {
	color: #D75C03;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

a.arrow span {
	padding-left: 12px;
	background: url(../../images/colorlink/arrow.gif) no-repeat 0 50%;
}

a.arrow:hover {
	color: #f16100;
}

/* --- Colorlink buttons (habbo.es 2007 style) --- */
a.colorlink {
	float: right;
	display: block;
	height: 18px;
	color: black;
	font-size: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 20px;
	margin-bottom: 4px;
}

a.colorlink.orange {
	background-image: url(../../images/colorlink/orange.gif);
}

a.colorlink span {
	font-weight: bold;
	float: left;
	display: block;
	height: 18px;
	background-image: url(../../images/colorlink/bg.gif);
	padding: 3px 8px 0 15px;
	cursor: pointer;
	color: black;
}

a.colorlink.last {
	clear: right;
}

/* --- Highscores tables (habbo.es 2007 style) --- */
table.scores {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

table.scores tr.scores-header {
	background-color: #083D55;
	color: white !important;
}

table.scores tr.scores-header th {
	color: white;
	font-weight: bold;
}

table.scores tr.odd {
	background-color: white;
}

table.scores tr.even {
	background-color: #C3DFF1;
}

table.scores td, table.scores th {
	margin: 0;
	padding: 2px 7px;
	font-size: 10px;
}

table.scores td.scores-position,
table.scores th.scores-position {
	text-align: right;
	padding-left: 2px;
}

table.scores td.scores-name {
	width: 100%;
}

table.scores th.scores-name {
	text-align: left;
}

table.scores td.scores-total,
table.scores th.scores-total {
	text-align: right;
	padding-right: 2px;
}

table.scores td.scores-name a {
	color: #D75C03;
}

table.scores td.scores-name small {
	color: #888;
	font-size: 9px;
}

/* --- Frontpage welcome section --- */
.welcome-actions {
	margin-top: 8px;
	overflow: hidden;
}

/* --- Frontpage feature grid --- */
.feature-grid td {
	padding: 4px;
	font-size: 11px;
	vertical-align: top;
}

.feature-grid td img {
	vertical-align: middle;
}
