﻿html,body {
	margin: 0;
	padding: 0;
	background:#cdb;
	font:x-small Verdana,Sans-serif;
    text-align:center;
    color:#000;
}

table {
	width: 100%;
	height: 100%;
}

td {
	text-align: center;
}

ul {
	padding-left: 0em;
	margin-left: 0em;
	margin-top: 0.5em;
	list-style-type: none;
}

div {
}

div.timer {
	position: relative;
	float: left;
	margin-top:5px;
	margin-right: 5px;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 600px;
	top:-3px;
}

div.right {
	background:url('player/playerbgright.jpg') no-repeat left top;
	position: absolute;
	top: 0px;
	left: 365px;
	width: 415px;
	height: 580px;
}

div.rightdisco2 {
	background:url('images/discoright.jpg') no-repeat left top;
	position: absolute;
	top: 0px;
	left: 365px;
	width: 415px;
	height: 580px;
}

div.rightblank {
	background:url('images/blankright.jpg') no-repeat left top;
	position: absolute;
	top: 0px;
	left: 365px;
	width: 415px;
	height: 580px;
}

div.latest {
	position: absolute;
	top: 390px;
	left: 5px;
	color:#fff;
	width: 410px;
	font : small bold Courier New, Verdana, Helvetica, Arial, sans-serif;
}

div.demo {
	position: absolute;
	top: 100px;
	left: 5px;
	color:#000;
	width: 100px;
	font : small Courier New, Verdana, Helvetica, Arial, sans-serif;
}

div.lfgdiv {
	position: absolute;
	top: 100px;
	left: 5px;
	color:#000;
	width: 410px;
	font : small Courier New, Verdana, Helvetica, Arial, sans-serif;
}

a.demoyou:link {
	color: #ccc;
	text-decoration:none;
}
a.demoyou:visited {
	color: #ccc;
	text-decoration:none;
}
a.demoyou:hover {
	color: #ccc;
	text-decoration:underline;
}

div.topleft {
	position: absolute;
	top: 245px;
	left: 180px;
	width: 200px;
	height: 100px;
	color: #FF9900;
	font : medium "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-variant : small-caps;
	text-align:right;
}

a.you:link {
	color: #FF9900;
	text-decoration:underline;
}
a.you:visited {
	color: #FF9900;
	text-decoration:underline;
}
a.you:hover {
	color: #FF9900;
	text-decoration:none;
}

div.topmiddle {
	position: absolute;
	padding: 13px;
	top: 480px;
	left: 95px;
	width: 215px;
	height: 30px;
	color:#cdb;
}

div.topright {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 280px;
	width: 10px;
	height: 100px;
}

div.main {
	background:#ab9;
	position: absolute;
	top: 0px;
	left: 0px;
	width:365px;
	height: 580px;
}

div.mainwhite {
	background:#ebffd8;
	position: absolute;
	top: 0px;
	left: 0px;
	width:365px;
	height: 580px;
}

div.mainscroll {
	background:#ebffd8;
	position: absolute;
	top: 0px;
	left: 0px;
	width:365px;
	height: 580px;
	overflow: scroll;
}

div.maincover {
	background:#ccc;
	position: absolute;
	top: 0px;
	left: 0px;
	width:365px;
	height: 580px;
}

div img {
	display: block;
}

div.mtitle {
	font:large Verdana,Sans-serif;
}

div.mfloat {
	position: relative;
	float: left;
}

div.ulfloat {
	position: relative;
	float: left;
	margin-bottom: 10px;
}

div.sprint {
	position: relative;
	float: left;
	font:x-small Verdana,Sans-serif;
	margin-top: 60px;
	width: 339px;
}

div.imgfloat {
	position: relative;
	border: 1px solid #000;
}

div.imgfloatl {
	position: relative;
	float: left;
}

div.imgfloatr {
	position: relative;
	border: 1px solid #000;
	float: right;
}

div.imgborder {
	position: relative;
	border: 2px solid #fff;
}

div.bottom {
	background:#ab9;
	position: absolute;
	top: 580px;
	left: 0px;
	width: 780px;
	height: 20px;
}

div.imgsdiv
{
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
	overflow: scroll;
}

fieldset 
{ 
	border: 1px solid #000; 
	padding: 1em; 
	margin: 0; 
}

legend 
{ 
	color: #000; 
	font-size: 120%; 
}

label
{
	font-size: 80%;
}

div.tweet0 {
	margin-top: 4px;
	padding: 4px;
	background: #fff;
	position: relative;
	float: left;
	width: 100%;
}

div.tweet1 {
	margin-top: 4px;
	padding: 4px;
	position: relative;
	float: left;
	width: 100%;
}

div.signon 
{
	font-size: 80%; 
	position: relative;
	float: right;
}

div.groupdiv 
{
	position: relative;
	float: left;
}

div.button
{
	position: relative;
	float: left;
	background: #ccc;
	border: 1px solid #000;
	font:x-small Verdana,Sans-serif;
	color:#000;
}

div.user
{
	font-weight: bold;
}

div.errmsg
{
	color:#c00;
}

a:link {
  color:#388;
  text-decoration:none;
  }
a:visited {
  color:#776;
  text-decoration:none;
  }
a:hover {
  color:#333;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
