body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	line-height: 1.2;
	background: #fff url(images/background.jpg);
	background-size: 100%;
}

/* Code for new thumbnail viewer */
a.map {
	background: url(images/Earth.png) no-repeat left;
	display: inline-block;
	height: 16px;
	width: 16px;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/* Needed for old Image Thumbnail Viewer */
#showimage{
	position: absolute;
	visibility: hidden;
	border: 1px solid gray;
}

#dragbar{
	cursor: move;
	background-color: #EFEFEF;
	color: Black;
}

#img {
  padding: 0 10px 0 10px;
  background-color: #EFEFEF;
    }

#dragbar #closetext{
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	margin-right: 1px;
}

#description{
	background-color: #FFFF99;
	text-align: center;
	color: Black;
}

#no-description{
	background-color: #EFEFEF;
}

/* End ITV */
table {
	border-color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	line-height: 1.3;
}

a.next{
	background-image: url(images/next_off.gif);
	width: 70px;
	height: 30px;
}

a.next:hover {
	background-image: url(images/next_on.gif);
}

a.next:active {
	background-image: url(images/next_click.gif);
}

img {
	border: none;
}

img.placeholder {
	background: #FF8C00 url(images/camera.gif) no-repeat center;
}

img.right, object.right, embed.right {
	float: right;
	border: none;
	padding-left: 3px;
}

img.left {
	float: left;
	border: none;
	padding-right: 3px;
}

.center {
	text-align: center;
}

table.calendar {
	border: 1px solid Navy;
	background-color: white;
}

table.calendar td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

table.calendar td#month {
	font-weight:bold;
	background-color: orange;
	color:White;
	text-align: center;
}

table.calendar tr#header th
{
	background-color: orange;
	color: #191970;
}

table.calendar td#selected {
	background-color: #0066FF;
	color: White;
	font-weight: bold;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #cc0033;
	font-weight: bold;
	letter-spacing: .03em;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

p:first-letter {
	margin-left: 10px;
}

h1	{
	font-family: Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
	font-size: 24pt;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em;	
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,stregth=2,color=black);
}
	
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot	{
	color: white;
}

img.map {
	margin: 0 15px 15px 0;
	border: thin solid black;
	box-shadow: 10px 10px 5px #888;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,stregth=2,color=black);
}
	

