* { margin: 0; padding: 0; }

td { background-color: #000; width: 15px; height: 15px; }
td.flasher { background-image:url(/img/blink.gif); }

#wrapper {
	padding: 0;
	margin: 0;
/* 	border: 1px solid #f00; */
}

a { outline: none; }

a#flashsquare {
	display: block;
	height: 15px;
	width: 15px;
	line-height: 1px;
	text-indent: -999em;
	border: 0px none;
	background-image:url(/img/blink.gif);
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 0;
}

.textblock {
	display: block; 
	width: 195px; 			/* This is 13*blockSize */
	padding: 0 15px;
	margin: 0 15px 15px 0;	/* R/B margin == blockSize */
	font-family: Consolas, Lucida Console, Monaco, monospace;
	font-size:10px;
	color:#000000;
	line-height:15px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 7px 7px 0px rgba(20, 20, 20, 0.5);
	-moz-box-shadow: 7px 7px 0px rgba(20, 20, 20, 0.5);
	-webkit-box-shadow: 7px 7px 0px rgba(20, 20, 20, 0.5);
}

.blockbody { padding-top: 15px; }
#block4 .blockbody { padding-bottom: 15px; }

.textblock p { margin-bottom: 15px; }
.textblock p.footer 	{ padding: 5px 0 2px 0; border-top: 1px dotted #000000; margin: 10px 0 0 0; }		
.textblock a { display: inline; text-decoration:none; border-bottom:1px dotted; color:#000000; padding: 0 1px; }
.textblock a:visited { border-bottom:1px solid; }
.textblock a:hover, a:active, a:focus { color:rgba(255, 255, 255, 0.8);background:#000000; border-bottom: 1px solid #000000; }
.textblock a:active { color:#000000; background: #000000; }		
a.closebox, a.minbox {
	border: 0px none !important; 
	color:#f00;
	font-weight: bold;
	padding: 0;
	width: 15px;
	height: 15px; 
	display: block; 
	float: left;
	text-align: center;
	text-decoration: none;
}

a.closebox:hover, a.minbox:hover { background: #f00; color:#000; border-bottom: 0px none; }

div.wincontrols { float:right; margin-right: -15px; }

ul  { padding-left:20px; margin-bottom: 15px; }

h2 {
	font-size:10px;
	background: rgba(255, 255, 255, 1.0); 
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 5px;
	cursor: move;
}

h2 span {font-weight: normal;}

h2 a:hover { color: rgba(255, 255, 255, 1.0); }

hr {
	border: 0px none;
	border-bottom: 1px dotted #000;
	margin: 0;
	margin-bottom: 15px;
	margin-top: -1px;
}

::selection { /* Safari & Firefox only (?) */
	background: rgba(0,0,0, 1.0); 
	color: rgba(255, 255, 255, 0.8);
}

::-moz-selection { /* Safari & Firefox only (?) */
	background: rgba(0,0,0, 1.0); 
	color: rgba(255, 255, 255, 0.8);
}
