@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* Styles for the minesweeper table */

body.caution {
	cursor: help ;
}

		table.mine-sweeper {}

		table.mine-sweeper td {
			background-color: #ffffff;
			color:#bc9f6e;
			border: 1px solid #bc9f6e ;
			cursor: pointer ;
			height: 35px ;
			line-height: 35px ;
			overflow: hidden ;
			text-align: center ;
			width: 35px ;
			}

		table.mine-sweeper td.active {
			background-color: #ffe8be;

			}

		table.mine-sweeper td.bomb {
			font-weight: bold ;

			}

		table.mine-sweeper td.bombed {

			background-image:url(../images/rocksweeper_found_rock_1.png);
			background-repeat:no-repeat;
			background-position:center;
			color: #CC0000 ;
			background-color:#ffe0a8;
			font-weight: bold ;
			}

		table.mine-sweeper td.caution {


			font-weight: bold ;
		}


/* Styles for the interface */


div#gamecontainer a {
	text-decoration:none;

}

div#gamecontainer {
	width:800px;
	height:700px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-image:url(../images/rocksweeper_background.png);
	position:relative;

}

div.popup {
	background-image:url(../images/rocksweeper_panel_bkg.png);
	width:689px;
	height:328px;
	position:absolute;
	z-index:100;
	left: 21px;
	top: 220px;
	padding:30px 40px 30px 30px;

}

div.popup h1 {
	margin-top:0px;
	font-size:24px;
	margin-bottom: 20px;
}

div.popup p {
	margin-top:0px;
	line-height:18px;
	margin-bottom:20px;
}

div.popup a {
	text-decoration:none;
	font-weight:700;
	color:#FD6422;
}

div.popup div.scrollarea {

	overflow:auto;
	height:270px;
}

div.popup a.closelink {
	float:right;
}

ul.collectedrocks {
	margin:0px;
	padding:0px;
}

ul.collectedrocks li {
	clear:both;
}


ul.collectedrocks li img {
	float:left;
	padding-bottom: 20px;
}

ul.collectedrocks li div.rightcolumn {
	float:right;
	width:370px;
	padding-right:40px;
}

ul.collectedrocks li div.rightcolumn h2 {
	margin-top:0px;
	margin-bottom:20px;
}

ul.collectedrocks li div.rightcolumn p {
	margin-top:0px;
	margin-bottom:20px;
	line-height:18px;
}




/* Header Styles */

div#gamecontainer div#header {
	background-image:url(../images/rocksweeper_header.png);
	background-repeat:no-repeat;
	background-position:top;
	height:212px;
	position:relative;
}

a.nbmLogoLink {
	position:absolute;
	width:341px;
	height:31px;
	display:block;
	left: 35px;
	top: 11px;
}

a.gameLogoLink {
	position:absolute;
	width:259px;
	height:164px;
	display:block;
	top: 48px;
	left: 32px;
}

a.nbmLogoLink span, a.gameLogoLink span {
	visibility:hidden;
}

a.nbmLogoLink, a.gameLogoLink {
	text-decoration:none;
}

div#gamecontainer div#header ul {
	margin:0px;
	padding:0px;
	position:absolute;
	top: 86px;
	left: 403px;
}

div#gamecontainer div#header ul li {
	margin:0px;
	margin-right:12px;
	padding:0px;
	list-style:none;
	float:left;
	width:111px;
	padding-right:7px;
	height:75px;
	padding-bottom:8px;
	padding-top:26px;
	background-image:url(../images/rocksweeper_score_element_bkg.png);
	background-repeat:no-repeat;
	text-align:center;
}

div#gamecontainer div#header ul li.larger {
	height:90px;
	padding-top:11px;
}

div#gamecontainer div#header ul li p {
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#7a6758;
	font-weight:700;
}

div#gamecontainer div#header ul li.larger p {
	font-size:18px;
	line-height:38px;
	font-family: Helvetica, Arial, sans-serif;

}

div#gamecontainer div#header ul li p span {
	font-size:24px;
	color:#65c3f7;
	font-family: Helvetica, Arial, sans-serif;
}

div#gamecontainer div#header ul li.larger p span {
	font-size:48px;
	color:#fd6422;
	font-family: Helvetica, Arial, sans-serif;
}

/* Game Area Styles */

div#gamearea {
	padding:10px 30px 5px 30px;
}



/* Footer Styles */

div#gamecontainer div#footer {
	padding:20px;
	background-image:url(../images/rocksweeper_solitary_starfish.png);
	background-position:720px;
	background-repeat:no-repeat;
	width:760px;
}

div#gamecontainer div#footer ul {
	margin:0px;
	padding:0px;



}

div#gamecontainer div#footer ul li {
	margin:0px;
	padding:0px;
	margin-right:12px;
	list-style:none;
	float:left;
	position:relative;

}



div#gamecontainer div#footer ul li a {
	color:#7a6758;
	font-weight:700;
	text-decoration:none;
	font-size:14px;
	line-height:41px;
	display:block;
	width:141px;
	padding-right:7px;
	height:41px;
	padding-bottom:8px;
	background-image:url(../images/rocksweeper_button_bkg.png);
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;

}



div#gamecontainer div#footer ul li a:hover {
	background-position:0px -49px;
	color:#FFFFFF;
}


div#gamecontainer div#footer ul li span {
	display:block;
	position:absolute;
	background-image:url(../images/rocksweeper_button_number_bkg.png);
	width:22px;
	height:22px;
	top: -6px;
	left: -7px;
	text-align:center;
	color:#FFFFFF;
	line-height:22px;
	font-weight:700;
	font-family: Helvetica, Arial, sans-serif;
}

div.clearfloats {
	clear:both;
	height:0px;
}

li#liCollectionCount { display: none; }
