﻿/* ----------------------------------------------- */
/* Misc HTML - styles applied to various html tags */
/* ----------------------------------------------- */
p {
	margin: 5px 0px 8px 0px;	
}

a {
	text-decoration: none;	
	color: #446688;
}

a:hover {
	text-decoration: underline;	
	color: #aa8866;
}

h1 {
	font-size: 26px; 
	font-weight: bold;
	margin: 18px 0px 12px 0px;
}

h2 {
    font-size: 14px;	
    font-weight: bold;
	margin: 18px 0px 5px 0px;
	color: #2059a5;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #2059a5;
	margin: 12px 0px 2px 0px;
}

table thead th a {
	color: black;
}

table tbody th {
	font-weight: normal;
}


/* ------------------------------------------------------ */
/* Page Style - formatting and layout for the entire page */
/* ------------------------------------------------------ */
html {
	margin: 0px;
	padding: 0px;
	color: black;	
	background-color: white;
}

body {
	margin: 0px;
	padding: 0px;
}

body,table,td {
	font-family: Verdana, Sans-Serif; 
	font-size: 12px;	
}

.pageContainer {
	text-align: center;
}

.pageContent {
	text-align: left;
	background-image: url('../Common/Images/Watermark.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.pageFooter {
	background-color: #F5F5F5;
	text-align: center;
	font-size: 9px;
	border-top: 1px solid #CCCCCC;	
}

.pageFooter a {
	font-weight: bold;
	text-decoration: none;
}

.pageFooter a:hover {
	text-decoration: underline;
}

.bottomAdvertisements {
	margin: 35px 15px 15px 15px;
	text-align: center;
}

.errorMessage {
	font-size: 16px;
	text-align: center;
	margin: 15px 0px 15px 0px;
	min-height: 250px;
}

/* ------------------------------------------------------ */
/* Header and Main Navigation Menu                        */
/* ------------------------------------------------------ */
.pageHeader {
	font-size: 12px;	
	background-color: #E0E0E0;
	border-bottom: 1px solid #CCCCCC;
}

.mainMenu h4 {
	display: none;
}

.mainMenu ul {
	background-image: url('../Images/MainMenuBackground.gif');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	height: 22px;
	margin: 0px;
	padding: 3px 8px 6px 8px;	
	overflow: hidden;
}

.mainMenu li {
	display: inline;
	background-image: url('../Images/MainMenuSeparator.gif');
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0px;	
	padding: 0px 0px 5px 7px;
}

.mainMenu li.homeMenuItem {
	background-image: none;
	padding-left: 0px;
}

.mainMenu a,
.mainMenu a:link,
.mainMenu a:visited,
.mainMenu a:active {
	font-family: tahoma, verdana, sans-serif;
	font-weight: bold;
	font-size: 8pt;	
	text-decoration: none;
	color: black;
}

.mainMenu a:hover {
	color: #a52a2a;
}

/* ------------------------------------------------------ */
/* One-Panel Page Layout                                  */
/* ------------------------------------------------------ */
.contentBody {
	padding: 0 12px 12px 12px;
}

/* ------------------------------------------------------ */
/* Two-Panel Page Layout                                  */
/* ------------------------------------------------------ */
.contentPane {
	padding: 0px 12px 0px 12px;
	margin-right: 200px;
	min-height: 250px;	
}

.sidePane {
	float: right;
	width: 185px;
	/* a minimum height applied to the side pane ensures that the vertical 
       separator line doesn't show up as being too small */
	min-height: 250px;	
	/* display a light grey vertical bar to separate the side pane from the main content */
	border-left: solid 1px #DDDDDD;	
	/* push the pane down from the very top of the page and pad it's contents */
	margin-top: 10px;
	padding: 0px 5px 10px 10px;	
}

.sidePane a {
	font-weight: normal;
}

.sidePane ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	color: #DDDDDD;
	font-size: 11px;
}

.sidePane li {
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------------------ */
/* Navigation Crumbs                                      */
/* ------------------------------------------------------ */
.navigation {
	color: #999999;
	background-color: #FBFBFB;
	border-bottom: 1px solid #CCCCCC;
}

.navigation a {
	color: #999999;
	text-decoration: none;	
}

.navigation a:hover {
	text-decoration: underline;	
}

.navigation .current {
	color: #444444;
	font-weight: bold;
}

.navigation .editing {
	float: right; 
	background-color: #EDEDED; 
	padding: 10px; 
}

.navigation .sitePath {
	padding: 12px;	
}

/* ------------------------------------------------------------------ */
/* Notices - used for displaying alerts or information about the page */
/* ------------------------------------------------------------------ */
.notice {
	background-color: #F5F5F5;
	border: 1px solid #D0D0D0;
	padding: 5px 5px 4px 5px;
	margin: 15px 80px 15px 0px;
}

.notice p {
	padding: 0px;
	margin: 0px;
}

.noticeIcon {
	vertical-align: text-bottom;
}

.noticeActions {
	margin-top: 3px;
}

.noticeActions a {
	margin-right: 10px;
}

.noticeActions .linkIcon {
	padding-right: 3px;	
}


/* ------------------------------------------------------------------ */
/* Listing Pages                                                      */
/* ------------------------------------------------------------------ */
table.listing th {
	padding-right: 10px;
}

table.listing td {
	padding-right: 10px;
}

table.listing .statisticName {
	color: #888;
	font-size: smaller;
	margin-left: 0.3em;
}

/* ------------------------------------------------------------------ */
/* Wiki Pages                                                         */
/* ------------------------------------------------------------------ */
.statistic th {
	text-align: left;
	font-weight: normal;	
	padding-right: 4px;	
}

.statistic td {
	padding-right: 10px;
}

.statisticEditing {
	margin-bottom: 10px;
}

/* If a statistic has a subtitle, inset it a little bit */
.statistic h4 + table {
	margin-left: 6px;
}

#routeDescription {
	margin-bottom: 22px;
}

.waypoints td {
    padding-right: 10px;
}

.waypointLatLong {
	white-space: nowrap;
	vertical-align: top;	
}

.waypointUtm {
	white-space: nowrap;
	vertical-align: top;	
}

.quickActions {
	font-size: 10px;
	margin: 4px 0 4px 0;
}

.quickActions .quickActionIcon {
	margin-left: 1px;
	margin-right: 3px;
	vertical-align: baseline;
}

#exportWaypoints {
	margin-right: 3px;
}

.photo 
{	
	background-color: #f9f9f9;
	border: 1px solid #ddd;
}

.photo .thumbnail,
.photo .blankThumbnail
{
	border: 1px solid #ddd !important;
	margin: 5px;
}

.photo .blankThumbnail
{
	width: 150px; 
	height: 102px; 
	background-color: #fdfdfd;
	background-image: url('../Images/Watermark-Thumbnail.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.photo input.textBox
{
	position: absolute;
	top: 5px;
	left: 5px;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
}

.photos .photo 
{
	vertical-align: top;	
	margin: 0 5px 0 0;
	float: left;
	display: inline-block;
}

.photos .photosFooter 
{
	clear: both;
}

.categoryList td {
	padding-right: 20px;
}

.categoryList .statistic {
	font-size: 0.7em;
	color: #666;
	margin-left: 1px;
}