html {
	scrollbar-3dlight-color: #0F0F0F;
	scrollbar-arrow-color: #252521;
	scrollbar-darkshadow-color: #252521;
	scrollbar-face-color: #161615;
	scrollbar-highlight-color: #252521;
	scrollbar-shadow-color: #0F0F0F;
	}

body {
	margin: 0;
	padding: 0;
	background: #2A2A2A url(back.gif);
	color: #000;
	text-align: center;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	line-height: 130%;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

* {
	-moz-outline: none;
	margin: 0;
	border: 0;
	padding: 0;
	}

img {
	border: 0;
	margin: 0;
	}

.expanded {
	display: block;
	}

.collapsed {
	display: none;
	}

#menu {
	display: none;
	}

#digits {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 100%;
	text-align: center;
	background: #111 url(line.gif) top left repeat-y;
	opacity: 0.8;
	filter: alpha(style=0,opacity=80);
	}

#digits img {
	margin: 0 2px 0 1px;
	}

#digits #mines, #digits #counter {
	margin: 50px auto 0 auto;
	width: 100px;
	height: 35px;
	padding-top: 15px;
	background: url(lcd_mid.gif) 0 0 no-repeat;
	}

#digits #counter {
	margin-top: 5px;
	}

#digits #button {
	margin: 80px 0 0 0;
	padding: 0;
	}

#smilie {
	cursor: pointer;
	}

#digits ul#cheat {
	margin: 0 auto;
	width: 100px;
	padding: 0;
	list-style: none;
	}

#digits ul#cheat li {
	margin: 0;
	padding: 0;
	}

#digits ul li#cheat_button {
	margin: 0;
	*margin-left: -1px;
	padding: 0;
	height: 30px;
	width: 100px;
	background: url(cheat.gif) 0 0 no-repeat;
	cursor: pointer;
	}

#digits #options_butt {
	margin: 0 auto;
	*margin: 0 0 0 -1px;
	padding: 0;
	height: 30px;
	width: 100px;
	background: url(options.gif) 0 0 no-repeat;
	cursor: pointer;
	}

#digits ul#cheat li#list_2 {
	font-size: 0px;
	margin: 0;
	*margin-left: -1px;
	padding: 0;
	}

#digits ul li#list_2 ul {
	margin: 0;
	paddding: 0;
	width: 98px;
	list-style: none;
	border-right: 1px solid #222;
	border-left: 1px solid #000;
	background: #090909;
	}

#list_2 li {
	margin: 0;
	padding: 0;
	width: 96px;
	height: 14px;
	}

#list_2 a:link, #list_2 a:visited, #list_2 a:active {
	display: block;
	width: 96px;
	height: 14px;
	margin: 0 0 1px 1px;
	*margin: 0 0 1px 0;
	background: url(pause.gif);
	text-decoration: none;
	}

#list_2 a#ssquare:link, #list_2 a#ssquare:visited, #list_2 a#ssquare:active {
	background: url(square2.gif);
	}

#list_2 a#smine:link, #list_2 a#smine:visited, #list_2 a#smine:active {
	background: url(bomb.gif);
	}

#list_2 a#sgrid:link, #list_2 a#sgrid:visited, #list_2 a#sgrig:active {
	background: url(grid.gif);
	}

#list_2 a:hover, #list_2 a#ssquare:hover, #list_2 a#smine:hover, #list_2 a#sgrid:hover {
	background-position: 0 -14px;
	}

#settings {
	margin: 0 auto;
	*margin: 0 0 0 -1px;
	width: 98px;
	border-right: 1px solid #222;
	border-left: 1px solid #000;
	background: #090909;
	}

#settings select {
	float: right;
	clear: right;
	width: 48px;
	margin: 2px 2px 0 0;
	border: 1px solid #090909;
	background: #111;
	font-family: 'Volter (Goldfish)', arial, verdana;
	font-size: 18px;
	color: #90DD00;
	}

#cont1, #cont2, #cont3 {
	height: 32px;
	background: url(rows.gif) -1px 5px no-repeat;
	}

#cont2 {
	background: url(bombs.gif) -1px 5px no-repeat;
	}

#cont3 {
	background: url(cols.gif) -1px 5px no-repeat;
	}

#visual_only {
	width: 99px;
	height: 1px;
	margin: 0 auto;
	*margin: 0 0 0 -1px;
	background: #222;
	}

#minefield {
	padding-right: 150px;
	}

#field_wrapper {
	position: relative;
	margin-bottom: 15px;
	background: url(ring_1.gif) top left no-repeat;
	padding: 5px;
	overflow: hidden;
	}

#wrap_2 {
	position: absolute;
	top: 0;
	right: 0px;
	width: 8px;
	height: 100%;
	background: url(ring_2.gif) top right no-repeat;
	}

#wrap_3 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(ring_3.gif) bottom left no-repeat;
	font-size: 0px;
	height: 8px;
	width: 100%;
	}

#wrap_4 {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(ring_4.gif) bottom right no-repeat;
	font-size: 0px;
	height: 8px;
	width: 8px;
	}

.mineTable {
	border-collapse: collapse;
	padding: 0;
	background: #eee;
	}

.mineTable td {
	margin: 0;
	border: 1px solid #222;
	padding: 0;
	}

.outerTable {
	position: relative;
	top: 50px;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
	}

.paramSelect {
	background: #AAA;
	color:black;
	}
