@charset "utf-8";
/**************************
* Admin Control Panel v1.5
*  (c) 2009 Fg Designs
*   www.fgdesigns.net
***************************/

/*** General ***/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(template/images/header.png);
	background-repeat: no-repeat;
	background-position: top;
}
.clear {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
img {
	border: 0px;
}

/*** Header ***/
#header {
	width: 930px;
	height: 192px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header a.logo, #header a.logo:link, #header a.logo:visited, #header a.logo:active, #header a.logo:hover {
	width: 222px;
	height: 75px;
	margin: 45px 0px 0px 364px;
	padding: 0px;
	float: left;
	display: block;
}
#header #login {
	width: 152px;
	height: 36px;
	float: right;
	margin: 0px 80px 0px 0px;
	padding: 0px;
	background-image: url(template/images/login.png);
	background-repeat: no-repeat;
}

/*** Navigation ***/
#navigation {
	width: 930px;
	height: 40px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(template/images/navigation.png);
	background-repeat: no-repeat;
}
#navigation ul {
	width: 930px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation ul li.nav {
	width: 139px;
	height: 40px;
	line-height: 40px;
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 12px;
	text-transform: uppercase;
	background: none;
}
#navigation ul li {
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-image: url(template/images/nav_div.png);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	text-transform: uppercase;
}
#navigation ul li.last {
	background: none;
}
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	color: #333333;
	text-decoration: none;
	height: 40px;
	display: block;
}
#navigation ul li a:hover {
	background-image: url(template/images/nav_hov.png);
	background-repeat: repeat-x;
}

/*** Top Area ***/
#topArea {
	width: 930px;
	height: 153px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(template/images/topArea.png);
	background-repeat: no-repeat;
}
#topArea .smallBanner {
	width: 170px;
	height: 90px;
	float: left;
	margin: 26px 0px 0px 11px;
	padding: 0px;
}
#topArea p.adveritsement {
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(template/images/whiteArrow_down.png);
	background-repeat: no-repeat;
	background-position: right;
	margin: 8px 349px 0px 0px;
	padding: 0px 14px 0px 0px;
	float: right;
}
#topArea .leaderboard {
	width: 728px;
	height: 90px;
	margin: 6px 10px 0px 10px;
	padding: 0px;
	float: right;
}

/*** Frame ***/
#frame {
	width: 930px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(template/images/con_bg.png);
	background-repeat: repeat-y;
}

/** Content **/
#frame #content {
	width: 710px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* Radio */
#radio {
	width: 402px;
	height: 222px;
	margin: 10px 0px 0px 3px;
	padding: 0px;
	background-image: url(template/images/radio_bg.png);
	background-repeat: no-repeat;
	float: left;
}
#radio h1 {
	width: 300px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 1px auto 0px auto;
	padding: 0px;
	text-align: center;
}
#radio .info {
	width: 380px;
	height: 150px;
	margin: 6px 10px 6px 10px;
	padding: 0px;
	border: 1px solid #000000;
}
#radio .player {
	width: 380px;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 2px solid #4f0f0f;
}
/* Side Info */
#radioSide {
	width: 301px;
	height: 202px;
	margin: 20px 4px 10px 0px;
	padding: 0px;
	float: right;
	background-image: url(template/images/radio_side.png);
	background-repeat: no-repeat;
}
#radioSide ul.navigation {
	width: 80px;
	height: 150px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	float: left;
	list-style: none;
}
#radioSide ul.navigation li {
	width: 80px;
	height: 26px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 11px;
	border-top: 1px dashed #333333;
}
#radioSide ul.navigation li.last {
	border-bottom: 1px dashed #333333;
}
#radioSide ul.navigation li a, #radioSide ul.navigation li a:link, #radioSide ul.navigation li a:visited, #radioSide ul.navigation li a:active {
	height: 26px;
	line-height: 26px;
	width: 76px;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}
#radioSide ul.navigation li a:hover {
	background-color: #111111;
	color: #FFFFFF;
}
#radioSide .box {
	width: 200px;
	height: 180px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	float: right;
	border: 1px solid #999999;
}

/* News Alerts */
#frame #content #newsAlerts {
	width: 400px;
	height: 270px;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	float: left;
}
#frame #content #newsAlerts .image {
	width: 400px;
	height: 199px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#frame #content #newsAlerts .bottom {
	width: 400px;
	height: 71px;
	background-image: url(template/images/newsAlerts_bg.png);
	background-repeat: repeat-x;
}
#frame #content #newsAlerts .bottom a.news, #frame #content #newsAlerts .bottom a.news:link, #frame #content #newsAlerts .bottom a.news:visited, #frame #content #newsAlerts .bottom a.news:active {
	width: 80px;
	height: 50px;
	margin: 8px 7px 0px 7px;
	padding: 2px;
	border: 1px solid #666666;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
}
#frame #content #newsAlerts .bottom a.news:hover {
	border: 1px solid #990000;
}

/* Square Ad */
#frame #content .squareAd, #frame #content #news .squareAd {
	width: 250px;
	height: 250px;
	margin: 10px;
	padding: 10px;
	background-image: url(template/images/square_ad.png);
	background-repeat: no-repeat;
	float: right;
}

/* Latest News */
#frame #content #latestNewsHeader {
	width: 488px;
	margin: 0px 0px 0px 10px;
	padding: 10px 6px 6px 6px;
	float: left;
	background-image: url(template/images/latest_news_header.png);
	background-repeat: no-repeat;
}	
#frame #content #latestNewsHeader h1 {
	width: 300px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 3px 10px;
	border-bottom: 1px solid #000000;
	float: left;
}
#frame #content #latestNewsHeader h2 {
	width: 168px;
	color: #454545;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 1px 10px 3px 0px;
	border-bottom: 1px solid #000000;
	text-align: right;
	float: right;
}
#frame #content #latestNews {
	width: 486px;
	margin: 0px 0px 0px 10px;
	padding: 0px 6px 5px 6px;
	background-color: #FFFFFF;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	float: left;
}
#frame #content #latestNews h1.title {
	width: 476px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	color: #990000;
	font-size: 12px;
	float: left;
}
#frame #content #latestNews p.date {
	width: 476px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #666666;
	font-style: italic;
	font-size: 12px;
	float: left;
}
#frame #content #latestNews p.con {
	width: 466px;
	margin: 0px;
	padding: 7px 10px 5px 10px;
	color: #454545;
	font-size: 12px;
	border-bottom: 1px dashed #666666;
	float: left;
}
#frame #content #latestNews p.con a, #frame #content #latestNews p.con a:link, #frame #content #latestNews p.con a:visited, #frame #content #latestNews p.con a:active {
	color: #990000;
	text-decoration: underline;
}
#frame #content #latestNews p.con a:hover {
	color: #CC0000;
	text-decoration: none;
}
#frame #content #latestNews p.con span.more {
	color: #454545;
}
#frame #content #latestNews p.con span.more a, #frame #content #latestNews p.con span.more a:link, #frame #content #latestNews p.con span.more a:visited, #frame #content #latestNews p.con span.more a:active, #frame #content #latestNews h1.title a, #frame #content #latestNews h1.title a:link, #frame #content #latestNews h1.title a:visited, #frame #content #latestNews h1.title a:active {
	color: #990000;
	text-decoration: none;
}
#frame #content #latestNews p span.more a:hover, #frame #content #latestNews h1.title a:hover {
	color: #FF0000;
}
#frame #content #latestNews a.viewMore, #frame #content #latestNews a.viewMore:link, #frame #content #latestNews a.viewMore:visited, #frame #content #latestNews a.viewMore:active {
	width: 84px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	background-image: url(template/images/latest_news_viewmore.png);
	background-repeat: no-repeat;
	float: right;
	margin: 10px 20px 0px 0px;
	padding: 0px 0px 0px 8px;
	display: block;
}
#frame #content #latestNews a.viewMore:hover {
	text-decoration: underline;
}
#frame #content #latestNewsBot {
	width: 500px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	height: 7px;
	background-image: url(template/images/latest_news_footer.png);
	background-repeat: no-repeat;
	float: left;
}

/* Latest Events */
#frame #content #latestEvents {
	width: 170px;
	margin: -303px 10px 0px 0px;
	padding: 10px 0px 5px 0px;
	background-color: #000000;
	background-image: url(template/images/latest_events.png);
	background-repeat: no-repeat;
	float: right;
	position: relative;
}
#frame #content #latestEvents h1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	background-image: url(template/images/latest_events_div.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#frame #content #latestEvents p.party {
	width: 80px;
	height: 18px;
	line-height: 18px;
	margin: 4px 0px 0px 10px;
	padding: 0px 0px 4px 20px;
	font-size: 12px;
	color: #888888;
	border-bottom: 1px dashed #333333;
	background-image: url(template/images/events_p.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
}
#frame #content #latestEvents p.habbo {
	width: 80px;
	height: 18px;
	line-height: 18px;
	margin: 4px 0px 0px 10px;
	padding: 0px 0px 4px 20px;
	font-size: 12px;
	color: #888888;
	border-bottom: 1px dashed #333333;
	background-image: url(template/images/events_h.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
}
#frame #content #latestEvents p.contest {
	width: 80px;
	height: 18px;
	line-height: 18px;
	margin: 4px 0px 0px 10px;
	padding: 0px 0px 4px 20px;
	font-size: 12px;
	color: #888888;
	border-bottom: 1px dashed #333333;
	background-image: url(template/images/events_c.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
}
#frame #content #latestEvents p.games {
	width: 80px;
	height: 18px;
	line-height: 18px;
	margin: 4px 0px 0px 10px;
	padding: 0px 0px 4px 20px;
	font-size: 12px;
	color: #888888;
	border-bottom: 1px dashed #333333;
	background-image: url(template/images/events_g.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
}
#frame #content #latestEvents p.date {
	width: 50px;
	height: 18px;
	line-height: 18px;
	margin: 4px 10px 0px 0px;
	padding: 0px 0px 4px 0px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	border-bottom: 1px dashed #333333;
	float: right;
}
#frame #content #latestEvents p.party a, #frame #content #latestEvents p.party a:link, #frame #content #latestEvents p.party a:visited, #frame #content #latestEvents p.party a:active, #frame #content #latestEvents p.habbo a, #frame #content #latestEvents p.habbo a:link, #frame #content #latestEvents p.habbo a:active, #frame #content #latestEvents p.habbo a:visited, #frame #content #latestEvents p.contest a, #frame #content #latestEvents p.contest a:link, #frame #content #latestEvents p.contest a:visited, #frame #content #latestEvents p.contest a:active, #frame #content #latestEvents p.games a, #frame #content #latestEvents p.games a:link, #frame #content #latestEvents p.games a:visited, #frame #content #latestEvents p.games a:active {
	color: #888888;
	text-decoration: none;
}
#frame #content #latestEvents p.party a:hover, #frame #content #latestEvents p.habbo a:hover, #frame #content #latestEvents p.contest a:hover, #frame #content #latestEvents p.games a:hover {
	color: #CC0000;
}
#frame #content #latestEventsBot {
	width: 170px;
	height: 7px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background-image: url(template/images/latest_events_footer.png);
	background-repeat: no-repeat;
	float: right;
}
#frame #content #latestEvents a.viewMore, #frame #content #latestEvents a.viewMore:link, #frame #content #latestEvents a.viewMore:visited, #frame #content #latestEvents a.viewMore:active {
	color: #FFFFFF;
	font-size: 12px;
	margin: 5px 15px 5px 0px;
	padding: 0px;
	float: right;
	text-decoration: none;
	width: 80px;
	text-align: right;
}
#frame #content #latestEvents a.viewMore:hover {
	color: #CC0000;
}

/* News Page */
#frame #content #news {
	width: 700px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#frame #content #news h1.title {
	width: 400px;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 4px 10px;
	border-bottom: 1px dashed #999999;
}
#frame #content #news p.date {
	width: 400px;
	color: #666666;
	font-size: 12px;
	font-style: italic;
	margin: 4px 0px 10px 10px;
	padding: 0px;
}
#frame #content #news p.con {
	color: #333333;
	font-size: 12px;
	margin: 10px 10px 10px 10px;
	padding: 0px;
}
#frame #content #news p.con a, #frame #content #news p.con a:link, #frame #content #news p.con a:visited, #frame #content #news p.con a:active {
	color: #990000;
	text-decoration: underline;
}
#frame #content #news p.con a:hover {
	color: #CC0000;
	text-decoration: none;
}

/** Side **/
#frame #side {
	width: 220px;
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* Twitter */
#frame #side a.twitter, #frame #side a.twitter:link, #frame #side a.twitter:visited, #frame #side a.twitter:active, #frame #side a.twitter:hover {
	width: 200px;
	height: 97px;
	margin: 10px;
	padding: 0px;
	background-image: url(template/images/twitter.png);
	background-repeat: no-repeat;
	display: block;
}

/* Join Habbo Group */
#frame #side a.habbogroup, #frame #side a.habbogroup:link, #frame #side a.habbogroup:visited, #frame #side a.habbogroup:active, #frame #side a.habbogroup:hover {
	width: 200px;
	height: 48px;
	margin: 20px 10px 10px 10px;
	padding: 0px;
	background-image: url(template/images/join_group.png);
	background-repeat: no-repeat;
	display: block;
}

/* Side Columns */
#frame #side h1.header {
	width: 190px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 10px 0px 10px;
	padding: 0px 0px 0px 10px;
	background-image: url(template/images/side_header.png);
	background-repeat: no-repeat;
}
#frame #side .column {
	width: 188px;
	margin: 0px 10px 5px 10px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

/* Rare Values */
#frame #side .column .rareValues {
	width: 188px;
	height: 60px;
	border-bottom: 1px dashed #999999;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#frame #side .column .rareValues .rare {
	width: 60px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
#frame #side .column .rareValues h1.pos {
	width: 105px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 13px 0px 0px;
	float: left;
	background-image: url(template/images/rare_updates_pos.png);
	background-repeat: no-repeat;
	background-position: right;
}
#frame #side .column .rareValues h1.neg {
	width: 105px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 13px 0px 0px;
	float: left;
	background-image: url(template/images/rare_updates_neg.png);
	background-repeat: no-repeat;
	background-position: right;
}
#frame #side .column .rareValues p.updated {
	width: 118px;
	font-size: 11px;
	color: #999999;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	float: left;
}
#frame #side .column .rareValues p.now {
	width: 118px;
	color: #333333;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: left;
	font-size: 12px;
}
#frame #side .column .rareValues p.now span {
	color: #666666;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-decoration: line-through;
	font-size: 10px;
}
#frame #side .column a.rareMore, #frame #side .column a.rareMore:link, #frame #side .column a.rareMore:visited, #frame #side .column a.rareMore:active {
	width: 100px;
	margin: 5px 15px 3px 0px;
	padding: 0px;
	color: #990000;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	float: right;
}
#frame #side .column a.rareMore:hover {
	color: #FF0000;
}

/*** Footer ***/
#footer {
	width: 930px;
	margin: 0px auto 0px auto;
	background-color: #111111;
	border: 1px solid #252525;
}
#footer p.adveritsement {
	color: #353535;
	margin: 5px auto 5px auto;
	padding: 0px 12px 0px 0px;
	font-size: 10px;
	text-align: center;
	background-image: url(template/images/greyArrow_down.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 80px;
}
#footer .leaderboard {
	width: 728px;
	height: 90px;
	margin: 0px auto 5px auto;
	padding: 0px;
}
#footer p.copyright {
	width: 450px;
	margin: 8px 0px 0px 10px;
	height: 12px;
	line-height: 12px;
	padding: 0px;
	color: #666666;
	font-size: 12px;
	float: left;
}
#footer p.copyright a, #footer p.copyright a:link, #footer p.copyright a:visited, #footer p.copyright a:active {
	color: #666666;
	text-decoration: underline;
}
#footer p.copyright a:hover {
	text-decoration: none;
}
#footer ul.links1 {
	width: 425px;
	height: 12px;
	line-height: 12px;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	list-style: none;
	float: right;
}
#footer ul.links1 li {
	color: #353535;
	font-size: 12px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	float: left;
	border-right: 1px solid #353535;
}
#footer ul.links1 li.last {
	border-right: none;
}
#footer p.design {
	width: 430px;
	margin: 3px 0px 5px 10px;
	padding: 0px;
	color: #353535;
	font-size: 12px;
	float: left;
}
#footer p.design a, #footer p.design a:link, #footer p.design a:visited, #footer p.design a:active {
	color: #353535;
	text-decoration: none;
}
#footer p.design a:hover {
	text-decoration: underline;
}
#footer ul.links2 {
	width: 440px;
	height: 12px;
	line-height: 12px;
	margin: 3px 10px 5px 10px;
	padding: 0px;
	list-style: none;
	float: right;
}
#footer ul.links2 li {
	color: #353535;
	font-size: 12px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	float: left;
	border-right: 1px solid #353535;
}
#footer ul.links2 li.last {
	border-right: none;
}
#footer ul.links1 li a,#footer ul.links1 li a:link, #footer ul.links1 li a:visited, #footer ul.links1 li a:active, #footer ul.links2 li a, #footer ul.links2 li a:link, #footer ul.links2 li a:visited, #footer ul.links2 li a:active {
	color: #353535;
	text-decoration: none;
}
#footer ul.links1 li a:hover, #footer ul.links2 li a:hover {
	color: #666666;
}
#bottom {
	width: 880px;
	height: 85px;
	margin: 0px auto 20px auto;
	padding: 0px;
	background-image: url(template/images/footer.png);
	background-repeat: no-repeat;
}