/* <Globals> */
* {
margin:0;
padding:0;
}

body {
color:#565656;
font-family:Arial,Helvetica,sans-serif;
font-size:75%;
text-align:center;
height:100%;
margin:0;
padding:0;
background:#FFFFFF;
overflow:auto;
}

h2
{
	color:yellow;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
}

#fixedAd {
position:fixed !important;
position:absolute;
top: 0px;
left: 0px;
}

#nav li
{
	float:right;
}

#nav ul
{ 
  list-style-type: none;
}

#nav
{
	margin-top: 1pt; 
	padding: 2pt; 
	background-color: white; 
	border: 1px solid; 
	border-color:#c4d4e3;
	width: 100%;
	height: 30px;
}

img {
border:0px;
}

a, a:visited {
color: #17a2f8;
font-weight:bold;
text-decoration:none;
}

a.selected,
a:hover {
color: #f8a108;
font-weight:bold;
text-decoration:none;
}

h1 {
margin:0px;
padding:0px;
display:inline;
font-size:17px;
}

.leftTitle a ,
.leftTitle a:visited {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-size:15px;
}

.leftTitle a:hover {
color:yellow;
}

.rightTitle {
color:yellow;
text-decoration:none;
font-size:17px;
font-weight:bold;
}

/* </Globals> */

/* <Page definition> */
#welcome,
#playedGamesContainer,
#newGameSinceLastVisitsContainer,
#favoriteGamesContainer{
direction:rtl;
}

#container {
width: 950px;
height:100%;
text-align:right;
margin:0 auto; 
}

#header {
height: 150px;
text-align:center;
}

#content {
height: auto;
}

#footer {
height: 150px;
font-size: 11;
color: #565656;
direction: rtl;
text-align: center;
}

#leftSide
{
width: 300px;
float: right;
display: inline;
}

#rightSide
{
width: 650px;
float: right;
display: inline;
}

#gameContainer
{
width: 950px;
}
/* </Page definition> */

/* <Game Preview> */
.newGame img,
.newGameSinceLastVisit img {
border:1px solid #000000;
height:96%;
width:96%;
}

.newGameImgContainer  {
width:40%; 
height:100%; 
float:right; 
display:inline;
}

.newGameContentContainer {
width:60%; 
height:100%; 
float:right; 
display:inline;
}

.newGameTitle {
display:block;
height:18px;
text-align: right;
}

.newGameText{
direction:rtl;
text-align: right;
overflow: hidden;
height:82px;
padding-right:3px;
}

.categoryBoardGame img,
.categoryCasinoGame img,
.categoryClassicGame img,
.categoryGirlsGame img,
.categoryMindGame img,
.categoryRaceGame img,
.categoryShooterGame img,
.categorySportGame img,
.categoryActionGame img,
.categoryBoardGameNew img,
.categoryCasinoGameNew img,
.categoryClassicGameNew img,
.categoryGirlsGameNew img,
.categoryMindGameNew img,
.categoryRaceGameNew img,
.categoryShooterGameNew img,
.categorySportGameNew img,
.categoryActionGameNew img,
.categoryBoardGamePopular img,
.categoryCasinoGamePopular img,
.categoryClassicGamePopular img,
.categoryGirlsGamePopular img,
.categoryMindGamePopular img,
.categoryRaceGamePopular img,
.categoryShooterGamePopular img,
.categorySportGamePopular img,
.categoryActionGamePopular img,
.favoriteOfTheWeekGame img,
.categoryPopularGame img,
.categoryNewGame img,
.popularGame img,
.favoriteGame img,
.playedGame img,
.madeInHobo img,
.sameCategoryGame img {
border:1px solid #000000;
height:80%;
width:96%;
}

.onlyTitleGames {
direction:rtl;
}

/* <Global Game Preview> */
.gameStats {
height:15px;
font-size:9px;
}

.ratio {
font-size:9px;
}

#ratio  a{
font-size:15px;
}

.pages {
margin-top: 20px;
text-align: center;
direction: ltr;
}

.page {
margin-right: 2px;
}

.selectedPage {
margin-right: 2px;
}

.selectedPage a {
color:#f8a108;
}
/* </Global Game Preview> */

/* </Game Preview> */

/* <Game.php Page> */

.gameInfo{
text-align:right;
font-size:10;
}

.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
background-color: black;
z-index:10;
opacity:.90;
filter: alpha(opacity=90);
}

#flashGame{
text-align: center;
}

#favorite{
display: inline;
float: right;
padding-left: 5px;
}

#gameDescription{
height: 120px;
font-size: 11;
color: #565656;
direction: rtl;
}

#gameStats{
height: 20px;
font-size: 11;
color: #565656;
}

#gameControl{
height: 40px;
}

.CategoryTinyPNG img{
border:0px;
height:14px;
width:auto;
}

/* </Game.php Page> */
