@charset "utf-8";

/* 
Coded by MrCorn for use by HabboFunFM only 
*/

/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
---- ----         Body Attributes          ---- ----
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */

body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3b3b3b;
}
body a {
	color: #3b3b3b;
	text-decoration: underline;
	font-weight: none;
}
body a:hover {
	color: #4E4E4E;
	text-decoration: underline;
	font-weight: none;
}

/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
---- ----        Content Attributes        ---- ----
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */

#content h1 {
	color: #94DEF7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	margin-bottom: 2px;
	border-bottom: 1px #94DEF7 solid;
}
#content #center-box {
	width: 452px;
	height: auto;
	margin-left: 270px;
}
#content #center-box-header {
	background: url(../images/layout/center-box-header.gif) no-repeat;
	width: 440px;
	height: 20px;
	padding-left: 12px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#content #center-box-mid {
	background: url(../images/layout/center-box-mid.gif) repeat-y;
	width: 440px;
	padding: 6px;
	overflow: hidden;
}
#content #center-box-bot {
	background: url(../images/layout/center-box-bot.gif) no-repeat;
	width: 452px;
	height: 6px;
	margin-bottom: 10px;
}
#content a {
	color: #3b3b3b;
	text-decoration: underline;
	font-weight: none;
}
#content a:hover {
	color: #4E4E4E;
	text-decoration: underline;
	font-weight: none;
}

/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
---- ----        Homepage Attributes       ---- ----
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */

#home {
	width: 440px;
}
#home #column-right {
	width: 215px;
	float: right;
	margin-top: 8px;
}
#home #column-left {
	width: 215px;
	float: left;
	margin-top: 8px;
}
#home #full-column {
	width: 440px;
	margin-top: 8px;
	float: left;
}

/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
---- ----             Large Box            ---- ----
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */

#large-box {
	width: 680px;
	margin: auto;
	
}
#large-box-header {
	background: url(../images/layout/large-box-header.gif) no-repeat;
	width: 668px;
	height: 20px;
	padding-left: 12px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#large-box-mid {
	background: url(../images/layout/large-box-mid.gif) repeat-y;
	width: 668px;
	padding: 6px;
	overflow: hidden;
}
#large-box-bot {
	background: url(../images/layout/large-box-bot.gif) no-repeat;
	width: 680px;
	height: 6px;
	margin-bottom: 10px;
}
#large-box-header a {
	color: #FFF;
}

/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
---- ----          Timetable Page          ---- ----
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */

#table-box {
	width: 780px;
	margin: auto;
}
#table-box #inner-text {
	color: #333333;
}
#table-box #table-box-header {
	background: url(../images/layout/timetable-box-header.gif) no-repeat;
	width: 768px;
	height: 20px;
	padding-left: 12px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#table-box #table-box-mid {
	background: url(../images/layout/timetable-box-mid.gif) repeat-y;
	width: 760px;
	padding: 10px;
}
#table-box #table-box-bot {
	background: url(../images/layout/timetable-box-bot.gif) no-repeat;
	width: 780px;
	height: 6px;
}

/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
---- ----           Radio Player           ---- ----
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */

#box-right {
	width: 189px;
}
#box-right-top {
	background: url(../images/layout/right-box-top.gif) no-repeat;
	width: 189px;
	height: 5px;
	margin-top: 15px;
}
#box-right-mid {
	background: url(../images/layout/right-box-mid.gif) repeat-y;
	width: 184px;
	padding: 5px;
}
#box-right-bot {
	background: url(../images/layout/right-box-bot.gif) no-repeat;
	width: 189px;
	height: 7px;
}