/* ----- PAGE UNIQUE BUTTONS ------*/

/* ubtns image-based */

#ubi {
	position: fixed;
	right: 0px;
	width:55px;
}

#ubi img {
	position: relative;
	width:36px;
	top: 200px;
	padding: 0px;
	margin-bottom: 5px;
}

#ubi a img, .box-con4 a.banner, .supp0rt a img  {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

#ww ul li a, #ww  h2 {
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
}

#ubi a img:hover, .box-con4 a.banner:hover,#navbar ul li a:hover img, #ww ul li a:hover, .supp0rt a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.curved, #lang ul:hover, .tool-tip, #search-container, h3.rm, #ww  h2, #chat-container {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc) !important;
}

#es_hd,.shade2 p a, .game-con a, #topB input.bar,#breadcrumbs a,a.vote, .smap ul li a, #contact textarea, a.mlink, .jobs h3, a.cont, a.prev  {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#lang ul li a:hover {
	border:1px solid #333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(border-radius.htc) !important;
}

/* global */

#header a {color:transparent}

.game-content img {
	border: 1px solid #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	margin-top: 1px !important;
}

.game-content img:hover {
	border: 1px ridge #FFCC00;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.game-header a.Tips1:hover, .box-con4 a.banner:active, #navbar ul li a img{
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	background-color:#000;
}

.game-header a.Tips1:active, .box-con a.banner:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	background-color:#000;
}

/*--------------------------------------------*/
#lbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 600px;
}

#lbOverlay.grey { background-color: #000000; }

#lbMain {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	line-height: 0;
}

#lbMain a img, #lbMain img {
	border: 1px solid #FFF;
	padding: 1px;
}

#lbOuterContainer {
	position: relative;
	background-color: #fff;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background-image: url(../images/bg/bg_lytebox.jpg);
	background-repeat: repeat-x;
}

#lbOuterContainer.grey { border: 1px solid #888888; }

#lbDetailsContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	width: 100%;
	line-height: 1.4em;
	overflow: auto;
	margin: 0 auto;
}

#lbDetailsContainer.grey {
	border: 1px solid #888888;
	border-top: none;
}

#lbImageContainer, #lbIframeContainer { padding: 10px; }

#lbLoading {
	position: absolute;
	top: 65%;
	left: 0%;
	height: 67px;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url(../images/loading.gif) center no-repeat;
}

#lbHoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lbImageContainer>#lbHoverNav { left: 0; }

#lbHoverNav a { outline: none; }

#lbPrev {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
	left: 0;
	float: left;
}

#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../images/prev_grey.gif) left 15% no-repeat; }

#lbNext {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
	right: 0;
	float: right;
}

#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../images/next_grey.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 {
	text-decoration: none;
	font-weight: bold;
}

#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }

#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }

#lbDetailsData { padding: 0 10px; }

#lbDetailsData.grey { color: #333333; }

#lbDetails {
	width: 60%;
	float: left;
	text-align: left;
}

#lbCaption {
	display: block;
	font-weight: bold;
}

#lbNumberDisplay {
	float: left;
	display: block;
	padding-bottom: 1.0em;
}

#lbNavDisplay {
	float: left;
	display: block;
	padding-bottom: 1.0em;
}

#lbClose {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}

#lbClose.grey { background: url(../images/close_grey.png) no-repeat; }

#lbPlay {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}

#lbPlay.grey { background: url(../images/play_grey.png) no-repeat; }

#lbPause {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}

#lbPause.grey { background: url(../images/pause_grey.png) no-repeat; }

/*------------ tool-tip CSS -----------------*/

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	text-align:left;
	background-color: #1E1E1E;
	background-image: url(../images/content/game/bg-temp.jpg);
	background-position: right -43px;
	border:1px solid #333;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFE137;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/* toggle extension */

.exampleEl, .faq-dis { display: none; }
.show { display: block; }
.selected { font-weight: bold; }




