﻿/*

    All web site code and markup is Copyright (C) 2009 MicroSearch Corporation. All rights reserved.
    
    http://microsearchcorp.com
    
    Author: Ferruccio Barletta

*/

#docbody
{
	text-align: left;
	padding: 0;
	margin: 20px 30px 20px 30px;
	background-color: white;
	background-image: url(images/body_bg.gif);
	background-position: left 1px;
	font: 62.5% Arial, Helvetica, sans-serif;
}

#header 
{
	background: white;
	height: 55px;
	position: relative;
	background: url(images/header_bg.jpg);
}

#footer
{
	background-image: url(images/footer_bg.jpg);
	height: 41px;
	position: relative;
}

#navigator_spacer
{
	background-color: transparent;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 6px;
}

#navigator
{
	font: 10pt Arial, Helvetica, Sans-Serif;
	background-color: transparent;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 23px;
	line-height: normal;
	border-bottom: 4px solid #264da7;
}

#navigator ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 23px;
}

#navigator li
{
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 23px;
}

#navigator a:link 		{ color: white; text-decoration: none;}
#navigator a:visited	{ color: white; text-decoration: none;}
#navigator a:hover 		{ color: white; text-decoration: underline;}
#navigator a:active 	{ color: white; text-decoration: none;}
			
.wsh 
{
	background: #ffff99;
	text-decoration: none;
}

.firsthit
{
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	background-color: #ffffcc;
}

table.docfields
{
	width: 100%;
	background-color: #f8f8f8;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	font: 10pt arial, helvetica, sans-serif;
}

tr.docfields
{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

td.docfields
{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-left: 5px;
	padding-right: 5px;
}

td.searchfieldnames
{
	border-width: 0;
	padding-left: 5px;
	padding-right: 5px;
}

td.searchfields
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

td.numeric 
{
	text-align: right;
}

.imgleft
{
	float: left;
}

.imgright
{
	float: right;
}

#doctitle
{
	color: white;
	background: #264da7;
	font: 14pt arial, helvetica, sans-serif;
	padding: 2mm 5mm 2mm 5mm;
}

.innercontents
{
	background: white;
	border-style: none;
	min-height: 600px;
	font: 10pt arial, helvetica, sans-serif;
}

#error
{
	font: 11pt arial, helvetica, sans-serif;
	color: Red;
	min-height: 600px;
}

#dataset li
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#fieldcontent
{
	display: none;
}

.results
{
	background: white;
	font: 12pt arial, helvetica, sans-serif;
	color: blue;
	padding: 10px 0 10px 0;
}

.description
{
	background: #264da7;
	padding-top: 2mm;
	padding-bottom: 2mm;
}

.description h1 
{
	font: 12pt arial, helvetica, sans-serif;
	color: white;
	padding-left: 5mm;
}

.description p
{
	font: 10pt arial, helvetica, sans-serif;
	color: white;
	padding-left: 5mm;
	padding-right: 5mm;
}

.frontpage
{
	background: white;
	color: black;
	border-style: none;
	font: 10pt arial, helvetica, sans-serif;
	padding: 40px 40px 40px 40px;
}

.frontpage p
{
	font: 10pt arial, helvetica, sans-serif;
}

.frontpage h1
{
	text-align: center;
	font: 14pt arial, helvetica, sans-serif;
	font-weight: bold;
}

.frontpage h2
{
	text-align: center;
	font: 12pt arial, helvetica, sans-serif;
	font-weight: bold;
}

.frontpage blockquote
{
	color: black;
}

.frontpage a:link 		{ color: blue; text-decoration: none;}
.frontpage a:visited	{ color: blue; text-decoration: none;}
.frontpage a:hover 		{ color: red; text-decoration: none;}
.frontpage a:active 	{ color: red; text-decoration: none;}

.help a:link 		{ color: cyan; text-decoration: none;}
.help a:visited		{ color: cyan; text-decoration: none;}
.help a:hover 		{ color: yellow; text-decoration: none;}
.help a:active 		{ color: yellow; text-decoration: none;}

.enter
{
	text-align: center;
}

.enter a
{
	background: blue;
	color: white;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

.enter a:link 		{ color: white; text-decoration: none;}
.enter a:visited	{ color: white; text-decoration: none;}
.enter a:hover 		{ color: yellow; text-decoration: none;}
.enter a:active 	{ color: yellow; text-decoration: none;}

#help
{
	background: white;
}

.note 
{
	font-weight: bold !important;
	border: solid 2px orange;
	margin: 0 5mm 0 5mm;
	padding: 2mm 0 2mm 0;
}

/*
	select roman fonts for documents in order to better match originals
*/

p
{
	font: 12pt times, "times roman", "times new roman", serif;
}

h1
{
	font: 14pt times, "times roman", "times new roman", serif;
}

h2
{
	font: 13pt times, "times roman", "times new roman", serif;
}

