/* @override 
	http://treadly.com/assets/css/treadly.css
*/

/*
 *   Treadly CSS 
 *   Copyright (C) 2011 Peter Bradica
 *   
 *   http://treadly.com
 *
**/

/*
_______________________________
LAYOUT */

html {
	margin: 0;
	padding: 0;
	background-color: #f3f2e6;
}
body {
	font-family:Arial,sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	background: url(../img/patt_masthead.gif) repeat-x 0 -90px;
}
#doc,#doc2,#doc3,#doc4,#doc5 {
	background-color: #fff;
} 
#bd {
	padding: 1em 1em 2em;
	position: relative;
}

#c1 {
	padding-left: 315px;
}
#c2 {
	width: 315px;
	float: left;
	display: inline;
}
#c1 div.content {
	margin: 0;
	padding: 0;
}
#c2 div.content {
	width: 300px;
	margin: 0;
	padding: 0;
}
div.content {
	overflow: hidden;
	position: relative;
}

table#contentLiquid {
	position: relative;
	margin: 0;
}
td.contentLiquidPrimary {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
td.contentLiquidSecondary {
	width: 300px;
	margin: 0;
	padding: 0 15px 0 0;
	vertical-align: top;
}


/*
_______________________________
BASE */

h1, h2, h3, h4, h5, h6, .head3 {
	margin: 1em 0 .25em;
	line-height: 1.3em;
}

h1 {
	font-size: 2.5em;
	font-weight: bold;
	margin: 0;
}
h1 span.title {
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
}
.head2 {
	font-size: 2em;
	border-bottom: 1px solid #963;
	width: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	color: #963;
	margin: 1em 0 .5em;
}
h2#intro {
	font-size: 24px;
	margin: 0 0 .5em;
	clear: both;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1.1em;
}
h1.first {
	margin-top: 0;
}
h2.first,
h3.first,
h4.first,
.head2.first,
.head3.first {
	margin-top: 0;
}
.big  {
	font-size: 1.3em;
}
.bigger  {
	font-size: 1.5em;
}
.biggest  {
	font-size: 2em;
}
small,
.small {
	color: #8f8f8f;
	font-style: italic;
	font-size: 11px;
}
a:link,
h1 a:visited,
h2 a:visited,
.link
{
	color:#36c;
}
a:visited
{
	color:#99c;
}
a:hover,code,pre
{
	color: #693;
}
a:active,.a:focus
{
	color:#000;
}
a.nav,
span.nav {
	font-size: 14px;
	font-weight: bold;
}  
abbr,acronym { 
	border-bottom:1px dotted #000;
	cursor:help;
}
caption { 
	margin-bottom:.5em;
	text-align:center;
}
em { 
	font-style:italic;
} 
p {
	margin: 1em 0;
	padding: 0;
}

/* GLOBAL STYLES #########*/

/* Global Tables */

table th {
	font-weight: bold;
	background-color: #e5d9cc;
}
table th,
table td {
	padding: .5em;
}
table td.top {
	padding-top: 1em;
}
th.center,
td.center {
	text-align: center;
}
th.left,
td.left {
	text-align: left;
}
th.right,
td.right {
	text-align: right;
}
th.nowrap,
td.nowrap {
	white-space: nowrap;
}
tr.odd {
	background-color: #f3f2e6;
}

/* Global Lists */
ol,ul,dl { 
	margin-left: 2em;
	margin-bottom: 1em;
	padding-left: 1em;
}
ol li { 
	list-style: decimal outside;	
}
ul li { 
	list-style: disc outside;
}
dl dd { 
	margin-left:1em;
}

/* Global Form */
form {
	margin: 0;
	padding: 0;
}
legend {
	font-size: 2em;
	border-bottom: 1px solid #963;
	width: 100%;
	padding-bottom: .2em;
	color: #963;
}
fieldset {
	margin: 0 0 2em;
	padding-top: .5em;
}
input,
textarea {
	padding: .1em .2em;

}
input.link {
	padding: 0;
	background-color: #fff;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-decoration: underline;
}


/* MASTHEAD ************/
#hd {
	position: relative;
	background: url(../img/patt_masthead.gif) repeat-x left bottom;
	height: 110px;
}
a#mastheadLogo {	
	margin: 0;
	position: absolute;
	width: 210px;
	height: 55px;
	top: 5px;
	left: 5px;
}
	
/* MAIN MENU **********/
#mainMenu {
	position: absolute;
	left: 15px;
	bottom: 0;
	padding: 0;
	width: 960px;
}
#mainMenu ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#mainMenu ul li {
	margin: 0 2px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#mainMenu ul li a {
	font-size: 20px;
	line-height: 36px;
	color: #000;
	text-decoration: none;
	padding: 7px 20px;
	background: #9c0 url(../img/highlight_40.png) repeat-x left center;
}
#mainMenu ul li a:hover {
	background-image: none;
}

#mainMenu ul li a,
#mainMenu ul li a:hover {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: #9c0;
}

#mainMenu li#mmAdd a {
	position: relative;
	right: 0;
	bottom: 0;
	color: #fff;
	background: #f60 url(../img/highlight_20.png) repeat-x left center;
	line-height: 1em;
	font-size: 1.3em;
}
#mainMenu li#mmAdd a:hover {
	background-image: none;
	background-color: #f60;
}

body.pgEvents #mmEvents a,
body.pgEvents #mmEvents a:hover,
body.pgGroup #mmGroup a,
body.pgGroup #mmGroup a:hover,
body.pgGuided #mmGuided a,
body.pgGuided #mmGuided a:hover,
body.pgRoutes #mmRoutes a,
body.pgRoutes #mmRoutes a:hover,
body.pgPromo #mmPromo a,
body.pgPromo #mmPromo a:hover,
body#id_upload #mmAdd a,
body#id_upload #mmAdd a:hover  {
	background-image: none;
	background-color: #fff;
	color: #000;
}
body.pgHome #mmHome a,
body.pgHome #mmHome a:hover {
	background-image: none;
	background-color: #cf0;
	color: #000;
}
/* pagesize */

#pageSize {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	background: #e5d9cc url(../img/expand.gif) no-repeat center center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#pageSize:hover {
	background: #ccb299 url(../img/expand.gif) no-repeat center center;	
}
#pageSize.active {
	background: #e5d9cc url(../img/expand2.gif) no-repeat center center;
}
#pageSize.active:hover {
	background: #ccb299 url(../img/expand2.gif) no-repeat center center;	
}

/* SUBMENU start */

ul#submenu {
	margin: 0 0 1em;
	background-color: #e5d9cc;
	padding-top: 1em;
	padding-left: 1em;
	overflow: hidden;
}
ul#submenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
ul#submenu li a {
	background: #b38c66;
	font-size: 1.3em;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	margin-right: .2em;
	padding: .5em 1em;
	text-decoration: none;
}
ul#submenu li a:hover {
	background: #963;
}
ul#submenu li.active a,
ul#submenu li.active a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

/* SUBMENU end */

/* NAVTABS start */

ul.navtabs {
	padding: 0;
	border-bottom: 2px solid #e5d9cc;
	height: 27px;
	margin: 1.5em 0 .5em;
}
ul.navtabs li {
	padding: 8px 16px;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	list-style-type: none;
	display: inline;
	background: #e5d9cc;
	border: 2px solid #e5d9cc;
	border-bottom-style: none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	margin: 0 2px 0 0;
}
ul.navtabs li.active {
	background: #fff;
	border-bottom: 2px solid #fff;
}
ul.navtabs li a {
	color: #36c;
}

/* NAVTABS end */

/* NAVINDEX start */
#navIndex ul {
	margin: 0;
	padding: 0;
}
#navIndex li {
	margin: 0;
	padding: 0 0 0 36px;
	list-style-type: none;
	list-style-image: none;
	font-size: 2em;
	line-height: 1.5em;
	background: url(../img/icon/iconeden/fresh_icon/32x32/321_32x32.png) no-repeat left center;
}
/* NAVINDEX end */

/* NAVDESTINATIONS start */
#navDestinations ul {
	margin: 0;
	padding: 0;
}
#navDestinations li {
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: none;
	list-style-image: none;
	font-size: 1.5em;
	line-height: 1.5em;
	background: url(../img/icon/iconeden/fresh_icon/32x32/124_32x32.png) no-repeat left center;
}
/* NAVDESTINATIONS end */

/* SEARCHTABS start */

#searchTabs {
	padding: 0;
	float: right;
	margin-right: 2em;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
}
#searchTabs span {
	padding: .5em 1em .4em;
	border-bottom-style: none;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	background-color: #9c0;
	display: inline-block;
	margin-top: .25em;
}
#searchTabs span.active {
	background: #cf0;
}
#searchTabs a {
	color: #36c;
}

/* SEARCHTABS end */

/*HIDE */

.hide,
.hidden,
.none,
.display_0 {
	display: none;
}

/*Validate */
.red {
	color: #f00;
}

input.error,
select.error,
textarea.error,
input#e_date_start.error  {
background-color: #f5ff00;
border:2px solid red;
}

label.error,
.error {
	color: #fe3007;

}

.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 0;
}

/*Alerts */
.alert {
	display: block;
	border: 2px dotted #ffe400;
	list-style-position: inside;
	background: #fff8bb url(../img/alert.gif) no-repeat 5px 5px;
	padding: 1em 1em 1em 3em;
	color: #000000;
	margin: 1em;
}
.alert-tick {
	display: block;
	border: 2px dotted #9cdd7b;
	margin: 1em;
	list-style-position: inside;
	background: #e7fadb url(../img/tick.gif) no-repeat 5px 5px;
	padding: 1em 1em 1em 3em;
}
.alert-delete {
	display: block;
	border: 2px dotted #ffe400;
	list-style-position: inside;
	background: #fff8bb url(../img/icon/iconeden/fresh_icon/128x128/151_128x128.png) no-repeat 1em 1em;
	padding: 1em 1em 1em 10em;
	color: #000000;
	margin: 1em;
}
.sticky {
	background-color: #f2ffbf;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 1.5em 2em;
}
.sticky a.close {
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #f60;
	padding: 0;
	margin-top: -1em;
	margin-left: 1em;
	margin-right: -1em;
}
.sticky strong {
	font-size: 1.1em;
}

/*
_______________________________
CUSTOM */

/* Start Round Corners */
.round4,
a.smallbtn,
#headstrap #nav a,
.cyclewindow #nav a,
#bcFirst,
#routeToolsDistance,
ul#tagBox strong,
ul#tagBox {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.round5,
.eiLogo {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.round8,
.box,
fieldset,
ul#tagBox,
#routeMap,
#dirMap,
table#routeMenu td {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.round12,
.jqmWindow {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.round16 {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.round20  {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.roundtop4 {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
.roundtop5,
.boxHead {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.roundtop8,
.promoHead,
ul#submenu,
ul#submenu li a {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
.roundtop12 {
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}
.roundtop16 {
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
}
.roundtop20 {
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
}
.roundbottom4 {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.roundbottom5 {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.roundbottom8,
.promoBody {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.roundbottom12 {
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}
.roundbottom16 {
	-moz-border-radius-bottomleft: 16px;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
}
.roundbottom20 {
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

/* End Round Corners */

/* Start Advertising */
div.adLeaderboard {
	border-top: 1px solid #ccb299;
	padding: 1em;
	text-align: center;
	margin-right: 1em;
	margin-left: 1em;
}
div.adButton {
	width: 300px;
	height: 100px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
}
div#adButtonTop {
	position: relative;
	margin-bottom: 1em;
}
div#mapWrapIndex div#adButtonTop {
	position: absolute;
	top: 5px;
	right: 10px;
	margin-bottom: 0;
}
div#mapWrapIndex div.adButton {
	border-style: none;
	background-color: #f2ffbf;
}
div.adIsland {
}
iframe#adframe468 {
	width: 468px;
	height: 60px;
	border-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#adGutters {
	position: relative;
	margin: auto;
	padding: 0;
}
#adGutterTop,
#adGutterLeft,
#adGutterRight {
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
}
#adGutterTop {
	width: 500px;
	height: 120px;
	top: 110px;
	right: 120px;
	z-index: 1;
}
#adGutterTop a {
	width: 500px;
	height: 120px;
	text-decoration: none;
	display: block;
}
#adGutters.active #search.allSearch {
	background: #cf0 url(../img/gutter_top_skoda.jpg) no-repeat right top;
	} 
#adGutterLeft {
	top: 110px;
	left: 0;
}
#adGutterRight {
	top: 110px;
	right: 0;
}
#adGutterLeft,
#adGutterLeft a,
#adGutterRight,
#adGutterRight a {
	width: 120px;
	height: 700px;	
	text-decoration: none;
}
a#adGutterLeftSkoda {
	background: url(../img/gutter_left_skoda.jpg) no-repeat;
	display: block;
}
a#adGutterRightSkoda {
	background: url(../img/gutter_right_skoda.jpg) no-repeat;
	display: block;
}
#adGutters.active {
	width: 1230px;	
}
#adGutters.active #adGutterTop,
#adGutters.active #adGutterLeft,
#adGutters.active #adGutterRight {
	display: block;
}
/* End Advertising */

/* START HEADSTRAP */
#headstrap {
	background-color: #9c0;
	padding: 1em;
	overflow: hidden;
	position: relative;
}

#headstrap h1,
#headstrap h2,
#headstrap h3,
#headstrap h4 {
	color: #000;
	margin: 0;
}
#headstrap h3,
#headstrap h4 {
	line-height: 1.2em;
	margin-top: .2em;
}
body#id_upload #headstrap h1 {
	float: left;
}
ul#HScycle,
ul#HScycle li,
.HScontent {
	height: 180px;
	width: 990px;
	margin: 0;
	padding: 0;
}
ul#HScycle {
	padding: 0;
	overflow: hidden;
}
ul#HScycle li {
	margin: 0;
	padding: 0 0 0 270px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0 10px;
}

.HScontent {
	top: 0;
	left: 0;
}
#headstrap a.button {
	color: #fff;
}
#headstrap #nav {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 99;
}
#headstrap #nav a {
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 3px 8px;
	background-color: #b0b0b0;
	color: #fff;
	font-size: 11px;
}
#headstrap #nav a.activeSlide {
	background: #000
}
#headstrap #nav a:focus {
	outline: none;
}
#headstrap.homestrap {
	background: #9c0 url(../img/headstrap_rideguide2.png) no-repeat 420px 0;
	height: 210px;
}
#headstrap.advertiseStrap {
	background: #9c0 url(../img/headstrap_advertise.jpg) no-repeat 400px 0;
	height: 210px;
}
body#id_upload #headstrap {
	background: #ccb299 url(../img/lowlight_5.png) repeat-x left center;
	margin-bottom: .5em;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
a#homeButt {
	padding: .8em 1em .8em 50px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 1.3em;
	margin-top: 1em;
	float: left;
	margin-right: .5em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 2px solid #693;
}
a#homeButt.iconCalendar {
	background: #fff url(../img/icon/iconeden/fresh_icon/32x32/307_32x32.png) no-repeat 10px 5px;	
}
a#homeButt.iconCalendar:hover {
	background: #cf0 url(../img/icon/iconeden/fresh_icon/32x32/307_32x32.png) no-repeat 10px 5px;	
}
a#homeButt.iconMap {
	background: #fff url(../img/icon/iconeden/fresh_icon/32x32/124_32x32.png) no-repeat 10px 5px;	
}
a#homeButt.iconMap:hover {
	background: #cf0 url(../img/icon/iconeden/fresh_icon/32x32/124_32x32.png) no-repeat 10px 5px;	
}
/* END HEADSTRAP */

/* START HEADSTRAP */
#footstrap {
	background-color: #9c0;
	padding: 1em;
	overflow: hidden;
	position: relative;
}
body#id_upload #footstrap {
	background: #ccb299 url(../img/lowlight_5.png) repeat-x left center;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}
/* END FOOTSTRAP */
.box {
	background-color: #f3f2e6;
	margin-bottom: 1em;
	padding: 1em;
	overflow: hidden;
}
.box.green {
	background-color: #e7fadb;
}
.box h2,
.box h3,
.box h4 {
	margin-top: 0;
	color: #b38c66;
}
.box.green h2,
.box.green h3,
.box.green h4 {
	margin-top: 0;
	color: #693;
}
.box ul {
	margin: 0;
	padding: 0;
}
.box li {
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	border-top: 1px solid #e5d9cc;
}
#zerocost {
	font-size: 1.4em;
	line-height: 1.2;
	color: #4eae1e;
	margin-bottom: 1em;
	font-weight: bold;
}
#zerocost img {
	float: left;
	margin-right: 15px;
}
#feebox {
	text-align: center;
	padding: 25px;
}

.B_crumbBox {
	display: block;
	clear: both;
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid #e5d9cc;
}
.B_lastCrumb a {
	text-decoration: none;
	color: #000;
}
.B_lastCrumb a:hover {
cursor: default;
}

#ft {
	margin: 0;
	background: #000 url(../img/patt_masthead.gif) repeat-x 0 -170px;
	padding-top: 30px;
	text-align: center;
	position: relative;
}
#footer {
	color: #963;
	text-align: center;
	background: url(../img/trees.png) no-repeat left top;
	width: 390px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 330px 150px 270px;
	line-height: 3em;
}

#footer ul {
	padding: 2em 0 0;
	margin: 0;
}
#footer ul li {
	margin: 0;
	list-style-type: none;
	padding: .5em;
	display: inline;
}
#footer a {
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
}
#ftAdd a {
	background-color: #f60;
	text-decoration: none;
	color: #fff;
	right: 375px;
	top: 100px;
	line-height: 1em;
	padding: 10px 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: right;
}

#id_upload #ftAdd {
	display: none;
}


ul.hlist {
	margin: 0;
	padding: 0;
}
ul.hlist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
ul.thumbs li {
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.thumbs img {
	border: 5px solid #f5f5f5;
	background-color: #f5f5f5;
}
.thumbs img:hover {
	border: 5px solid #e3e3e3;
	background-color: #e3e3e3;
}

/* START EVENT INDEX */

.cyclewindow {
	position: relative;
}
.cyclewindow #nav {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 100;
}
.cyclewindow #nav a {
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 3px 8px;
	background-color: #c5e60e;
	color: #fff;
	font-size: 11px;
	z-index: 110;
}
.cyclewindow #nav a.activeSlide {
	background: #000
}
.cyclewindow #nav a:focus {
	outline: none;
}
div#resultList {
	padding-top: .5em;
}
table#list {
	margin: 0 0 1em;
	width: 100%;
}
table#featured {
	margin: 0;
	width: 100%;
}
table#list tr {
	border-top: 1px solid #ccb299;
}
table#list tr.listFeatured,
table#featured tr {
}
tr.listFeatured td,
table#featured td {
	background: #f2ffbf;
	padding-top: 1em;
	padding-bottom: 1em;
	vertical-align: top;
}
tr.listFeatured.odd td,
table#featured tr.odd {
	background: #f2ffbf;
}
table#list tr.listFeatured h3 {
	font-weight: bold;
}
div.featureWrap {
	position: relative;
}
tr.listFeatured a.featured {
	font-size: 11px;
	color: #9c0;
	float: right;
}
table#list td {
	vertical-align: top;
	position: relative;
}
table#list td.listDate {
	white-space: nowrap;
	padding-top: 1em;
	vertical-align: top;
	padding-left: 1em;
}
table#list td.listInfo {
	padding-top: .8em;
	padding-bottom: 1em;
}
table#list .category {
	background-color: #ccb299;
	color: #963;
	padding: .2em .5em;
	float: right;
	margin-top: .5em;
	text-transform: capitalize;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	font-weight: bold;
}

table.tagGroup {
	float: right;
	margin-left: 1em;
	width: inherit;
}
table#list table.tagGroup tr  {
	border: none;
}
table.tagGroup td {
	white-space: nowrap;
}
table.tagGroup td.tagCategory,
table.tagGroup td.tagStyle,
table.tagGroup td.tagDistance {
	font-weight: bold;
	color: #963;
	padding: 2px 8px;
}
table.tagGroup td.tagCategory {
	background-color: #b38c66;
	color: #fff;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
table.tagGroup td.tagStyle {
	background-color: #d3bba3;
}
table.tagGroup td.tagDistance {
	background-color: #e5d9cc;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

table.dateBoxWrap {
	margin: 0;
	padding: 0;
	width: inherit;
	float: right;
}
table#list table.dateBoxWrap tr {
	border: none;
}
table#list table.dateBoxWrap td {
	margin: 0;
	padding: 0;
	padding-bottom: 0;
	vertical-align: middle;
}
td.dateBox {
	text-align: center;
	width: 50px !important;
	vertical-align: top !important;
	padding: 0;
}
div.dateBox_border {
	border: 1px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #f1f1f1;
}
div.dateBox_day {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1em;
	background-color: #7f7f7f;
	color: #fff;
	margin: 0;
	padding: 5px 3px 3px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top: 1px solid #a5a8ab;
	border-right: 1px solid #595959;
	border-bottom: 1px solid #595959;
	border-left: 1px solid #595959;
}
div.dateBox_date {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
	font-weight: bold;
	padding: 1px 6px;
}
.dateBox_month {
    font-size: 15px;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
	padding-bottom: 3px;
	color: #000;
	font-weight: bold;
}
.dateBox_recur {
	border-top: 1px solid #000;
	margin-top: 1px;
	width: 42px;
	border-bottom: 1px solid #797c7e;
	padding-bottom: 1px;
	float: right;
	margin-right: 4px;
}
.listRecur {
	float: right;
	font-size: 11px;
	margin-top: .25em;
	clear: both;
	color: #787878;
}
.listLogo {
	text-align: center;
	padding: 5px;
	float: left;
	margin-right: 1em;
	background-color: #fff;
	margin-top: .3em;
}
.listLogo img {
	width: 120px;
}
table#list h3,
table#list .head3 {
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	font-size: 1.5em;
}
.listAddress {
	font-weight: bold;
}
table#featured .tag,
table#list .tag {
	float: right;
	margin-left: 1em;
	margin-top: .5em;
}
table tr.listAd td {
	background-color: #fff;
}
a.listRegister_y {
background: url(../img/icon/iconeden/fresh_icon/24x24/376_24x24.png) no-repeat right center;
	padding-right: 30px;
}
.mapList td {
	padding: 5px;
	line-height: 1.2em;
}
.mapList h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}
.mapList table#featured h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.mapListDate {
	font-weight: bold;
}
table.allEvents th,
table.allEvents td  {
	padding: 4px 3px;
}
table.allEvents th.first,
table.allEvents td.first  {
	white-space: nowrap;
}
div.mapBubble {
	line-height: 1.3em;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
div.mapBubble h3 {
	margin-top: 0;
	margin-bottom: .3em;
	line-height: 1.1em;
}
ul#tagBox {
	padding: 0;
	margin: 0;
}
ul#tagBox li {
	list-style-type: none;
	border-bottom: 1px solid #e5d9cc;
	padding: 5px;
}
ul#tagBox li.routeMenu {
	padding: 5px 0 0 5px;
}
.tag {
	color: #963;
	font-weight: bold;
	background-color: #e5d9cc;
	padding: .2em .5em;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottoleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.mapBubble span.tag,
.mapBubble span.category {
	color: #963;
	background: none;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	float: none;
}
#id_events_detail .tag,
#id_upload .tag {
	font-size: 1.2em;
	padding: 0;
	background: none;
}
ul#tagBox li#e_ticket_url {
	font-size: 1.5em;
	border: none;
	padding-top: 10px;
}
div.popinfo {
	float: left;
	background: url(../img/popinfo.png) center bottom;
	padding: 10px 10px 20px;
	color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}


#Sort {
	padding: 5px;
	border-top: 1px solid #ccc;	 	
	clear: both;
	background-color: #ececec;
	margin-top: 15px;
}
ul.SortKey {
	padding: 0;
	margin: 0;
}
ul.SortKey li {
	margin: 0;
	list-style-type: none;
	float: left;
	padding: 0 1em 0 0;
}
ul.SortKey li input {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

/* Start Pagination */

tr.pagination td {
	text-align: right;
	font-size: 1.5em;
	padding-right: 0;
	padding-top: 1em;
}
.pagination a,
.pagination a:visited {
	color:#36c;
	margin-right: .2em;
	margin-left: .2em;
	line-height: 1.5em;
}
.pagination .active {
	font-weight: bold;
}
.pagination a.pagePrev{
	color: #fff;
	text-decoration: none;
	background: #b38c66 url(../img/arrow_ends.gif) no-repeat left center;
	padding: .2em .8em .3em 1.4em;
	margin-right: .5em;
	margin-left: .5em;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.pagination a.pageNext {
	color: #fff;
	text-decoration: none;
	background: #b38c66 url(../img/arrow_ends.gif) no-repeat right center;
	padding: .2em 1.4em .3em .8em;
	margin-right: 0;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	}
.pagination a.pagePrev:hover {
	background: #963 url(../img/arrow_ends.gif) no-repeat left center;
}
.pagination a.pageNext:hover {
	background: #963 url(../img/arrow_ends.gif) no-repeat right center;
}
div.resultTotal {
	float: left;
}
/* End Pagination */


/* END EVENT INDEX */

/* START SEARCH */
#search {
	padding: 0 1em 1em;
	background-color: #cf0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 1em;
}
#headWrap {
	margin-left: 10px;
}
#mapWrapIndex h1 {
	margin-bottom: 0;
	line-height: .8em;
	padding-top: .3em;
}
#mapWrapIndex h2 {
	margin-top: .25em;
	margin-bottom: .5em;
	line-height: 1.1em;
	font-size: 1.5em;
}
body.pgHome #mapWrapIndex h1 {
	margin-top: .2em;
}
body.pgHome #mapWrapIndex h2 {
	margin-bottom: 1em;
	line-height: 1.8em;
	font-size: 1.8em;
}
#mapWrapIndex div.searchBar {
	float: left;
	margin-bottom: 1em;
}

#mapWrapIndex #mapWrap {
	clear: both;
}

table#searchInfo {
	margin-bottom: 1em;
}
table#searchInfo th,
table#searchInfo td {
	font-size: 1.1em;
	padding: 0 1em 0 0;
	background:none;
	vertical-align: top;
	white-space: nowrap;
}
table#searchInfo th {
	color: #000;
	font-weight: bold;
	padding-top: 1em;
}

div#layersButton {
	position: relative;
	width: 100px;
	text-align: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #9c0 url(../img/icon/iconeden/fresh_icon/24x24/405_24x24.png) no-repeat 1em .7em;
	padding: 12px 10px 12px 50px;
	z-index: 998;
}
ul#layers {
	margin: 0;
	position: absolute;
	top: 2em;
	left: 0;
	background-color: #9c0;
	width: 140px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	z-index: 999;
}
div#layersButton ul#layers{
	display: none;
}
div#layersButton:hover ul#layers{
	display: block;
}
ul#layers li {
	margin: 0 0 1px;
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
	padding: .5em;
	text-align: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
ul#layers li.catEvent {
	background: #a8df2f url(../img/maps/orange_Marker_small.png) no-repeat 120px center;
}
ul#layers li.catTour {
	background: #a8df2f url(../img/maps/green_Marker_small.png) no-repeat 120px center;
}
ul#layers li.catGroup {
	background: #a8df2f url(../img/maps/red_Marker_small.png) no-repeat 120px center;
}
ul#layers li.catEvent:hover {
	background: #cf0 url(../img/maps/orange_Marker_small.png) no-repeat 120px center;
}
ul#layers li.catTour:hover {
	background: #cf0 url(../img/maps/green_Marker_small.png) no-repeat 120px center;
}
ul#layers li.catGroup:hover {
	background: #cf0 url(../img/maps/red_Marker_small.png) no-repeat 120px center;
}
#sq {
	width: 500px;
	font-size: 1.3em;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	padding: .2em .4em;
}
#searchForm input.button {
	padding-right: .8em;
	padding-left: .8em;
}
#search input#filter_date_start,
#search #filter_date_button  {
	float: left;
}

.clearFieldBlurred { 
}
.clearFieldActive { 
}

/*Auto Suggest */

#results ul {
padding: 0;
border: 0;
list-style: none;
margin: .3em 0 0;
}
#results li {
	margin: 0;
	border: 0;
	list-style: none;
	border-bottom: 1px solid #9c0;
	text-align: left;
	padding: 0;
}
#results li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .5em;
}
#results li a strong {
	font-weight: bold;
}
#results li a:hover {
background: #e5ff80;
}
#results ul {
padding: 0;
}

/* END SEARCH */

/* FILTER start */

table#filterInfo {
	margin: 0 0 1em;
	padding: 0;
	width: 100%;
	background-color: #cf0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
table#filterInfo th {
	font-weight: bold;
	text-align: right;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	padding: 1em;
	background: #bfee0a url(../img/icon/iconeden/fresh_icon/48x48/233_48x48.png) no-repeat 0 5px;
}
table#filterInfo td {
	vertical-align: top;
}
table#filterInfo td.first {
	font-weight: bold;
	text-align: right;
}

#filter_results {
	font-size: 1.3em;
	margin-top: .5em;
	margin-bottom: 1em;
	font-weight: bold;
	clear: both;
}
#mapList #filter_results {
	font-size: 1.2em;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: .5em;
}
#filter_results strong {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: .5em .7em .5em 1.5em;
	background: #cf0 url(../img/arrow_ends.gif) left center;
}
#eventsList div#filter_results {
	margin-top: 1em;
}
#eventsList #filter_results strong {
	background: #cf0 url(../img/arrow_ends.gif) right center;
	padding: .5em 1.5em .5em .7em;
}

/* FILTER end */


div.spacer300 {
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	width: 300px;
}
.promo {
	margin-bottom: 15px;
	clear: both;
}
h3.promoHead {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	margin: 15px 0 0;
	padding: 5px 15px;
	font-weight: normal;
	font-style: normal;
}
h3.promoHead a {
	color: #fff;
	text-decoration: none;
}
h3.promoHead a:hover {
	color: #c5e60e;
}
.promo img {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
.promoBody {
	border: 1px solid #000;
	padding: 15px;
	margin-bottom: 15px;
}

div.riElevation {
	padding: 0;
	float: left;
	margin-right: .5em;
}
div.riEvent {
	margin-top: 5px;
	font-size: 11px;
	background-color: #f4f8df;
	padding: 5px 10px;
	border: 1px solid #e2f2a4;
	color: #b6c470;
}
div.riEvent strong {
}
div.riEvent ul{
	margin-bottom: 0;
	margin-top: 0;
	margin: 0;
	list-style-position: inside;
}
div.riEvent li {
	padding: 0;
	line-height: 1em;
	margin-bottom: .5em;
	background-repeat: no-repeat;
	list-style-image: url(../img/icon/mini8/date.png);
}
div#onlyEvents {
	margin-bottom: .5em;
}

table.sidebarRouteList {
	padding: 0;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 1em;
}
table.sidebarRouteList th {
	margin: 0;
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 .3em;
	border-bottom: 1px solid #c4c4c4;
}
table.sidebarRouteList td {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
}
table.sidebarRouteList td:hover {
	background-color: #c5e60e;
}

/* Members */

#memberTools {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 38px;
	top: 22px;
	color: #963;
}
#memberTools.signedIn {
	right: 25px;
}
#memberTools td {
	margin: 0;
	padding: .3em 1em;
	vertical-align: top;
}
#memberTools a {
	color: #fff;
	text-decoration: none;
}
#memberTools a:hover {
	color: #b38c66;
	text-decoration: underline;
}
#memberTools td#userLocator {
	display: none;
}

#userLocator strong {
	font-weight: normal;
	font-style: normal;
	color: #cf0;
}
#userLocatorInfo a {
	font-size: 11px;
	font-style: italic;
	text-decoration: underline;
}
#userLocatorInfo {
	display: none;
}
#userLocator:hover #userLocatorInfo {
	display: none;
}
ul#myLocationPref {
	position: absolute;
	height: 25px;	
	margin: 0;
	padding: 0;
	color: #b38c66;
	background: #6e4924;
	text-align: center;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	right: 15px;
	z-index: 999;
	bottom: 0;
	width: 300px;
}
.yui-t5 ul#myLocationPref {
	width: 240px;
}
.yui-t5 ul#myLocationPref li.last {
	width: 210px;
}
.yui-t6 ul#myLocationPref {
	width: 300px;
}
.yui-t6 ul#myLocationPref li.last {
	width: 270px;
}
ul#myLocationPref li {
	list-style-type: none;
	list-style-image: none;
}
ul#myLocationPref li strong {
	color: #9c0;
	font-weight: normal;
	font-style: normal;
}
ul#myLocationPref li.first {
	line-height: 25px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius:  10px 10px 0 0;
}
ul#myLocationPref li.last {
	padding: 15px;
	position: absolute;
	color: #000;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	line-height: 1.3em;
	z-index: 20;
	background: #9c0;
	width: 270px;
}
#myLocationPref table th {
	text-align: right;
	font-weight: normal;
	font-style: normal;
	background: none;
	padding: 2px;
}
#myLocationPref table td {
	text-align: left;
	padding: 2px;
}
#myLocationPref input,
#myLocationPref select {
	width: 100%;
}
table#login {
	margin: 1em 0;
	padding: 0;
	width: inherit;
}
td#loginForm  {
	width: 350px;
}
td#loginSeperator  {
	margin: 0;
	padding: 0;
	width: 80px;
	background: url(../img/loginor.gif) no-repeat center top;
}


.loginLogin input  {
	width: 240px;
}

tr.formLine,
.hr {
	border-bottom: 1px solid #d0d0d0;
}
table#login td.first,
table#createAccount td.first,
table#updateProfile td.first,
table#profile td.first {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}
table#login td,
table#createAccount td,
table#updateProfile td,
table#profile td {
	vertical-align: top;
	text-align: left;
}
table#login input,
table#updateProfile input {
	width: 170px;
}
table#createAccount input {
	width: 280px;
}
table#createAccount .error {
	font-weight: normal;
	font-style: normal;
	display: block;
	margin: 0;
	padding: 0;
	line-height: .8em;
	font-size: 11px;
}

.updprof-error {
	color: #9c0;
}
/* My Account */

table.myAccountUpload {
	width: 100%;
}
.myAccountUpload h3,
.myAccountUpload h4 {
	margin: 0 0 .25em;
}
#myAccountUserbar {
	width: 100%;
	background-color: #ccb299;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
td.myAccountImg {
	width: 40px;
	background: #963 url(../img/icon/iconeden/fresh_icon/32x32/158_32x32.png) no-repeat center center;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
td.myAccountUsername {
	font-size: 2em;
	font-weight: bold;
}
.myAccountLogout a {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;	
	color:#36c;
}
.myAccountProfile {
	background-color: #e5d9cc;
	padding: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 0;
}
.myAccountProfile h2 {
	color: #963;
	margin-top: 0;
}
.myAccountUpload tr {
	border-bottom: 1px solid #e5d9cc;
}
.myAccountUpload tr:hover {
	background-color: #f3f2e6;
}
.myAccountUpload td.category {
	text-transform: capitalize;
}
.myAccountUpload td.title {
	font-size: 1.3em;
}
.myAccountUpload td.tools {
	white-space: nowrap;
	text-align: right;
}
.myAccountUpload th {
	background-color: #f3f2e6;
	color: #963;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.myAccountUpload th.category {
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}
.myAccountUpload th.tools {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	text-align: center;
}

.tabs ul {
	margin: 0;
}

div.backtab {
	padding: 0 0 0 20px;
	background: url(../img/backtab_left.png) no-repeat left center;
	float: left;
	margin-right: 15px;
}
div.backtab a {
	background: url(../img/backtab_right.png) no-repeat right center;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	float: left;
	padding: 0 10px 0 0;
	line-height: 30px;
}
div.backtab a:hover {
	text-decoration: underline;
	color: #c5e60e;
}
h1 div.backtab {
	margin-top: 12px;
}

table#upload {
	margin: 2em 0;
	padding: 0;
	font-size: 1.3em;
	width: 100%;
	line-height: 1.3em;
}
table#upload td {
	margin: 0;
	padding: 0 1em;
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	width: 33%;
}
table#upload td h2 {
	border-style: none;
	font-size: 48px;
	padding: 0;
	margin: 0 0 10px;
}
td#uploadPromo {
	border-left: 2px dotted #e5d9cc;
}
div.uploadButtons {
	float: right;
}
.infoBar {
	font-weight: bold;
	background:  url(../img/icon/iconeden/fresh_button/24x24/17_24x24.png) no-repeat 10px 5px;
	padding: 5px 10px 5px 36px;
}
.infoBar h2,
.infoBar h3,
.infoBar h4 {
	margin-top: 0;
	font-weight: bold;
}
a.help {
	width: 10px;
	height: 10px;
	background: url(../img/help.gif) no-repeat;
	display: inline-block;
	position: relative;
	text-decoration: none;
}
a.help .helpInfo {
	display: none;
	background-color: #dceff8;
	padding: 1.5em;
	width: 200px;
	z-index: 999;
	position: absolute;
	right: 8px;
	top: 8px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2em;
	border: 1px solid #0000ff;
	text-align: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.helpInfo h4 {
	margin-top: 0;
	background: url(../img/icon/iconeden/fresh_button/24x24/17_24x24.png) no-repeat left center;
	padding-left: 29px;
	line-height: 24px;
}
a.help:hover .helpInfo {
	display: block;
}

.yes {
	background: url(../img/icon/iconeden/fresh_icon/16x16/113_16x16.png) no-repeat left center;
	padding-left: 20px;
}
.no {
	background: url(../img/icon/iconeden/fresh_icon/16x16/199_16x16.png) no-repeat left center;
	padding-left: 20px;
}
table#uploadCatInfo td {
	width: 33%;
	vertical-align: top;
	padding-right: 1em;
	padding-left: 1em;
}

input.datepop,
input#p_end {
	background-image: url(../img/icon/iconeden/fresh_icon/16x16/307_16x16.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
}
input#filter_date_start {
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 110px;
}
input#e_time_start,
input#e_time_end {
	background-image: url(../img/icon/iconeden/fresh_icon/16x16/262_16x16.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 22px;
}
#e_summary textarea {
	width: 600px;
	height: 70px;
}
#p_summary {
	width: 500px;
	height: 70px;
}
select#e_country,
select#d_country {
	font-size: 13px;
}
#e_logo_preview,
#p_logo_preview {
	padding: 0 5px 5px;
	width: 182px;
	background-color: #fff;
	margin-top: 5px;
	font-size: 10px;
	color: #dddab8;
	border: 1px solid #e8e6cf;
}
#e_logo_preview img,
#p_logo_preview img {
	width: 170px;
	height: auto;
}
#e_logo {
	text-align: center;
}
#p_logo {
	text-align: center;
	border-bottom: 1px solid #e5d9cc;
	padding-top: 1em;
	padding-bottom: 1em;
}
input#upLogo {
	width: 180px;
	font-size: 12px;
}
#e_recur,
#e_recur_weekly_shedule,
#e_recur_monthly_shedule,
#e_recur_other_shedule,
#e_recur_contact_shedule,
#e_recur_until {
	margin-top: 1em;
}
#e_recur,
#e_recur_weekly_shedule,
#e_recur_monthly_shedule,
#e_recur_other_shedule,
#e_recur_contact_shedule
 {
	display: none;
}
#e_recur.active,
#e_recur_weekly_shedule.active,
#e_recur_monthly_shedule.active,
#e_recur_other_shedule.active,
#e_recur_contact_shedule.active
 {
	display: block;
}
#routeWrapper {
	position: relative;
	z-index: 5;
	background-color: #000;
	padding: 1px;
}

a#routeToolsConnect {
	top: 57px;
	left: 155px;
	width: 34px;
	height: 34px;
	background: url(../img/maptoolkit/images/marker/maptool_join.png) no-repeat;
	position: absolute;
	z-index: 100;
}
a#routeToolsDelete {
	top: 57px;
	left: 189px;
	width: 34px;
	height: 34px;
	background: url(../img/maptoolkit/images/marker/maptool_delete.png) no-repeat;
	position: absolute;
	z-index: 100;
}
#routeToolsDistance {
	top: 57px;
	left: 257px;
	width: 46px;
	height: 26px;
	background-color: #fff;
	padding: 3px;
	font-size: 10px;
	line-height: 11px;
	border: 1px solid #a6a6a6;
	color: #5e5e5e;
	position: absolute;
	z-index: 100;
	text-align: center;
	font-style: italic;
}
#distanceDisplay {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
a.routeHelpLink {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
}
ul.routeHelp {
	padding: 20px;
	border: 2px dashed #c5e60e;
	background-color: #fcffed;
	position: absolute;
	z-index: 999;
	left: 70px;
	top: 190px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	display: none;
	width: 400px;
}
ul.routeHelp.active {
	display: block;
	margin: 0;
}
ul.routeHelp li {
	margin-bottom: .5em;
	list-style-type: none;
}
ul.routeHelp h5 {
	margin-top: 0;
	line-height: 1em;
	margin-bottom: .2em;
}

div#addRouteTools,
div#addRouteTitle,
div#addRouteDescription,
div#addRouteSurface,
div#addRouteSuitability,
div#addRouteMember {
	margin-bottom: 1em;
}
div#addRouteSurface {
	width: 160px;
	float: left;
}
div#addRouteTitle input,
div#addRouteDescription textarea {
	width: 290px;
}
div#addRouteMember {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 10px;
}
div#eventlinkDisplay {
	background-color: #faffe0;
	margin-left: 1em;
	padding: .5em 1em;
	display: none;
}
div#eventlinkDisplay.active {
	display: block;
}
input#eventlink_id {
	width: 50px;
}
input#addRouteSave {
	margin-top: 0;
}
div#manageRouteTools {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #000;
}

#elevation {
	position:relative;
	width:300px;
	height:100px;
	float:left;
	margin-bottom: 1em;
}
#elevation-position {
	position:absolute;
	top:7px;
	left:0px;
	height:80px;
	width:1px;
	background-color:#666;
	display:none;
}
#elevation-point {
	position:absolute;
	top:0px;
	left:33px;
	width:300px;
	height:100px;
}
img#elevation-image {
	width: 300px;
	height: 100px;
}
#bc a {
	color: #0000ff;
}
#bcFirst {
	background-color: #000;
	color: #c5e60e;
	padding: 2px 5px;
}
#bcActive {
	font-weight: bold;
	font-size: 1.1em;
}

#sidebar {
	
}
#sidebar h1 {
	font-size: 2em;
	margin-top: 0;
}
#sidebar h2 {
	margin-top: 0;
}
#sidebar h3 {
}

/* START REVEAL */

.reveal_panel {
	display: none;
	padding-bottom: 1em;
}
.reveal.active .reveal_panel,
.reveal_panel.active {
	display: block;	
}
a.rlIcon {
	background: url(../img/show.gif) no-repeat left center;
	padding-left: 17px;
	margin-top: .2em;
}
a.rlIcon:hover {
	background: url(../img/show2.gif) no-repeat left center;
}
a.rlIcon.active {
	background: url(../img/hide.gif) no-repeat left center;
}
a.rlIcon.active:hover {
	background: url(../img/hide2.gif) no-repeat left center;
}

/* END REVEAL */

/* START WOTIF */
table#wotifGrid {
	margin: 0 0 1em;
	padding: 0;
	width: 100%;
	border-collapse:collapse;
	clear: both;
}
table#wotifGrid th {
	margin: 0;
	padding: 42px 3px 8px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	border: 1px solid #fff;
}
table#wotifGrid td {
	padding: 2px 5px;
	border: 1px solid #fff;
}
table#wotifGrid th.w_name {
	text-align: left;
	background: none;
}
table#wotifGrid td.w_name {
	padding-top: 10px;
	padding-bottom: 10px;
}
table#wotifGrid th.w_distance,
table#wotifGrid td.w_distance {
	color: #8f8f8f;
	text-align: center;
	background: none;
}
th.w_fullrate {
	color: #439dbc;
	text-align: center;
	background: #ececec url(../img/background/w_rate.gif) repeat-x 0 -10px;
}
.w_fullrate {
	background-color: #ececec;
	color: #439dbc;
	text-align: center;
}
th.w_rate {
	color: #fff;
	background: #2c7fba url(../img/background/w_rate.gif) repeat-x 0 -10px;
}
th.w_rate.active {
	color: #fff;
	background: url(../img/background/w_rate_active.gif) repeat-x center top;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
td.w_rate {
	text-align: center;
	background-color: #bee792;
}
table#wotifGrid td.w_rate a {
	color: #000;
	text-decoration: none;
}
td.w_rate.active {
	background-color: #9cd862;
}

td.w_rate.sold {
	font-size: 1px;
	background: #dff4ca url(../img/sold.gif) no-repeat center center;
	text-align: left;
	color: #dff4ca;
}
table#wotifGrid td.w_rate.sold a {
	color: #dff4ca;
}
table#wotifGrid td.w_rate a:hover {
	font-weight: bold;
	color: #0000ff;
}
table#wotifGrid th.w_name,
table#wotifGrid td.w_name,
table#wotifGrid th.w_distance,
table#wotifGrid td.w_distance {
	border-bottom: 1px solid #abda5f;
}
table#wotifGrid tr:hover td.w_name,
table#wotifGrid tr:hover td.w_distance {
	background-color: #f6f6f6;
}
table#wotifGrid tr:hover td.w_fullrate {
	background-color: #e3e3e3;
}
table#wotifGrid tr:hover td.w_rate {
	background-color: #abda5f;
}
table#wotifGrid tr:hover td.w_rate.active {
	background-color: #91c43f;
}
table#wotifGrid tr:hover td.w_rate.sold {
	background-color: #dff4ca;
}
span.w_inclusions {
	position: absolute;
	width: 150px;
	font-size: 11px;
	line-height: 1.1em;
	background-color: #f9fcbc;
	padding: 5px;
	border: 1px solid #000;
	display: none;
	font-weight: normal;
	font-style: normal;
	z-index: 999;
	color: #000;
}
table#wotifGrid td:hover span.w_inclusions {
	display: block;
}
div.w_rating {
	width: 80px;
	height: 16px;
}
.poweredbyWotif {
	display: inline-block;
	width: 117px;
	height: 21px;
	background-image: url(../img/poweredby_wotif.gif);
}
/* END WOTIF */

/*
_______________________________
UPLOAD */

ul#steps {
	float: left;
	padding: .5em 0;
	margin: .5em 0 0 2em;
}
ul#steps li {
	list-style-type: none;
	color: #fff;
	background: url(../img/arrow_ends_w50.png) no-repeat right center;
	padding: 10px 30px 10px 15px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	display: inline;
	margin-right: .2em;
	font-weight: bold;
	font-size: 1.2em;
}
ul#steps li.active {
	color: #000;
	font-weight: bold;
	background: url(../img/arrow_ends_w.gif) no-repeat right center;
}
ul#steps a{
		color:#36c;
}
body#id_upload .yui-t6 #yui-main .yui-b {
	margin-right: 23em;
}
table#upEventType td {
	width: 20%;
	border-left: 10px solid #fff;
	padding: 1em;
	border-bottom: 10px solid #fff;
	}
table#upEventType td.first {
	border-left: none;
}
table#upEventType h3 {
	margin-top: 0;
}
table#e_style td {
	border: none;
	white-space: nowrap;
	padding-top: 0;
}
table.upEvent {
	background-color: #f2ece6;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: .7em;
	width: 100%;

}
table.upEvent tr.formLine td {
	padding-bottom: .5em;
}
table.upEvent th {
	vertical-align: top;
	white-space: nowrap;
	background: none;
	color: #000;
	font-weight: bold;
	text-align: right;
	padding-right: 0;
	width: 120px;
	padding-top: .7em;
	padding-bottom: .7em;
}
table.upEvent td {
	vertical-align: top;
	white-space: nowrap;
	padding-top: .7em;
	padding-bottom: .7em;
}
table.upEvent td table {
	margin: 0;
}
table.upEvent td td {
	padding: 2px;
}
table.upEvent td.head {
	color: #963;
	font-weight: bold;
	background-color: #e5d9cc;
	padding: .5em;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	}
input#upTitle {
	font-size: 1.5em;
	width: 400px;
}
textarea#e_summary {
	height: 80px;
	width: 400px;
}
input#rTitle {
	font-size: 1.5em;
	width: 300px;
}
input#upBusiness {
	font-size: 1.5em;
	width: 500px;
}
.fullWidth {
	width: 100%;
}

#upEventLogo {
	border: 1px solid #ccc;
	background-color: #fff;
	float: left;
	width: 155px;
	padding: 5px;
	text-align: right;
}
#upEventLogoDisplay {
	margin: 5px auto 10px;
	background: url(../img/load.gif) no-repeat center center;
	display: none;
}

table#upRouteList {
	width: inherit;
}
tr.upRoute {
	border-bottom: 1px solid #dddab8;
}
table#upRouteList td.r_title {
	font-size: 1.5em;
	background: url(../img/icon/iconeden/fresh_icon/32x32/124_32x32.png) no-repeat 10px center;
	padding-left: 50px;
}
table#addRide {
	width: 100%;
}
table#addRide td {
	vertical-align: top;
}
td.addRide_col1 {
	padding: 0 20px 0 0;
}
td.addRide_col2 {
	padding: 0 0 0 20px;
}

/* END UPLOAD */

div#pageFoot {
	float: left;
	clear: both;
	border-top: 1px solid #e5d9cc;
	width: 100%;
	text-align: right;
	padding-top: .5em;
}
.mtk-tooltip               {color:black;background-color:white;margin:0;padding:5px;border:1px solid black;z-index:70000;}
ul.rBubble {
	margin: 0;
	padding: 0;
}
ul.rBubble li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li.rBubbleTitle {
	font-size: 1.2em;
	font-weight: bold;
}

table#rr {
	margin-left: -28px;
}
table#rr .first {
	padding-left: 28px;
}
table#rr tr:hover td {
	background-color: #e2fa86;
}
table#rr th,
table#rr td {
	padding: .5em .2em;
}
table#rr td.first {
	background: url(../img/arrow_ends.gif) left center;
}
th.rrDist,
td.rrDist {
	text-align: right;
	width: 1%;
}
th.rrElevation,
td.rrElevation {
	text-align: center;
	width: 1%;
}

#headEvent,
#headevent {
	background: url(../img/icon/iconeden/fresh_icon/32x32/307_32x32.png) no-repeat left center;
	padding-left: 42px;
}
#headTour,
#headtour {
	background: url(../img/icon/iconeden/fresh_icon/32x32/322_32x32.png) no-repeat left center;
	padding-left: 42px;
}
#headRoute,
#headroute {
	margin-bottom: .3em;
	background: url(../img/icon/iconeden/fresh_icon/32x32/124_32x32.png) no-repeat 0 10px;
	padding-left: 42px;
}
#headDir,
#headdir {
	margin-bottom: .3em;
	background: url(../img/icon/iconeden/fresh_icon/32x32/321_32x32.png) no-repeat left center;
	padding-left: 42px;
}
#headUpload {
	margin-bottom: .3em;
	background: url(../img/plus.gif) no-repeat left center;
	padding-left: 40px;
	float: left;
}
#headTitle {
	border-style: none;
	margin: 0;
	padding: 0;
}
#headStyle {
	color: #963;
	font-size: .5em;
}

/* ROUTE MAP */
#editMap {
	width: 100%;
	height: 450px;
}
#routeMap {
	overflow: hidden;
	position: relative;
	height: 100%;
}	
#rmPanelMap {
	width: 645px;
	float: left;
	position: relative;
	background-color: #fff;
}
#rmPanelResults {
	width: 315px;
	float: left;
}
.bigMap #rmPanelMap {
	width: 960px;
}
.bigMap #rmPanelResults {
	display: none;
}
.bigMap a#maptab {
	background-image: url(../img/maptab2.png);
}
.rmHead {
	font-size: 1.3em;
	background-color: #693;
	position: relative;
	padding: .5em .8em;
	color: #fff;
}
#rmPanelMap .rmHead {
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-right: 1px solid #fff;
}
#rmPanelResults .rmHead {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
a#maptab {
	width: 23px;
	height: 29px;
	background-image: url(../img/maptab.png);
	position: absolute;
	right: 0;
	top: 4px;
}

#rmMap {
	position: relative;
}
#rmResults {
	background-color: #fff;
}
ul#rmResultsList {
	margin: 0 0 .5em;
	padding-top: .5em;
}
ul#rmResultsList li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 10px;
	padding: 5px;
}
ul#rmResultsList li:hover {
	cursor:hand;
	margin-left: 0;
	background: #000 url(../img/arrow_ends60.png) no-repeat left center;
	border: none;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	padding-left: 15px;
}
ul#rmResultsList li:hover a {
	color: #fff;
	text-decoration: none;
}
#rmResultsCount {
	padding-bottom: 1em;
	padding-left: 1em;
}
.routeMenuLink {
	margin: 5px 0 5px -18px;
	background: #e5d9cc url(../img/pointedge.gif) no-repeat;
	padding: 10px 10px 10px 30px;
	position: relative;
	font-size: 12px;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}
.routeMenuLink:hover {
	background-color: #ccb299;
	cursor:pointer;
}
.routeMenuLink.active,
.routeMenuLink.active:hover {
	background-color: #ccb299;
	cursor:default;
	padding: 5px 10px 10px 25px;
}
.routeMenuLink div.routeMenuTitle {
	color: #36c;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
.routeMenuLink.active div.routeMenuTitle {
	color:#000;
	text-decoration: none;
	background: url(../img/marker_treadly.png) no-repeat 0 0;
	padding-left: 35px;
	line-height: 18px;
	padding-bottom: 12px;
	padding-top: 8px;
}
#routeMenuElevationWrap {
	padding: 0;
	float: left;
	vertical-align: bottom;
	margin-bottom: 5px;
	background-color: #fff;
	position: relative;
}
#routeMenuElevationLabel {
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#routeMenuElevationWrap a.help {
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 10px;
}

/* button 
---------------------------------------------- */
.button,
input.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 1.1em/100% Arial, Helvetica, sans-serif;
	padding: .5em 1.2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.button.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.button.big {
	font-size: 20px;
	padding: .4em 1.5em .42em;
}
.button.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.button.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
#search .button.small {
	font-size: 11px;
	padding: .4em .4em .5em;
}

/* .button.black */
.button.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.button.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.button.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* .button.gray */
.button.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.button.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.button.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* .button.white */
.button.white {
	color: #606060;
	border: solid 1px #999;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.button.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.button.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* .button.brown */
.button.brown {
	color: #fff;
	border: 1px solid #963;
	background: #b38c66;
	background: -webkit-gradient(linear, left top, left bottom, from(#b38c66), to(#963));
	background: -moz-linear-gradient(top,  #b38c66,  #963);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b38c66', endColorstr='#963');
}
.button.brown:hover {
	background: #a4805d;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4805d), to(#80552a));
	background: -moz-linear-gradient(top,  #a4805d,  #80552a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4805d', endColorstr='#80552a');
}
.button.brown:active {
	color: #e5d9cc;
	background: -webkit-gradient(linear, left top, left bottom, from(#963), to(#b38c66));
	background: -moz-linear-gradient(top,  #963,  #b38c66);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#963', endColorstr='#b38c66');
}

/* .button.orange */
.button.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.button.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.button.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* .button.red */
.button.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.button.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.button.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* .button.blue */
.button.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.button.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.button.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* .button.green */
.button.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.button.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.button.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

a.butt {
	padding: .7em 1em;
	display: block;
	font-size: 1.5em;
	text-decoration: none;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: .5em;
	background: #000 url(../img/highlight_10.png) repeat-x left center;
}
a.butt.active,
a.butt.blue.active,
a.butt.brown.active,
a.butt.green.active,
a.butt.orange.active {
	background-color: #e5d9cc;
	background-image: none;
	color: #000;
}
a.butt:hover {
	background-image: none;
}
a.butt.blue {
	background-color: #0075bb;
}
a.butt.brown {
	background-color: #963;
}
a.butt.green {
	background-color: #693;
}
a.butt.orange {
	background-color: #f60;
}
/* EVENT MAP */

#mapContainer {
	background-color: #cf0;
	width: 948px;
	padding: 6px;
	margin-left: 15px;
}
#mapWrap {
	position: relative;
	background-color: #bfee0a;
}
#mapSearch {
	position: absolute;
	top: 5px;
	right: 285px;
	z-index: 1;
}
#mapSearch input#address {
	border-color: #000;
	width: 160px;
	float: left;
	padding-top: .15em;
	padding-bottom: .15em;
}
#mapSearch input.button {
	padding: .2em .4em;
	font-size: 15px;
	float: left;
}
#map_canvas {
	width: 100%;
	height: 450px;
	z-index: 5;
}
.mapTip {
	background-color: #f2ffbf;
	border: 1px solid #cf0;
	padding: .2em;
	display: none;
}
#mapPromoDetail {
	width: 100%;
	height: 200px;
}

/* END EVENT MAP */

/* MAPINDEX */
div.searchBar {
	position: absolute;
	top: -90px;
	left: 240px;
	z-index: 5;
}
div.searchBar input#address,
div.searchBar input#title {
	width: 270px;
	height: 35px;
	font-size: 20px;
	line-height: 1em;
	padding: 0 90px 0 8px;
	float: left;
	border: none;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
}
div.searchBar input.searchButt {
	float: left;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 35px;
	background: #963 url(../img/searchButt.png) no-repeat center center;
	border: none;
	cursor:pointer;
	cursor:hand;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}
div.searchBar input.searchButt:hover {
	background: #693 url(../img/searchButt.png) no-repeat center center;
}
ul.searchBarCat {
	margin: 0;
	padding: 0;
	background-color: #ccb299;
	z-index: 10;
	position: absolute;
	top: 0;
	right: 50px;
}
ul.searchBarCat li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	list-style-image: none;
	display: none;
	height: 35px;
	width: 75px;
	z-index: 15;
}
ul.searchBarCat li.active,
ul.searchBarCat:hover li {
	display: block;
	z-index: 15;
}
ul.searchBarCat li:hover {
	background-color: #b38c66;
	z-index: 15;
}
ul.searchBarCat li a {
	color: #754e27;
	font-size: 13px;
	line-height: 35px;
	padding: 0 0 0 12px;
}
ul.searchBarCat li.active a {
	background: url(../img/arrow_showhide.gif) no-repeat 0 -70px;
}
ul.searchBarCat li:hover a {
	color: #fff;
background: url(../img/arrow_showhide.gif) no-repeat left center;
}

#mapWrapIndex {
	position: relative;
	background-color: #ccb299;
	padding: 5px 12px 12px;
	z-index: 1;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
body.pgHome #mapWrapIndex{
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	background-color: #cf0;
}
#mapWrapIndex #map_canvas {
	height: 300px;
	z-index: 2;
}
div#mapFilter {
	background-color: #e5d9cc;
	background-image: none;
	margin: 0;
	padding: 15px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	}
div#filterPrefs {
	background-color: #9c0;
	padding: 15px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	text-align: center;
}
div#filterPrefs.active {
	background-color: #ccb299;
	text-align: left;
}
div#mapFilter h3 {
	margin: 0;
	padding-bottom: 0;
}
div#mapFilter h4 {
	margin: 0;
	color: #963;
	padding-top: .5em;
}
table#mapFilterInfo td {
	text-align: left;
	background: none;
	vertical-align: top;
	padding: 0;
}

table#mapFilterInfo select {
	width: 100%;
}
div.filterCategory {
	background-color: #d6c3ad;
	padding: 5px;
	margin-top: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


table#searchStrapInfo {
	margin: 0;
	padding: 0;
}
#p_category {
	font-size: 1.2em;
}

/* ROUTE MAP */

div#map_wrapper {
	background-color: #ccb299;
	padding-bottom: 2px;
}
div#map_wrapper #map_canvas {
	width: 610px;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
}
ul#mapTools {
	background-color: #ccb299;
	overflow: hidden;
		-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	padding-top: 5px;
	padding-bottom: 4px;
	margin: .5em 0 0;
}
ul#mapTools li {
	margin: 0 5px 0 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	float: left;
	color: #963;
}
ul#mapTools li.first {
	padding: 5px 10px 5px 15px;
}
ul#mapTools li a {
	padding: 5px 10px 5px 22px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	float: left;
	background-color: #b38c66;
}
ul#mapTools li a:hover {
	background-color: #963;
	color: #e5d9cc;
}
ul#mapTools li a.active,
ul#mapTools li a.active:hover {
	background-color: #f60;
	color: #fff;
}

a#draw_magnetic {
	background: url(../img/maptools_magnetic.png) no-repeat left center;
}
a#draw_straight {
	background: url(../img/maptools_straight.png) no-repeat left center;
}
a#points_undo {
	background: url(../img/maptools_undo.png) no-repeat left center;
}
a#points_undo:active,
a#points_undo:focus {
	background-color: #f60;
	color: #fff;
}

/* END ROUTE MAP */

/* DIRECTORY MAP */

#dirMap {
	background-color: #e5d9cc;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#dirMap #map_canvas {
	width: 280px;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
}

/* END DIRECTORY MAP */

div.multiField {
	position: relative;
	border-bottom: 1px solid #e5d9cc;
}
div.multiField input {
	margin-bottom: 5px;
	margin-top: 5px;
}
a.removeFields {
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: url(../img/icon/mini8/delete.png) no-repeat left center;
	padding-left: 10px;
}

a.addMoreFields {
	margin-top: .5em;
	float: left;
	clear: both;
	background: url(../img/icon/mini/add.png) no-repeat left center;
	padding-left: 16px;
}

/* TimeEntry styles */
.timeEntry_control {
	vertical-align: middle;
	margin-left: 2px;
}
* html .timeEntry_control { /* IE only */
	margin-top: -4px;
}


/* START EVENT DETAILS */

#er .ui-accordion-content {
	padding-top: 0;
}
#er .ui-state-default,
#er .ui-widget-content,
#er .ui-state-active {
	border-color: #e5d9cc;

}
#er .ui-state-hover {
	background-color: #f2fdc7;
}

#eventWhen {
	font-size: 2em;
	background: url(../img/icon/treadly/t-icon_calendar.png) no-repeat left center;
	padding-left: 40px;
	line-height: 38px;
	margin-bottom: .2em;
}
#eventWhen a.datepop {
	font-size: 15px;
}
#eventWhere {
	font-weight: bold;
}
#eventWhere .head2 {
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
}
#eventMap {
	padding: 5px 10px 10px;
	background-color: #ccb299;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	text-align: left;
	overflow: hidden;
}
div#widgetLink a {
	color:#36c;
	line-height: 1em;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
}
#TicketReg.panel_body {
	border-bottom-style: solid;
	border-bottom-color: #d5d5d3;
}
.ticket_table {
	width: 100%;
	background-color: #fff
}

.ticket_table_style {
	border-color: #d5d5d3;
	border-style: solid;
	border-width: 1px
}

.ticket_table
.fine {
	padding-bottom: 2px
}

.ticket_table
td {
	border-bottom: 1px solid #d5d5d3;
	padding: 5px
}

.ticket_table_head {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #5e5e5e;
	background: #efefef;
	padding: 1px
}

.ticket_table_head
a {
	color: #5e5e5e}

.ticket_table_foot {
	background: #efefef
}
td.ttType {
	
}
td.ttRemain,
td.ttSales,
td.ttPrice,
td.ttQuantity {
	width: 70px;
	white-space: nowrap;
}
td.ttRemain,
td.ttSales {
	text-align: center;
}
td.ttPrice,
td.ttQuantity {
	text-align: right;
}
#e_details {
	margin-bottom: 1em;
}
#organiser {
	margin-bottom: 2em;
}
#organiser h3 {
	margin: 0;
}
ul.eLinks  {
	padding: 0;
	margin: 0;
}
ul.eLinks li {
	list-style-type: none;
	padding-left: 36px;
	line-height: 36px;
}
ul.eLinks li a {
	font-size: 1.4em;
	font-weight: bold;
}
#eLinkRegister {
	background: url(../img/org_url.gif) no-repeat left center;
}
li#eLinkEmail {
	background: url(../img/icon/treadly/t-icon_email.png) no-repeat left center;
}
#eLinkWeb {
	background: url(../img/icon/treadly/t-icon_web.png) no-repeat left center;
}
a#e_tools {
	display: block;
	background-color: #e5d9cc;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	font-size: 11px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#e_description h1,
#d_description h1,
#e_description h2,
#d_description h2,
#e_description h3,
#d_description h3,
#e_description h4,
#d_description h4,
#e_description h5,
#d_description h5,
#e_description h6,
#d_description h6 {
	font-weight: bold;
	line-height: 1.2em;
	margin: 1em 0 .25em;
	border-style: none;
}


#e_description h1,
#d_description h1 {
	font-size: 30px;
}
#e_description h2,
#d_description h2 {
	font-size: 24px;
}
#e_description h3,
#d_description h3 {
	font-size: 18px;
}
#e_description h4,
#d_description h4 {
	font-size: 16px;
}
#e_description h5,
#e_description h6,
#d_description h5,
#d_description h6 {
	font-size: 15px;
}
#e_description table,
#d_description table  {
	border-collapse:collapse;
	width: inherit;
}
#e_description th,
#e_description td,
#d_description th,
#d_description td {
	padding: .5em;
	border: 1px solid #000;
	vertical-align: top;
}

/* END EVENT DETAILS */

table#advertiseProducts tr {
	border-bottom: 1px solid #dddab8;
}
table#advertiseProducts td.first {
	width: 1%;
}
table#advertiseProducts h3 {
	margin-bottom: .3em;
	font-size: 2em;
}
table#adProductsRates {
	width: 100%;
}
table#adProductsRates th {
	vertical-align: top;
}
table#adProductsRates tr.level2 th {
	vertical-align: top;
	line-height: 1em;
	padding-top: 0;
	color: #963;
	font-weight: normal;
	font-style: normal;
}
table#adProductsRates td {
	border-bottom: 1px solid #000;
	padding-left: .5em;
	width: 1%;
	white-space: nowrap;
}
table#adProductsRates td.no {
	background: url(../img/icon/iconeden/fresh_icon/16x16/199_16x16.png) no-repeat center center;
}
table#adProductsRates td.yes {
	background: url(../img/icon/iconeden/fresh_icon/16x16/113_16x16.png) no-repeat center center;
}
table#adProductsRates h3 {
	margin-top: .5em;
}

table#dirList th {
	background-color: #ccb299;
	color: #963;
}
table#dirList h3 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

table#promoInfo {
	margin-bottom: 1em;
	border-bottom: 2px solid #b38c66;
}
table#promoInfo tr {
	border-bottom: 1px solid #e5d9cc;
}
table#promoInfo th {
	text-align: right;
	white-space: nowrap;
	width: 1%;
	vertical-align: top;
	background: none;
}
.pDate {
	color: #8f8f8f;
	font-style: italic;
	font-size: 11px;}
body#id_events_detail h1 {
	margin-top: 0;
	margin-bottom: .1em;
}
a.linkDetails {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color:#99c;
}
table.media td {
	padding: 1em;
	border-bottom: 1px solid #e5d9cc;
}
div#notify {
	border: 2px solid #000;
	margin: 1em;
	width: 500px;
}
div#notifyHead {
	padding: 1.5em;
	background: #f5f5f5 url(../img/icon/iconeden/fresh_icon/64x64/141_64x64.png) no-repeat 420px 20px;
	border-bottom: 1px solid #ececec;
}
div#notifyHead strong {
	width: 80px;
	float: left;
}
div#notifyBody {
	padding: 0 1.5em;
}
div.addthis_toolbox {
	background-color: #ccb299;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	z-index: 999;
	padding: .7em 1em 0;
}
body.pgCycling div.addthis_toolbox {
	padding-bottom: .5em;
	padding-top: .7em;
	background-color: #f2ece6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.addthis_toolbox .tag {
	float: left;
	margin-right: .5em;
}
div#socialShare {
	margin-left: 1em;
	float: left;
	margin-top: 1em;
}

ul.directory-url {
	padding: 0;
	margin: 0;
}
ul.directory-url li {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px solid #e5d9cc;
	padding-top: .5em;
	padding-bottom: .5em;
}
ul.directory-url a {
	font-size: 1.3em;
	background: url(../img/link.gif) no-repeat right top;
	padding-right: 10px;
}
div.featureHere {
	padding: 10px 10px 10px 60px;
	border-top: 1px solid #cf0;
	border-bottom: 1px solid #cf0;
	margin-bottom: .5em;
	background: #f2fdc7 url(../img/icon/iconeden/fresh_icon/48x48/148_48x48.png) no-repeat 5px 10px;
}
div.featureHere h3 {
	margin-top: 0;
	font-weight: bold;
}

/* START MAP RESULTS LIST */

div#resultList table#featured h3 {
	margin: 0;
	font-weight: bold;
}
div#resultList table#list h3 {
	margin: 0;
}
div#resultList td.date {
	white-space: nowrap;
}
div#resultList td.marker {
	white-space: nowrap;
	width: 1%;
	padding-right: 0;
}
table#buy {
	margin-bottom: .5em;
}
table#buy tr {
	border-bottom: 1px solid #ccb299;
}
table#buy .price {
	text-align: right;
}
table#buy .total {
	font-weight: bold;
	font-size: 1.2em;
	border-top: 2px solid #ccb299;
	border-bottom: 2px solid #ccb299;

}
table#contactUs {
	width: 900px;
	margin-top: 2em;
}
table#contactUs td {
	vertical-align: top;
	border-left: 1px solid #e5d9cc;
	padding: 2em;
}
.adminPanel {
	padding: 15px;
	border: 1px solid #cf0;
	margin-top: 2em;
	background: #f2fdc7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.adminPanel h1,
.adminPanel h2,
.adminPanel h3
{
	margin: 0;
}

#mainPic {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
	text-align: center;
	font-size: .8em;
}
#createAccountBanner {
	background-color: #9c0;
	padding: 2em 2em 2em 3em;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
#createAccountBanner a.button {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-top: .5em;
}
#createAccountBanner h3 {
	margin-top: 0;
}
body#id_createAccount #createAccountBanner {
	display: none;
}
ul#geoList {
	padding: 0;
	margin: 0;
}
ul#geoList li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}
ul#geoList a {
	width: 190px;
	float: left;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #e5d9cc url(../img/arrow_touch.png) no-repeat right center;
}
ul#geoList a:hover {
	background-color: #963;
	color: #fff;
	text-decoration: none;
}

.iconpic {
	width: 120px;
	height: 80px;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* DISQUS */

body #dsq-content h3 {
	margin-bottom: .2em;
}
table#profilePicDash {
	background-color: #f2ece6;
	margin-left: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	overflow: hidden;
	border: 15px solid #f2ece6;
	width: 280px;
}
td#profilePic {
	width: 120px;
	height: 120px;
	background: #ccb299 url(../img/profiledefault.png) no-repeat center center;
}
table#profilePicDash td {
	vertical-align: bottom;
	padding: 0 0 0 10px;
}

.plusR {
	display: inline;
	background-color: #000;
	color: #fff;
	padding: .15em .3em .1em;
	border-bottom: 4px solid #963;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
}
.plusR strong {
	color: #cf0;
}
.plusR em {
	color: #963;
	font-weight: normal;
	font-style: normal;
}

#editMemberPref {
	padding: .3em 1.5em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	float: right;
	background: #e5d9cc url(../img/lowlight_5.png) repeat-x left center;
	border-bottom: 2px solid #ccb299;
}
#e_finished {
	margin: 0;
	padding: 0;
}
#e_finished_status {
		float: right;
	background: url(../img/share_counter.png) no-repeat right center;
	width: 117px;
	height: 20px;
	list-style-type: none;
}
#e_finished_count {
	float: right;
	width: 33px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
img.mapIcon {
	background-color: #e5d9cc;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#editTools {
	background-color: #f2ece6;
	padding: 2em;
	margin-top: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: none;
}
#editTools h4 {
	color: #963;
}

/* ---------------------------- */
/* AUTOSUGGEST	*/

.autoSuggest {
	font-size: 1em;
	line-height: 1em;
}
.autoSuggest th {
	text-align: right;
	background: none;
	padding: .2em;
}
.autoSuggest td {
	position: relative;
	padding: .2em;
}
.suggestionsBox {
	position: absolute;
	bottom: 0;
	z-index: 999;
	top: 2.1em;
}
.suggestionList {
	margin: 0;
	padding: 0;
}
.suggestionList ul {
	margin: 0;
	background-color: #f2ece6;
	border-right: 1px solid #e5d9cc;
	border-left: 1px solid #e5d9cc;
	border-bottom: 1px solid #ccb299;
	padding: 3px 0 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius:  0 0 5px 5px;
}
.suggestionList ul li {
	list-style:none;
	margin: 0px;
	cursor: pointer;
	padding: .3em;
	width: 9.8em;
}
.suggestionList ul li:hover {
	background-color: #e5d9cc;
	color:#000;
}
.autoSuggest input {
	width: 10em;
	padding: .2em;
}
.autoSuggest input.button {
	padding: .5em;
	width: 9.5em;
}
.autoSuggest .load {
	background: url(../img/load_small.gif) no-repeat right center;
}

