
/*=========================
    Full Page CSS
===========================*/
body
{
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS;
    font-size: 12px;
}

.condensed{
	line-height:110%;
}
.condensed table{
	border-collapse:collapse;
}

#header p
{
	margin:0;
}

a
{
    color:blue;
}

/* Buttons and links */

.radio{
	padding: 2px 5px 0px 5px;
	white-space:nowrap;
}
.radio img{
	vertical-align:top;	
}



.link-y{
	text-decoration:underline;
	cursor:pointer;
}

.link-y:hover{
	color:#fe2;
}


.btn_y:hover{
	background-color:#fe9;
	cursor:pointer;
	color:#554d33;
}

.back_y{
	background-color:#fe9;
}


.align{
	vertical-align:middle;
}

input.radio
{
	vertical-align:middle;
	margin-left:2px;
	border: none;
}

input[type=checkbox]{
	vertical-align:middle;
}


/*=========================
    Misc CSS
===========================*/



#content
{
    position: relative;
    width: 100%;
}

#busy_message
{
	float:left;
    padding:0px 6px;
    color:#555;
	position:relative;
	top:-4px;
    z-index:6000;
}

#busy_message_txt
{
    font-size:100%;
    font-weight: normal;
}

#busy_message_ico
{
    margin-right: 10px;
}



/* =====  Share This ____  ===== */
#share_this_search{
	position:absolute;
	right:20px;
	top:65px;
	background:#5c9fc9;
	color:white;
	border: 1px solid #3a647e;
	padding: 3px 10px 10px 10px;
	z-index:100;	
}

#share_this_search a{
	color:white;
	font-weight:bold;
}

#share_this_search div{
	margin: 4px 0px 3px 0px;
}

#share_this_search form{
	margin: 0px;
}

#share_this_search input{
	font-size: 90%;
	padding: 0px 3px;
	margin: 0px 10px;
	color: #666;
	border: 1px solid #3a647e
}

/*=========================
    Left Panel CSS
===========================*/
div#leftpanel
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20em;
	overflow: hidden;
    background: #f0f0ff;
	z-index: 2;
}


#save_controls{
	padding:3px;
	padding-top:0px;
	background:white;
	line-height:normal;
}


/*===  Panel Toggle  ===*/
#paneltoggle
{
	position: absolute;
	top: 0px;
	left: 20em;
	width: 10px;
	display: inline;
	-moz-outline: 0px;
	z-index: 5;

}

#panelhidearrow, #panelshowarrow {
	position: absolute;
	left: 2px;
	z-index: 3;
}


/*===  Tabs  ===*/
#paneltabs
{
    margin-top: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
    background-color: #fff;
}

#paneltabs td
{
	nowidth: 1px;
	border-bottom: 1px solid #AAA;
	text-align: center;
	padding: 2px;
}

#paneltabs td.tab_off, #paneltabs td.tab_on
{
	background-color: white;
	border: 1px solid #AAA;
	cursor: pointer;
	padding: 0px 7px;
}

#paneltabs td.tab_on {
	background-color: #f0f0ff;
	border-bottom-width: 0px;
	font-weight: bold;
}
#paneltabs td.tab_spacer {
	width: 1px;
}
#paneltabs td.tab_left {
	width: 3px;
}



/*===  Panels  ===*/
/* Tab Background */
div#panels_container
{
	-moz-outline: 0px;
	overflow: auto;
	position: relative;
	border-right: solid #AAA 1px;
    background: #f0f0ff;	
    height: 99%;
}

div.panel, div.panel_hidden
{
    padding: 10px 4px 5px 5px;
    overflow-x:hidden;
}

.panel td{
	padding: 0px;
}

.panel table{
	border-collapse:collapse;
}

div.panel_hidden
{
    display:none;
}


/* Trail View/Edit Panel */
.field_name
{
	font-weight:normal;
	font-size:120%;
}

.field_name, .break{
    margin-top: 4px;
	clear:both;	
}

.menu_btn{
	margin-bottom: 1px;
	color:white;
}

.field_area{
	padding-left:1em;
}


.field_value
{
	border:#aaa 1px solid;
	padding:2px;
	background:white;	
}

.rating_field
{
	cursor:pointer;
}


/* Privacy Control */
.privacy_ctl{
	background:#ddf;
	float:left;	
}

.privacy_ctl_readonly{
	color: #aaa;
	background:none;
	cursor:default;
	float:left;		
}

.privacy_ctl .link-custom{
    color:blue;
    text-decoration:underline;
}

.privacy_ctl_readonly .rico{
	display:none;
}

/* Trail Type Control */
.trail_type_ctl{
}

.trail_type_ctl .btn{
	cursor:pointer;
	margin-right:7px;
	padding:5px;
	float:left;
	font-size:10px;	
	text-align:center;
	color:#999;
}

.trail_type_ctl .btn:hover{
	background:#fea;
}


/*=========================
    Map Panel
===========================*/
div#mappanel
{
}

#map_canvas
{
    position: relative;
	left: 20em;
	margin-left: 10px;
	margin-right: 20.5em;

	border: 1px solid #979797;
	background-color: #e5e3df;
}

/*===========
   Multiselect
  ============*/

.multiselect
{
	font-size:80%;
	line-height:100%;
}

.multiselect .tag_item, .multiselect .tag_item_readonly
{
	margin: 2px;
	padding: 2px 2px 0px;
	float:left;
	background-color: #e7e7ff;
}

.multiselect .nowrap
{
	white-space:nowrap;	
}

.multiselect .tag_item_readonly{
	padding: 1px 3px;
}

.multiselect .greyX
{
	margin: -1px 1px 1px 3px;
	vertical-align:middle;
	cursor:pointer;
}


/* Menu */
.multiselect .menu{
	border:solid 1px #bbb;
	padding:3px;
	font-size:130%;
	line-height:normal;
	position:absolute;
	z-index:100;
	background:#fff;
}

.multiselect .menu_item{
	padding: 0.1em 1em;
}


/* Filter */
.multiselect .tag_item_filter
{
	border: solid 0px #cfcfdd;
	color: #446;
	margin: 2px 3px;
	padding: 1px 3px;
	float:left;
	font-size: 100%;
	cursor:pointer;
}

.multiselect .tag_item_filter
{
	white-space:nowrap;
}

.multiselect .tag_item_filter:hover
{
	background:#ffff89;
}

.multiselect .inc
{
	background-color: #90f599;
	border: solid 1px #70d077;	
	margin: 1px 2px;	
}

.multiselect .exc
{
	background-color: #f59099;
	border: solid 1px #d07077;	
	margin: 1px 2px;
}


/*=============
   Misc
  =============*/

.link
{
    color:blue;
    text-decoration:underline;
    cursor:pointer;
}

.highlight
{
    color:#f33;
}

/*=============
  Admin Page
  =============*/

.percent_table th, .percent_table td{
	padding:3px 10px;
}

.percent_table td{
	text-align:right;
}
.percent_table tr:first-child th{
	border-bottom: solid 1px #aaa;
	font-size:110%;
}

/*==========
  Autosave
  =========*/
  
#autosave_label  
{
    color:#999;
    font-size:80%;
}


/*============
  Lightbox 
  ============*/
  
#lightbox
{
    background-color: white;
    border: 4px solid gray;
    padding: 0px;
}
 
.lightbox_title  
{
    background:green;
    text-align: center;
    margin: 10px;
    margin-bottom: 0px;
    color:white;
    font-size:2em;
    padding: 8px;
}
.lightbox_content fieldset
{
    margin:0 8px;
    padding: 10px;
    background-color: #f9f9f9;
    border: solid 1px #ccc;
}
.lightbox_content 
{
    padding: 10px 20px;
}

.lightbox_spacing{
  margin:10px;
}


/*=========
 Announcements
 =========*/
 
.content_area
{
    margin:15px;
    padding: 10px;
    background-color: #f0ffd5;
    border: 1px solid #ccc;
    font-size:1.2em;
} 

/* fieldsets or divs that are inside another fieldset,
i.e. grouped controls that are meant to be shown or hidden together */
.sub_fields
{
  background-color: white;
  padding:10px;
}

/*=========
 Search
  =========*/

#infow_title
{
    text-align:center;
    font-weight: bold;
    border-bottom: 1px solid gray;
    padding: 2px 5px;
    background: #ddd;
}

#infowindow_basic
{
    margin: 5px;
	width: 250px;
}

#infowindow_basic table
{
    border-spacing:0;
    border-collapse: collapse;
	width:100%;
}

#infowindow_basic #infow_links{
	line-height: 1.4em;
}

#infowindow_basic td
{
    padding:2px 10px;
}

#infowindow_basic .header
{
    border-right: solid 1px #aaa;
    padding-right: 10px;
    padding-left:0px;
}

#infowindow_basic .header_wide
{
	 padding-left:0px;
	 font-weight: bold;
}


/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:5001;
	width:530px;
	height:430px;
	margin:-215px 0 0 -265px;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay, .overlay{
	display:none;
	position:absolute;
	top:68px;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.lb_loading #lbContent{
	display:none;
}
#lightbox.lb_loading #lbLoadMessage{
    width:95%;
    height:95%;
	display:block;
    background-image: url('/images/busy.gif');
    background-repeat: no-repeat;	
    background-position: center center;

}


#page_title
{
    font-weight: bold;
    font-size: 1.5em;
    color: #321;
    border-bottom: solid 2px #ddc;
    text-align: center;
    padding-bottom: 5px;
}

#header
{
    background-color: #e3c695;
    padding-left: 1em;
    background-image: url('/images/layout/header-back.jpg');
    background-repeat: no-repeat;
    height: 40px;
}

#header_right_side
{
    float:right;
    text-align:right;
    overflow: hidden;
    margin-top:10px;
    margin-top:0px;	
    margin-right: 10px;
    font-size: 120%;
}

#header_left_side #logo{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:360px;
	height:38px;
}

#header a
{
	color:white;
	text-decoration:none;
}

#header a:hover
{
	color:#552500;
	text-decoration:underline;	
}


#navbar
{
    margin: 4px 0px;
    padding: 0px 4px 4px 13px;
    background: #F1d692;
    border-top: solid #ddd192 2px;
    border-bottom: none;
	height:17px;
	overflow:hidden;
	line-height:normal;		
	color:white;
    font-size: 120%;
}


#navbar_left_side{
	margin-top: 0px;
}

#navbar_right_side{
	float:right;
	margin-top: 0px;
}

#navbar .page_link
{
	padding: 1px 6px 3px 5px;
	margin: 0px 2px;
	position:relative;
	height:17px;
	overflow:hidden;
	color: #7e4700;
	display:block;
	float:left;
	text-decoration:none;
}

#navbar .page_link:hover
{
	background:#FFf4cf;
}

#navbar .current{
	background:white;
}

#footer
{
  right: 0px;
  left: 0px;
  padding-top: 2px;
  height: 17px;
  background: #f0f0ff;
  text-align: center;
  overflow: hidden;
  position: absolute;
}

#footer_top
{
  border-top: 1px solid #AAA;
  height:0px;
  right: 0px;
  left: 0px;
  margin-top: 5px;
  margin-left: 0;
  clear: both;  
}

.btn-right{
	display:block;
	background: #67e url(/images/buttons/btn-right-flat.png) right top no-repeat;
	float:left;
	position:relative;
	cursor:hand;
	text-align:center;
	line-height:normal;
	font-size:14px;	
}

.btn-left{
	display:block;
	background: url(/images/buttons/btn-left-flat.png) left top no-repeat;
	white-space:nowrap;
	margin-right:5px;
	padding-left:5px;
	height:20px;
}


.btn-right.btn_white{
	color:#555;
	background-color:white;
}

a.btn-right{
	color:black;
	text-decoration:none;
}

.btn_blue{
	background-color: #67e;
	color:white;
}

.btn-right.back_grey{
	background-color:#ccc;
	color:#333;	
}

.btn-right.back_grey:hover{
	background-color:#fff;	
}


.btn-right.back_green{
	background-color:#4c4;	
	color:white;
}

.btn-right.back_green:hover{
	background-color:#6f6;	
	color:#373;
}



.menu_container{
	border:solid 1px #bbb;
	line-height:normal;
	position:absolute;
	z-index:100;
	background:#fff;
}

.menu_item
{
	clear:both;
    padding: 2px 5px;
    cursor: pointer;
	vertical-align: middle;
}

.menu_item:hover
{
	background-color:#fe9;
	color:#554d33;
}




/*=========================
    Contents of the Panels
===========================*/

#infopanel td.field_name, td.break
{
    padding-top: 0.3em;
}

img.bottom
{
    margin-left:15px;
    vertical-align:bottom;
}


textarea, input, select, .input_field
{
    border: solid #70a0ff 1px;
    margin: 1px;
    margin-top:0px;
}

input[type=checkbox]{
	border:none;
}

textarea, input, select, .input_field, .field_value
{
    font-family:Trebuchet MS, Tahoma;
    font-size: 8pt;
	line-height: 115%;
}

textarea
{
    overflow:auto;
}

#map_canvas.cur_hand div img{
	cursor: hand;
}

#map_canvas.cur_pointer div img{
	cursor: pointer;
}

#map_canvas.cur_cross div img{
	cursor: crosshair;
}



/* ====== Map Controls ====== */
.map_control
{
    border: solid gray 1px;
    background-color: white;
    padding: 3px 5px 0px 5px;
}

.mapcontrol_title
{
    padding-bottom:1px;
    border-bottom: solid #ddd 1px;
    text-align:center;
	padding-right:18px;
}

#map_toolbar
{
	padding:0 5px 3px 8px;
	height:38px;
	position:relative;
}

#map_toolbar_content .toolbutton
{
    padding: 1px;
	width:25px;
	height:25px;
    cursor: pointer;
	vertical-align: middle;
}

#map_toolbar_content .toolbutton:hover
{
    background-color: #ddd;
    border: solid #bbb 1px;
    padding:0;
}

#map_toolbar_content .selected
{
    background-color: #fcc;
    border: solid #fbb 1px;
    padding:0;
}

#map_toolbar_content td{
	padding:0px;
	line-height:1em;
}


#toolbar_button_row td{
	padding:1px 2px;
}

.control_updn{
	position:absolute;
	right:7px;
	top:3px;	
}

.tool_splitter
{
    margin:0px 5px;
    height:23px;
    width:1px;
    background-color:#ddd;
}

#trail_info td{
	padding:0px 3px 2px;
}

#segment_info_window{
	line-height:105%;
	color:#333;
}

#segment_info_window .title{
	color:black;
	font-size:120%;
	text-align:center;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
}

#segment_info_window .header{
	color:#999;
	text-align:right;
	padding-right:15px;
	padding-left:20px;	
}

#segment_info_window td{
	padding:0px 4px 4px;
}

#main
{
    width: 900px;
    margin: auto;
    padding-top: 20px;
    font-family: Arial;
}

#main strong{
	color:black;
}

.col_2 div.section_content{
	line-height:130%;
}

div.column
{
    width:33%;
    min-height:500px;
    float:left;
    padding-top: 0px;
}

div.left_column
{
    border-right: 1px solid #d9d9d9;
}

div.top_borderss
{
    border-top: 1px solid #d9d9d9;    
}

div.section
{
    margin: 10px;
    min-height: 40px;
    line-height: 200%;
}

div.col_1 .section_title
{
    background-color: #6c2;	
}

div.col_2 .section_title
{
    background-color: #5b3;	
}

div.col_3 .section_title
{
    background-color: #4a3;	
}

div.section_content
{
    padding: 20px;
    font-size: 1.2em;
	line-height:150%;
}

div.section_title
{
    text-align: center;
    font-size: 130%;
    width: 100%;
    margin: auto;
    padding: 7px 0;
    color: white;
    background-color: #5b3;
    font-weight: bold;
}

div.green
{    background-color: #082;}

.who_section{
	color:#777;
	text-decoration:none;
	text-align:right;
	background:#f8f8ff;
	padding-right:8px;
	display:block;
	clear:both;
}

.who_section:hover{
	color:#55f;
	text-decoration:underline;
	background:#ececf6;	
}

.who_section .who_picture{
	float:left;
	width:70px;
	height:70px;
	margin-right:10px;
	position:relative;
	border:1px solid #ccc;
	display:block;	
}

.who_section #picture_danny{
	background: url(/images/home/danielbeardsley-light.jpg) no-repeat;
}

.who_section:hover #picture_danny{
	background: url(/images/home/danielbeardsley.jpg) no-repeat;
	border:1px solid #777;	
}

.who_section #picture_stephen{
	background: url(/images/home/stephendrobinson-light.jpg) no-repeat;
}

.who_section:hover #picture_stephen{
	background: url(/images/home/stephendrobinson.jpg) no-repeat;
	border:1px solid #777;	
}

.who_section .who_name{
	font-variant:small-caps;
	padding-top:8px;	
}

.who_section .who_title{
	font-size: 80%;
	margin-left:20px;	
}


.active-scaffold
{
	padding: 0px 20px;
}

#mytrails-content 
{
	margin:20px;
}


table#mytrails th
{
	background: #6666ff;
	padding: 2px 20px;
	color:white;
	border:none;
}

table#mytrails th
{
	background: #6666ff;
	color:white;
	border-bottom: 1px solid gray;
}

table#mytrails td
{
	border-left: 1px solid #ddd;
	padding: 3px 10px;
}

table#mytrails tr.even
{
	background: #f5f5f5;
}

table#mytrails tr.odd
{
	background: #eeeeee;
}

/*
	back:	rgb(230,230,230)
	dark:	rgb(90,97,90)
	medium	rgb(189,190,189)
	*/

.slider-control {
	position:			relative;
	-moz-user-focus:	normal;
	-moz-user-select:	none;
	cursor:				default;
}

.horizontal {
	width:				17em;
	height:				14px;
}

.vertical {
	width:				14px;
	height:				17em;
}

.slider-control input {
	display:	none;
}

.slider-control .handle {
	position:			absolute;	
	font-size:			1px;
	overflow:			hidden;
	-moz-user-select:	none;
	cursor:				default;
}

.slider-control.horizontal .handle, .slider-control.horizontal .handle {
	width:				11px;
	height:				11px;
	background-image:	url("/images/markers/blue_edit.png");
}

.slider-control.horizontal .handle div {}
.slider-control.horizontal .handle.hover {}

.slider-control.vertical .handle.hover {}

.slider-control .line {
	position:			absolute;
	font-size:			0.01mm;
	overflow:			hidden;
	border:				1px solid #ddd;
	background:			#ccc;
	
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
}
.slider-control.vertical .line {
	width:				3px;
}

.slider-control.horizontal .line {
	height:				3px;
}

.slider-control .line div {
	width:		1px;
	height:		1px;
	
	border:				1px solid;
	border-color:		rgb(230,230,230) rgb(189,190,189)
						rgb(189,190,189) rgb(230,230,230);
}


.active-scaffold label {
	font-size:120%;
	font-weight: bold;
}

.active-scaffold-header div.actions{
	position:relative;
}


.active-scaffold th.sorted a,
.active-scaffold th.sorted p {
	background-color:#ee9f4f;
}

.active-scaffold th,
.active-scaffold th a,
.active-scaffold th p {
	background-color:#ffaa55;
}

#mytrails-active-scaffold .active-scaffold-header{
	display:none;
}

.tags-column small{
	font-size:80%;
	color:#888;
}

.created_at-column, .difficulty-column{
	white-space:nowrap;
}


.upload_list {
	margin-bottom: 10px;
	width:95%;
	border-collapse:collapse;	
}

.upload_list th{
	padding: 3px 15px;
	border-bottom:solid 2px #ddd;	
}

.upload_list td{
	color:#777;		
	padding: 8px 10px;
	border-bottom:solid 1px #eee;		
}


/* Rows */
.upload_list .uploading, .upload_list .processing{
	cursor: wait;
}


/* Columns */
.upload_list .length{
	white-space:nowrap;
}
.upload_list .title{
	text-align: center;
}
.upload_list td.file_info{
	width:200px;
}

.upload_list .greyX_col{
	width:20px;
	padding:3px;
	min-height: 100px;
}



/* Progress bar */
.upload_list .progress{
	width:150px;
}

.upload_list .progress {
	background-color:#ddd;
}

.upload_list .progress, .upload_list .bar{
	height:5px;
}

.upload_list .progress .bar{
	width: 0%;
	background-color:#55f;
}

.upload_list .processing .progress{
	display:none;
}


/* Fields */
.upload_list .msg{
	color:#888;
	font-size:90%;
	padding: 0px 5px;	
}

.upload_list .errors{
	background-color:#f88;
	color:white;
}

.upload_list .warnings, .upload_list .success{
	background-color:#cfc;
}

.upload_list .spinner{
	vertical-align: middle;;
}

.upload_list .greyX{
	margin-left:5px;
	cursor:pointer;
}

.wizard_title{
	background-color:#88d;
	margin:0px;
	padding:0px;	
    text-align: center;
    color:white;
    font-size:2em;
}

.wizard_content{
	padding:0px;
	background-color:#eef;
	font-size:120%;
	color:#666;
	margin:5px 0px;	
}

.wizard_content .example{
	font-size:75%;
	color:#999;
}



/* Panel */
#history_tab_content {
	text-align:center;
}

#history_tab_content #history_tab_list{
	margin-left:auto;
	margin-right:auto;
}

#history_tab_list {
	font-size:90%;
}

#history_tab_list th {
	border-bottom: 1px solid #bbb;
	color:#444;
}

#history_tab_list td {
	padding: 2px 4px;
	border-bottom: dotted 1px #ddd; 
	color:#666;
}


/* Page */
#edit_history_page {
	font-size:100%;
	padding: 20px;
}

#history_list {
	border-collapse:collapse;
	font-size:120%;
	margin-left:auto;
	margin-right:auto;	
}

#history_list th {
	border-bottom: 1px solid #bbb;
	color:#444;
}

#history_list td {
	padding: 8px 10px;
	border-bottom: dotted 1px #eee; 
	color:#888;
}

#history_list .bold{
	color:#222;
}

#history_list tr:hover td {
	background-color:#f0f0ff;
}

#tracks_tab_content {
	text-align:center;
}

#tracks_tab_content table{
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}

#tracks_tab_content {
	font-size:90%;
	padding:10px 0px;
}

#tracks_tab_content th {
	border-bottom: 1px solid #bbb;
	color:#444;
}

#tracks_tab_content td {
	padding: 2px 7px;
	border: 0px; 
	color:#666;
}

#tracks_tab_content tr.primary td{
	background-color: #bbe;
	cursor:default;
}

#tracks_tab_content td.primary{
	cursor: pointer;
}

#tracks_tab_content tr.hovered td{
	background-color: #d3d3f8;
}

#tracks_tab_content div.radio{
	background:url(/images/buttons/radio-empty.png) center no-repeat;
	width:16px;
	height:16px;
}

#tracks_tab_content tr.primary div.radio{
	background-image:url(/images/buttons/radio-full.png);
}


#landing{
  width:100%;
  color:#777;
  height:400px;
  text-align:left;
  font-size:15px;
  color:#cc881d;
  background: #aac url(/images/landing/lightbox-content.gif) no-repeat top center;
}

#landing #landing_header{
  text-align:left;
  padding:0px 6px 3px 6px;
  border-bottom:solid 3px #eee;
  color:#cc881d;
  background:none;
  display:none;
}

#landing #close_btn{
  display:block;
  position:absolute;
  right:10px;
  width:30px;
  height:30px;
  background:url(/images/landing/white_x.png) right center no-repeat;
  top:8px;
}

#landing #close_btn:hover{
  width:80px;
}

#lightbox{
  padding:0;
}

#landing #tagline{
  font-size:20px;
}

#landing_top_links{
  display:none;
  text-align:left;
  font-size:70%;
}
#landing_top_links a{
  padding:4px 7px;
  color:#555;
  text-decoration:none;
}
#landing_top_links a:hover{
  background-color:#a6b6a6;
  color:white;
}

a:focus { outline: 0; }

#landing_buttons{
  height:120px;
  margin:0px auto;
  padding:10px 0px 25px 0px;
  position:absolute;
  bottom:0px;
  width:100%;
  background-color:#aac;
  text-align:center;
}

#landing_buttons table{
  margin:0px auto;
  border-collapse:collapse;
}

#landing_buttons td{
  padding:20px 20px 30px 20px;
}

#landing_buttons td.divider{
  border-left:solid 0px #aabbff;
}

#landing_buttons td a{
  font-size:20px;
  margin:0px 5px;
  padding:0px 10px;
  height:100px;
  cursor:pointer;
  display:block;
  color:white;
  text-decoration:none;
}

#landing a img{
  border:none;
}

#landing_buttons td a:hover{
  color:white;
  background: url(/images/landing/btn_hover.png) bottom center no-repeat;
}

#landing #recent_trails{
  position:relative;
  display:none;
  font-size:80%;
}

#landing #recent_trails ul{
  text-align:left;
  list-style:none;
  padding:0px;
  margin:2px;
}

#landing #recent_trails a{
  color:#999;
  text-decoration:none;
}
#landing #recent_trails a:hover{
  color:black;
}




.options_section{
  border-top:1px solid #ddd;
  padding-top:5px;
  margin-top:8px;
}

#panel_options .title{
  position:relative;
  height:20px;
  color:#666;
  font-size:120%;
}