html,body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
	border:none;
    font-family:arial, verdana, sans-serif; 
    font-size:9pt;
}

body table * {
    font-family:arial, verdana, sans-serif; 
    font-size:9pt;
}
/* Set the default font family and font size */
body {
    margin: 0px;
    font-family:arial, verdana, sans-serif; 
    font-size:9pt;
}

body table * {
    font-family:arial, verdana, sans-serif; 
    font-size:9pt;
}

a.normal strong {
  color: #0066CC;
}

#logo {
  margin: 1ex;
  text-align: center;
}

#logo a {
  text-decoration: none;
  font-size: 16pt;
}

#content {
    clear: both;
    min-height: 430px;
    background: url('/shared/images/content-top-fade.png') repeat-x;
}

#content h2 {
	font-size: 14pt; 
	color: green; 
	text-align: center; 
}

.installation {
	border-top: 1px dotted gray; 
	border-bottom: 0px; 
	width: 100%;
}

.installation h3 {
	font-size: 14pt; 
	color: green;
}

.top-links {
	font-size: 10pt;
}

a.tool_header {
    font-size:11pt;
    font-weight: bold;
}

a.agree {
    font-size: 12pt;
    font-weight: bold;
}

div.agreement {
    width:80%;
    position: relative;
    border: 1px solid #FFCC66;
    padding:20px;
    background: #FFFFCC;
    text-align: center;
    vertical-align: middle;
}

div.flash {
    color: red;
}

div.form-error {
    color: red;
    font-size: 8pt;
}

.code {
    border: 1px solid gray;
    background: #F3F4F6;
    font-family: courier, monospace;
    width: 95%;
}

h1.step {
    font-size: 11pt;
    font-weight: bold;
}

#search-best_hits {
	border: 1px solid gray; padding: 1ex;
}

#footer {
    clear: both;
    padding: 5px .5em .5em .5em;
		height: 80px;
		margin-top: 1em;
    background-color: #729D2C;
    color: white;
    font-size: 9pt;
}

#footer-ghealth {
	position: absolute; 
	right: 0; 
	top: 0;
	width: 200px; 
	text-align: center;
	margin: 0 auto;
}

#footer ul {
    padding: 0;
    list-style: none;
}

#footer .copy {
    clear: both;
    margin: 1em 0 0 1ex;
    padding: 0;
}

#footer li {
    float: left;
    margin: 0;
    padding: 0 1ex;
}

#footer li {
    border-left: 1px solid white;
}

#footer li:first-child, #footer li.first {
    border-left: none;
}

#footer a {
	position: relative;
}

#footer a:link {
    text-decoration: none;
    color: white;
}
#footer a:visited {
    text-decoration: none;
    color: white;
}
#footer a:hover {
    text-decoration: underline;
    color: white;
}

