@charset "utf-8";
/* Screen styles */

/* ------------------------------------------------------------------- Default tags */

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #2048af;
	text-decoration: none;
}

a:visited {
	color: #37970F;
}

a:hover,
a:focus,
a:active
{
	color: #999999;
	outline: none;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

body {
	color: #000;
	font: 1.2em Helvetica, Arial, sans-serif;
	background: #FFF;
}

blockquote {
	border: none;
	background: #FEFDE7;
	padding: 5px;
	margin-bottom: 5px;
}

dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

dd {
	margin: 0px 0px 5px;
	padding: 0px 10px;
}

fieldset {
	padding: 0px 5px;
	margin: 0px 0px 15px;
	border: 1px solid #EBE9ED;
}

h1,h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1 {

}

h2 {
	font-weight: normal;
	font-size: 2em;
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5em;
	margin: 0px 0px 5px;
	padding: 5px;
	background: #F3F3F3;
	color: #000;
}

h4 {
	font-size: 1.4em;
	margin: 0px 0px 5px;
	font-weight: bold;
}

h5 {
	margin: 0px 0px 5px;
	font-size: 1.2em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

html {
	font-size: 62.5%;
	background: #FFF;
}

img {
	border: none;
}

label {
	cursor: pointer;
}

legend {
	padding: 5px 5px 0px;
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	border: none;
	margin: 0px 0px 5px;
}

optgroup {
	margin: 0px 0px 5px 5px;
	padding: 2px 0px 0px;
	font-style: normal;
	border-bottom: 1px dotted #D6D6D6;
}

optgroup optgroup  {
	padding: 2px 0px 0px 5px;
}

optgroup option {
	margin: 0px 0px 2px;
	padding: 0px 0px 0px 5px;	
}

p {
	line-height: 1.5em;
	margin: 0px 0px 20px;
	padding: 0px;
}

table {
	table-layout: fixed;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 5px;
}

td, th {
	padding: 4px;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}

th {
	background: #8CAF50;
	color: #FFFFFF;
}

ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
}

/* ------------------------------------------------------------------- Primary structure */

#secondaryContent {
	display:none;	
}

#footer {
	border-top: 1px solid #000;
	padding-bottom: 10px;
}

#footerPrimaryContent {
	
}

#footerSecondaryContent {

}

/* ------------------------------------------------------------------- Secondary structure */


.floatWrap {
	width: 100%;
	overflow: hidden;
}

.columnContainer {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

.asideLeft {
	float: left;
	padding: 5px;
	margin: 0px 20px 20px 0px;
}

.asideRight {
	float: right;
	padding: 5px;
	margin: 0px 0px 20px 20px;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: hidden;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: hidden;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0px 1.5% 0px 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0px 1% 0px 0px;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0px 1% 0px 0px;
}

.resultsFooter {
	display:none;
}

.contentBlock {
	padding: 5px;
}


#tagLine {
	display:none;
}

#globalMessage {
	display:none;
}

#tips {
	display:none;
}

/* ------------------------------------------------------------------- Banners */

.banner_728x90,
.banner_180x150,
.banner_250x250,
.banner_250x125,
.banner_120x240_left,
.banner_120x240_right,
#footerAds {
	display:none;
}



/* ------------------------------------------------------------------- Headings */

h1#logo {
	width: 100%;
	border-bottom: 1px solid #000;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	font-size: 2em;
}

h1#logo a {
	text-decoration: none;
	color: #000;
}

h1#logo a span {

}

#pageHeading {
	font-weight: normal;
	font-size: 1.6em;
	margin: 0px 0px 5px;
	padding: 0px 0px 2px;
}


/* ------------------------------------------------------------------- Navigation */

#primaryNav {
	display:none;
}

.menu_2 {
	display:none;
}

#subNavGroup {
	display:none;
}


/* ------------------------------------------------------------------- Forms */

.formBlock {
	width: 98%;
	overflow: hidden;
	padding: 5px 1%;
	margin: 0px auto 5px;
	background: #FBFCFF;
}

.formBlock dt,
.formBlock dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.formBlock .label {
	width: 22%;
	float: left;
	padding: 4px 1% 3px;
	margin: 0px 1% 0px 0px;
}

.formBlock .input {
	width: 28%;
	float: left;
	margin: 0px;
	padding: 0px 1%;
}

.formBlock .description {
	float: right;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
	font-size: 0.9em;
	color: #777777;
}

.formBlock .error {
	padding: 0px;
	margin: 0px;
	display: block;
	color: #FF0006;
	font-style: normal;
}

.textareaBlock {

}

.textareaBlock .label {
	text-align: left;
}

.textareaBlock .input {
	float: right;
	width: 98%;
	padding: 4px 1% 3px;
	margin: 0px;
}

.textareaBlock .description {
	padding: 4px 1% 3px;
	margin: 0px;
	text-align: right;
}

.radioGroup {

}

.radioGroup .input {
	width: 73%;
	float: right;
	padding: 4px 1% 3px;
	margin: 0px;
}

.radioGroup .description {
	float: left;
	padding: 4px 1% 3px;
	margin: 0px;
}

.fieldGroup {

}

.fieldGroup .input {
	width: 73%;
	float: right;
	padding: 4px 1% 3px;
	margin: 0px;
}

.fieldGroup .description {
	float: left;
	padding: 4px 1% 3px;
	margin: 0px;
}

.singleCheck .input {
	width: 73%;
	float: right;
	padding: 4px 1% 3px;
	margin: 0px;
}

.required .label {
	background: #8CAF50;
	color: #FFFFFF;
}

.inputCheckBox {
	vertical-align: middle;	
}

.formError {
	background: #FFEEEC;
}

.formError .label label {
	font-weight: normal;	
}

.formError .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

.inputTextArea,
.inputTextField,
.inputSelectList {
	width: 98%;
	border: 1px solid #CCCCCC;
	height: 16px;
	padding: 2px;
}

.inputTextArea:focus,
.inputTextField:focus,
.inputSelectList:focus {
	border: 1px solid #4B95EF;
}

.inputTextArea {
	height: 30em;
	width: 100%;
}

.inputTextField {
	
}

.fieldGroup .inputTextField,
.fieldGroup .inputSelectList {
	width: 48%;
}

.inputSelectList {
	height: 22px;
	width: 100%;
}


/* ------------------------------------------------------------------- Buttons */

/* ------------------------------------------------------------------- Tables */

.oddRow {
	background-color:#FBFCFF;
}

.evenRow {
	background-color:#FFFFFF;
}

.hoverRow {
	background-color:#FEFDE7;
}

.selectRow {
	background: #EAFEE7;
}

.permissionsGrid {

}

.permissionsGrid td,
.permissionsGrid th {
	text-align: center;
}

.permissionsGrid th.groups {
	text-align: right;
}

.resultsTable {

}

.resultsTable th,
.inputFormTable {
	text-align: left;
}

.resultsTable th ul,
.resultsTable th li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.resultsTable th li {
	float: left;
	width: auto;
}

.resultsTable th li.sortLinks {
	float: right;
	height: 16px;
	width: 16px;
}

a.linkOrderAscending,
a.linkOrderDescending {
	height: 16px;
	width: 16px;
	float: right;
	background-repeat: no-repeat;
	background-position: center top;
}

a.linkOrderAscending span,
a.linkOrderDescending span {
	display: none;
}

a.linkOrderAscending {
	background-image: url(../images/icon_sort_ascending.png);
}

a.linkOrderDescending {
	background-image: url(../images/icon_sort_descending.png);
}

a.linkOrderAscending:hover,
a.linkOrderAscending:focus,
a.linkOrderAscending:active,
a.linkOrderDescending:hover,
a.linkOrderDescending:focus,
a.linkOrderDescending:active,
a.orderActive {
	background-position: center bottom;
}

.resultOptions ul,
.resultOptions li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.resultOptions ul {
	float: right;
}

.resultOptions li {
	float: left;
	margin-right: 10px;
	height: 16px;
	width: 16px;
}

#resultOptionsHeader {
	text-align: center;
}

.resultsTable td {
	overflow: hidden;
}

.resultOptions a span {
	display: none;
}

.resultOptions a {
	height: 16px;
	width: 16px;
	display: block;
}

.resultOptions a.linkView {
	background: url(../images/icon_view.png) no-repeat center center;
}

.resultOptions a.linkModify {
	background: url(../images/icon_modify.png) no-repeat center center;
}

.resultOptions a.linkDelete,
.resultOptions a.linkDeleteIcon {
	background: url(../images/icon_delete.png) no-repeat center center;
}

.resultOptions a.linkCss {
	background: url(../images/icon_css.png) no-repeat center center;
}

.resultOptions a.linkJavascript {
	background: url(../images/icon_javascript.png) no-repeat center center;
}

.resultOptions a.linkListItems {
	background: url(../images/icon_list.png) no-repeat center center;
}

.resultOptions a.linkImages {
	background: url(../images/icon_images.png) no-repeat center center;
}

.resultOptions a.linkUserPermissions {
	background: url(../images/icon_user_permissions.png) no-repeat center center;
}

.resultOptions a.linkGroupPermissions {
	background: url(../images/icon_group_permissions.png) no-repeat center center;
}

.resultOptions a.linkViewFolderContents {
	background: url(../images/icon_folder_view.png) no-repeat center center;
}

.resultOptions a.linkUpOneLevel {
	background: url(../images/icon_folder_up.png) no-repeat center center;
}

.resultOptions a.linkReport {
	background: url(../images/icon_email_report.png) no-repeat center center;
}

.resultOptions a.linkReply {
	background: url(../images/icon_email_reply.png) no-repeat center center;
}

#updateResults label {
	margin: 5px 5px 0px 0px;
}

#updateResults .inputSelectList {
	width: auto;
	margin: 7px 5px 0px 0px;
}

#updateResults #update {
	margin: 5px 0px 0px;
}

#checkAllOption {
	float: right;
	margin-right: 13px;
}

#adminCheckAll  {
	margin: 0px 0px 0px 5px;
}

/* ------------------------------------------------------------------- Images */

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 4px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #999999;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 4px;
	float: right;
	border: 1px solid #999999;
	background: #FFFFFF;
}

.imageCenter {
	padding: 4px;
	border: 1px solid #999999;
	background: #FFFFFF;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #999999;
}

/* ------------------------------------------------------------------- Quick login form */

#quickLogin {
	display:none;
}


/* ------------------------------------------------------------------- User status */

#userStatus {
	display:none;
}


/* ------------------------------------------------------------------- Quick search form */

#quickSearch {
	display:none;
}

.searchResultsBlock {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;	
}

dl.resultItemBlock {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}


dl.resultItemBlock dt {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #F3F3F3;
	background: #FBFCFF;
}

dl.resultItemBlock dd {
	color: #666666;
	margin: 0px 0px 5px;
	padding: 5px;
	background: #FBFCFF;
}

/* ------------------------------------------------------------------- username search */

.formBlock dd.usernameSearch {
	position: relative;	
}

.searchToggler {
	height: 16px;
	width: 20px;
	background: #FFF url(../images/icon_view.png) no-repeat center center;
	display: block;
	position:absolute;
	top: 3px;
	right: 12px;
}

.ajaxSpinner {
	background: url(../images/loading.gif) no-repeat center center;
	height: 32px;
}

#userResultsWrapper ul,
#userResultsWrapper li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#userResultsWrapper ul {
	border-top: 1px dotted #D6D6D6;
}

#userResultsWrapper li {
	padding: 2px 0px;
	border-bottom: 1px dotted #D6D6D6;
}

.userResultAdded {
	background: #FEFDE7;	
}

.userResultRemoved {
	background: #FFF;	
}

/* ------------------------------------------------------------------- Home page */


#homeFeeds 
#latestCalendarEvents,
#featuredTopics,
.latestPosts {
	
}

#homeFeeds,
#homeForum,
#homeEvents {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 30%;
	overflow: hidden;
}

#homeFeeds {
	margin: 0px 5px 0px 0px;	
}

#homeForum {
	
}

#homeEvents {
	float: right;
}

#homeFeeds dl,
#latestCalendarEvents dl,
#featuredTopics dl,
.latestPosts dl {
	margin: 0px 0px 5px;
	padding: 5px;
	background: #FBFCFF;
}

#homeFeeds dt,
#latestCalendarEvents dt,
#featuredTopics dt,
.latestPosts dt {
	margin: 0px 0px 2px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #F3F3F3;
}

#homeFeeds dd,
#latestCalendarEvents dd,
#featuredTopics dd,
.latestPosts dd {
	margin: 0px;
	padding: 0px;
	color: #666666;
}


/* ------------------------------------------------------------------- Links page */

ul.linkCategories {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	list-style: none;
	border-top: 1px solid #D6D6D6;
}

ul.linkCategories li {
	background: #FBFCFF;
	margin: 0px;
	padding: 2px 5px 4px;
	border-bottom: 1px solid #D6D6D6;
	font-size: 1.4em;
	font-weight: bold;
}

ul.linkCategories li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

ul.linkCategories li a span {
	font-size: 0.6em;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	text-align: right;
	float: right;
	width: 20%;
}

#listLinks {
	
}

#listLinks .linkRow {
		
}

#listLinks .linkRow .linkTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
}

#listLinks .linkRow .linkTitle h3 {
	width: 70%;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.5em;
}

#listLinks .linkRow .linkTitle .linkOptionsNav {
	display:none;
}

#listLinks .linkRow dl.linkDetails {
	background-color: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
}

#listLinks .linkRow dl.linkDetails dt {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
	float: left;
	width: 90px;
}

#listLinks .linkRow dl.linkDetails dd {
	margin: 0px 0px 5px 100px;
	padding: 0px 0px 1px;
}


/* ------------------------------------------------------------------- Events page */

ul.eventCategories {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	list-style: none;
	border-top: 1px solid #D6D6D6;
}

ul.eventCategories li {
	background: #FBFCFF;
	margin: 0px;
	padding: 2px 5px 4px;
	border-bottom: 1px solid #D6D6D6;
	font-size: 1.4em;
	font-weight: bold;
}

ul.eventCategories li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

ul.eventCategories li a span {
	font-size: 0.6em;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	text-align: right;
	float: right;
	width: 20%;
}

#listEvents .eventYear {
	
}

#listEvents .eventMonth .monthTitle {
	background: #F3F3F3;
	color: #000;
	margin: 0px;
	padding: 5px;
	border-bottom: 5px solid #FFF;
}

#listEvents .eventRow {
	background: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
}

#listEvents .eventRow .eventTitle {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #F3F3F3;
	margin: 0px 0px 5px;
	padding: 0px;
}

#listEvents .eventRow .eventTitle h4 {
	float: left;
	width: 600px;
}

#listEvents .eventRow dl.eventDetails {
	padding: 0px;
	margin: 0px;
}

#listEvents .eventRow dl.eventDetails dt {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
	float: left;
	width: 90px;
}

#listEvents .eventRow dl.eventDetails dd {
	margin: 0px 0px 5px 100px;
	padding: 0px 0px 1px;
}

#listEvents .eventRow .eventTitle .eventOptionsNav {
	display:none;
}

#eventDetails {
	width: 100%;
	overflow: hidden;
}

#eventDetails #eventTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
}

#eventDetails #eventTitle h3 {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.5em;
}

#eventDescription {
}

#eventEssentials {
	padding: 5px;
	background: #FBFCFF;
	margin: 0px 0px 10px;
}

#eventEssentials dt {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
	float: left;
	width: 90px;
}

#eventEssentials dd {
	margin: 0px 0px 5px 100px;
	padding: 0px 0px 1px;
}


/* ------------------------------------------------------------------- Trails */

#listTrails {
	
}

#listTrails .trailRow {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#listTrails .trailRow .trailTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
}

#listTrails .trailRow .trailTitle h3 {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.5em;
}

#listTrails .trailRow .trailTitle .trailOptionsNav {
	display:none;
}

#listTrails .trailRow .trailDetails {
	background-color: #FBFCFF;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
	width: 100%;
	overflow: hidden;
}

#listTrails .trailRow .trailDetails .trailAddress {
	margin: 0px;
	padding: 0px;	
}

#listTrails .trailRow ul.trailIncludes {
	float: right;
	width: 125px;
	margin: 0px 0px 0px 10px;
	list-style: none;
	padding: 0px;
}

#listTrails .trailRow ul.trailIncludes li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
}

#listTrails .trailRow ul.trailIncludes li.statsIcon {
	padding: 2px 0px 2px 20px;
	background-position: left top;
	background-repeat: no-repeat;
}

#listTrails .trailRow ul.trailIncludes li.googleMap {
	background-image:url(../images/icon_world.png);
}

#listTrails .trailRow ul.trailIncludes li.mapFiles {
	background-image:url(../images/icon_map.png);
}

#listTrails .trailRow ul.trailIncludes li.gpsFiles {
	background-image:url(../images/icon_gps.png);
}

#listTrails .trailRow ul.trailIncludes li.photoFiles {
	background-image:url(../images/icon_photo.png);
}

#trailTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px;
	font-size: 1.5em;
	color: #000;
}

#trailDetails {

}

#trailDescription {

}

#trailEssentials {
	margin: 0px 0px 10px;
}

#trailEssentials dl {
	background: #FBFCFF;
	padding: 5px;
	margin: 0px 0px 5px;
}

#trailEssentials dl dt {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
	float: left;
	width: 90px;
}

#trailEssentials dl dd {
	margin: 0px 0px 5px 100px;
	padding: 0px 0px 1px;
}

#trailEssentials dl dd.statsIcon {
	padding: 0px 0px 1px 20px;
	background-position: left top;
	background-repeat: no-repeat;
}

#trailGoogleMap {
	margin: 0px 0px 5px;
}

#trailPhotoGallery {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

#trailPhotoGallery a {
	margin: 0px 1px 2px 1px;
	padding: 1px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #999999;
}

/* ------------------------------------------------------------------- Articles */

ul.helpArticleCategories {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	list-style: none;
	border-top: 1px solid #D6D6D6;
}

ul.helpArticleCategories li {
	background: #FBFCFF;
	margin: 0px;
	padding: 2px 5px 4px;
	border-bottom: 1px solid #D6D6D6;
	font-size: 1.4em;
	font-weight: bold;
}

ul.helpArticleCategories li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

ul.helpArticleCategories li a span {
	font-size: 0.6em;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	text-align: right;
	float: right;
	width: 20%;
}

#listHelpArticles {
	
}

#listHelpArticles .helpArticleRow {
		
}

#listHelpArticles .helpArticleRow .helpArticleTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
}

#listHelpArticles .helpArticleRow .helpArticleTitle h3 {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.5em;
}

#listHelpArticles .helpArticleRow .helpArticleTitle .helpArticleOptionsNav {
	display:none;
}


/* ------------------------------------------------------------------- Contact us page */

#form_contact_us {
	
}

#form_contact_us .formBlock .label {
	width: 22%;
	float: left;
	padding: 4px 1% 3px;
	margin: 0px 1% 0px 0px;
}

#form_contact_us .formBlock .input {
	width: 70%;
	float: left;
	margin: 0px;
	padding: 0px 1%;
}

#form_contact_us .textareaBlock .input {
	float: right;
	width: 98%;
	padding: 4px 1% 3px;
	margin: 0px;
}

#form_contact_us .textareaBlock .input #contact_message {
	height: 200px;
}

/* ------------------------------------------------------------------- User profile page */


#userProfile {
	width: 100%;
	background: #FBFCFF;
	margin: 0px 0px 5px;
}

#userProfile #userAvatar {
	text-align: center;
	width: 30%;
	border: 1px solid #999999;
	padding: 4px;
	margin: 0px 10px 0px 0px;
	float: left;
	background: #FFF;
}

#userProfile #userDetails {
	float: left;
	width: 30%;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#userProfile #userContacts {
	float: right;
	width: 30%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#userProfile #userAboutText {
	
}

/* ------------------------------------------------------------------- User blog */

#listBlogs {
	
}

#listBlogs .blogRow {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#listBlogs .blogRow .blogTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
}

#listBlogs .blogRow .blogTitle h3 {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.5em;
}

#listBlogs .blogRow .blogTitle .blogOptionsNav {
	display:none;
}


#listBlogs .blogRow .blogDetails {
	background-color: #FBFCFF;
	width:100%;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
	overflow: hidden;
}

#listBlogs .blogRow .blogDetails .blogTimestamp {
	margin: 0px 0px 5px;
	padding: 0px;	
}

#listBlogs .blogRow .blogDetails .blogExcerpt {
	margin: 0px;
	padding: 0px;	
}

#blogTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px;
	font-size: 1.5em;
	color: #000;
}



/* ------------------------------------------------------------------- Rides */

#listRides {
	
}

#listRides .rideRow {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#listRides .rideRow .rideTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
}

#listRides .rideRow .rideTitle h3 {
	width: 100%;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.5em;
}

#listRides .rideRow .rideTitle .rideOptionsNav {
	display:none;
}

#listRides .rideRow .rideTitle .rideOptionsNav li.photoFiles {
	padding: 0px 0px 0px 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background: url(../images/icon_photo.png) no-repeat left center;
}

#listRides .rideRow .rideDetails {
	background-color: #FBFCFF;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
	width: 100%;
	overflow: hidden;
}

#listRides .rideRow ul.rideIncludes {
	float: right;
	width: 125px;
	margin: 0px 0px 0px 10px;
	list-style: none;
	padding: 0px;
}

#listRides .rideRow ul.rideIncludes li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
}

#rideTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px;
	font-size: 1.5em;
	color: #000;
}

#rideDescription {
}

#ridePhotoGallery {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#ridePhotoGallery a {
	margin: 0px 1px 2px 1px;
	padding: 1px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #999999;
}



/* ------------------------------------------------------------------- Private messages */

#pmSearch {
	float: right;
	width: auto;
	height: 35px;
	background: url(../images/bkgnd_subnav_right.png) no-repeat right top;
	padding: 0px 5px 0px 0px;
}

#pmSearch label {
	height: 24px;
	line-height: 24px;
	margin: 7px 5px 0px 0px;
}

#pmSearch #pm_search_term {
	width: 145px;
	margin: 4px 5px 0px 0px;
}

#pmSearch #pm_search_button {
	margin: 5px 0px 0px;
}

.privateMessageBlock {
	
}

.privateMessageBlock .messageTitle {
	
}

.privateMessageBlock .messageDetails {
	font-size: 0.9em;
	color: #666;
	margin: 0px 0px 10px;
	padding: 0px;
}

.privateMessageBlock .messageBody {
	background: #FFF;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
}

.recipientName_unread {
	padding: 0px 0px 0px 20px;
	background: url(../images/icon_email.png) no-repeat left center;
}

.recipientName_read {
	padding: 0px 0px 0px 20px;
	background: url(../images/icon_email_open.png) no-repeat left center;
}

.recipientName_deleted {
	padding: 0px 0px 0px 20px;
	background: url(../images/icon_email_deleted.png) no-repeat left center;
}

/* ------------------------------------------------------------------- Forum */

#forumStatsNav {
	background: #FBFCFF;
	margin: 0px 0px 5px;
	width: 100%;
	overflow: hidden;
}

#forumBreadcrumb {
	float: left;
	width: 45%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

#forumBreadcrumb li {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/icon_folder_tree.png);
	background-repeat: no-repeat;
}

#forumBreadcrumb li#crumbHome {
	padding: 0px 0px 0px 25px;
	background-position: 0px center;	
}

#forumBreadcrumb li#crumbCategory {
	padding: 0px 0px 0px 35px;
	background-position: 10px center;
}

#forumBreadcrumb li#crumbBoard {
	padding: 0px 0px 0px 45px;	
	background-position: 20px center;
}

#forumBreadcrumb li#crumbTopic {
	padding: 0px 0px 0px 55px;	
	background-position: 30px center;
}

.currentlyViewing {
	float: right;
	width: 45%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

/* ------------------------------------------------------------------- Forum search */

#searchBoards {
	background: #FFF;	
}

#searchBoards dl {
	background: #FBFCFF;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}

#searchBoards dd {
	margin: 0px 0px 2px;
	padding: 2px;
	border-top: 1px solid #F3F3F3;
}

#searchBoards dd.checkAllBoards {
	background: #FEFDE7;
}

#searchBoards dt {
	font-weight: bold;
}

/* ------------------------------------------------------------------- Forum categories */

#forumCategories {
		
}

#forumCategories .categoryRow {
	
}

#forumCategories .categoryCollapse_enabled {
	
}

#forumCategories .categoryCollapse_disabled {
	
}

#forumCategories .categoryTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px;
	position: relative;
}

#forumCategories .forumCategoryHide,
#forumCategories .forumCategoryShow {
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/icon_arrow_down.png) no-repeat center center;
}

#forumCategories .forumCategoryShow {
	background: url(../images/icon_arrow_up.png) no-repeat center center;
}

#forumCategories .categoryDescription {
	
}

#forumCategories .forumBoards {
		
}

#forumCategories .forumBoards .newPosts,
#homeLatest #featuredTopics dl.newPosts,
#homeLatest .latestPosts dl.newPosts {
	background: #FEFDE7 url(../images/icon_new_blue.png) no-repeat 99% 6px;
}

#forumCategories .boardRow {
	background: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
}

#forumCategories .boardTitle {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #F3F3F3;
}

#forumCategories .boardTitle a {

}

#forumCategories .boardTitle span {
	font-size: 0.6em;
	line-height: 22px;
	height: 22px;
	color: #999;
}

#forumCategories .boardDetails {
	width: 100%;
	overflow: hidden;
}

#forumCategories .boardStats {
	text-align: right;
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
}

#forumCategories .latestPost {
	float: left;
	width: 78%;
	margin: 0px;
	padding: 0px;
}

#forumCategories .linkAdd {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
}


/* ------------------------------------------------------------------- Forum topics */

#forumTopics {
		
}

#forumTopics .topicRow {
	
}

#forumTopics .topicDescription {
	
}

#forumTopics .topicRow {
	background-color: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
}

#forumTopics .newPosts,
#forumTopics .stickyTopic,
#forumTopics .lockedTopic,
#forumTopics .pollTopic {
	background-repeat: no-repeat;
	background-position: 99% 6px
}

#forumTopics .newPosts {
	background-image: url(../images/icon_new_blue.png);
}

#forumTopics .stickyTopic {
	background-image: url(../images/icon_information.png);
	background-color: #F2FEE7;
}

#forumTopics .lockedTopic {
	background-image: url(../images/icon_lock.png);
	background-color: #FCFCFC;
	color: #999;
}

#forumTopics .pollTopic {
	background-image: url(../images/icon_chart_bar.png);
}

#forumTopics .newPosts {
	background-color: #FEFDE7;
}

#forumTopics .topicTitle {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #F3F3F3;
}

#forumTopics .topicDetails {
	width: 100%;
	overflow: hidden;
}

#forumTopics .topicStats {
	text-align: right;
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
}

#forumTopics .topicDescription {
	float: left;
	width: 78%;
	margin: 0px;
	padding: 0px;
}

#forumTopics .linkAdd {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
}

#forumTopics .linkView {
	background: url(../images/icon_view.png) no-repeat left center;
	padding-left: 20px;
}

/* ------------------------------------------------------------------- Forum polls */

#forumPoll {
	background: #FBFCFF;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 100%;
	overflow: hidden;
}

#forumPoll h4 {
	background-color: #F3F3F3;
	padding: 5px;
	margin: 0px 0px 10px;
}

#forumPoll h5 {
	border-bottom: 1px solid #637c39;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}

#forumPoll #pollVoting {
	margin: 0px 0px 5px;
	width: 45%;
	float: left;
	padding: 5px;
}

#forumPoll #pollVoting ul {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
}

#forumPoll #pollVoting ul li {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px;
}

#forumPoll #pollResults {
	margin: 0px 10px 5px 0px;
	width: 45%;
	float: left;
	padding: 5px;
}

#forumPoll #pollResults dl {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#forumPoll #pollResults dt {
	margin: 0px;
	padding: 0px;
}

#forumPoll #pollResults dd {
	margin: 0px;
	padding: 0px 100px 0px 0px;
}

#forumPoll #pollResults dd span {
	background: #637c39;
	display: block;
	float: left;
	margin-right: 5px;
}


/* ------------------------------------------------------------------- Forum posts */

#forumPosts {
		
}

#forumPosts .postRow {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
	padding: 5px;
}

#forumPosts .oddRow {
	background-color: #FBFCFF;		
}

#forumPosts .postIgnore {
	background-color: #FCFCFC;
}

#forumPosts .postIgnore p {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	color: #999;
}

#forumPosts .postUserDetails {
	float: left;
	width: 110px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	overflow: hidden;
}

.userStats {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px;
}

.userStats li {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #F3F3F3;
	font-size: 0.9em;
}

.userStats li.statsIcon {
	background-position: right 1px;
	background-repeat: no-repeat;
	padding: 2px 20px 2px 0px;
}

.userStats li.moodIcon {
	height: 16px;
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 0px;
}

.userStats li.moodIcon span {
	display: none;
}

.userStats li.status_online {
	background-image: url(../images/icon_status_online.png);
}

.userStats li.status_offline {
	background-image: url(../images/icon_status_offline.png);
}

.userStats li.gender_male {
	background-image: url(../images/icon_male.png);
}

.userStats li.gender_female {
	background-image: url(../images/icon_female.png);
}

.userStats li.birthday {
	background-image: url(../images/icon_cake.png);
}

.userStats li.privateMessage {
	background-image: url(../images/icon_email.png);
}

.userStats li.userIp {
	background-image: url(../images/icon_computer.png);
}

.userStats li.mood_chillin {
	background-image: url(../images/09mood-chillin.gif);
}

.userStats li.mood_cool {
	background-image: url(../images/09mood-cool.gif);
}

.userStats li.mood_excited {
	background-image: url(../images/09mood-excited.gif);
}

.userStats li.mood_psychedelic {
	background-image: url(../images/09mood-psychedelic.gif);
}

.userStats li.mood_funky {
	background-image: url(../images/09mood-funky.gif);
}

.userStats li.mood_happy {
	background-image: url(../images/09mood-happy.gif);
}

.userStats li.mood_scared{
	background-image: url(../images/09mood-scared.gif);
}

.userStats li.mood_cranky {
	background-image: url(../images/09mood-cranky.gif);
}

.userStats li.mood_relaxed {
	background-image: url(../images/09mood-relaxed.gif);
}

.userStats li.mood_stressed {
	background-image: url(../images/09mood-stressed.gif);
}

.userStats li.mood_sneaky {
	background-image: url(../images/09mood-sneaky.gif);
}

.userStats li.mood_sad {
	background-image: url(../images/09mood-sad.gif);
}

#forumPosts .postUserAvatar {
	margin: 0px 0px 10px;
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #999999;
	text-align: center;
}

#forumPosts .postCountTitle {
	font-weight: bold;	
}

#forumPosts .postContent {
	margin: 0px 0px 5px 20%;
	width: 80%;
}

#forumPosts .postHeader {
	border-bottom: 1px solid #637c39;
	width: 80%;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	overflow: hidden;
}

#forumPosts .postTimestamp {
	margin: 0px;
	padding: 0px;
	width: 80%;
	float: left;
	line-height: 24px;
	height: 24px;
}

#forumPosts .postTimestamp span.postUpdateTimestamp {
	font-size: 0.9em;
	color: #ccc;	
}

#forumPosts .postUser {
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	background: #637c39;
	padding: 0px 5px;
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
}

#forumPosts .postUser a {
	color: #FFF;
}

#forumPosts .postBody {
	width: 80%;
	overflow: auto;
}

#forumPosts .postFooter {
	border-top: 1px solid #F3F3F3;
	margin: 0px;
	padding: 5px 0px 0px 20%;
	clear: both;
}

#forumPosts .postSignature {
	margin: 0px;
	padding: 0px;
	width: 40%;
}

#forumPosts .postOptions,
#forumPosts .postOptions li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#forumPosts .postOptions {
	display:none
}

#quick_reply {
	display:none;	
}

#changeMood {
	position: relative;
	height: auto;
}

#changeMood #form_change_mood {
	width: 215px;
	height: 25px;
	background: url(../images/bkgnd_change_mood.png) no-repeat center center;
}

#changeMood #form_change_mood #mood_label {
	width: 30px;
	position: absolute;
	left: 6px;
	top: 0px;
	line-height: 25px;
	height: 25px;
}

#changeMood #form_change_mood #new_mood {
	width: 105px;
	margin: 0px;
	position: absolute;
	left: 44px;
	top: 1px;
	padding: 1px;
}


#changeMood #form_change_mood #change_mood {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	color: #FFF;
	border-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	background: transparent url(../images/bkgnd_change_mood_button.png) no-repeat center top;
	text-align: center;
}

#changeMood #form_change_mood #change_mood:hover,
#changeMood #form_change_mood #change_mood:focus,
#changeMood #form_change_mood #change_mood:active {
	background-position: center bottom;
	color: #001D36;
}

/* ------------------------------------------------------------------- WYSIWYG editor */

.wysiwygToggle {
	width: 100%;
}

/* ------------------------------------------------------------------- WYSIWYG file browser */

body#page_file_browser {
	background-image: none;
}


/* ------------------------------------------------------------------- Miscellaneous */

#acceptTermsQuestion {
	border: 1px solid #FFD700;
	background: #FEFDE7;
}

#acceptTermsQuestion a {
	font-weight: bold;	
}

.fieldGroup .addField,
.fieldGroup .addFile {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
	margin-right: -20px;
}

.deleteInput {
	background: url(../images/icon_delete.png) no-repeat 5px center;
	padding: 0px 0px 0px 25px;
}

.messageBlock {
	border: 1px solid #FFD700;
	background: #FEFDE7;
	padding: 4px;
	margin-bottom: 5px;
}

.messageFail {
	background: #FEE7EE;
	border-color: #EC0000;
}

.messageNone {
	background: #E4F2FD;
	border-color: #93CAF7;
}

.messageNotice {
	background: #E4F2FD;
	border-color: #93CAF7;
}

#globalMessage {
	border: 1px solid #FFD700;
	background: #FEFDE7;
	padding: 4px;
	margin-bottom: 0px;
	text-align: center;
	color: #333;
}

#globalMessage p {
	margin: 0px;
	padding: 0px;	
}

#noticeUnreadPms {
	border: 1px solid #93CAF7;
	background: #E4F2FD;
	padding: 4px;
	margin-bottom: 0px;
	text-align: center;
	color: #333;
}

.highLite {
	background: #FEFDE7;
	padding: 2px 5px;
}

a.userGroup_1 {
	color: #2048af;
}

a.userGroup_2 {
	color: #2048af;
}

a.userGroup_3 {
	color: #414141;
}

a.userGroup_4 {
	color: #414141;	
}

a.hiddenUser {
	color: #9f9f9f;
}

.currentlyViewing a {
	color: #2048af;	
}

button,
.formButton,
.searchToggler,
#userResultsWrapper li,
#forumCategories .forumCategoryHide,
#forumCategories .forumCategoryShow,
#changeMood #moodsList li#moodListTrigger,
#changeMood #moodsList li.moodIcon {
	cursor: pointer;
}


/* ------------------------------------------------------------------- Slimbox */

