.tbox
{
	position: absolute;
	display: none;
	z-index: 900;
}

.tinner
{
	position: relative;
	border-radius: 5px;
	background-color: #A8E1F5;
	border: 4px solid black;
}

.tmask
{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 800;
}

.mp_selectedtab
{
	position: relative;
	display: inline-block;
	background-color: #CBDAF5;
	top: 1px;
	z-index: 1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid black;
	border-bottom: none;
	font-family: Arial;
	line-height: 130%;
	color: black;
	cursor: default;
	padding: 6px 10px 6px 9px;
}

.mp_unselectedtab
{
	display: inline-block;
	background: #95AFDE;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid black;
	border-bottom: none;
	font-family: Arial;
	line-height: 130%;
	color: black;
	cursor: pointer;
	padding: 6px 10px 6px 9px;
}

.mp_unselectedtab:hover
{
	background: #B8C8E3;
}

.mp_button
{
	display: inline-block;
	background-color: #F8FAC5;
    border: 1px solid black;
	border-radius: 10px;
	font-family: Arial;
	line-height: 130%;
    color: #5C3C69;
    cursor: pointer;
    padding: 5px 10px 6px 7px;
}

.mp_bigbutton
{
	font-size: 150%;
	padding: 8px 14px 8px 13px;
}

.mp_button:hover
{
	background-color: #FEFFE8;
    color: black;
}

.mp_button:active
{
	background-color: #FAFF5C;
	color: black;
}

.mp_pagecontent
{
	position: relative;
	border: 1px solid black;
	height: 350px;
	text-align: center;
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgba(203,218,245,0.6)),
		color-stop(1, rgba(203,218,245,1))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(203,218,245,0.6) 0%,
		rgba(203,218,245,1) 100%
	);
}

.mp_gamelistcontainer
{
	display: inline-block;
	height: 95%;
	position: relative;
	margin: 5px;
	width: 320px;
	vertical-align: top;
}

.mp_header
{
	float: left;
	clear: both;
	font: 11pt Arial;
	font-weight: bold;
	line-height: 200%;
}

.mp_gamelist
{
	clear: both;
	overflow: auto;
	height: 90%;
	font: 10pt Arial;
}

.mp_gamelistentry
{
	margin-top: 5px;
	padding: 5px;
	background: #F8FAC5;
	width: 280px;
	height: 52px;
	text-align: left;
	font: 9pt Arial;
	line-height: 210%;
	cursor: pointer;
	border: 1px solid gray;
}

.mp_gamelistentry:hover
{
	background: #FEFFE8;
}

.mp_formfieldname
{
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding-right: 40px;
	width: 150px;
	font: 14pt Arial;
}

.mp_formfieldvalue
{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 450px;
	font: 14pt Arial;
}

select, option
{
	font: 12pt Arial;
}

input.mp_radio
{
	display: none;
}

label.mp_radio
{
	cursor: pointer;
	border: 1px solid black;
	margin: 3px;
}

input.mp_radio:checked + label.mp_radio
{
	border: 4px solid #2B548F;
	margin: 0px;
	background: #FCF36F;
}

.mp_pathoption
{
	display: inline-block;
	margin: 5px;
}

.mp_diffoption
{
	text-align: center;
	width: 130px;
	margin: 10px auto 8px auto;
}

.mp_playerlist
{
	float: right;
	height: 100%;
	width: 250px;
	border-left: 1px solid black;
}

.mp_playerlistentry
{
	clear: both;
	background: #F8FAC5;
	color: black;
	font: 11pt Arial;
	border: 1px solid gray;
	margin: 8px;
	padding: 5px;
	cursor: default;
	height: 52px;
}

.mp_chatbox
{
	overflow: auto;
	font: 10pt Arial;
	padding: 5px;
	height: 110px;
	text-align: left;
	margin-bottom: 5px;
	border: 1px solid black;
	word-wrap: break-word;
	background: white;
}

.forbidden
{
	opacity: 0.3;
	cursor: default;
}

.crop
{
	width: 16px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
}