@font-face {
	font-family: TrebuchetMS;
	src: url('/Trebuchet_MS.ttf') format("truetype");
}

@font-face {
	font-family: TrebuchetMS;
	font-weight: bold;
	src: url('/Trebuchet_MS_Bold.ttf') format("truetype");
}

@font-face {
	font-family: TrebuchetMS;
	font-style: italic;
	src: url('/Trebuchet_MS_Italic.ttf') format("truetype");
}

@font-face {
	font-family: TrebuchetMS;
	font-style: italic;
	font-weight: bold;
	src: url('/Trebuchet_MS_Bold_Italic.ttf') format("truetype");
}

html, * {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Trebuchet MS", TrebuchetMS, sans-serif; 
}
a img {
	vertical-align: middle;
}

a {
	 color: black;
}

a:visited {
  color: black;
}

a.logout {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

ul {
	margin-left: 25px;
}

p, br { margin: 5px 0; }

div.songs p { margin: 0; }

p.feedback {
	color: red;
}

input, textarea {
	border: 1px solid black;
	padding: 0 2px;
}

input.file {
	border: none;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

.clearboth {
	clear: both;
}

#page {
	width: 988px;
	height: auto;
	margin: auto;
}

div.commercial {
	width: 100%;
	text-align: center;
}

#banner {
	background: url("/images/banner.png");
	width: 988px;
	height: 213px;
}
#menu {
	height: 31px;
	background: url("/images/menubg.png") repeat-x;
	width: 838px;
	padding-left: 80px;
	padding-right: 70px;
	color: white;
}
#menu .entry {
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	z-index: 2;
	color: white;
	font-weight: bold;
	width: 75px;
	height: 18px;
	padding: 9px 0 4px 0;
	text-align:center;
}
#menu .playstream {
	float: right;
	padding: 0 4px 0 3px;
	margin-top: 4px;
	height: 24px;
}
#menu .separator {
	float: left;
	width: 1px;
	background: url("/images/separator.jpg");
	height: 31px;
}
#menu, #banner { z-index: 10; position: relative; }
#footer {
	clear: both;
	text-align: center;
	height: 40px;
	position: relative;
	top: -40px;
}

#footer span {
	font-size: 10px;
}

#footer span.link a {
	text-decoration: none;
	font-size: 10px;
	color: black;
}

div.pubmini {
  position: absolute;
  /*border: 1px solid black;*/
  top: -13px;
  right: -20px;
  height: 192px;
  z-index: 0;
  left: 340px;
  width: 89px;
  overflow: hidden;
  position: relative;
}

div.pubmini .top {
  top: 0;
}
div.pubmini .top, div.pubmini .bottom {
  z-index: 10;
	position: absolute;
  width: 100%;
  height: 25px;
}
div.pubmini .bottom {
  bottom: 50px;
}
div.pubmini #scrollpubs {
  position: relative;
  top: 0;
}

div.pubmini a img { border: none; padding: 0; margin: 0; }

div.pubmini a {
	padding: 0;
	display: block;
	border: 2px solid gray;
	margin-bottom: 2px;
	text-decoration: none;
}
div.pubmini a.current {
  border: 2px solid orange;
}

div.pubmini a:hover {
    border-color: orange;
}

div.songs {
	position: absolute;
	width: 350px;
	border-spacing: 10; 
}

div.songs div.song {
	margin-bottom: 2px;
	clear: both;
}
div.songs div.song.current {
	padding: 2px;
	background: #F7CEB3;
}
div.songs div.song {
	height: 41px;
}
div.songs div.song div {
	float: left;
	height: 38px;
	padding: 2px;
}

div.songs div.song div.time {
	width: 50px;
	margin-top: 10px;
	text-align: center;
}

div.songs div.song div.albumart {
	width: 40px;
	position: relative;
	bottom: 1px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

div.songs div.song div.infos {
	margin: 2px;
	width: 220px;
	overflow: hidden;
}

div.songs div.song div.position {
	background: #6A6A6A;
	text-align: center;
	width: 40px;
	color: white;
}

div.songs div.song div.position p {
	font-size: 22px;
	margin-top: 3px;
	font-family: "Verdana", sans-serif;
}

div.songs div.song div.infos p.title {
	margin-top: 2px;
	color: #9A0101;
}

div.songs div.song div.progression {
	background: #D9D9D9;
	margin-right: 10px;
	padding: 8px 4px;
	padding-left: 0px;
	width: 16px;
	text-align: right;
	position: relative;
	top: -5px;
}

div.songs div.song div.progression p {
	margin-top: 10px;
	font-size: 11px;
}

form label {
	display: block;
}

h1 {
	margin-bottom: 20px;
	font-size: 16px;
}
h2 {
	margin-top: 10px;
}
#grayshape {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	display: none;
	position: fixed;
	background: url('/images/overlay.png');
	-background: url('/images/overlay.gif');
}
#grayshape div.content {
  position: absolute;
  height: 90%;
  overflow: auto;
  margin-top: 50px;
  width: 920px;
  z-index: 101;
  margin-left: 50%;
  left: -460px;
  text-align: center;
}
#grayshape img {
  border: 1px solid black;
  max-width: 900px;
}

.popup {
	position: absolute;
	text-align: left;
	top: 200px;
	width: 500px;
	left: 50%;
	margin-left: -251px;
	background: #cecece;
	padding: 20px;
	border: 1px solid black;
}

#loginfrm {
	position: absolute;
	text-align: left;
	top: 200px;
	width: 300px;
	left: 50%;
	margin-left: -151px;
	background: #cecece;
	padding: 20px;
	border: 1px solid black;
	text-align: center;
}
h4, h3 {
	margin-bottom: 10px;
}

#loginfrm p.form-button {
	padding-top: 10px;
}

div#contact {
	position: absolute;
	top: 200px;
	width: 500px;
	left: 50%;
	margin-left: -251px;
	background: #cecece;
	padding: 20px;
	text-align: left;
	border: 1px solid black;
}
#traderight {
  position: absolute;
  top: 310px;
  right: 50%;
  margin-right: -600px;
}