﻿
body
{
	background-color: White;
	margin: 0 0 0 0;
		/* background-image: url("../img/GamedispBackground.png");	*/

}


@font-face
{
	font-family: SJFont;
	src: url("Calibri.eot");
}


@font-face
{
	font-family: SJFont;
	src: url("Calibri.ttf");
}


.leftColumn
{
	background-image: url("../img/LeftBevel.png");
	background-repeat: no-repeat;
	width: 140px;
	text-align: center;
	vertical-align: top;
}


.leftColumnFF
{
	width: 120px;
	text-align: center;
}


.mainColumn
{
	border-width: thin;
	border-color: #CCCCFF;
	padding: 4px 4px 4px 4px;
	width: 760px;  
	border-right-style: solid;
	border-left-style: solid;
	background-image: url("../img/GamedispBackground.png");
	background-repeat: repeat;
	text-align:center;
	vertical-align:top;
}


.rightColumn
{
	width:120px;
	/*background-color: #F0F0F0;*/
	float:right;
}


.item
{
	border: thin dashed #FF0000;
}


.description
{
	width: 100%;
	height: 90px;
	display: inline;
	padding: 4px 4px 4px 4px;
	margin: 4px 4px 4px 4px;
	vertical-align: top;
	background-color: #EEEEEE;
	height: 110px;
	font-family: SJFont;
}

.itemList
{
	margin-left: 10px;
}

.socialNetworks 
{
	font-family: SJFont;
	font-size: 11px;
	background: #eeeeee;
}

.gameItem
{
	display: inline-block;
	width: 173px;
	vertical-align: text-top;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 4 4 4 4;
}

.gameItemLink
{
	background-image: url("../img/GameBevel.png");
	background-repeat:no-repeat;
	display: inline-block;
	width: 173px;
	height: 150px;
	vertical-align: text-top;
	text-align: center;
	margin-top:0px;
	padding-top: 9px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #0033CC;
}

.gameItemLink:hover
{
	background-image: url("../img/GameBevelHover.png");
	background-repeat:no-repeat;
	color: #9966FF;
}

.thumbStyle 
{
	border: 2px solid black;
}

.menuItemLink
{
	display: inline-block;
	width: 150px;
	vertical-align: text-top;
	text-align: center;
	margin-top:0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #0033CC;
	font-weight:bold;
	font-family: SJFont;
}


.previewItem
{
	display: inline-block;
	background-color: White;
	width: 80px;
	vertical-align: text-top;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 4 4 4 4;
	font-family: SJFont;
}

.previewItemLink
{
	display: inline-block;
	width: 90px;
	height: 90px;
	vertical-align: text-top;
	text-align: center;
	margin-top:0px;
	padding-top: 9px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #0033CC;
}

.previewItemLink:hover
{
	background-color: #E1E1E1;
	color: #9966FF;
}

.menuItemLink:hover
{
/*	background-color: #E1E1E1;*/
	color: #9966FF;
}

.menuBevel
{
	background-image: url("../img/MenuBevel.png");
	background-repeat:no-repeat;
	margin-top: 0px;
	padding-top:7px;
	height: 40px;
}

.gameTitle
{
	font-family: SJFont;
	text-decoration: none;
}

.gameTitle:link
{
	font-family:SJFont;
}

.catItem
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 170px;
	height: 70px;
	text-decoration: none;
	font-family: SJFont;
	color: #0033CC;
	overflow: hidden;	
}

.catItemDisplay
{
	margin: 0 0 0 0;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 30px; 
	background-image: url('img/CategoryTile.png'); 
	background-repeat:no-repeat;
	width: 130px; 
	overflow: hidden;
}

.catItem:hover
{
	font-family: SJFont;
	color: #9966FF;
}


.bandeira
{
	height:12px;
	margin-top: 1px;
	vertical-align:text-top;
}

.bandeiraBrazil 
{
	position: absolute;
	overflow: hidden;
	clip: rect(0 23 11 0);
}

.bandeiraUS
{
	position: absolute;
	overflow: hidden;
	clip: rect(12 23 23 0);
	margin-top: -12px;	
}

.silverlightControl
{
	text-align:center;
}

.shareOnSocialNetwork
{
	text-align: right;
	margin-right: 40px;
}

.Screenshot
{
	border: dashed 1px gray;
	text-align:center;
	width: 100%;
	height: 448px;
	background:#E9E9E9;
}

.ScreenshotImage
{
	margin-top: 100px;
	text-align: center;
}

.ScreenShotImageDisplay
{
	border: thin solid #0000FF;
}


.gameInfo
{
	font-family: SJFont;
	font-size: 12px;
	color: #000099; 
	background-color: #EBFFD5;
	height: 60px;
	border: 1px solid #000000;
}

.advert
{
	font-family: SJFont;
	font-size: 12px;
	color: #FFCC99;
	background-color: #006699;
	font-weight: bold;
}

.gameInfoLink
{
	font-family: SJFont;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}

.gameInfoLink:hover
{
	color: #FF6699;
}