body  {
	font-family : "Helvetica 55 Roman", Helvetica, Sans-Serif;
	font-size : 10pt;
	color : #000000;
	background-color : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px none;
}

a:link, a:visited, a:hover, a:active {
	font-style : normal;
	text-decoration : none;
	color: #0000ff;
	background: transparent;
}
a:hover, a:active{
	color: #333333;
	background: transparent;
}

a.sidebar:link, a.sidebar:visited, a.sidebar:hover, a.sidebar:active{
	color: #ffffff;
	background-color : #000000;
}
a.sidebar:hover, a.sidebar:active{
	color: #ff0000;
	background: #000000;
}

h1,h2,h3,h4,h5  {
	font-family : AGaramond, Garamond, serif;
	font-weight: lighter;
	font-style : normal;
	cursor : auto;
}

h1 {
	font-size : 24pt;
	color: #000000;
	background: transparent;
	text-align : center;
	margin-top : 30px;
}

h1.normal{
	margin:0;
	padding:0;
	font-weight: bold;
	font-size: 10pt;
}

h2  {
	font-size : 16pt;
	text-align : left;
	color : #000000;
	background: transparent;
}

h3  {
	font-size : 14pt;
	color : #000000;
	background: transparent;
}

h4  {
	font-size : 13pt;
	color : #333333;
	background: transparent;
}

h5  {
	font-size : 10pt;
	color : #000000;
	background: transparent;
}

div.date{
	font-size:xx-small;
	text-align:right;
	color: #666666;
	background: transparent;
	margin: 5px 70px 0 0;
}
div.content{
	padding: 20px 20px 20px 20px;
}

fieldset {
	margin: 20px 20px 20px 20px;
	padding: 10px;
	border: 1px solid #333333;
	display: block;
	color:#000000;
	background: transparent;
}

legend {
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	line-height: normal;
	vertical-align: baseline;
}

/*==================================================================================================*/
/*Form Styles*/
div.formrow {
	margin-bottom: 10px;
	padding:0;
	text-align: left;
}

input, select option {
	font-size: 10px;
	background: #eeeeee;
	color: #000000;
	border: 2px solid #333333;
}

input.formImage{
	border: 0;
}

input.required, select.required option {
	border: 2px solid #cc0000;
	background: #ffcccc;
	color: #000000;
}
/*==================================================================================================*/
/*Table Grid Style*/

table.grid{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}

table.grid td{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}
table.grid th{
	border-bottom:2px solid #666666;
	border-right:1px solid #666666;
	
}

/*==================================================================================================*/
/*Table Info Style*/

table.info{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}

table.info td{
   padding: 2px 2px 2px 5px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}
table.info td strong{
	color: #663300;
}
table.info th{
   padding: 2px 2px 2px 5px;
   text-align: left;
	background: #666666;
	color: #ffffff;
	border-bottom:2px solid #666666;
	border-right:1px solid #666666;
}
/*==================================================================================================*/
/*XDe Base Styles*/

th.userListDateTitle{
	text-align: left;
	border-top: 1px solid #cccccc;
	padding: 0 0 5px 0;
}

a.textbutton:hover, a.textbutton:link, a.textbutton:active, a.textbutton:visited, input.textbutton {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #f1e1d2;
	border-top: 1px solid #f1e1d2;
	font-size: xx-small;
	font-weight: bold;
	margin: 2px 2px 0px 0;
	color: #333333;
	font-family: verdana, sans-serif;
	text-decoration: none;
	background: #eeeeee;
	padding: 0px 3px 2px 3px;
}

a.textbutton:hover, input.textbutton:hover {
	background: #ffffcc;
	color: #999999;	
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #f1e1d2;
	border-bottom: 1px solid #f1e1d2;
}
/*===================================================================================================*/
/*Gallery Styles*/
.galleryimage{
	border: 1px solid #333333;
}

.galleryitemtitle, .galleryalbumtitle, .gallerytitle {
	text-align: center;
	font-weight: bold;
}

.galleryalbumtitle{
   font-size: 12pt;
	color: #333333;
	background: transparent;
	padding: 0 0 5px 0;
}

.gallerytitleinfo, .galleryalbuminfo{
	text-align: center;
}

.galleryalbuminfo{
	padding: 5px 10px 5px 10px;
}

.galleryiteminfo, .galleryalbumiteminfo{
	font-size: xx-small;
	text-align: center;
	padding: 5px 10px 5px 10px;
	border: 1px solid #cccccc;
}
.galleryiteminfo{
	font-size: small;
}

/*===================================================================================================*/
/*Glossary Styles*/

h1.glossaryTerm{
	text-align: left;
	text-transform: none;
	margin:0;
	padding:0 0 5px 0;
}

div.glossarySeeAlso{
	margin: 20px 0 0 2px;
}

div.glossaryPhonetic{
	font-style: italic;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px 0;
}

td.glossaryCategoryTitle, td.glossarySearchResult{
	border: 1px solid #999999;
	padding: 10px 10px 10px 10px
}

div.glossaryCategoryName a{
	font-size: large;
	font-family : AGaramond, Garamond, serif;
}
div.glossaryCategoryDescription{
	font-size: x-small;
	margin: 1px 0 0 10px;
}

div.glossaryCategorynav{
	text-align: right;
}

div.glossaryTerm a{
	font-weight: bold;
	margin: 0 0 0 10px;
}
/*===================================================================================================*/
/*Tracker Styles*/

h1.trackerRouteTitle{
	text-align: left;
}

td.trackerCategoryTitle, td.trackerGroupTitle, td.trackerSearchResult, td.trackerRouteSummary{
	border: 1px solid #999999;
	padding: 10px 10px 10px 10px;
}

div.trackerCategoryName a, div.trackerGroupName a{
	font-size: large;
	font-family : AGaramond, Garamond, serif;
}
div.trackerCategoryDescription, div.trackerGroupDescription{
	font-size: x-small;
	margin: 1px 0 0 10px;
}

div.trackerPositionInfo{
	padding: 10px 10px 10px 10px;
	font-family: monospace;
}

div.trackerLogEntry{
	padding: 5px 5px 5px 5px;
	font-style: italic;
	border: 1px solid #333333;
	background: #ffffcc;
	color: #000000;
}

div.trackerObservationsEntry{
	padding: 5px 5px 5px 5px;
	border: 1px solid #333333;
	font-family: monospace;
}

div.trackerRouteNAV{
	text-align: center;
	padding: 10px 0 0 0;
}

div.trackerCategoryNAV, div.trackerGroupNAV{
	text-align: right;
}

div.trackerRoute a{
	font-weight: bold;
	margin: 0 0 0 10px;
}

td.trackerPositionLogInfo, td.trackerPositionLogText{
	border-top:1px solid #333333;
	border-bottom: 1px solid #333333;
}
td.trackerPositionLogInfo{
	width: 300px;
	padding: 0 0 10px 0;
}
td.trackerPositionLogText{
   padding: 10px 0 10px 0;
}
td.trackerCurrentPositionImageTitle{
	text-align: left;
	background: #333333;
	color: #ffffff;
	padding: 2px 0 2px 5px;
}
td.trackerCurrentPositionImage{
}

td.trackerRouteImageTitle{
	text-align: left;
	background: #333333;
	color: #ffffff;
	padding: 2px 0 2px 5px;
}
td.trackerRouteImage{
}

/*===================================================================================================*/
/*Forum Styles*/

td.forumUserPostsDate{
	background: #cccccc;
	font-size: x-small;
	padding: 5px 0 5px 5px; 
	border-bottom: 1px solid #666666;
	color: #000066;
}

td.forumUserPostsPost{
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  padding: 5px 0 5px 5px;
	
}


.forumsummary, .forumdetail {
	border: 2px solid #666666;
}

th.forumtopic, td.forumtopic {
   background: #eeeeee;
	border-bottom: 1px solid #666666;
	color: #000000;
}

th.forumtopic{
	border-bottom: 2px solid #666666;
}

td.forumtopic a:link, td.forumtopic a:visited {
   background: #eeeeee;
	font-weight: bold;
   color: #000000;
}

td.forumtopic a:hover, td.forumtopic a:active {
   background: #eeeeee;
	font-weight: bold;
   color: #0000cc;
}

td.threads, th.threads{
   background: #eeeeee;
	border-bottom: 1px solid #666666;
	color: #000000;	
	font-size: x-small;
}

th.threads{
	border-bottom: 2px solid #666666;
}	

td.posts, th.posts, td.forumcmd, th.forumcmd, td.forumreplycmd{
   background: #eeeeee;
	border-bottom: 1px solid #666666;
	color: #000000;	
	text-align: center;
	font-size: x-small;
}

td.forumcmd, th.forumcmd, td.forumreplycmd{
	text-align: left;
}


th.posts, th.forumcmd{
	border-bottom: 2px solid #666666;
}	

td.forumreplycmd {
	border-bottom: 1px solid #666666;
}

td.recentpost, th.recentpost {
   background: #ffffff;
	border-bottom: 1px solid #666666;
	color: #000000;
}

th.recentpost{
	border-bottom: 2px solid #666666;
}

td.forumreply0, td.forumreply1 {
	background: #ffffff;
	border-bottom: 1px solid #666666;
}
td.forumreply1 {
	background: #eeeeee;
}

div.forumtitle {
	font-weight: bold;
	font-size: medium;
}

td.recentpost a:link, td.recentpost a:visited {
   background: #ffffff;
   color: #000000;
   font-size: small;
}

td.recentpost a:hover, td.recentpost a:active {
   background: #ffffff;
   color: #0000cc;
   font-size: small;	
}

div.forumimage{
	text-align: center;
	margin: 0px auto;
	margin-top: 10px;
}

div.forumsignature{
	color: #666666;
	font-size: small;
	background: transparent;
	margin-top: 5px;
}

div.forumminititle{
	font-size: small;
	font-weight: bold;
}

div.forumminicategory{
	font-size: xx-small;
}

div.forumminisummary{
	padding: 5px 5px 5px 10px;
	font-size: small;
}

/*===================================================================================================*/
/*Help Styles: General*/
.help {
	color: #191970;
}

p.help{
	color: #191970;
	margin-bottom: 15pt;
}

.helpPageTitle{
	color: #191970;
	font-size: 18pt;	
	vertical-align: middle;
	text-align: center;
	padding-top: 10pt;
	font-family: Arial;
	font-weight: bolder;
}

a.help:link, a.help:active, a.help:visited, a.help:hover{
	color: #5d82b0;
	text-decoration : none;
	}

a.help:hover{
	color: red;
}

div.help{
	color: #191970;	
}

fieldset.help {
	color: #191970;
	border: 1px solid #B0C4DE;
	padding: 0pt 10pt 10pt 10pt;
	margin: 0 0 10pt 0;
}

fieldset.helpSeealso {
	color: #191970;
	font-size: 10pt;	
	border: 1px solid #B0C4DE;	
	background-color: #F0F8FF;	
	padding: 5pt 5pt 5pt 5pt;
	margin: 0 0 10pt 0;	
}

table.help {
	color: #191970;
	margin-bottom: 10pt;
}

td.help {
	color: #191970;
	font-size: 10pt;
}

.helpnote{ 
	color: #191970; 
	font-size: 10pt;	
	font-style: italic; 
	font-size: x-small;  
}

.helpMessage {	
	color: #990000;	
	font-size: 16pt;	
	font-style: italic; 
	text-align: left;
	margin-bottom: 10pt;
	}

.helpTopic {
	color: #191970; 
	text-align: left;
	vertical-align: top;	
	padding: 15pt 10pt 10pt 15pt;
	margin: 0 0 0 0;
	border-top: 1px solid #B0C4DE;
	border-bottom: 1px solid #B0C4DE;
}

a.helpbutton:link, a.helpbutton:active, a.helpbutton:visited, a.helpbutton:hover{
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	border-top: 2px solid #666666;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	margin: 2px 2px 2px 2px;
	color: #0000ff;
	font-family: verdana, sans-serif;
	text-decoration: none;
	background: #eeeeee;
	padding: 1px 2px 1px 2px;
	cursor:help;
	vertical-align: top;
}

a.helpButton:hover, input.helpButton:hover {
	background: #F0F8FF;
	color: #191970;	
	border-left: 2px solid #0000ff;
	border-top: 2px solid #0000ff;
	border-right: 2px solid #0000ff;
	border-bottom: 2px solid #0000ff;	
}
/*===================================================================================================*/
/*Help Styles: Menu*/

.helpMenu {
	color: #191970;
	background-color: #B0C4DE;
	font-size: 9pt;
	vertical-align: top;		
	padding: 5pt 3pt 5pt 3pt;
	margin: 0 0 0 0;
}

.helpMenuTitle {
   color: #191970;
	font-size: 10pt;	
	text-align: left;
	font-weight: bold;
	padding: 10pt 0pt 5pt 0pt;	
	border-bottom: 1px solid White;		
}

.helpMenuCategory {
	margin: 0 0 0 0;
	padding: 2pt 2pt 5pt 2pt;	
	border-bottom: 1px solid White;
}

.helpMenuActiveCategory {
	color: #191970;
	font-weight: bold;
	padding: 0px 2px 0px 2px;	
}

.helpMenuActiveTopic {
	color: #B22222;
	font-weight: bold;	
	padding: 0px 2px 0px 2px;	
}

a.helpMenuLink:link, a.helpMenuLink:active, a.helpMenuLink:visited, a.helpMenuLink:hover{
	text-decoration : none;
	color: #191970;
	background: transparent;
	padding: 0px 2px 0px 2px;
	}

a.helpMenuLink:hover{
	text-decoration : none;
	background: #F0F8FF;
	border: 1px solid Navy;
}
