body {
	color:white;
	background-color:black;
	margin: 0 0;
	padding: 0 0;
	background: url('./scanline.gif');
	background-repeat: repeat;
	cursor: crosshair;
}

div.score {
	border: solid 2px red;
	font-weight: bold;
	color: red;
	position: absolute;
	z-index: 2;
	left:0px;
	top:0px;
	width:200px;
	text-align:center;
	height:auto;
	padding-left:5px;
	padding-right:5px;
	background-color: black;
	display:none;
}

div.worm {
	border-style: solid;
	border-width: 1px;
	border-color: white;
	background-color: red;
	position: absolute;
	margin:0px 0px 0px 0px;
	z-index: 1;
	width: 15px;
	height: 15px;
	left:0px;
	top:0px;
	font-size:15px;
	text-align:center;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	color:white;
	display: none;
}

div.worm:hover {
	background-color: blue;
}

div.latestDownloads {
/*	background: url('./scanline-light.gif');
	background-repeat: repeat;	*/
}

div.top_frame {
	border: none;
	/* border-bottom: solid;
	border-width: 3px;
	border-color: #0033AA; */
	padding: 0px 0px 0px 0px;
	/* background-color: #333333; */
	color: black;
	width: 100%;
	height: auto;
	cursor: default;
	font-variant: small-caps;
	margin-bottom: 5px;
     	font-family:monospace;
	font-size:12pt;
}

div.top_frame a {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	cursor: pointer;
	font-variant: small-caps;
}
div.top_frame a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
	cursor: pointer;
}

div.console {
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
    width:auto;
    height:auto;
    padding: 10px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
    color: white;
}
div.content {
    font-family: Verdana;
	border-bottom: solid 2px #0000CC;
    font-size: 9pt;
    color:#DDDDDD;
	padding: 5px 5px 5px 5px;
	background-image: url('scanline-dark.gif');
	background-repeat: repeat;
	margin-top:1px;
}

div.console a {
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	color:#0044FF;
}
div.console a:hover {
	color:#EEEEEE;
}
div.console a.downloadlink {
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: none;
    border: solid 2px #0044CC;
    color:#0055FF;
    padding: 3px 3px 3px 3px;
    margin-bottom: 10px;
    text-align:center;
    background-image: url('scanline-dark.gif');
    background-repeat: repeat;
}
div.console a.downloadlink:hover {
    color:white;
    background-image: url('scanline-light.gif');
    border: solid 2px white;
}

div.console_frame {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-left: 18px;
	border: none;
	display:none;
	cursor:crosshair;
	z-index: 0;
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=75);
}

div.downloadListTop {
	width:auto;
	height:11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-left: 10px;
	margin-right: 21px;
	padding-left: 10px;
	padding-right: 10px;
}
div.downloadList {
	width: 220px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-left: 3px;
	margin-right: 29px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	border: none;
	/* border-top: solid 2px #0000CC;
	border-left: solid 2px #0000CC;	
	border-bottom: solid 2px #0000CC;	 */
	cursor:crosshair;
	font-family: Verdana;
    	font-size: 9pt;
    	background-image: url('scanline-dark.gif');
    	background-repeat: repeat;
}
div.downloadList a {
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	color:#0044FF;
}
div.downloadList a:hover {
	color:#EEEEEE;
}

img.ss {
    float:right;
    margin-left: 10px;
    max-width: 50%;
}

table.viewdownload {
    width:100%;
    border:none;
    
}

td.downloadTitle {
	font-weight: bold;
	font-family: Verdana;
	font-size: 14pt;
	color: #0066FF;
}

#blink {
    margin-top: 3px;
    display:inline;
    background-image: url('blink.gif');
}

hr {
	height: 2px;
	border: none;
	background-color: #0000CC;
	width: 100%;
}