	
/* Container for Las Vegas */
#lvb { position: relative; }

#iview { width:320px; height: 416px; }

#lvb.iphone { width:320px; /* height: 440px;*/ font-size:40px }
#lvb.web { /*width:778px;  height: 440px;*/ font-size:48px }	

/* Info panel for LIFE and SCORE */

#lvbinfo { 
	width:100%; 
	height:20px; 
	font-size:14px; 
/*	background-color:#dddddd;*/
	position:relative; 
	margin: 0 0 10px; /*color:#fff*/ }
	

	
#lvbinfo .sb /*#vegasscorebox*/ { float:right; padding:1px 4px 0 }
#lvbinfo .score /*#vegasscore*/ { font-weight:bold }	
	
#lvbinfo .life { 
	
	float:left;
	padding: 0 0 0 5px; 
	border:1px solid #cccccc; 
	width:95px; 
	height:18px;  
	
	background: white url(/img/progress-bar/life.gif) no-repeat;
	background-position: +50% 0;
}	

/* Control panel for PAUSE etc. */
	
#lvbcontrol { height:22px; font-size:14px; width:100%; position:relative; margin: 10px 0; border:1px dotted #c0c0c0; }
#lvbcontrol a { padding:2px; margin: 0px 20px; font-weight:bold;}

/* HIGHSCORE Area inside container #lvb => substitutes main */	
	
#lvb div.info { 
	display: none;
	opacity: 0; 
	margin:0;
	background-color:#ffffff;
	position: absolute; 
	font-size:18px /*24px;*/
}
#lvb div.info a { /*font-family:Helvetica,Verdana,Arial,sans-serif;*/ margin:5px 20px 0; font-weight:bold; }

#lvb div.info a:hover { 
	color:#cc0000;
	text-decoration:none;
}
/* HIGHSCORE TABLE */

#lvb .hs_tr { 
	border-bottom:2px solid #CCCCCC;
	color:#333;
	height:32px;
/*	margin-bottom:2px; */
	width:100%; 
}
	


#lvb .hs_new {
	background-color:#ffcc99;
	color:#cc0000;
	font-weight:bold;
}

#lvb .hs_tr div, 
#lvb .hs_tr a 
{
	/*color:#333333;*/
	display:block;
	float:left;
/*	font-family:Helvetica,Verdana,Arial,sans-serif; */
/*	height:30px; */
	margin-right:2px;
	overflow:hidden;
	line-height:180%;
/*	padding:3px 2px 1px; */
	white-space:nowrap;
}

#lvb .hs_tr div.hs_head {
	background-color:#CC0033;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 4px;
	text-transform:uppercase;	
}

#lvb .hs_tr div.hs_nr { clear:both; padding-right:20px; width:30px; text-align:right }
#lvb .hs_tr div.hs_tit { padding-left:5px; width:320px; }
#lvb .hs_dat { text-align:right; width:150px; }
#lvb .hs_sco { text-align:right; width:150px; }	
	
#lvb div.hs_bc { text-align:center; position:absolute; width:100%; bottom:10px; }	
	
/* Main Area inside container #lvb */	
	
#lvb div.main { 
	display: table; 
	position: relative; 
	width:100%;
	height:100%;
/*	width:780px; 
	height: 440px; 
	border: 1px dotted #d0d0d0; */
	margin-bottom:20px 
}

#lvb.web div.info,
#lvb.web div.main { border: 1px dotted #d0d0d0; margin: 0; height: 418px; /*10px 0;*/ }

#lvb.web div.info { width:778px; }

#lvb div.main div.lvtr { display: table-row; }

#lvb div.main div.bar { 
	font-size:10px;
	height:18px; 
	width: 100% /*780px*/; 
	display:table-cell; 
	/*position: static;*/
	background-color:#cc0000; 
	color:#fff;
	text-align:center;
	vertical-align:middle; 
}

#lvb div.main div.cell { 
	height:200px; 
	width: 100% /*780px*/;
	display:table-cell; 
	/*position: static;*/
	/*background-color:#eeffee;*/
	text-align:center;
	vertical-align:middle; 
	/*font-size:48px;*/
	cursor:default;
}	

#lvb div.wrong div.cell { color:#cc0000 } 

#lvb div.main div.cell span.link:hover { color: #cc0000; cursor:pointer }

#lvb div.main div.small { 
/*	font-family:"Courier New", Courier, monospace; */
	font-size:50%;
	margin-top:10px;
}

/* START / HELP */
#lvb div.main div.cell a { margin: 0px 15px; color:#000 }
#lvb div.main div.cell a:hover { text-decoration:none; color:#cc0000; } 

#lvb div.main div.lv_hlp { 
/*	font-family:"Courier New", Courier, monospace; */
	text-align:left;
font-size:18px;
line-height:150%;
	padding:20px 30px 10px;
}	
#lvb div.main div.lv_hbc { 
	text-align:center;
/*	margin-top: 20px; */
}	

#lvb div.main div.lv_hbc a { 
	font-size:50%;	
}
	
#lvpause { display:block;float:left;}
#lvquit { display:block;float:right;}
	
	
.vegas1 { font-family: Impact, sans-serif; }
.vegas2 { font-family: Verdana, sans-serif; }
.vegas3 { font-family: "Arial Narrow", sans-serif; }
.vegas4 { font-family: "Courier New", Courier, monospace; }
.vegas5 { font-family: Georgia, serif; }
.vegas6 { font-family: "Lucida Sans Unicode", sans-serif; }

div.lvintro {
	background-color:#ffeeff;
	padding:10px;
	margin-bottom:10px;
}

div.lvoutro {
	background-color:#eeeeff;
	padding:10px;
	margin:10px 0;
}


