#outerFrame {
	width:980px;
	height:310px;
	background-color:#000;
	margin:0;
	padding:0;
	position:relative;
}

#whatFrame {
	position:absolute;
	top:40px;
	left:360px;
	height:100px;
	width:100px;
	z-index:115;	
}

#labelFrame {
	top:80px;
	left:360px;
	width:500px;
	height:40px;
	position:absolute;	
	z-index:14;	
	
}

.labelImage {
	left:0px;
	top:20px;
}

#listFrame {
	z-index:2;
	top:45px;	
	left:120px;
	width:220px;
	height:190px;
	margin:0;
	padding:0;	
	position:absolute;
	overflow:hidden;
}

#imageFrame {
	z-index:2;
	margin:0;
	padding:0;	
	top:8px;
	right:15px;
	bottom:60px;
	position:absolute;
}

#menuFrame {
	margin:0;
	padding:0;	
	bottom:28px;
	left:0px;
	right:0px;
	height:33px;
	position:absolute;
	width:100%;
}

#menuTable {
	width:100%;
	border-collapse: separate; 
	border-spacing: 2px;	
}

#menuTable td
{
	min-width:90px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	font-size:13px;
	height:29px;
	border:1px solid yellow;
	background:url(images/menuTdBackground3.png);
	margin-right:2px;
	cursor:pointer;
}

#menuTable td a {
	text-decoration:none;
}

#menuTable td:hover
{
	border:1px solid #819030;
}

#menuTable td.selected
{
	background:url(images/menuTdBackground3Selected.png);
	border: 1px solid #56601F;
	color:yellow;
}

#menuTable td a {
	color:#fff;
}

#bottomBar {
	background-image:url(images/Menu_Bottom_Blue_Bar.png);
	height:29px;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:0;
}

#underlay {
	z-index:1;
	pointer-events: none;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

#overlay {
	z-index:5;
	pointer-events: none;
	background-image:url(images/overlay4.png);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.image, .labelImage {
	opacity: 0;
	position:absolute;
	top:0px;
	right:0px;	
	transition: opacity 1s;
}

.image.visible, .labelImage.visible {
	 opacity: 1;
	transition: opacity 3s;
}


#list {
	margin:0;
	padding:0;
	position:absolute;
	bottom:-25px;
	left:0;
	width:100%;
	transition: transform 500ms linear;
	will-change: transform;
}

.row {
	margin:0;
	padding:1px;
	border-radius: 25px;
	background: #273674;
	margin-top:4px;
	margin-bottom:4px;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	opacity:0.5;
	cursor:pointer;
}

.row:hover {
	
	background-color:#97A848; /*3B432B*/
}

.row.focused:hover {
	background-color:#97A848;
}

.row div
{
	xborder:1px solid #fff;
}

.rowSymbol {
	margin:0;
	padding:0;
	display:inline-block;
	width:29px;
	height:29px;
	display:flex;
	align-items:center;
	justify-content:center;

	border-radius: 25px;
	border:1px solid #033465;
	background: #FFF;
}

.rowText {	
	margin:0;
	padding:0;
	display:inline-block;
	width:170px;
	height:29px;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.focused {
	opacity:1;
	background-color:#656589;
	transition: background-color 3s;
	font-size:20px;
}
