/* CSS Document */
body { 
	/*background:#ffffe0 url(../images/smiley_bg.jpg) no-repeat center;
	background-attachment: fixed;*/
	background: #f0f0c0;
	margin: 0px;
}

#img_preload {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

img.gameimg {
	border-width: 2px;
	border-color: #2f2f1f;
}

img.gameimg:hover {
	border-width: 2px;
	border-color: #ff2f1f;
}

img.featgameimg {
	border-width: 2px;
	border-color: #ff2f1f;
}

img.featgameimg:hover {
	border-width: 2px;
	border-color: #ff2f1f;
}

img {
	border-width: 0px;
}

form {
	margin: 0px;
}

table.category
{
	table-layout: auto;
	empty-cells: show;
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.innerTable
{
	table-layout: auto;
	empty-cells: show;
	border-spacing: 3px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.main
{
	width: 980px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #ffffe0;
	background-attachment: fixed;
}

/*td.main { background: #ffffd0; }*/

td.title
{
	background: #f0f0c0 url(../images/logo.png) no-repeat top left;
	width: 980px;
	height: 100px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#nav
{
	/*height: 40px;*/
	margin-left: 170px;
	margin-top: 60px;
}

ul#buttons
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#buttons li
{
	float: left;
	margin: 0;
	padding: 0;
}

#buttons li a
{
	display: block;
	height: 40px;
}

td.top-ads { padding-top: 3px; }

.titleLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2f2f1f;
	text-decoration: none;
	/*position: relative;
	background-repeat:no-repeat;
	display:inline;
	float: left;*/
}

.titleLink:hover {
	color: #cf2f1f;
	text-decoration: none;
}

.titleLinkSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2f2f1f;
	text-decoration: none;
	/*position: relative;
	background-repeat:no-repeat;
	display:inline;
	float: left;*/
}

.titleLinkSmall:hover {
	color: #cf2f1f;
	text-decoration: none;
}

.titleLink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #cf2f1f;
	text-decoration: none;
	position: relative;
	height: 19px;
	background-repeat:no-repeat;
	display:inline;
	float: left;
}

.titleLink2:hover {
	color: #2f2fcf;
	text-decoration: none;
}

td.tll {
	background: url(../images/table_tll.png) no-repeat top left;
	width: 4px;
	height: 26px;
}

td.trr {
	background: url(../images/table_trr.png) no-repeat top right;
	width: 4px;
	height: 26px;
}

td.tl {
	background: url(../images/table_tl.png) no-repeat top left;
	width: 8px;
	height: 26px;
}

td.tr {
	background: url(../images/table_tr.png) no-repeat top right;
	width: 8px;
	height: 26px;
}

td.top {
	background: url(../images/table_t.png) repeat-x top center;
	height: 26px;
	/*text-align: center;*/
}

td.left
{
	width: 4px;
	background: #f0f0c0;
}

td.center {
	text-align: center;
	padding: 3px;
	background: #f0f0c0;
}

td.right {
	background: #f0f0c0;
	width: 4px;
}

td.bl {
	background: #f0f0c0;
	width: 4px;
	height: 0px;
}

td.br {
	background: #f0f0c0;
	width: 4px;
	height: 0px;
}

td.bottom {
	background: #f0f0c0;
	height: 0px;
}

.cellTitles
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2f2f1f;
	/*margin-left: -20px;
	margin-right: -10px;*/
}

.cellTitleEm {
	color: #2f2f1f;
}

.catTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2f2f1f;
}

.catTitleEm {
	color: #2f2f1f;
}

.catTitle:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2f2f1f;
}

.catTitleEm:hover {
	color: #2f2f1f;
}

.catMenu {
	background: url(../images/catbutton.png) no-repeat top left;
	height: 26px;
	width: 174px;
	text-align: center;
}

.catMenuTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2f2f1f;
}

.catMenuTitle:hover
{
	color: #cf2f1f;
}

.yellowButton {
	background: url(../images/yellowbutton.png) no-repeat top left;
	height: 26px;
	width: 140px;
	text-align: center;
}

.yellowButtonText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2f2f1f;
}

.yellowButtonText:hover
{
	color: #cf2f1f;
}

.redButton {
	background: url(../images/redbutton.png) no-repeat top left;
	height: 26px;
	width: 200px;
	padding-top: 4px;
	text-align: center;
}

.redButtonText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.redButtonText:hover {
	color: #2f2f1f;
}

#gameslist {
	width: 174px;
	background-color: #ffde46;
	font-size: .8em;
	color: #2f2f1f;
	border: none;
	margin: 1px 0px 1px 0px;
}

.playmore {
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2f2fcf;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 8px;
	font-weight: bold;
}

.playmore:hover {
	text-align: right;
	font-size: 12px;
	color: #cf2f1f;
}

.topMenuText
{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.topMenuText:link
{
	color: white;
	text-decoration: none;
}

a.topMenuText:visited
{
	color: white;
	text-decoration: none;
}

a.topMenuText:hover
{
	color: white;
	text-decoration: underline;
}

a.topMenuText:active
{
	color: white;
	text-decoration: none;
}

.subCategoryList
{
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #2f2fcf;
}

a:hover {
	color: #cf2f1f;
	text-decoration: none;
}

a.subCategoryList:link
{
	color: black;
	text-decoration: none;
}

a.subCategoryList:visited
{
	color: black;
	text-decoration: none;
}

a.subCategoryList:hover
{
	color: black;
	text-decoration: underline;
}

a.subCategoryList:active
{
	color: black;
	text-decoration: none;
}

.gameBreadcrumb
{
	font-size: 18px;
	color: #2f2f1f;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.gameBreadcrumb:link
{
	color: #2f2fcf;
	text-decoration: none;
}

a.gameBreadcrumb:visited
{
	text-decoration: none;
}

a.gameBreadcrumb:hover
{
	color: #cf2f1f;
	text-decoration: none;
}

a.gameBreadcrumb:active
{
	text-decoration: none;
}

.footerText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f1f;
	padding: 3px;
}

.footerTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2f2f1f;
	padding: 5px;
	text-align: left;
}

.defaultText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f1f;
	text-align: left;
}

.gameDesc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f1f;
	padding: 2px;
}

a.gameDesc
{
	font-size: 16px;
	color: #2f2fcf;
	text-decoration: none;
}

a.gameDesc:hover
{
	color: #cf2f1f;
	text-decoration: none;
}

a.featuredTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2fcf;
	text-decoration: none;
	text-align: center;
}

a.featuredTitle:hover
{
	color: #cf2f1f;
	text-decoration: none;
}

.listSmallText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #2f2f1f;
	margin-left: 2px;
}

a.listProfileText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #FF3F1F;
	margin-left: 2px;
	text-decoration: none;
}

a.listProfileText:hover {
color: #3F3FFF;
}

a.listSmallText {
	color: #2f2fcf;
	text-decoration: none;
}

a.listSmallText:hover {
	color: #cf2f1f;
}

.rightListSmallText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #2f2f1f;
}

a.rightListSmallText {
	color: #2f2fcf;
	text-decoration: none;
}

a.rightListSmallText:hover {
	color: #cf2f1f;
}

.startGameText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	/*color: #2f2f1f;*/
}

a.startGameText {
	/*color: #2f2f1f;*/
	text-decoration: none;
}

a.startGameText:hover {
	/*color: #cf2f1f;*/
}


a.TopLinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #2f2fcf;
	text-decoration: none;
}

a.TopLinks:hover {
	color: #cf2f1f;
}

.mainSmallGameText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f2f1f;
}

a.mainSmallGameText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2f2fcf;
}

a.mainSmallGameText:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cf2f1f;
}

td.pageNumbers {
	padding: 3px 0px 6px 0px;
}

.pageNumbers
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2f2f1f;
}

a.pageNumbers
{
	color: #2f2fcf;
}

a.pageNumbers:hover
{
	color: #cf2f1f;
}

td.orderBy {
	padding: 6px 0px 3px 0px;
}

.orderBy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2f2f1f;
}

a.orderBy
{
	color: #2f2fcf;
}

a.orderBy:hover
{
	color: #cf2f1f;
}

.displaygamebottomtitles
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2f2f1f;
}

.gameinfotext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2f2f1f;
	text-align: left;
}

.bottomgametext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f1f;
	text-align: left;
}

.playnow
{
	/*background: url(../images/playgame-button.png) no-repeat top left;*/
	width: 200px;
	height: 24px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

a.playnowtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ffde46;
	text-align: center;
	background: #ef2f1f;
	width: 200px;
	height: 24px;
	text-align: center;
	padding: 5px 25px 5px 25px;
	margin: 0px 0px 5px 0px;
}

a.playnowtitle:hover
{
	color: #2f2fcf;
	background: #ffde46;
}

.privatemessageheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sendmessageheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.messagecellheaders
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.messagesubject
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.messagefrom
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.messagesummary
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.messagedate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.privatemessagesubject
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.privatemessageprofileinfo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.privatemessageprofileusername
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.privatemessagedate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.privatemessagetext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.memberlistboxtitles
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.memberlistabc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.memberlistusers
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.memberlistpages
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.PoweredBy:link
{
	color: white;
	text-decoration: none;
}

a.PoweredBy:visited
{
	color: white;
	text-decoration: none;
}

a.PoweredBy:hover
{
	color: white;
	text-decoration: underline;
}

a.PoweredBy:active
{
	color: white;
	text-decoration: none;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2f2f1f;
}

.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cf2f1f;
}

.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2f2fcf;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cf2f1f;
}

.qa {
	color: #cf2f1f;
}

.answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f1f;
}

a.answer {
	color: #2f2fcf;
}

a.answer:hover {
	color: #cf2f1f;
}

.newsletterbox {
	font-size: 2px;
}

.scoretitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cf2f1f;
}

#twitter_div {
	width: 120px;
	word-wrap: break-word;
}

ul#twitter_update_list
{
	list-style: none;
	margin: 0px 0px 4px 0px;
	padding: 0;
}

#twitter_update_list li
{
	margin: 0;
	padding: 0;
}