
  	
body {
   font-size:10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #1F3277;
   padding:0px;
   margin:0px;
   background-color:#001d31;
}

#panel
{
   width: 350px;
   height: 250px;
   background-image: url(/multiplayer/img/panel.gif);
   background-repeat: no-repeat;
   position: absolute;
   left: 125px;
   top: 130px;
   color:white;
}

#panel .message
{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
   position: relative;
   left: 70px;
   top: 50px;
   width: 260;
}

#button
{
   position: relative;
   top: 80px;
   left: 126px;
}

#button .message
{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
   position: absolute;
   left: -82;
   top: 9;
   text-align: center;
}

.player_name {
	font-size:12px;
	font-weight:bold;
}

.body_text {
	font-size:10px;
}

.list_text {
	font-size:12px;
}

.container {
	height:400px;
	width:550px;
}

.indent {
	position:relative;
	left:40px;
	top:25px;
	width:470px;
	height:350px;
}

.info_title {
	width:470px;
	height:35px;
	background-image: url("/gameAccount/default/multiplayer/img/info_title.jpg");
}

.info_body {
	width:470px;
	height:300px;
	background-image: url("/gameAccount/default/multiplayer/img/info_box_bg.gif");
	background-repeat: repeat-y;
	overflow:hidden;
}

.info_bottom {
	width:470px;
	height:15px;
	background-image: url("/gameAccount/default/multiplayer/img/info_bottom.gif");
	background-repeat: no-repeat;
}

.content {
	position:relative;
	left:25px;
	top:5px;
	width:420px;
	height:285px;
}

.popUp_body
{
	background-image: url(/default/default/images/lobby_unavailable.jpg);
}





.accountBg
{
	background-image: url(/default/default/images/popup/account_bg.jpg);
}

.account_title
{
	position:absolute; 
	top:20px; 
	left:50px;
	width:130px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.balance_title
{
	position:absolute; 
	top:63px; 
	left:35px;
	color:#576e7e;
	font-size:14px;
	font-weight:bold;
}

.table_title
{
	position:absolute; 
	top:87px; 
	left:32px;
	color:#000000;
	font-size:10px;
	font-weight:bold;
}

.table_contents
{
	position:absolute; 
	top:117px; 
	left:32px;
	color:#576e7e;
	font-size:10px;
}

.balance
{
	background-color:#DCF3DB;
	position:absolute; 
	top:175px; 
	left:27px;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	border: 2px solid #DCF3DB;
}

.description
{
	position:absolute; 
	top:200px; 
	left:10px;
	color:#576e7e;
	font-size:10px;
}

.account_refresh
{
	position:absolute; 
	top:384px; 
	left:142px;
	width:150px;
	height:50px;
	text-align:center;
	color:#001f2d;
	font-size:12px;
	font-weight:bold;
}

.account_close
{
	position:absolute; 
	top:384px; 
	left:311px;
	width:150px;
	height:50px;
	text-align:center;
	color:#001f2d;
	font-size:12px;
	font-weight:bold;
}




.gameContainer {
	width:750px;
	height:550px;
	background-image: url(/gameAccount/default/images/popup/gameBacker.gif);
}

.gameContainerFail {
	width:770px;
	height:500px;
	background-image: url(/gameAccount/default/images/popup/gameBacker.gif);
background-position: center center;
background-color:#001d31;
background-repeat: no-repeat;

}

.centralBoxPreGame {
	width:430px;
	height:265px;
	background-color:#001d31;
	position:absolute;
	left:160px;
	top:152px;
}

.centralBoxPreGameFail {
	width:430px;
	height:265px;
	background-color:#001d31;
	position:absolute;
	left:170px;
	top:127px;
}

.centralBoxPostGame {
	width:430px;
	height:465px;
	background-color:#001d31;
	position:absolute;
	left:160px;
	top:52px;
}

.titleTablePreGame {
	width:100%; 
	height:70px; 
	border:8px solid #001d31; 
	background-color:#061927;
}

.mainTablePreGame {
	width:100%; 
	height:195px; 
	border-width:0px 8px 8px 8px;
	border-style:solid;
	border-color:#001d31; 
}

.mainTablePostGame {
	width:100%;  
	border-width:0px 4px 4px 4px;
	border-style:solid;
	border-color:#001d31;
	background-color:#001d31;
}

.gameTitleText {
	font-size:14px;
	color:white;
}

.gameHeadingText {
	font-size:13px;
	color:white;
}

.gameBodyText {
	font-size:11px;
	color:white;
}

.absContainerButtonPopup
{
	position:relative;
	width:131px;
	height:40px;
}

.std_button_html_popup
{
	position:absolute;
	top:13px;
	left:-12px;
	width:160px;
	text-align:center;
}

.std_button_html_popup a
{
	color:#074b67;
	font-size:11px;
	font-weight:bold;
}
