/* minesweper stylesheet */

td {
	padding:0px;
	margin:0px;
	text-align:center;
}

.title {}
.left_mine{}
.facemark{}
.time{}

.col {
	border:0px;
	font-size:10px;
	width:18px;
	height:18px;
}

#columns div{
	border-width:1px;
	border-style: outset;
	width:18px;
	height:18px;
}
.closed {background-color:#FFF;}
.flagged{background:url(flag.gif) no-repeat;}
.marked {background:url(hatena.gif) no-repeat;}
.bomb   {background:url(mine.gif) no-repeat; color:#FFF;}

.bombed {background:#F00 url(mine.gif) no-repeat; border-style:inset !important;}
.blank  {background-color:#CCC; border-style:inset !important;}
.num1{background:#CCC url(1.gif) no-repeat; border-style:inset !important;}
.num2{background:#CCC url(2.gif) no-repeat; border-style:inset !important;}
.num3{background:#CCC url(3.gif) no-repeat; border-style:inset !important;}
.num4{background:#CCC url(4.gif) no-repeat; border-style:inset !important;}
.num5{background:#CCC url(5.gif) no-repeat; border-style:inset !important;}
.num6{background:#CCC url(6.gif) no-repeat; border-style:inset !important;}
.num7{background-color:#FCC; border-style:inset !important;}
.num8{background-color:#F99; border-style:inset !important;}
