html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style-type: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	color: #AAA;
	margin-bottom: 10px;
}
h1 a, h1 a:link, h1 a:visited {
	color: #777;
}
h2 {
	
	font-size: 12px;
}
h3 {
	font-size: 11px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
}
.subTagList {
	font-size: 14px;
	font-weight: bold;
}
.subTagList td {
	width: 25%;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.subTagList a {
	display: block;
}
.bigScreenshot {
	margin: 3px 0;
}


a {
	text-decoration: none;
}
a:link {
	color: #0052CC;
}
a:visited {
	color: #005CE8;
}
a:hover {
	color: #002D6F;
}
a:active {
	color: #005CE8;
}
#pointer {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 101px;
	z-index: 3;
	display: none;
}
#pointerInstructions {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	z-index: 3;
	display: none;
}
#instructionRollover {
	border: 1px solid #5B5B00;
	background-color: #FFFFCC;
	padding: 10px;
	border-top: 0;
}
#pointerImage {
	width: 250px;
	height: 8px;
	background-image: url(../images/pointer_tag.gif);
}
.error {
	padding: 10px;
	margin-bottom: 10px;
	color: #CC0000;
	background-image: url(../images/gradient_red.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
}
.positive {
	padding: 10px;
	margin-bottom: 10px;
	color: #009900;
	background-image: url(../images/gradient_green.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
}
.gameBlockRound td{
	background-color: #FFFFFF;
}
.list {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 20px;
}
.list li {
	margin: 5px 0;
}
#container {
	margin: 0 auto;
	width: 890px;
}
#logo {
	margin-bottom: 10px;
	text-align: center;
}
#logoLeft {
	margin-bottom: 10px;
	text-align: left;
	z-index: 1;
}
#footer{
	clear: both;
	color: #666666;
}
#contentBlock {
	margin-top: 20px;
	width: 760px;
	position: absolute;
}
.left {
	float: left;
}
.right {
	float: right;
}
#topImages {
	width: 760px;
	height: 16px;
	position: absolute;
	top: 0;
	z-index: 2;
	background: #FFF;
}
#topImages img{
	background-color: #eef7fc;
}
#bottomImages {
	width: 760px;
	height: 23px;
	z-index: 2;
	clear: both;
	background: url(../images/contbottom.gif) repeat-x;
}
#content {
	background-color: #FFFFFF;
	width: 740px;
	padding: 0 10px 10px 10px;
}
h2 a  {
	text-decoration: underline;
}
.a {
	height: 14px;
	width: 14px;
	float: left;
}
.b {
	height: 14px;
	width: 14px;
	float: right;
	background-position: 14px 0;
}
.boxBottom .a {
	background-position: 0 14px;
}
.boxBottom .b {
	background-position: 14px 14px;
}
.boxTop {
	width: 100%;
	height: 14px;
}
.boxWrapper {
	height: 100%;
	margin: -14px 0;
	width: 100%;
}
.boxContent {
	padding: 14px;
}
.boxGames {
	padding: 14px 0;
}
.boxGames h2 {
	padding: 0 14px 5px;
}
.boxBottom {
	width: 100%;
	height: 14px;
}
.gameBig {
	position: relative;
	background: #FFF;
	padding: 5px;
}
.gameBig p {
	position: absolute;
	left: 90px;
	padding: 5px;
	top: 0;
}
.gameBig p span {
	font-weight: bold;
}
.gameList a {
	display: block;
	padding: 2px 14px 2px 14px;
	width: 149px;
	cursor: pointer;
}
.gameList .starGame a {
	display: block;
	padding: 2px 14px 2px 14px;
	width: 149px;
	cursor: pointer;
}
.gameList .starGame a img {
	float: right;
}
.gameList a:link {
	background: transparent;
}
.gameList a:visited { }
.gameList a:hover {
	color: #000;
}
.gameBox {
	width: 167px;
	float: left;
	display: block;
}

.pubBox {
	width: 800px;
	float: left;
}

.marginRight {
	margin-right: 10px;
}
.gameContainer {
	text-align: center;
}
.gameListList {
	float: left;
	margin-right: 10px;
	width: 177px;
}
.noMargin {
	margin: 0;
}
.gameTD {
	text-align: center;
	font-weight: bold;
	background: #e1f1fa;
	padding: 5px;
	font-size: 14px;
	width: 90px;
}
.standOut {
	background: #FFFFCC;
	border: 1px solid #CEBE00;
	padding: 5px;
	margin: 5px;
}
.strong {
	font-weight: bold;
}
.submitButton {
	background-color: #FFFFFF;
	border: 1px solid;
}
.dragBar {
	width: 240px;
	margin: 0 auto;
	height: 40px;
	background: url(/images/dragbar.gif) no-repeat;
}
.locationBar {
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
.countryCodes a#se { background: url(../images/flags/se.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#nl { background: url(../images/flags/nl.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#fr { background: url(../images/flags/fr.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#dk { background: url(../images/flags/dk.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#de { background: url(../images/flags/de.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#cs { background: url(../images/flags/de.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#ro { background: url(../images/flags/ro.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#bg { background: url(../images/flags/bg.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#tr { background: url(../images/flags/tr.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#it { background: url(../images/flags/it.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#es { background: url(../images/flags/es.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#br { background: url(../images/flags/br.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#gr { background: url(../images/flags/gr.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#pl { background: url(../images/flags/pl.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#id { background: url(../images/flags/id.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#hu { background: url(../images/flags/hu.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#ru { background: url(../images/flags/ru.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#cz { background: url(../images/flags/cz.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#br { background: url(../images/flags/br.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#my { background: url(../images/flags/my.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#cn { background: url(../images/flags/cn.gif) no-repeat; background-position: 0 2px; }
.countryCodes a#world { background: url(../images/world.gif) no-repeat; background-position: 0 0px; }
.countryCodesIndex {
	padding: 5px 0 0 0;
	margin-top: 5px;
	border-top: 1px solid #EEE;
	text-align: center;
	color: #AAA;
	line-height: 20px;
}
.countryCodesIndex a {
	margin: 0 3px;
	padding-left: 20px;
	color: #AAA;
}
.countryCodesPage a {
	display: block;
	text-align: left;
	float: none;
	clear: both;
	margin: 10px;
	padding-left: 20px;
	color: #0066FF;
}
.footerInfo {
	padding: 10px 5px 5px 5px;
}
.sitewidePartners {
	padding: 5px 0 0 0;
	margin-top: 5px;
	border-top: 1px solid #EEE;
	text-align: center;
	color: #AAA;
}
.sitewidePartners a {
	color: #AAA;
	margin: 0 5px;
}
.displayNone {
	display: none;
}
.moreGames img, .lessGames img {
	float: left;
	margin-right: 5px;
}
.lessGames {
	display: none;
}
.bookmarkBar {
	float: right;
}
.urlImage {
	float: left;
	margin-right: 5px;
}
#showSize {
	text-align: center;
	margin: 0 auto;
	background: #e1f1fa;
}
.gameActions {
	border-top: 1px solid #afd3e6;
	border-bottom: 1px solid #afd3e6;
	background-color: #dceef7;
	padding: 5px;
	height: 16px;
}
.gameActions, #gameAcionsResponse {
	color: #555;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
.gameActions a {
	margin-right: 5px;
	float: left;
}
.gameActions a, #gameAcionsResponse a {
	color: #333;
}
.gameActions img {
	float: left;
}
#gameAcionsResponse {
	font-size: 12px;
	padding: 5px 0;
}
.rightSearchBox {
	padding-left: 8px;
	background-color: #FFFFFF;
	width: 122px;
	padding-bottom: 1px;
}
.rightSearch, .rightMyGames {
	border-left: 1px solid #eee;
}
#bannerRight {
	top: 80px;
	left: 760px;
	position: relative;
	width: 120px;
	height: 600px;
}
.rightMyGames{
	padding-top: 5px;
}
.rightMyGamesBox {
	background-color: #FFFFFF;
	width: 130px;
	padding-bottom: 1px;
}
.rightMyGamesBox li {
	padding: 2px 2px 1px 8px;
	background-color: #FFF;
}
.rightMyGamesBox li a {
	color: #333333;
	display: block;
}
.rightMyGamesBox .lighter {
	background-color: #F5F5F5;
}
#dragHandle {
	cursor: pointer;
}
.ratingBox {
	border: 1px solid #afd3e6;
	background-color: #dceef7;
	padding: 5px;
	width: 100px;
}
.ratingBig {
	font-size: 18px;
	font-weight: bold;
}
.bigGameTD {
	background: url(../images/game_background.gif) no-repeat;
	padding: 10px 0 0 0;
	width: 224px;
}
.bigGameDiv {
	padding: 0 10px 10px 10px;
	background: url(../images/game_background.gif) no-repeat;
	background-position: bottom;
}
.bigGameDiv h4 .bigScreenshot {
	margin: 5px 0 5px 0;
	height: 123px;
}
.bigGameDiv h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.newGame {
	position: relative;
	top: -126px;
	z-index: 1;
	height: 0;
	left: -61px;
}
.categoryIcon {
	float: left;
	margin-right: 5px;
}
.pageNumbers {
	text-align: center;
	margin: 0 auto;
	margin: 20px 0 10px 0;
}
.pageNumbers a {
	margin-right: 10px;
	background-color: #FFFFFF;
	border: 1px solid #3d4000;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
}
.pageNumbers a.selectedPage {
	border: none;
}
.categoryList {
	padding: 15px 0 0 0;
	color: #AAA;
	text-align: center;
}
.categoryList a, .categoryList a:visited {
	color: #AAA;
}
#prerollAdvertisement {
	margin: 0 auto 10px auto;
	background-color: #e1f1fa;
}
.topBar {
	margin-top: 30px;
	border: 1px 
}
.topBar td a {
	color: #666666;
}
a.logoLink, a:visited.logoLink {
	display: block;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	color: #111;
}
.bottom88x31 {
	clear: both;
	padding: 0 0 10px 0;
}
.moderatorPanel input, textarea {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana;
	margin-bottom: 10px;
}
.moderatorPanel label {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 3px 10px;
	text-align: right;
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
.moderatorPanel .submit {
	margin-left: 220px;
	background: #fff;
	border: 1px solid #CC0000;
	padding: 10px;
}

