﻿body 
{
	margin:0px;
	padding:0px;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	height:100%;
}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}
/* #Content>p {margin:0px;}
#Content>p+p {text-indent:30px;} */

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
}
	

#top {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	/* border: 1px solid #ccc; */
	height: 55px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 55px;
	}
html>body #top {
	height: 55px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 75px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	/* border: 5px solid #ccc; */
	width: 310px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 310px;
	}
html>body #left {
	width: 300px; /* ie5win fudge ends */
	}
#middle {
	margin: 0px 5px 20px 325px;
	padding: 0px 10px 10px 10px;
	/* border: 1px solid #ccc;*/
	}
#right {
	position: absolute;
	top: 75px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	/* border: 5px solid #ccc; */
	width: 3px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 3px;
	}
html>body #right {
	width: 3px; /* ie5win fudge ends */
	}


/*/////////////////////////////////////////////////////////////*/

input, select {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size:9px;
	font-weight:bold;
	letter-spacing: 2px; }
	
input {
	letter-spacing: 1px; }
	
fieldset
{
	border: solid 1px green;
}

A 
{
	font-weight: bold;
	text-decoration: none;
}
		
A:link, A:visited {
	color: #768a9c;
}

A:hover{
	color: #000;
}

A IMG
{
	border: none;
}

A.actionLink
{
	color:#6096AE; 
	font-size:11px;
	font-weight:normal;
	
}

.blue
{
	background-color:#E5ECF3;
}

/* ----------------------------------------

JIM NAVIGATION

------------------------------------------- */

UL.menu
{
	padding: 3px;
	margin:0;
	list-style-type: none;
	letter-spacing: 1px;
	color: #768a9c;
}

.menu LI
{
	display: inline;
	padding: 0 0 0 1.5em;
}

.menu a
{
	text-decoration:none;
}

.menu a:hover
{
	color:black;
	text-decoration:underline;
}

UL.flatlist
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.flatlist li
{
	display:inline;
}
	
	
/* --------------------------------------

LAYOUT 

---------------------------------------*/

#loginTable
{
	border: solid 1px green;
}


.tripLister
{
	width:300px;
	height:300px;
	overflow:auto;
}

.tripLister th
{
	background-color: #DEF7DE	;
}

.tripLister h2
{
    font-size: 14px;
    margin-bottom:0px;
    display:inline;
}
	
.tripItem
{
	margin:10px 5px;
}

.tripMapitLink
{
	display:block;
	font-size:13px;
	color:green;
	font-weight:bold;
}

.tripMapitLink a:hover
{
	background-color:#E3FFE4;
}

.pageControl
{
	color:Blue;
	text-decoration:none;
}

.pageControl a:visited
{
	color:Blue;
	text-decoration:none;
}

.Error
{
	color:Red;
}


.twoWayPointImages
{
	border: solid 1px silver;
	padding:5px; 
	width:155px; 
}

.oneWayPointImage
{
	background-color:Silver; 
	padding:5px; 
	width:75px; 
}

.WayPointImage
{
	width:75px;
	height:75px;
	border:none;
}