﻿body{
	background-color: #333333;
	color: White;
	cursor:default;
	margin-top:40px;
}

h3, h2
{
	color:White;	
}

a:active, a:link, a:visited
{
	color:Orange;
}

a:hover
{
	color:Teal;
}

#zdoggieImg
{
	background-image:url(footer_logo.png);
	background-repeat:no-repeat;
	width: 100px;
	height: 34px;
}

#zDoggieInfo
{
	background-color:#666666;
	border:solid 1px black;
	visibility:hidden;
	
	font-family:Console;
	font-size:8pt;
	font-weight:bold;
	
	padding:4px;
	width: 140px;
	position:relative;
	left:-30px;
	top:6px;
}


.watermarked {
	background-color:#F0F8FF;
	border:1px solid #BEBEBE;
	color:gray;
	height:20px;
	padding:2px 0 0 2px;
	width:150px;
}

.watermark
    {
	    color:#777;
	    border:solid 1px #999999;
	    background-color:#F0F8FF;
    }

.install-badge
{
	font-size:18pt;
}