@charset "utf-8";
/* CSS Document */

ul,li,h4 {
        margin: 0;
        padding: 0;
        vertical-align: baseline;
	font-weight: normal;
}
ul,li,h4{
        font-size: 12px;
        line-height: 1.4em;
        list-style-type: none;
}


h4 { font-weight: bold; }

a{
	text-decoration:none;
	color:#254EAD
}

img{border:0;}

.trff {	background-color: #ffffff; }
.trf5 {	background-color: #f5f5f5; }

tr.close td { color: #888; }


table{font-size:14px;}



.small { font-size: 12px; }






table.lobby
{
  width: 560px;
  margin: 4px auto;
  border:1px solid #ccc;
  font-weight:bold;
}

table.lobby td.sp       { width:  10px; }
table.lobby td.lobby    { width: 430px; font-size: 16px; }
table.lobby td.users    { width: 60px; text-align: right; }
table.lobby td.maxusers { width: 50px; text-align: right; padding-right: 12px;}

table.lobby td.lobbyx   { width: 360px; }
table.lobby td.usersx   { width: 140px; text-align: right; }

table.lobby,
table.lobby tr,
table.lobby td,
table.lobby th {
  border-collapse: collapse;
}

table.lobby td,
table.lobby th {
  height: 26px;
  line-height: 26px;
  font-weight: bold;
}

table.lobby td {
  position: relative;
}

table.lobby td b {
  position: absolute;
  left: 106px;
}

tr.trff td,
tr.trf5 td {	
  height: 36px;
  line-height: 36px;
}


table.login input.email {
  width: 200px;
  height: 24px;
}
table.login input.passwd {
  width: 100px;
  height: 24px;
}


.gotospsite {
  font-family:sans-serif;
  height: 110px;
  line-height:110px;
  margin-bottom: 16px;
  font-size:40px;
  font-weight: bold;
  text-align:center;
  background-color:#ddf;
  margin-bottom: 32px;
}

table.lobby td .btm {
  font-weight: normal;
  margin: 4px 0 0 0;
  font-size: 14px;
  padding: 0;
margin: 0;
  height: 24px;
  line-height: 24px;
}

.userinfo {
  padding: 8px;
  border: 1px solid #333;
  border-radius: 12px;
  background: linear-gradient(160deg,#ffffff,#f0f0f0);
}


.userinfo h2,
.userinfo h3 {
  margin: 0;
  font-size: 16px;
  color: black;
  font-weight: bold;
}
.userinfo h2 {
  margin-bottom: 4px;
}
.userinfo h3 {
  font-size: 14px;
}

.userinfo p {
  font-size: 14px;
/*  background-color: yellow;*/
  padding-left: 8px;
  margin: 2px 0 2px 0;
}

