.bbox {
	margin: 10px 10px 0px 10px;
	padding: 0px;
	font-size: 12px;
	overflow: hidden;
}

.lbox {
	margin: 10px 10px 40px 10px;
	border: 1px solid #CCA35F;
	border-radius: 8px;
	padding: 10px;
	font-size: 12px;
	overflow: hidden;
}

.lbox form {
	display: inline-block;
}

.lbox > div.G {
	float: right;
}
.lbox > div.F {
	float: left;
}

.lbox input {
	border: 1px solid #BBB;
	border-radius: 8px;
	padding: 3px 8px;
	background: transparent;
	font-size: inherit;
}
.lbox input.showname {
	color: #BBB;
}
.lbox input[name="vb_login_password"], .lbox input[name="vb_login_username"] {
	width: 120px;
}
.lbox input[readonly] {
	background: #EEE;
}
.lbox input[type="submit"] {
	background: #DDD;
	padding: 3px 10px;
}
.lbox input[type="submit"]:hover {
	background: #CCC;
}

.tbox {
	margin: 0px 10px 40px 10px;
}

.tbox > h4 {
	border: 1px solid #CCA35F;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: none;
	padding: 4px 10px;
	margin: 0px;
	background: #EEDDB5;
	/* background: #FFFFFF; */
	font-size: 16px;
}

.tbox > div {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid #CCA35F;
	overflow: hidden;
}

.tbox > div > table {
	margin: 0px;
	border-collapse: collapse;
	display: table;
	width: 100%;
	background: white;
}

.tbox > div > table th {
	background-image: url(images/ftr/navbar-bg.png);
	font-size: 12px;
	padding: 4px 10px;
	text-align: center;
}
.tbox > div > table td {
	border-top: 1px solid #CCA35F;
	text-align: center;
	font-size: 14px;
	padding: 3px 5px;
}
.tbox > div > table td.n {
	text-align: left;
	padding-left: 15px;
}
.tbox > div > table tr:hover {
	background: #EEE;
	cursor: pointer
}

.tbox form { 
	display: inline-block;
}

.tbox form input[type="submit"] {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 10px;
	border: 1px solid black;
	border-radius: 5px;
	background: #add993;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: auto;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: black;
}

.tbox form input[type="submit"]:hover { background: #78b753 }
.tbox form.bot input[type="submit"] { background: #d9d293 }
.tbox form.bot input[type="submit"]:hover { background: #b3a957 }


div.U {
	font-size: 12px;
        border: none;
        margin: 10px;
}
div.U ul.userlist {
        list-style: none;
        margin: 10px;
}
div.U ul.userlist li {
        display: inline-block;
}
div.U ul.userlist li:after { content: ", " }
div.U ul.userlist li:last-child:after { content: "" }

div#report {
	float: right;
	border: none;
	padding: 5px 10px;
}

div.rbox {
	float: right;
	width: 200px;
	margin: 0px 0px 10px 0px;
	min-height: 100px;
}

div.rbox + div.tbox {
	width: 730px;
}

.rbox > div {
	border: 1px solid red;
	border-radius: 8px;
	border: 1px solid #CCA35F;
}
.rbox > div + div {
	margin-top: 10px;
}
.rbox > div h4 {
	margin: 0px;
	background: #EEDDB5;
	padding: 5px 0px;
	text-align: center;
	border-bottom: 1px solid #CCA35F;
}
.rbox > div.points {
	overflow: hidden;
}
.rbox > div.points span {
	font-size: 30px;
	font-family: Roboto, sans-serif;
	text-align: center;
	padding: 10px 0px;
	display: block;
}
.rbox > div.others > b {
	display: block;
	margin: 5px 10px 0px 10px;
	text-align: left;
}
.rbox > div.others > ul {
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 10px 10px;
}
.rbox > div.others > ul li {
	display: block;
	
}
.rbox > div.others > ul li:after {
	content: ", ";
}
.rbox > div.others > ul li:last-child:after {
	content: "";
}
.rbox > div.others > span {
	display: block;
	margin: 0px 10px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 10px;
}
a.whatisit {
	color: #888 !important;
	text-decoration: none !important;
}
a.whatisit:hover {
	text-decoration: underline;
}

button#reload { background: transparent; border: none }

div.report {
	float: right;
	border: none;
	padding: 5px 10px;
}

.tbox a.button {
	padding: 4px;
	border: 1px solid #BBB;
	border-radius: 5px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 15px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: black;
}
.tbox i.button {
	content: "_";
	color: transparent;
	display:inline-block;
	width: 15px;
	padding: 4px;
	background: none;
}
.tbox a { text-decoration: none }
.tbox a:hover { text-decoration: none }
.tbox a.button.open { background: #add993 }
.tbox a.button.open:hover { background: #78b753 }
.tbox a.button.results { background: #b5c2ee }
.tbox a.button.results:hover { background: #5f72b0 }
.tbox a.button.join { background: #f2f19a }
.tbox a.button.join:hover { background: #e7e53e }
.tbox a.button.view { background: #EFEFEF }
.tbox a.button.view:hover { background: #BCBCBC }

.rbox#lb { clear: right }
.rbox#lb table {
	width: 100%;
}

.cbox {
	border: 1px solid #CCA35F;
	float: right;
	margin: 12px 20px 10px 10px;
	display: block;
	width: 450px;
	height: 185px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.cbox #chatline {
	background: #EEDDB5;
	width: 450px;
	position: relative;
	padding: 0px;
	height: 24px;
	border-bottom: 1px solid #CCA35F;
}

.cbox #chatline input {
	width: 430px;
	padding: 2px 10px;
	border: none;
	height: 20px;
}

.cbox #chatline button#say {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	margin: 0px 0px 0px 0px;
	padding: 2px 10px;
	float: right;
	height: 24px;
	border: none;
	border-left: 1px solid #CCA35F;
	background: #EEDDB5;
}

.cbox #chat {
	margin: 0px;
	width: 430px;
	padding: 5px 10px;
	overflow: auto;
	max-height: 195px;
}
.cbox #chatline + #chat {
	max-height: 175px;
}

.cbox #chat p {
	margin: 0px;
	font-size: 12px;
}

.cbox #spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
}

.pbox {
	margin: 10px 10px 0px 10px;
	padding: 0px;
	font-size: 12px;
	overflow: hidden;
	margin: 10px;
	width: 100%;
}

#log p {
	margin: 0px;
	font-size: 12px;
}

/** Styling for OFC Contest **/
.contest-banner { position: relative; float: left }
.contest-banner .promo-banner { display: block }
.contest-banner div.hand-counter {
	border: solid thin #727272;
	border-radius: 6px;
	position: absolute;
	top: 30px;
	right: 20px;
	margin: 0 20px 0 0;
	color: white;
	background: #000;
	opacity: .9;
	text-align: center;
	line-height: 18px
}
.contest-banner div.hand-counter > div { padding: 2px 10px }
.contest-banner div.hand-counter > div > span {font-weight: bold; font-size: 18px}
