﻿html,body 
{
   margin: 0;
   padding: 0;
   font-family: Verdana, arial, helvetica, sans-serif;
   color: #333333;
   font-size: 8pt;
   height: 95%;
}

table.full-height {
  height:100%;
  width:100%;
}

p{line-height: 10px;}

h1 
{
   font-size: 2em;
   margin: 10px 0 0 0;
   font-family: arial, helvetica, sans-serif;
   color: #0033cc;
}

h2
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	color: #0033cc;
}

h3 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt;
	color: #0033cc; 
}

A:link
{
	text-decoration: underline;
	color: blue;
}	
		
A:visited	{	
	text-decoration:	underline;
	color: blue;
	}	
		
A:active	{	
	text-decoration:	underline;
	color: blue;
	}	
		
A:hover
{
	text-decoration: none;
	color: blue;
}
ul
{
	line-height: 20px;
}
.tdMarked
{
	border: solid 1px gray; 
	background-color: #eeeeee; 
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	font-size: 8pt;
}
.tdMarkedBlue
{
	border: solid 1px #0033cc;
	background-color: #0033aa;
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	font-size: 8pt;
}
.tdBorder
{
	border: solid 1px #aaaaaa;
	padding: 5px 5px 5px 5px;
}
.tdMarked2
{
	background-color: #dddddd; 
	padding: 5px 5px 5px 5px;
	font-size: 8pt;
}
.tdMenu 
{
	border: #dddddd 1px solid;
	background-color: #ffffff; 
	padding: 5px  3px 5px 3px;
	color: #696969; 
	font-size: 8pt;
}
.tools
{
	background-color: #dddddd; 
	font-weight: bold; 
	font-size: 7.25pt; 
	border: solid 1px #D6D6D6;
}
.menuLink
{
	color: #555555;
}
.tdHeading 
{
	background-color: #696969; 
	font-weight:bold;
}
.tdBorder 
{
	border-right: gray 1px solid; 
	border-top: gray 1px solid; 
	border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}
.popInfo 
{
	background-color:  Transparent Transparent Transparent Transparent;
	color: white; 
	border: none;	
}
.imageText 
{
	font-size: 8pt;
	font-style:italic;	
}

.divBorder { 
	border-width: 1px; 
	border-style: solid; 
	border-color: #CCCCCC; 
	background-color: White; 
} 

.divTool 
{
	border: solid 1px #CCCCCC;
	position: absolute; 
	top: 0px; 
	left: 0px;
	visibility: hidden; 
	width: 270px; 
	height: 250px;
	z-index: 600; 
	background-color: White; 
	font-size:8pt;
}

.divMenu 
{
	border: solid 1px #CCCCCC;
	position: absolute;
	background-color: White; 
	font-size:9pt;
	visibility: hidden;
	padding:  2px 4px 2px 4px;
	vertical-align:middle;
	cursor: pointer;
	z-index: 60;
	height: 18px;
}

.divSubMenu 
{
	border: solid 1px #CCCCCC;
	position: absolute;
	background-color: White; 
	font-size:9pt;
	visibility: hidden;
	padding:  10px 10px 10px 10px;
	vertical-align:middle;
	cursor: pointer;
	z-index: 700;
	line-height: 20px;
}

.btn
{
	font-family: Verdana;
	font-size: 8pt;	
	height: 25px;
}

.sl
{
	text-decoration: underline; 
	color: Blue; 
	cursor: pointer;	
}

.txt
{
	height: 14px; 
	font-family: Verdana;
	font-size:8pt;
}

.lnk 
{
	color: Blue;
}

.filterTable
{
	font-family: Arial; 
	font-size: 7pt;
	margin-left: auto;
	margin-right: auto; 
	border: solid 3px #ebebeb; 
	background-color:White;
	padding: 10px;
	border-spacing: 5px;
}

.filterTableNarrow
{
	font-family: Arial; 
	font-size: 7pt;
	font-weight: bold; 
	margin: auto auto auto auto;
	border: solid 3px #ebebeb; 
	background-color:White;
}

.filterHeading
{
	font-size: 9pt; 
	font-family: Calibri;
}

.overlay { 
  background-color: black; 
  -moz-opacity: 0.7; opacity: 0.7; filter: alpha(opacity=70); 
  top: 0; left: 0; 
  position: fixed;
  width: 100%; height:100%;
  z-index: 99; 
}

.overlayWindow 
{
	position: fixed; 
	z-index: 100; 
	top: 0px; left: 0px; 
	height:100%; width:100%;
}
