﻿body {	
  font-size: .75em;
  font-family: Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #8ebbe4;
  text-align: center;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #8ebbe4 url('../images/background_new.jpg') center top;
}

#banner
{
  height: 92px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.hidden
{
  display:none;
}

#banner a
{
  float: left;
}

#main
{
  clear: both;
  background-color: white;
  width: 100%;
  text-align: left;
}

#qplay {
  border-style: solid;
  border-width: 2px;
  border-color: #404000;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;

  position:relative;
  top: 22px;
  z-index:100;
  margin-left: auto;
  margin-right: auto;
}

#like_box
{
  float: right;
  height: 24px;
  margin-top: -7px;
  padding: 7px 0;
  background: transparent url("../images/crosspromobar/tabs-right.png?version=3") no-repeat top right;
}

#like_box iframe
{
  border: medium none;
  overflow: hidden;
  width: 142px;
  height: 24px;
}

#flashFrame, #htmlFrame
{
	position: absolute;
	width: 100%;
	text-align: center;
}

#htmlFrame iframe
{
	width: 100%;
	height: 700px;
	border: 0;
	outline: 0;
}

#flashFrame iframe
{
	/*margin-top: 15px;*/
	width: 750px;
	height: 260px;
	overflow: hidden;
	border: 0;	
	outine: 0;
}

#flashFrame object, #hideFlash
{
  /*outline:  1px solid #ad9f7a;*/
  width: 100%;
}

#hideFlash
{
  display: none;
  margin-bottom: -14px;
}

#flashFrame a img
{
  border: 100px solid white;
}

#samFrame, #iFeelGoolFrame
{
  border: 0;
  outline: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}

.clear
{
	clear: both;
}

.error
{
	color:Red;
}

.offscreen
{
	top: -1000px;
	height: 0px;
}

#ad
{
  margin-top: 5px;
}

#affiliation, #affiliation:visited
{
  color: grey;
  display: block;
  font-size: 8pt;
  text-decoration: none;
  margin: 3px;
}

#affiliation:hover
{
  text-decoration: underline;
}

#lang
{
  margin-top: 5px;
  padding: 2px;
  border: 1px solid #ebe4d0;
  border-radius: 3px;
}

#lang:hover
{
  border: 1px solid #e7bd67;
  box-shadow: 0 0 3px #e7bd67;
  -moz-box-shadow: 0 0 3px #e7bd67;
  -webkit-box-shadow: 0 0 3px #e7bd67;
}

/* Tabs */

.fb-tabs
{
  height: 27px;
  padding-top:7px;
  overflow: hidden;
  background:transparent url("../images/crosspromobar/tabs-left.png?version=3") no-repeat;
}

.fb-tabs .left_tabs
{
	float: left;
	padding-left: 10px;
}

.fb-tabs .right_tabs
{
	float: right;
	padding-right: 10px;
}

.fb-tabitems
{
	height: 27px;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.fb-tabitems li
{
	height: 23px;
	list-style:none;
	float:left;
	margin: 4px 0 -4px 1px;
	padding: 0;
	background-image: url("../images/menu-off-left.png?version=4");
	background-position: left top;
	background-repeat: no-repeat;
}


.fb-tabitems li a
{
	display:block;
        color: #F0F8FF;
	text-shadow: 0px -1px 2px #000080;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 12px 5px 5px;
	text-decoration: none;
	background-image: url("../images/menu-off-right.png?version=4");
	background-position: right top;
	background-repeat: repeat-x;
	/*vertical-align: middle;*/
	height: 30px;
	margin-left:9px;
}

.fb-tabitems li a:focus { outline: 0px; }

.fb-tabitems li a div
{
  float: left;
  height: 22px;
  line-height: 22px;
  margin: -5px auto auto auto;
  /*vertical-align: middle;  for IE */
}

#inboxCount, #newsCount
{
  display: none;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: Black;
  background: transparent url("../images/inbox/badge.png") no-repeat;
  margin: -5px -5px 0 4px;
}

.fb-tabitems li.selected #inboxCount, .fb-tabitems li.selected #newsCount
{
  background-position: -22px 0;
  margin: -3px -5px 0 4px;
  color: #FFFFFF;
}

.fb-tabitems li.selected
{
	margin: 0 0 -0px 1px;
	height: 27px;
	background-image: url("../images/menu-on-left.png?version=4");
}

.fb-tabitems li.selected a
{
	color: #F0F8FF;
	background-image: url("../images/menu-on-right.png?version=4");
	height: 27px;
	text-shadow: 0px -1px 2px #000080;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#contentAfterCrossPromoBar {
  background:transparent url("../images/crosspromobar/tabs-tile.jpg?version=4") repeat-x;
  /*background-color:#83c9ee;*/
}

#tabs {
  position:relative;
  top: 15px;
  width: 760px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
}

::selection {
    background-color: transparent;
}
