﻿body 
{
    margin:0;
    background-image: url(http://www.funnell-welch.net/images/background.gif); 
    background-repeat:repeat-y;
    font-family:Comic Sans MS, Comic Sans MS5, cursive, Sans-Serif;
    font-size:smaller;
}

h1, h2,h3, h4, h5, h6
{
    color:#663300;
}
h1
{
    margin-bottom:0;
}
a
{
    color:#663300;
    text-decoration:none;
    font-weight:bold;
}
a:focus, a:hover
{
    text-decoration:underline;
    color:#006633;
}
a img
{
    border:0;
}
dt
{
    font-weight:bold;
}
dd
{
    padding-bottom:10px;
}

ul.listArrows
{
    list-style-image:url('http://www.funnell-welch.net/images/bullet.gif');
}
ul.listArrows li
{
    margin-bottom:10px;
}
p.warning
{
    font-weight:bold;
    text-align:center;
}
p.articleDetails
{
	font-style:italic;
	color:#006633;
}
a.tooltip
{
    position:relative;
    color:Black;
}
a span.tooltip
{
    display:none;
}
a:hover span.tooltip
{
  position: absolute;
  top: 5px;
  left: 30px;
  display: block;
  background: silver;
  border: 1px solid gray; 
  min-width:200px;
  max-width:300px;
  padding:10px;
  color:Black;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup_galleryimage {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:800px;
	text-align:center;
}
.imgDescription
{
    position:absolute;
    z-index:2;
    bottom:0;
    left:3px;
    background-color:#ffffff;
    text-align:center;
    display:block;
    width:800px;
    margin:0;
    margin-bottom:3px;
    filter:alpha(opacity=70);
    opacity:0.7;
}

tr.header td, tr.header th
{
    background-color:#C8E0C8;
    font-weight:bold;
    text-align:center;
}
td.textboxNum
{
    text-align:center;
}
