@charset "UTF-8";
/* PROJECT SEVEN CSS TEMPLATE */
/*     COPYRIGHT 2009,2010     */


/* BODY */
body,td,th {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #333;
}
body {
	margin:0;
}

img {
	border: 0;
}


/* HEADER TAGS */
h4 {
	width:570px;
	margin:15px 0 1px 5px;
	border-bottom:#999 1px solid;
	font-size:20px;
	line-height:16px;
	letter-spacing:-1px;
	
}


/* LIST STYLES */
ul {
	margin:0px;
	padding:0;
}
li {
	margin:0 0 0 15px;
}


/* FONT STYLES */
.sm {
	font-size:11px;
}
.md {
	font-size:12px;
}
.lg {
}
.xl {
}
.commentTools {
	font-size:12px;
}


/* HYPERLINKS */
a:link, a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover, a:active {
	color:#F60;
	text-decoration:none;
}
#loginBar a:link, #loginBar a:visited {
	color:#2cbaf3;
}
#loginBar a:hover, #loginBar a:active {
	color:#F90;
}
h1 a:link, h1 a:visited {
	color:#333;
}
h1 a:hover, h1 a:active {
	color:#06C;
}

.newsFpInfo a:link, .newsFpInfo a:visited {
	color:#fff;
}
.newsFpInfo a:hover, .newsFpInfo a:active {
	color:#2cbaf3;
}

.commentTools a:link, .commentTools a:visited {
	color:#c00;
}
.commentTools a:hover, .commentTools a:active {
	color:#333;
}
#footer a:link, #footer a:visited {
	color:#ffffff;
}
#footer a:hover, #footer a:active {
	color:#2cbaf3;
}


/* FORM STYLES */
#loginRight input[type="text"], #loginRight input[type="password"]{
	width:100px;
	font-size:11px;
	background-color:#CCC;
	border:1px solid #000;
	color:#000;
}
#loginRight input[type="text"]:focus, #loginRight input[type="password"]:focus {
	color:#F90;
    background-color:#666;
    border-color:#666;
}

#loginRight input:hover {
    color:#F90;
    background-color:#666;
    border-color:#666;
}

#loginRight input{
    color:#3BE;
    background-color:#666;
    border-color:#666;
}

#loginRight label{
	font-size:12px;
	padding:2px 5px 0 2px;
}
.commentTextArea {
	width:450px;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #000;
	font-size:14px;
	color:#000;
}
.commentPostButton {
	font-size:16px;
	background-color:#093;
	border:1px solid #000;
	color:#fff;
}


/******************************************/
/**********    MAIN DIV LAYOUT   **********/
/******************************************/
/* LOGIN BAR */
#loginBar {
	width:100%;
	min-width:960px;
	height:30px;
	background:url(../../_images/template/login_bar-bg.jpg) #333;
	border-bottom:1px solid #000;
	color:#CCC;
	font-size:13px;
}
#loginWrap {
	width:940px;
	margin:0 auto 0 auto;
}
#loginLeft {
	width:440px;
	padding:8px 0 0 0;
	float:left;
}
#loginRight {
	padding:8px 0 0 0;
	float:right;
}
#loginRight li {
	display:inline;
	margin:0 0 0 4px;
	padding:2px 4px 2px 4px;
	border:#000 solid 1px;
	background-color:#333;
}
#rmbrCont {
	display: none;
	margin-top: -2px;
	height: 20px;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
}


/* HEADER & WRAP */
#header {
	width:951px;
	height:85px;
	padding:52px 9px 0 0;
	margin:0 auto 0 auto;
}
#rswrap {
	width:960px;
	margin:0 auto 0 auto;
}

.detached-independent {
    position: fixed;
    top:0;
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0.77);
	background-color: rgb(200, 200, 200);
}

#detach {
	z-index: 3;
}


/* NAV BAR */
#menu ul {
	margin:0px;
	font-size:0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	display:inline-block;
}

#menu a {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}


/* SUB MENU */
#subMenuBlue {
	height:35px;
	padding:0 0 0 30px;
	background:#00adf4;
}
#subMenuGreen {
	height:35px;
	padding:0 0 0 30px;
	background:#68df20;
}
#subMenuYellow {
	height:35px;
	padding:0 0 0 30px;
	background:#f1b51a;
}
#subMenuRed {
	height:35px;
	padding:0 0 0 30px;
	background:#990000;
}
#subMenuOrange {
	height:35px;
	padding:0 0 0 30px;
	background:#f99c41;
}
#subMenuMagenta {
	height:35px;
	padding:0 0 0 30px;
	background:#fa4e4e;
}
#subMenuPurple {
	height:35px;
	padding:0 0 0 30px;
	background:#bc52ff;
}
#subMenuBlue ul, #subMenuGreen ul, #subMenuYellow ul, #subMenuMagenta ul,
#subMenuOrange ul,#subMenuPurple ul, #subMenuRed ul {
	list-style:none;
	padding:0;
	margin:0;
} 
#subMenuBlue li, #subMenuGreen li, #subMenuYellow li, #subMenuMagenta li,
#subMenuOrange li, #subMenuPurple li, #subMenuRed li {
	float:left;
	margin:0 10px 0 0;
}
#subMenuBlue a, #subMenuGreen a, #subMenuYellow a, #subMenuMagenta a,
#subMenuOrange a, #subMenuPurple a, #subMenuRed a {
	height: 35px;
	line-height:35px;
	padding:0 10px 0 10px;
	display:inline-block;
	text-decoration: none;
	text-align: center;
}
#subMenuBlue a:link, #subMenuGreen a:link, #subMenuYellow a:link, #subMenuMagenta a:link,
#subMenuOrange a:link, #subMenuPurple a:link, #subMenuRed a:link,
#subMenuBlue a:visited, #subMenuGreen a:visited, #subMenuYellow a:visited, #subMenuMagenta a:visited,
#subMenuOrange a:visited, #subMenuPurple a:visited, #subMenuRed a:visited  {
	color:#ffffff;
}
#subMenuBlue a:hover, #subMenuGreen a:hover, #subMenuYellow a:hover, #subMenuMagenta a:hover,
#subMenuOrange a:hover, #subMenuPurple a:hover,
#subMenuBlue a:active, #subMenuGreen a:active, #subMenuYellow a:active, #subMenuMagenta a:active,
#subMenuOrange a:active, #subMenuPurple a:active, #subMenuRed a:active {
	background:url(../../_images/template/submenu_hover.gif) bottom repeat-x #7a7a7a;
}
#currentPage {
	background:url(../../_images/template/submenu_highlight.gif) bottom repeat-x;
	font-weight:bold;
}


/* CONTENT */
#contentWrap {
	padding:6px 15px 0 15px;
	background: url(../../_images/template/submenu_shadow.gif) no-repeat top center #434343;;
}
#contentLeft {
	float:left;
	width:630px;
	min-height:1020px;
	padding:10px 15px 10px 15px;
	background: url(../../_images/template/content_bg.gif) no-repeat top #f3f3f3;
}
#contentFooter {
	clear:both;
	height:1px;
}
#rightPanel {
	float:right;
	width:260px;		
}


/* FOOTER */
#footerAd {
	padding:5px;
	border-top:1px solid #000;
	background:#333;
}
#footer {
	background:url(../../_images/template/footer_bg.gif);
	height:80px;
	clear:both;
}
#footerLeft {
	margin:12px 0 0 30px;
	float:left;
	color:#FFFFFF;
	line-height:11px;
	font-size:11px;
}
#footerRight {
	margin:12px 30px 0 0;
	float:right;
	color:#FFFFFF;
	line-height:14px;
	font-size:12px;
}

#\:0\.targetLanguage {
	display: inline;
}


/******************************************/
/***********  SECTION LAYOUTS   ***********/
/******************************************/
/* NEWS & UPDATES */
.newsFpWrap {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}

div.newsFpWrap>p {
	text-align: left;
}

.newsFpImage {
	float:left;
	width:200px;
	margin:0 0 5px 0;
	border:1px solid #666;
}
.newsFpText {
	float:right;
	width:370px;
}
.newsFpInfo {
	clear:both;
	width:612px;
	height:20px;
	padding:2px 5px 0 5px;
	background:url(../../_images/template/newsInfoBar.gif);
	border:1px solid #000;
	color:#fff;
}
.newsDate {
	font-size:12px;
	padding:2px 10px 2px 18px;
	background:url(../../_images/icons/news_date.gif) no-repeat;
	float:left;
}
.newsBy {
	font-size:12px;
	padding:2px 10px 2px 18px;
	background:url(../../_images/icons/news_author.gif) no-repeat;
	float:left;
}
.newsViews {
	font-size:12px;
	padding:2px 10px 2px 18px;
	float:right;
}
.newsComments {
	font-size:12px;
	padding:2px 3px 2px 18px;
	background:url(../../_images/icons/news_comment.gif) no-repeat;
	float:right;
}
.commentBox {
	margin:0 5px 5px 5px;
	padding:1px 5px 0 5px;
	background:#ececec;
	border:1px solid #d5d5d5;
}
.commentPostBox {
	margin:0 5px 5px 5px;
	padding:5px 55px 5px 50px;
	background:#ececec;
	border:1px solid #d5d5d5;
}


/* LISTEN TO RADIOSEGA */
.listen480Box {
	width:468px;
	padding:5px;
	margin:0 auto 5px auto;
	background:url(../../_images/template/boxBackground480.jpg) repeat-x top;
	border-left:#eea806 1px solid;
	border-bottom:#eea806 1px solid;
	border-right:#eea806 1px solid;
	clear:both;
}
.listen480Box tr, .listen480Box td {
	color:#ccc;
	font-size:13px;
	vertical-align:top;
}
.serverStatus {
	margin:5px auto 0 auto;
	background:url(../../_images/icons/listen_statusBox.gif);
	width:324px;
	height:23px;
	padding:7px 0 0 122px;
}

#requestlayer {
	background-image:url(/_images/template/request_popup.gif);
	width:280px;
	height:145px;
	position:fixed;
	display:none;
	padding:55px 10px 0px 10px;
	margin-top: -100px;
	margin-left: -250px;
	top: 50%;
	left: 50%;
}

#favlayer {
	background-image:url(/_images/template/favourite_popup.gif);
	width:280px;
	height:145px;
	position:fixed;
	display:none;
	margin-left:40%;
	margin-right:60%;
	padding:55px 10px 0px 10px;
}


/******************************************/
/********     RIGHT SIDE BAR      *********/
/******************************************/
/* NOW PLAYING */
#nowPlayingBox {
	padding:4px;
	margin-bottom:5px;
	background:url(../../_images/sidepanel/boxBackground.gif) no-repeat top;
	border-left:#eea806 1px solid;
	border-bottom:#eea806 1px solid;
	border-right:#eea806 1px solid;	
	color:#ccc;
	overflow: hidden;
	margin-top: -4px;
	display: flex;
	min-height: 11em;
	flex-flow: column;
}

#npContent {
	flex-grow: 1;
}

.nowPlayingArt {
	width:60px;
	height: 100%;
	float:left;
	padding-bottom: 10px;
}
.nowPlayingTitle {
	width:100%;
	float:right;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
}
.nowPlayingArtist {
	width:100%;
	float:right;
	font-size:13px;
	font-style:italic;
}
.nowPlayingRequested {
	width:185px;
	float:right;
	font-size:11px;
	font-style:italic;
}


/* COMING NEXT */
#comingNextBox {
	padding:5px 0 0 0;
}
#comingNextWrap {
	padding:4px 5px 2px 5px;
	margin: -4px 0.5px 0 auto;
	border-right:#4f4f4f 1px solid;
	border-bottom:#4f4f4f 1px solid;
	border-left:#4f4f4f 1px solid;
	min-height: 3em;
}
.comingNextTitle {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
}
.comingNextArtist {
	font-size:11px;
	font-style:italic;
	line-height:13px;
}
.comingNextRequested {
	font-size:10px;
	font-style:italic;
	line-height:11px;
}

/* TOP REQUESTS */
#rightGreenBox {
	height:180px;
	padding:5px;
	margin-bottom:5px;
	background:url(../../_images/sidepanel/boxBackground.gif) no-repeat top;
	border-left:#68df20 1px solid;
	border-bottom:#68df20 1px solid;
	border-right:#68df20 1px solid;
	color:#ccc;
	clear:both;
	margin-top: -3px;
}
.chartNumber {
	clear:both;
	width:30px;
	height:30px;
	float:left;
}
.chartTitle {
	width:211px;
	height:14px;
	max-height:14px;
	padding:2px 2px 1px 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
	color: #FFF;
}
.chartArtist {
	width:211px;
	height:11px;
	max-height:11px;
	padding:1px 2px 1px 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:11px;
	line-height:8px;
	overflow:hidden;
	color: #CCC;
}


/* LATEST FORUM TOPICS */
.rightPurpleBox {
	min-height: 120px;
	padding:5px;
	margin-bottom:5px;
	background:url(../../_images/sidepanel/boxBackground.gif) no-repeat top;
	border-right:#b34ef3 1px solid;
	border-bottom:#b34ef3 1px solid;
	border-left:#b34ef3 1px solid;
	color:#ccc;
	clear:both;
	margin-top: -3px;
}
/* RSOnTheWeb Icons */
.RsWebWrapper {
	float: left;
	position: relative;
	margin-left: 5px;
	margin-top: 3px;
}
.RsWebWrapper > a > img {
	width: 55px;
	/*display: block;*/
	position: relative;
	z-index: 2;
	border:none;
	outline:none;
}
.RsWebWrapper > a:active {
	outline: none;
}
.RsWebWrapper > img.shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/* RadioSEGA Links */
#rsOnTheWeb {
	height:150px;
	padding:5px;
	margin-bottom:5px;
	background:url(../../_images/sidepanel/boxBackground.gif) no-repeat top;
	border-right:#b34ef3 1px solid;
	border-bottom:#b34ef3 1px solid;
	border-left:#b34ef3 1px solid;
	color:#ccc;
	clear:both;
}

/* AD BOX */
#adBox {
	padding:5px;
	margin-bottom:5px;
	background:url(../../_images/sidepanel/boxBackground.gif) no-repeat top;
	color:#ccc;
	border-right:#00a5e9 1px solid;
	border-bottom:#00a5e9 1px solid;
	border-left:#00a5e9 1px solid;
	clear:both;
}

/* Search Box */
#searchBox {
	width: 100%;
	background-color: #68df20;
	height: 35px;
	background-image: url(/_images/sections/playlist/searchBanner.png);
	background-repeat: repeat-x;
	display: table;
}

/* Recently Played Box */
#recentlyBox {
	/*width: 610px;*/
	background-color: #f5c231;
	height: 25px;
	padding: 5px;
	background-image: url(/_images/sections/listen/recentlyBanner.gif);
	background-repeat: repeat-x;
}

#searchText {
	width: 360px;
}

#searchType {
	width: 120px;
}

#searchButton {
	width: 51px;
}

#searchBox > form{
	padding-left: 70px;
	display: table-cell;
	vertical-align: middle;
}

/* LATEST FORUM TOPICS */
#affiliates {
	height: 100%;
	padding:5px;
	margin-bottom:5px;
	background:url(../../_images/sidepanel/boxBackground.gif) no-repeat top;
	background-size:cover;
	border-right:#b34ef3 1px solid;
	border-bottom:#b34ef3 1px solid;
	border-left:#b34ef3 1px solid;
	color:#ccc;
	clear:both;
	margin-top: -3px;
}
.forumBullet {
	clear:both;
	width:7px;
	height:30px;
	float:left;
}
.forumTopic {
	width:234px;
	height:14px;
	max-height:14px;
	padding:2px 2px 1px 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
}
.forumDetails {
	width:234px;
	height:11px;
	max-height:11px;
	padding:1px 2px 1px 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:11px;
	line-height:8px;
	overflow:hidden;
}


/**** FORUM TEMPLATE MODS ****/
#contentWrapForum {
	padding:6px 15px 0 15px;
	background: url(../forum/images/custom/submenu_shadow.gif) no-repeat top center;
}
#contentForum {
	width:870px;
	padding:0 0 10px 0;
	background: url(../../_images/template/content_bg.gif) repeat-x top #f3f3f3;
}

/* Z-index of #mask must lower than #boxes .window */
#rfmask {
	position:absolute;
	z-index:9000;
	background-color:#000;
	display:none;
}
   
#rfboxes .dwindow {
	position:fixed;
	width:440px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
}

#rfboxes #rfdialog {
	width:375px; 
	height:203px;
}

/* MEDIA */
.mediaContent {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
}

#loginfrm > * {
	vertical-align: middle;
}
