/* (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;
}
@media only screen and (max-device-width: 480px) {
  body {
    font-size: 125%;
  }
}
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;
}

.scrsnap {
	width: 100%;
	margin-left: 0px;
	max-width: 800px;
}

#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;
	text-align: justify;
	width: 100%;
}
#textbody {
	max-width: 800px;
}
div#textbody > p,li,ul,iframe {
	margin-right: 20px;
}

#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;
}

/* EOF */

