body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeff;
} 

/* Netscape 4 is lame */
p, th, div, ul, input, form { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

p#streaming_cam {
	font-size: 12pt;
}

ul.fp_box {
	list-style-image: url("/images/arrow.gif");
	padding-left: 2.5em;
	margin-left: 0px;
}

ul.news {
	list-style-image: url("/images/arrow.gif");
	padding-left: 17px;
	margin-left: 0px;
}

td,tr {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	margin-top: 0px;
	padding: 0px;
}

select, input, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}

a { 
	text-decoration: none;
	color: #0000ff; 
}

a:hover {
	text-decoration: underline;
	color: #ea0e0e;
}

pre, tt {
	font-family: monospace;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;   /* NS4 is lame */
	font-size: 14pt;
	font-weight: bold;
	color: #6677ff;
}

h1.camview {
	font-size: 12pt;
	margin-top: 0;
}

.titlelink {
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;   /* NS4 is lame */
	font-size: 12pt;
	font-weight: bold;
	color: #6677ff;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;   /* NS4 is lame */
	font-size: 10pt;
	font-weight: bold;
	color: #6677ff;
}

table {
	padding: 0px;
}

td.navbartab {
/*	width: 95px;*/
	padding-left: 0.6em;
	padding-right: 0.6em;
	height: 17px;
	background-color: #bbbbbb;
	text-align: center;
}

td.navbartablit {
	padding-left: 0.6em;
	padding-right: 0.6em;
	min-width: 95px;
	height: 17px;
	background-color: #ddeeff;
	border: dashed;
	border-color: gray;
	border-width: 1px;
	text-align: center;
	font-size: 11px; 
	font-weight: bold;
	text-transform: uppercase;
}

a.navbar {
	color: blue;
	font-size: 11px;
	text-transform: uppercase;
}

a.navbar:hover {
	text-decoration: none;
	color: red;
}

.logo { 
	background-image: url("/images/logo.jpg");
	background-color: #bbddff;
	background-repeat: no-repeat;
	height: 60px;
	/* below used in admin */
	text-align: right;
	font-weight: bold;
	font-size: 20pt;
	color: #6677ff;
}

/* search boxes etc. on webcam page */
.camtopbar {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #ddeeff;
	border: solid;
	border-color: gray;
	border-width: 1px;
	text-align: center;
	vertical-align: center;
}

.camtopbarform {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	vertical-align: center;
}

/* key on the cam list */
.key {
	background-color: #bbbbbb;
	border: solid;
	border-color: gray;
	border-width: 1px;
	padding: 5px;
}

.searchterm { font-style: italic; }

/* time on the webcams page */
.time { text-align: right; 
font-size: 11px;}

/* language link */
.langlink { 
	text-align: right;
}

.viewcamtitle { 
	color: magenta;
	font-size: 14pt;
	font-weight: bold;
}

/* 'hide broken cams' etc. */
.subhead {
	font-size: 9pt;
}

/* cam is new */
.new { font-size: 8pt; color: red; background-color: transparent; text-transform: uppercase; }

/* cam_view.php - out of order */
.view_outoforder {
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

.view_homelarge {
	text-transform: uppercase;
	padding-right: 15px;
	font-size: 9pt;
}

.view_refresh {
	text-transform: uppercase;
	padding-right: 15px;
	font-size: 11pt;
	vertical-align: middle;
}

.view_providedby {
	font-style: italic;
}

.view_cannotdisplay {
	color: red;
}

.error {
	color: red;
	font-weight: bold;
}

.copyright {
	font-size: 9pt;
	text-align: center;
}

.maincell {
	vertical-align: top;
	margin-left: 13px;
}

.leftcolumn {
	vertical-align: top;
	width: 85px;
}

td.rightcolumn {
	vertical-align: top;
	width: 150px;
	padding-right: 4px;
	text-align: right;
}

.rightcolumn_box {
	width: 130px;
	background-color: #ddddee;
	border: 1px solid;
	border-color: white;
	text-align: right;
	padding: 8px;
}

.bottombar {
	background-color: #ddddee;
	height: 15px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: white;
	text-align: center;
	vertical-align: center;
	font-size: 10px;
}

.boxheader {
	color: #6677ff;
	font-weight: bold;
	text-transform: uppercase;
}

.frontpage_box {
	background-color: #ddddee;
	border: 1px solid;
	border-color: white;
	padding: 5px;
}

.sitename { font-style: italic; }

.featcamtown { font-size: 10pt; color: blue; font-weight: bold; }
.featcamplace { font-size: 8pt; color: red; font-style: italic; }

/* camlist */
.c	{ font-size: 8pt; } 
.t_h { background-color: #ddeeff; } /* t_h = table highlight */

/* admin */
.tablehighlight { background-color: #ddeeff; }

.admin-proxy {
	background-color: yellow;
	color: red;
	border: 2px solid red;
	padding: 0.5em;
	text-transform: uppercase;
	width: 330px;
	margin-bottom: 0.5em;
}

span.proxy {
	background-color: yellow;
	color: red;
	font-weight: bold;
}

table.vertical th {
	text-align:left;
}

div#camview-breadcrumb {
	position: absolute;
	top: 20pt;
	width: 97%;
	font-size: 9pt;
	padding: 0px 0px 0.3em 0px;
	border-bottom: 2px solid silver;
	height: 11pt;
}

p.camview-info {
	margin-top: 30pt;
}

p.disclaimer {
	font-size: 8pt;
	color: #557;
}

span#breadcrumb {
	float: left;
}

span#popularity {
	margin-left: 4em;
	font-style: italic;
	float: right;
	font-size: 8pt;
}

.buttonlink {
	border: 1px solid black;
	text-transform: uppercase;
	font-size: 80%;
	margin: 0.1em 0 0.1em 0.3em;
	padding: 0.2em;
	text-decoration: none;
	background-color: white;
	color: black;
}

.buttonlink:hover {
	text-decoration: none;
}