/* (c) 2006 by Conalgo Inc. All rights reserved! */
body {
	margin: 0px;
	font-size: 76%;
	color: #5C5D5F;
	background-color: #cccccc;
	font-family: sans-serif;
	overflow-x: hidden;
}
p,h1,h2,h3,pre { margin-left: 20px; }
pre { font-size: 125%; }

a {
	text-decoration: underline;
	color: #008000;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #00a000;
}
a.internal {
	text-decoration: none;
}
a:hover.internal  {
	text-decoration: none;
}

#abovedial {
	background-image: url("top-gradient.png");
	background-repeat: repeat-x;
	height: 120px;
	width: 100%;
}
#about {
	display: block;
	position: absolute;
	top: auto;
	left: auto;
	width: 100%;
	margin-left: 0px;
	margin-top: 98px;
	text-align: center;
	font-size: 100%;
	color: #222;
}
#title {
	display: block;
	position: absolute;
	left: 20px;
	top: auto;
	width: 270px;
	height: 74px; 
}
#adverts {
	display: block;
	width: 100%;
	height: 200px;
	position: absolute;
	font-size: 80%;
	top: auto; right: 0px; bottom: 0px; left: 0px;
}
#stats {
	margin-top: 2ex;
	margin-right: 20px;
	float: right;
	font-size: 80%;
}
.slabel {
	text-align: right;
	color: green;
	padding: 0px;
	margin-right: .5em;
}
.sval { 
	padding: 0px;
	padding-right: 2em;
}
#matching {
	position: absolute;
	left: 330px;
	top: auto;
	right: auto; bottom: auto;		/* impt for IE */
	font-size: 80%;
}
.mhdr { 
	padding: 0px;
	padding-right: 2em;
	text-align: left;
	color: green;
	font-weight: normal;
}
.mval { 
	vertical-align: top;
	padding: 0px;
	padding-right: 2em;
	padding-bottom: 0.2em;
}
.langlist {
	width: 200px;
	background-color: #ddd;
	font-size: 120%;
}
.formbtn {
	font-family: sans-serif;
	width: auto;
	background-color: #ccc;
	font-size: 150%;
	font-weight: bold;
}
.formbtn2 {
	font-family: sans-serif;
	width: auto;
	background-color: #ccc;
	font-weight: bold;
}
.bkmkbtn {
	font-size: 80%;
	font-family: sans-serif;
	width: auto;
	text-align: center;
	background-color: #ccc;
	font-weight: bold;
}

#footer {
	margin-top: 3ex;
	display: block;
	font-size: 80%;
	text-align: left;
	vertical-align: middle;
}
span.topright {
	display: block;
	height: 15px;
	position: absolute;
	text-align: right;
	vertical-align: middle;
	top: 5px; right: 10px; bottom: auto; left: auto;
	font-size: 80%;
}
a.topright {
	margin-right: 0em;
	padding-left: 1em;
}
#outerDiv {
	width: 100%;
	height: 320px;
	border: 0px;
	position: relative;
	overflow: hidden;
	overflow-x: scroll;
	background: black;
	cursor: pointer;
}
#dialholder {
	background: pink;
	cursor: pointer;
}
.dial {
	background: black;
	cursor: pointer;
}
#needle {
	position: relative;
	left: 0px;
	top: 0px;
	cursor: move;
}
#details {
	width: 50%;
	height: 300px;
	vertical-align: top;
}
#detailstable {
	width: 100%;
	table-layout: fixed;
	font-size: 110%;
	border-spacing: 10px 0px;
	vertical-align: top;
	margin-top: 35px;
}
#playedDiv {
	width: 30%;
	font-size: 100%;
	padding-top: 20px;
	vertical-align: top;
	color: black;
}
.boxLabel {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	color: green;
	padding-bottom: 2px;
}
#playedBox {
	height: 280px;
	width: 100%;
	border: 1px solid #808080;
	background-color: #bbb;
	margin-bottom: 20px;
	overflow: auto;
}

div#playedBox > div {
	padding-left: 3px;
}
.playedF0 {
	white-space: nowrap;
}
.playedF1 {
	white-space: nowrap;
	background: pink;
}
.playedF2 {
	white-space: nowrap;
	background: white;
	font-weight: bold;
}
.playedF3 {
	white-space: nowrap;
	color: red;
	font-weight: bold;
	background: pink;
}
.playedF4 {
	white-space: nowrap;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	background-color: #ccc;
	color: green;
	width: 100%;
}

.vlabel {
	width: 20%;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	height: 2.25ex;
	color: green;
	white-space: pre;
}
.variable {
	width: 80%;
	text-align: left;
	vertical-align: top;
	color: black;
	overflow: hidden;
}
/*
a.variable {
	text-decoration: none;
}
a:hover.variable  {
	text-decoration: underline;
}*/
.speakerArea {
	position: relative;
	width: 300px;
	height: 24px;
	white-space: nowrap;
	vertical-align: middle;
}
.button {
	display: block;
	color: #e8e8e8;
	background-color: #999;
	width: 200px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#belowdial {
	background-image: url("bot-gradient.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 300px;
	table-layout: fixed;
	border-spacing: 20px 0px;
}
#belowdial2 {	/* static pages */
	background-image: url("bot-gradient.png");
	background-repeat: repeat-x;
	width: 100%;
}
div#belowdial2 > p,li,ul,iframe {
	margin-right: 40px;
}

#belowdialtable {
	border-spacing: 0px;
	vertical-align: top;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

#thumb {
	width: 320px;
	height: 240px;
	padding-top: 20px;
	vertical-align: top;
}

.thumbnailImg {
	border: 1px solid black;
}
a:hover.thumbnailImg {
	text-decoration: none;
}
#tunein {
	margin-top: 7px;
}
#tuneinBtn {
	vertical-align: top;
	cursor: pointer; 
	border: none;
}
#tuneinPlayers {
	width: 158px;
	vertical-align: middle;
	background-color: #bbb;
	border: 1px solid #aaa;
	margin: 0em;
	padding-top: 2px;
	margin-top: 0.5em;
	cursor: pointer; 
}

.invisible { display: none; }
.blinking { 
	background: green;
	padding: 1px;
	border: 1px solid black;
	color: black;
}

a.winbutton {
	text-decoration: none;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-right: 1em;
	color: blue;
	background-color: #bbb;
	border-top: solid black 1px;
	border-left: solid black 1px;
	border-right: solid black 1px;
}
a:hover.winbutton {
	text-decoration: underline;
}
a:visited.winbutton {
	color: blue;
}

.email {
	font-family: monospace;
	font-size: 125%;
}

.functions {
	display: block;
	text-align: right;
	margin-right: 50px;
	width: 98%;
}
a.jsbtn {
	font-size: 80%;
	border: 1px solid #333;
	background-color: #bbb;
	text-decoration: none;
	color: black;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
a:visited.jsbtn {
	text-decoration: none;
	color: #5C5D5F;
}
a:hover.jsbtn  {
	text-decoration: none;
	background-color: black;
	color: white;
}

.hotspot {
	vertical-align: middle;
}
span.hotspot  {
	padding: 2px;
	margin-right: 1em;
}
span:hover.hotspot  {
	border: 1px solid #808080;
	padding: 1px;
	cursor: pointer; 
}

#search_result { 
	white-space: nowrap;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 3px;
	height: 2ex;
}
a.resultlink { 
	text-decoration: underline;
	margin-right: 0.5em;
	color: orange;
}
a:hover.resultlink { 
	text-decoration: underline;
}

#playersDiv {
	vertical-align: middle;
	text-align: left;
	height: 16px;
	border: 1px solid #808080;
	background: white;
	margin-top: 2ex;
	margin-left: 40px;
	margin-right: 40px;
	padding: 3px;
}
.suggested {
	height: 16px;
	vertical-align: top;
}
.players {
	border: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
}

h3.journal {
	margin-bottom: 1px;
	margin-right: 60px;
	margin-left: 40px;
	text-align: left;
	font-size: 100%;
}
div.journal {
	border: 1px solid #808080;
	background-color: #bbb;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	width: auto;
	/*height: 75px;*/
	overflow: auto;
}
p.journal {
	margin-top: 2px;
	margin-left: 2px;
}

#volumeup {
	position: absolute;
	top: 180px;
	left: 50px;
	padding: 3px;
	border: 2px solid #808080;
	background-color: #bbb;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}

#addthis {
	position: absolute;
	top: auto;
	left: 25px;
	margin-top: 74px;
	padding: 3px;
}
#topnotice {
	display: none;
	position: absolute;
	font-size: 80%;
	font-weight: bold;
	top: 170px;
	left: 28px;
	padding: 3px;
	border: 1px solid #808080;
	background-color: #bbb;
	text-align: center;
	color: green;
}

#notice {
	margin-left: 40px;
	margin-right: 40px;
	padding: 3px;
	border: 1px solid #808080;
	background-color: #bbb;
	text-align: left;
	color: green;
}
div#notice > ul {
	margin: 0;
	margin-left: 1.5em;
	padding-left: 0;
/*
	padding-left: 1.5em;
	margin-left: 1.5em;
	padding: 0px;
*/
}

#boss {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-bottom: 1000px;
	z-index: 500;
	background-color: white;
	text-align: center;
}

.dialhi {
	position: absolute;
	top: 58px;
	left: 58px;
	width: 20px;
	height: 20px;
	border: 2px solid red;
	padding: 0px;
}
.dialbm {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 20px;
	height: 20px;
	padding: 0px;
	background-color: blue;
	filter:alpha(opacity=40);
	opacity: 0.40;
	-moz-opacity:0.40;
}

#stationStream {
	border: 2px solid #808080;
	background-color: #aaa;
	width: 50%;
	font-size: 80%;
}

#bannerads {
	width: 90%;
	height: 90px;
	margin: 2px;
	white-space: nowrap;
	text-align: left;
	margin: 2px;
	margin-left: 20px;
	margin-bottom: 8px;
}
#steps {
	font-size: 100%;
	width: 80%;
	xxheight: 90px;
	height: 120px;
	margin: 2px;
	margin-left: 5px;
	margin-bottom: 8px;
}

.stepN {
	padding-right: 10px;
	padding-left: 7px;
	margin: 0px;
	color: #565656;
	border: #dedede 1px solid;
	background-color: #f5f5f5;
}
.stepN:hover {
	border: #c6d880 1px solid;
	color: #529214;
	background-color: #e6efc2
}

.stepdot {
	z-index: 250;
	position: absolute;
	font-size: 20px;
	left: 0px;
	top: 0px;
	color: green;
	text-decoration: blink;
}

/* tabs for dials */
#otherdials {
	background-color: white;
	border-top: 1px solid white;		/* safari bugfix */
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
	font-size: 90%;
}

#dialtabs {
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
	margin-top: 5px;
}

#dialtabs td {
	border-bottom: 2px solid #333;
	padding: 3px;
}

#dialtabs td.tabOff, #dialtabs td.tabOn {
	background-color: white;
	border: 2px solid #333;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	text-align: center;
}

#dialtabs td.tabOn {
	background-color: #bbb;
	border-bottom-width: 0px;
	font-weight: bold;
	color: black;
}

#dialtabs td.tabSpacer {
	width: 10px;
}

#dialtabs td.tabLeft {
	width: 5px;
}

#dialtabs td.tabRight {
	width: 100%;
}

/* top-picks links */
a.tplink { 
	color: green;
	text-decoration: underline;
}
a:hover.tplink { 
	text-decoration: underline;
}
div.tpbody {
	margin-left: 1em;
	margin-right: 1em;
}
#tpinside {
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 5px;
}
#toppicks {
	height: auto;
	overflow: auto;
}

.ad250 {
	float: right;
	padding: 10px;
	width: 250px;
	height: 250px;
	
}

.clickableImg {
	cursor: pointer; 
	border: none;
}

#lmstop, #lmstart {
	/*vertical-align: middle;*/
}

/* dead code */

#ourads {
	font-size: 50%;
	height: 88px;
	margin-left: 5px;
	margin-bottom: 8px;
	width: 90%;
	border: 1px solid #808080;
	background-color: white;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
}

img.awsitems {
	border: none;
	margin: 4px;
}

/* EOF */
