﻿/**
 * $Id: $
 * 
 * Global stylesheet for "The Theill Web Site"
 * 
 * @author 		Peter Theill
 * @version 	1.0
 * 
 */

body { 
	background-image: url('/gfx/bg.gif');
	color: black;
}

body, p, table, tr, th, td {
	font-family: Verdana, Sans-serif;
	font-size: small;
}

body.site {
	background-color: #666666;
	background-image: url('/gfx/bg.gif');
	color: black;
}

#Page {
	width: 590px;
}

th.uo { /* user online */
	font-size: 10px;
	text-align: left;
	border-bottom: 1px solid #cccccc;
}

td.uo { /* user online */
	font-size: 10px;
	white-space: none;
}

td.uont { /* user online - not tracked */
	font-size: 10px;
	color: #999999;
}

td.Light {
	background: #FFFFFF;
}

td.Dark {
	background: #F6F6F6;
}

td.lightThumbnail {
	background-color: #FFFFFF;
}

td.darkThumbnail {
	background-color: #F6F6F6;
	border: 1px dashed #CCCCCC;
}

td.grayHeader {
	background: #666666;
	color: #FFFFFF;
	font-weight: bold;
}

input.blue {
	background-color: rgb(0, 128, 255);
	border-color: white;
	border-style: solid;
	height: 23px;
	width: 75px;
	color: white;
	font-size: xx-small;
	font-weight: bold;
}

.IndexTable { font-family: verdana, geneva, arial, sans-serif; font-size: 7.5pt; }
.IndexPopular { font-weight: bold; }
.IEParagraph { font-family: verdana, geneva, arial, helvetica, sans-serif; font-size: 10pt }
.BottomNote { font-family: verdana, geneva, arial, helvetica, sans-serif; font-size: 7.5pt; }
.SmallCaption { color: white; font-size: 8pt }
.Code { font-family: monospace; }
PRE { font-size: 8pt; font-family: monospace; }
#paragraph { font-family: verdana, geneva, arial, helvetica, sans-serif; font-size: 10pt }
.SmallestParagraph { font-size: 7.5pt; }
.SmallerParagraph { font-size: 8.5pt; }

h2.subSectionHeader {
	font-family: arial, helvetica, sans-serif;
	font-size: 17pt;
	font-weight: normal;
	letter-spacing: -1.1pt;
	margin-bottom: 0;
}

h4.subSectionHeader {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-weight: bold;
	font-weight: normal;
	letter-spacing: -0.8pt;
	margin-top: 0;
}

h3.LinkHeader {
	font-family: arial, helvetica, sans-serif;
	font-size: 17pt;
	letter-spacing: -1.1pt;
	font-weight: normal;
	margin-bottom: 0;
}

b.NewsDate {
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Sans-serif;
	color: #666666;
}

p.Navigation {
	font-family: Tahoma, Sans-serif;
	font-size: 11px;
	text-align: right;
}

p.NewsMessage {
	text-align: justify;
}

p.ErrorMessage {
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	text-align: justify;
	padding: 6px;
	border: solid 1px #880000;
}

font.smallestIndentedParagraph {
	font-family: verdana;
	font-size: 7.5pt;
	letter-spacing: -0.5pt;
	margin-left: 8;
	margin-top: 8; 
	margin-bottom: 8
}

a:link { text-decoration: none; color: rgb(255,99,23); }
a:visited {text-decoration: none; color: #A00000; }
a:active {text-decoration: none; color: #808080; }
a:hover {text-decoration: none; color: #FF0000; }

div.webCamAreaDescription {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: xx-small;
	text-align: justify;
}

img.imageLink {
	border: solid 1px black;
}




/**
 *
 */
#Footer {
	background-color: #ccc;
	color: #000;
	font-family: Tahoma, Sans-serif;
	font-size: 10px;
	width: 558px;
	padding: 16px;
	margin: 0px;
	text-align: left;
	border-top: 2px groove #ccc;
	border-bottom: 4px solid #fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#cccccc', gradientType='0');
}

#Footer a {
	color: #666;
	border-bottom: 1px dashed #999;
}

#MenuLinks {
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
}

#MenuLinks img {
	border-width: 0;
}

#MenuLinks p {
	padding: 4px;
	margin: 0;
}

#NavigationMenu {
	padding: 4px;
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
	text-align: center;
}

#iqRss {
	margin-left: 8px;
}

#iqRss h2 {
	font-size: inherit;
	margin: 0;
	padding: 0;
}

.new {
	color: red;
	font-size: 11px;
	margin-left: 5px;
}

