@charset "UTF-8";
/* CSS Document */

/**
 * LANDING PAGE LISTS
 */
div.landing_heading{
	height:214px;
	width:691px;
	margin: 0;
	padding: 0;
	margin-bottom:20px;
}
div.landing_heading h1{
	float:left;
	display:inline;
	width: 277px;
	margin: 0;
	padding: 0;
}
div.landing_heading h1 img {
	display: block;
	margin: 0;
	padding: 0;
}
div.landing_heading div.landing_caption{
	float:left;
	display: inline;
	height:190px;
	width:372px;
	overflow: hidden;
	margin: 0;
	padding: 24px 20px 0 20px;
	/*padding:24px 20px 0;*/
	text-align:left;
	background:#666;
	color:#fff;
}
div.landing_heading div.landing_caption p{
	font-size:14px;
	line-height:18px;
	margin-bottom:1em;
}
div.landing_heading div.landing_caption p.teaser_header{
	margin-bottom:.5em;
}
div.landing_heading div.landing_caption p.teaser_header_link{
	font-size:11px;
	line-height:1em;
	padding-right:8px;
	width:auto;
}

/** email subs **/
div.list-wrapper {
    width: 475px;
}

/**
 * SIDEBAR
 */
div.panel_sidebar{
	float:right;
	display:inline;
	width:190px;
	overflow:hidden;
	padding:12px;
	color:#fff;
}
div.panel_sidebar_simple{
	float:right;
	display:inline;
	width:215px;
	overflow:hidden;
	padding:4px 0 0 0px;
	margin: 85px 0 15px 0;
	color:#fff;
}

div.panel_sidebar h2 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

div.panel_sidebar_simple h2 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 0 4px 12px;
}

div.panel_sidebar_simple .secondary2_bg {
    padding: 10px 12px 10px 12px;
}

div.panel_sidebar fieldset{
	border-width:0;
	margin:1em 0;
	padding:10px;
}
div.panel_sidebar_simple fieldset{
	border-width:0;
}

div.panel_sidebar fieldset label{
	display:block;
	margin-bottom:3px;
}
div.panel_sidebar fieldset select{
	display:block;
	width:100%;
	margin-bottom:10px;
}
div.panel_sidebar fieldset ul,
div.panel_sidebar fieldset li{
	list-style-type:none;
	font-weight:bold;
}
div.panel_sidebar fieldset li{
	margin-bottom:5px;
	line-height:18px;
}
div.panel_sidebar fieldset li span.list_info{
	display:block;
	padding-left:7px;
	font-weight:normal;
}
div.panel_sidebar fieldset li span.list_info .delete{
	color:#fff;
}
div.panel_sidebar fieldset input.txt{
	display:block;
	margin-bottom:5px;
}
div.panel_sidebar p{
	margin:.5em 0;
}

/**
 * TRAVEL LIST PANEL
 */
div.travel_list h3 {
	font-size: 14px;
}

div.search_travel_lists  {
    margin-bottom: 12px;
    padding: 12px 10px;
    text-align: center;
}

div.search_travel_lists p  {
    color: #ffffff;
    display: inline;
    font-family: Arial;
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 14px;
}

div.search_travel_lists input.search_site_text {
	padding: 1px 4px;
	width: 225px;
}
	
div.search_travel_lists input.search_site_go {
	position: relative;
	top: 6px;
	left: 2px;
}

div.panel_travel_lists{
	width:460px;
	overflow:hidden;
	margin:0 20px 0 0;
}
div.panel_travel_lists h2.list_title {
	background: #666;
	color: #fff;
	padding: 3px 5px;
	font-size: 12px;
	margin-bottom: 10px;
}
div.panel_travel_lists div.author_profile {
	background: #F2F2F2;
	padding: 10px;
	margin-bottom: 10px;
}
div.panel_travel_lists div.author_profile h3 {
	padding-bottom: 5px;
}
div.panel_travel_lists div.list_search{
	width:420px;
	overflow:hidden;
	margin-bottom:20px;
	padding:20px;
	background:transparent url(/images/travel-lists/bg_grey_hatch.gif);
}
div.panel_travel_lists div.travel_list {
	padding-bottom: 10px;
}
div.panel_travel_lists div.travel_list p {
	font-size: 1.2em;
	line-height: 1.4em;
}
div.panel_travel_lists div.travel_list p.author {
	font-style:italic;
	font-size: 1em;
	padding-bottom: 3px;
}
div.panel_travel_lists div.list_search h2{
	float:left;
	padding:3px 0;
}
div.panel_travel_lists div.list_search fieldset{
	float:left;
	display:inline;
	margin-left:10px;
	border-width:0;
}
div.panel_travel_lists div.list_search fieldset *{
	display:block;
	float:left;
}
div.panel_travel_lists div.list_search fieldset .go{
	margin-left:5px;
}

div.panel_travel_lists div.recent_lists h2{
	border-bottom:1px solid #a2a2a2;
	padding-bottom:10px;
}

/*
 * CONTENT BLURB PANEL
 */
div.panel_blurb
{
    clear:right;
    float:right;
    padding:16px 12px 12px 12px;
    width:190px;
}
div.panel_blurb h3
{
    font-size:14px;
    margin-bottom:.5em;
}    
div.panel_blurb p,
div.panel_blurb ul{
    margin-bottom:.75em;
}
div.panel_blurb .link_list a
{
    background-position:0px 3px;
    padding-left:9px;
}

/**
 * LIST ITEMS
 */
div.recent_lists div.travel_list{
	width:416px;
	border:2px solid #fff;
	padding:8px 20px 12px;
	background-color:#fff !important;
}
div.recent_lists div.striped{
	border-color:#e5e5e5;
	background-color:#e5e5e5 !important;
}

/**
 * TRAVEL LISTS
 */
div.list-header div.left {
	float:left;
	display: inline;
	width:469px;
}

div.list-header div.right {
	float:right;
	display: inline;
	width:205px;
}

div.heading_container div.list-buttons {
	background: #fff;
	float: right;
	display: inline;
	height: 20px;
	padding: 7px 5px 0 10px;
	overflow: hidden;
}

div.heading_container div.list-buttons ul {
	
}

div.heading_container div.list-buttons ul li {
	list-style: none;
	display: inline;
	color: #4c4c4c;
}

div.heading_container div.list-buttons ul li a {
	color: #4c4c4c;
	padding-left: 15px;
	margin-right: 10px;
}

div.heading_container div.list-buttons ul li a.help {
	background: url(/images/shared/help_icon.gif) no-repeat left center;
	padding-left:12px;
}

div.heading_container div.list-buttons ul li a.print {
	background: url(/images/shared/print_icon.gif) no-repeat left center;
}

div.heading_container div.list-buttons ul li a.share {
	background: url(/images/shared/share_icon.gif) no-repeat left center;
}

div.heading_container div.list-buttons ul li a.rss {
	background: url(/images/shared/rss_icon.gif) no-repeat left center;
	margin-right: 5px;
}

div.heading_container div.list-buttons ul li a.email {
	background: url(/images/shared/email_icon.gif) no-repeat left center;
	margin-right: 5px;
}

div.list-header {
	padding-bottom: 10px;
}

div.list-header h2 {
	text-transform: uppercase;
}

div.list-header p.author {
	padding-bottom: 10px;
}

div.list-header p.description {
	padding-bottom: 10px;
}

div.list-header div.right ul {
}

div.list-header div.right ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 5px;
}

div.list-header div.right ul li a.delete {
	padding-left: 15px;
	background: url(/images/shared/delete_icon.gif) no-repeat left center;
}

div.list-header div.right ul li a.edit {
	padding-left: 15px;
	background: url(/images/shared/edit_list_icon.gif) no-repeat left center;
}

div.list-header div.right ul li span.visibility {
	padding-left: 15px;
	background: url(/images/shared/person_icon.gif) no-repeat 1px center;
}

div.list-items {
	width: 100%;
	overflow:hidden;
	position: relative;
	padding-bottom:10px;
}
div#content>div.list-items{
    padding-bottom:0;
}

div.list-items div.item {
	float: left;
    clear: both;
	display: inline;
	position: relative;
	width: 604px;
	overflow: hidden;
	margin-bottom: 10px;
	padding:0 0 3px 3px;
	background: #fff url(/images/travel-lists/item_shadow.gif) repeat-y 0 0;
}

div.list-items div.item div.item-inner {
    min-height:93px;
	width:469px;
	overflow:hidden;
	border: 1px solid #676767;
	padding:1px;
	background: #fff;
	z-index:500;
}

div.list-items div.item div.no-item-inner {
	width:442px;
	overflow: hidden;
	border: 1px solid #676767;
	padding: 15px;
	background: #fff;
}

div.no-item-inner-left {
    float: left;
    margin: 5px 15px 5px 0;
    width: 200px;
}

div.no-item-inner-right {
    float: left;
    margin: 5px 0px 5px 0;
    width: 200px;
}

div.no-item-inner-left li
{
    list-style-type:none;
}

#no-item-inner-search {
    display:inline;
    height:35px;
    margin-top:0;
    text-align:center;
}

* html #no-item-inner-search { /* IE 6 hack to fix padding amount on search span */
	padding: 3px 7px 7px 7px;
	position: relative;
	top: 3px;
}
	
/* safari hack to fix bottom-padding amount on search span */
html[xmlns*=""] body:last-child #no-item-inner-search { 
	padding: 15px 10px 10px 10px;
	vertical-align: bottom;
}

#no-item-inner-search input.search_site_text {
	padding: 1px 4px;
	width: 127px;
}
	
#no-item-inner-search input.search_site_go {
	position: relative;
	top: 6px;
	left: 2px;
}
	
* html #no-item-inner-search input.search_site_go {
	top: 4px;
}

div.list-items div.item div.primary1_border_with_arrow{
    padding:0;
}

div.list-items div.item div.item-inner div.item-header {
	padding: 10px;
}

/* pagination */
div.pageinfo {
    width: 460px;
    text-align: right;
    margin: 5px 0;
}
div.pagination {
    /*width: 460px;*/
    text-align: center;
    /*border-top: 1px solid #A2A2A2;    
    padding-top: 10px;
    margin-top: 12px;*/
}
div.pagination ul {
    list-style: none outside none;
}
div.pagination li {
    display: inline;
    font-weight: bold;
    margin: 0 5px 0 5px;
}

/* 
 * EDIT COMMENTS JQ ELEMENTS
 */
div.list-items div.item div.item-inner textarea{
    display:block;
    width:435px;
    margin:0 10px 5px;
    border:1px solid #c1c1c1;
    padding:5px;
}

/* buttons */
div.list-items div.item div.item-inner a.button{
    float:right;
    display:block;
    margin:0 10px 10px 0;
    border-left:2px solid #c1c1c1;
    border-bottom:2px solid #c1c1c1;
    padding:.5em .75em;
    font-size:10px;
    font-weight:bold;
    line-height:1em;
    color:#fff;
    background-color:#59A31D; /* MAKE DEPENDENT ON SEASON */
}

div.list-items div.item div.item-inner a.button:hover{
    text-decoration:none;
}

div.list-items div.item div.item-description {
	padding: 0 10px 10px;
	width: 447px;
	overflow: hidden;
}

div.list-items div.item div.primary1_border_with_arrow div.item-description {
	padding: 0 10px 10px;
	width: 447px;
	overflow: hidden;
}

div.list-items div.user-location div.item-description {
	font-style: italic;
	min-height: 25px;
}

div.list-items div.item div.item-description img 
{
    float: left;
	display: inline;
	margin-right: 10px;
}

div.list-items div.item div.user-comment {
	padding: 10px;
	background: #fff url(/images/shared/bg_menu.gif);
}

div.list-items div.item div.user-comment strong {
	font-style: normal;
}
div.list-items div.item div.user-comment span{
	font-style: italic;
}

div.list-items div.user-location div.detail-bar {
	padding: 5px 10px;
	width: 449px;
	overflow: hidden;
	color: #fff;
}

div.list-items div.user-location div.detail-bar a.detailsLink {
	float: left;
	display: inline;
	color: #fff;
	padding-left: 8px;
	background: url(/images/shared/tiny_white_forward.gif) no-repeat left center;
}

div.list-items div.user-location div.detail-bar span.author {
	float: right;
	display: inline;
}

div.report a {
	padding-left: 10px;
	background: url(/images/shared/arrow_link.gif) no-repeat left center;
}

div.item div.edit {
	position: absolute;
	left: 476px;
	top:3px;
	width: 132px;
	background-color:#fff;
}

div.item div.edit div.edit-inner {
	width: 117px;
	border: 1px solid #676767;
	border-left: 0;
	padding: 5px 5px 5px 8px;
}

div.item div.edit p.dragHandle {
	padding: 5px 10px 5px 15px;
	text-align: center;
	background: url(/images/travel-lists/sort_icon.gif) no-repeat 10px center;
	cursor:n-resize;
}

div.item div.edit ul {
	padding:  10px 10px 5px;
	margin: 0;
	background: #f1f1f1;
}

div.item div.edit ul li {
	list-style: none;
	padding: 0 0 5px 0;
}

div.item div.edit ul li a.edit {
	padding-left: 15px;
	background: url(/images/travel-lists/edit_icon_grey_bg.gif) no-repeat left center;
}
div.item div.edit ul li a.disabled{
    color:#ccc;
    cursor:default;
}
div.item div.edit ul li a.disabled:hover{
    text-decoration:none;
}
div.item div.edit ul li a.remove {
	padding-left: 15px;
	background: url(/images/travel-lists/remove_icon_grey_bg.gif) no-repeat left center;
}

div.item div.edit div.edit-shadow {
	background: #ccc;
	height: 3px;
	width:128px;
	clear:both;
	overflow:hidden;
	text-indent:-999em;
}

div.item img.knockout{
    position:absolute;
    display:block;
    height:3px;
    width:3px;
    top:0;
    left:0;
}

div.create-new-item {
    clear:both;
	width:445px;
	overflow: hidden;
	padding: 17px 15px 15px;
}

div.create-new-item p {
	padding-bottom: 10px;
}

div.create-new-item h3 {
	clear:both;
	padding-bottom: 10px;
	font-size: 12px;
}

div.create-new-item a.new {
	display: block;
	float:left;
	position: relative;
	top:0;
	left:0;
	margin-bottom: 10px;
}

div.create-new-item a.new div.new-shadow {
	background: #000;
	opacity: 0.4;
	filter:alpha(opacity=40); /* IE6 HACK */
	width: 189px;
	height: 24px;
}

div.create-new-item a.new img {
	position: absolute;
	bottom: 1px;
	left: 1px;
    display:block;
	border: 1px solid #797979;
}

#content div.create-new-item div.items-exist {
	width: 202px;
	float: right;
}

#content div.create-new-item div.items-exist div.inner {
	background: #fff;
	padding: 10px;
	border: 1px solid #666;
}

div.create-new-item div.items-exist div.inner ul li {
	list-style: none;
	padding-bottom: 10px;
}

div.create-new-item div.items-exist div.inner ul li a.non_standard_link {
	font-weight: bold;
}

div.create-new-item div.items-exist div.inner ul li a.addLink {
	font-size: 0.9em;
	padding-left: 10px;
	background: transparent url(/images/shared/small_plus.gif) no-repeat left center;
}

div.create-new-item .new-item-form {
	margin-right: 10px;
	width: 215px;
}

div.create-new-item .new-item-form label.top {
	display: block;
	margin-bottom: 3px;
}

div.create-new-item .new-item-form input.text,
div.create-new-item .new-item-form textarea {
	width: 211px;
	border: 1px solid #b9c2c5;
	border-top: 1px solid #717171;
	margin-bottom: 5px;
	padding: 1px;
}

div.create-new-item .new-item-form textarea {
	height: 75px;
}

div.create-new-item .new-item-form label.dateLabel {
	width: 60px;
	float: left;
	display: inline;
	line-height: 1.5em;
	clear: left;
}

div.create-new-item .new-item-form .ec_mini_calendar {
	padding-bottom: 3px;
	float: left;
	display: inline;
}

div.create-new-item .new-item-form br {
	clear: left;
}

div.create-new-item .new-item-form input.saveButton {
	clear: left;
}

div#content div.intro {
	padding: 0 20px 20px;
	width: 470px;
}

div#content div.expandable {
	padding-bottom: 2px;
}

div#content div.expandable div.header {
	padding: 2px 10px;
}

div#content div.expandable div.header a {
	padding-left: 10px;
	font-weight: bold;
}

div#content div.closed div.header a {
	background: url(/images/shared/small_white_forward.gif) no-repeat 2px center;
}

div#content div.open div.header a {
	background: url(/images/shared/small_white_down.gif) no-repeat left center;
}

div#content div.expandable div.content {
	padding: 10px 0;
}

div#content div.expandable div.content p {
	width: 470px;
	padding: 0 0 10px 20px;
}

div.account-form {
	background: #f2f2f2;
	width: 430px;
	padding: 20px;
}

.account-form div.spacer {
	clear: both;
	height: 20px;
	width: 100%;
	display: block;
	float: none;
}

.account-form label.label-left {
	float: left;
	display: inline;
	clear: left;
	padding: 0 5px 5px 0;
	width: 90px;
}

.account-form input.text-input,
.account-form select,
.account-form textarea {
	float: left;
	display: inline;
	margin-bottom: 5px;
	width: 214px;
	padding: 0;
}

.account-form textarea {
	height: 75px;
}

.account-form input.text-input,
.account-form textarea {
	border: 1px solid #c8c8c8;
	border-top: 1px solid #717171;
}

.account-form input.submit {
	display: block;
	margin-left: 95px;
	clear: both;
}

.account-form div.captcha {
	padding-left: 95px;
}


.form-errors {
	padding: 10px 20px 5px;
	width: 430px;
	margin-bottom: 10px;
}

.form-errors  ul {
	margin: 0;
	padding: 0;
}

.form-errors  ul li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
}

div.acceptTermsOfUse {
	clear: left;
	padding: 0 0 0 95px;
}

#recaptcha_widget_div {
	clear: both;
}

.login div.form-body label.label-left {
	float: left;
	display: inline;
	clear: left;
	width: 95px;
	padding: 0 5px 5px 0;
}

.login div.form-body label.label-right {
	float: left;
	display: inline;
}

.login div.form-body label.label-full {
    float: none;
    margin-bottom:8px;
    margin-left:100px;
    display: block;
    clear: both;
}

.login div.form-body input.text-input {
	float: left;
	display: inline;
	width: auto;
	padding: 0;
	margin: 0 0 5px 0;
	border: 1px solid #c8c8c8;
	border-top: 1px solid #717171;
}

.login div.register input.text-input {
	width: 214px;
}

.login div.form-body input.check {
	margin: 0 5px 5px 100px;
	float: left;
	display: inline;
	clear: left;
}

.login div.form-body div.section {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 10px 0 5px;
}

.login div.add-item div.section {
	padding: 10px 20px 5px;
}

.login div.form-body input.submit {
	display: block;
	margin-left: 100px;
}

.login div.form-body div.links {
	padding: 15px 0 0;
}

.login div.form-body div.links p {
	padding-bottom: 5px;
}

.login div.captcha {
	float: left;
	display: inline;
	width: 314px;
	padding: 0;
	margin: 0;
}

.login div.captcha img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0;
}

.login textarea {
	width: 414px;
	height: 100px;
	margin-bottom: 10px;
	border: 1px solid #c8c8c8;
	border-top: 1px solid #717171;
}

.login textarea.description {
	width: 314px;
	height: 100px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

.login h3 {
	padding-bottom: 3px;
}

.login div.item-added div.links ul {
	margin: 0;
	padding: 0;
}

.login div.item-added div.links ul li {
	list-style: none;
}

.login div.item-added div.links ul li a {
	padding-left: 10px;
	background: url(/images/shared/arrow_link.gif) no-repeat left center;
}

.login p.lower-label {
	padding: 0 0 10px 100px;
}

.login div.radio {
	padding: 0 0 10px 100px;
}

.login div.radio label {
	padding-right: 10px;
}

.login label.label-add-to-list {
	text-transform: uppercase;
	padding-right: 5px;
}

.login label.bold {
	font-weight: bold;
}

.login label {
	font-size: 11px;
}

.login div.update label.label-left {
	width: 110px;
}

.login div.update input.text-input,
.login div.update textarea.text-input {
	padding: 0;
	width: 299px;
}

.login div.update textarea.text-input {
	width: 299px;
}

div.itemExists {
	background: transparent url(/images/travel-lists/bg-tooltip-top.png) no-repeat top left;
	position: absolute;
	width: 229px;
	padding: 0;
	font-size: 11px;
	text-align: left;
	z-index: 900;
}

div.itemExists div.inner {
	padding: 10px 10px 15px 20px;
	background: transparent url(/images/travel-lists/bg-tooltip-bottom.gif) no-repeat bottom right;
}

div.itemExists div.inner div.head {
	width: 100%;
	overflow: hidden;
	text-align: right;
}

div.itemExists div.inner div.head a.close {
	color: #666;
	padding-right: 10px;
	background: transparent url(/images/travel-lists/icon-close.gif) no-repeat right center;
}

div.itemExistsShadow {
	background: transparent url(/images/travel-lists/bg-tooltip-shadow.gif) no-repeat top right;
	position: absolute;
	margin-left: -2px;
	margin-top: 2px;
	z-index: 899;
	width: 229px;
}

div.itemExistsShadow[class] {
	background: transparent url(/images/travel-lists/bg-tooltip-shadow.png) no-repeat top right;
}

div.itemExists div.inner p
{
    margin: 7px 0;
}

div.itemExists div.inner ul li
{
    margin-bottom: 5px;
    list-style-type: none;
}

div.itemExists div.inner ul li a.non_standard_link {
	font-weight: bold;
}

div.itemExists div.inner ul li a.addLink {
	font-size: 0.9em;
	padding-left: 10px;
	background: transparent url(/images/shared/small_plus.gif) no-repeat left center;
	
}

a.disabled
{
    cursor: default;
    color: #AAA;
}

a.disabled:hover
{
    text-decoration: none;
}

div.heading_container div.list-buttons ul li a.share.disabled 
{
    background: url(/images/shared/share_icon_disabled.gif) no-repeat left center;
}

div.heading_container div.list-buttons ul li a.rss.disabled 
{
    background: url(/images/shared/rss_icon_disabled.gif) no-repeat left center;
}

div.create-new-item div.items-exist div.inner ul li a.addLink 
{
    color: #333;
}

div.heading_container div.list-buttons ul li.hidden
{
    display:none;
}

div.item-inner-edit
{
    display: none;
	width:469px;
	overflow:hidden;
	border: 1px solid #676767;
	padding:1px;
	background: #fff;
	z-index:500;
}
div.item-inner-edit div.item-header {
	padding: 10px;
}

.user-item-form {
	clear:both;
	width:445px;
	overflow: hidden;
	padding: 17px 15px 15px;
	background: #fff url(/images/shared/bg_menu.gif);
	color:#333;
}

.user-item-form label.label-left 
{
	float: left;
	display: inline;
	clear: left;
	padding: 0 5px 5px 0;
	width: 90px;
	margin-top: 7px;
}

.user-item-form input,
.user-item-form textarea
{
    margin-top: 7px;
}

.user-item-form label.top {
	display: block;
	margin-bottom: 3px;
}

.user-item-form input.text,
.user-item-form textarea {
	width: 211px;
	border: 1px solid #b9c2c5;
	border-top: 1px solid #717171;
	margin-bottom: 5px;
	padding: 1px;
}

.user-item-form textarea {
	height: 75px;
}

.user-item-form label.dateLabel {
	width: 60px;
	float: left;
	display: inline;
	line-height: 1.5em;
	clear: left;
}

.user-item-form .ec_mini_calendar {
	padding-bottom: 3px;
	float: left;
	display: inline;
}

.user-item-form  br {
	clear: left;
}

.user-item-form  input.saveButton {
	clear: left;
}

div.list-header p.author {
	font-size: 1.0em;
}

div.list-header p.description {
	font-size: 1.1em;
}

div.teaser_header_link_shadow {
    background-color:#575757;    
    position: relative;
    float:left;
    top:1px;
    right:1px;
    margin-right:1px;
    margin-bottom:1px;
}    

div.teaser_header_link_wrapper
{
    position:relative;
    top:-1px;
    right:-1px;
    display:block;
    height: 15px;
    padding: 4px 0 0 5px;
}


div.teaser_header_link_wrapper_shadow {
}

.landing_caption #left {
    float: left;
}

.landing_caption #right {
    float: right;
    padding: 15px 10px 0 6px;
    background: url(/images/travel-lists/arrow.gif) no-repeat 0 20px;
}

.landing_caption #right a:link, .landing_caption #right a:visited {
    color: #FFF;
    text-decoration: none;
}

.landing_caption #right a:hover {
    color: #FFF;
    text-decoration: underline;
}

div.landing_heading div.landing_caption p
{
    font-size: 1.1em;
}

div.landing_heading div.landing_caption p.teaser_header_travellist
{
    font-size: 1.6em;
	line-height: normal;
	letter-spacing: -.4px;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 5px;
}

div.list-items div.user-location div.detail-panel
{
    margin-top: 5px;
    margin-left: -1px;
    position: relative;
    top: 1px;
}

div.list-items div.user-location div.detail-bar a.detailsLink {
	background: url(/images/shared/mini_white_forward.gif) no-repeat left center;
}

div.list-items div.user-location div.detail-bar a.detailsLink.down {
	background: url(/images/shared/mini_white_down.gif) no-repeat left center;
	padding-left: 10px;
}

div.list-items div.user-location div.detail-bar,
div.list-items div.user-location div.detail-info  
{
    width: 451px;
}

div.list-items div.user-location div.detail-info  
{
    background: #fff url(/images/shared/bg_menu.gif);
    width: 460px;
    overflow: auto;
    display: none;
    padding: 10px 0 0 10px;
}

div.list-items div.user-location div.detail-info div.column
{
    float: left;
}

div.list-items div.user-location div.detail-info div.column.left
{
    min-width: 200px;
}

div.list-items div.user-location div.detail-info h4
{
    color: #000000;
    font-size: 1.2em;
    margin-bottom: 5px;
    font-weight: bold;
}

div.list-items div.user-location div.detail-info p
{ 
    padding-bottom: 10px;
}

div.create-new-item 
{
    margin-top: 15px;
    margin-bottom: 50px;
}

div.create-new-item .new-item-form
{
    width: 420px;
}

div.create-new-item .new-item-form label.label-left 
{
	float: left;
	display: inline;
	clear: left;
	padding: 0 5px 5px 0;
	width: 90px;
	margin-top: 7px;
}

div.create-new-item .new-item-form input,
div.create-new-item .new-item-form textarea
{
    margin-top: 7px;
}

.ui-datepicker-header,
.ui-datepicker-calendar th,
.ui-datepicker-calendar td
{
    font-size: 60%;
}

div.ui-datepicker
{
    width: 200px;
}

.event-dates img.ui-datepicker-trigger
{
    cursor: pointer;
    position: relative;
    top: 3px;
    left: 3px;
}

.form-buttons
{
    margin: 10px 0 0 95px;
}

#outer 
{ 
 	margin-bottom: 0px;
 	padding-bottom: 0px;
}

p.privacy-notice
{
    padding:10px 0;
    margin-left:100px;
    width:300px;    
}

#userMenu
{
    min-height: 14px;
    position: absolute;
    right: 0;
    z-index: 10;
}

#userMenu span {
    float: left;
    display: inline;
}

#userMenu ul {
    display: inline;
    float: left;
    list-style: none;
}
#userMenu ul li {
    margin: 0 0 0 10px;
}
	
#userMenu ul li a {
	padding: 0px 0px 0px 12px;
	background: transparent url(../images/travel-lists/user-menu-bullet.gif) no-repeat left center;
}

#inner_header div.user-menu a.no-background 
{
    background-image: none;
}

.user-comment
{
    min-height: 30px;
}

.user-comment a
{
    margin-left: 10px;
}

div.expandable.closed>div.content
{
    display: none;
}

div.content .form-errors
{
    padding-bottom: 10px;
}

input[type='hidden']
{
    display: none;
}

input[type='text'].input-validation-error,
input[type='password'].input-validation-error,
textarea.input-validation-error
{
    background-color: #ffdddd;
}

.txtForgottenEmail.input-validation-error,
.txtLoginForm.input-validation-error
{
    border-width: 1px;
}

.searchResultItem a.add-to-my-travel-planner-search
{
    font-size: 0.9em;
    cursor: pointer;
}

.add-to-my-travel-planner.article
{
    position:relative;
    top: -6px;
    left: 15px;
}

.add-to-my-travel-planner.destination
{
    display: inline;
    float: right;
    margin-top: 10px;
    width: 190px;
    height: 25px;
}

.add-to-travel-planner-large-link-panel 
{
    width: 100%;
    overflow: hidden;
}

.add-to-travel-planner-large-link-panel-for-reports
{
    float: right;
    margin-right: 35px;
}

.add-to-my-travel-planner.travel-item,
.add-to-my-travel-planner.event
{
    display: inline;
    float: right;
    /*margin-top: -9px;*/
}

.eventUtilityPanel .facebookLikeButton
{
    display:inline;
    float:right;
    padding-top:2px;
}
.eventUtilityPanel .add-to-travel-planner-large-link-panel 
{
    display:inline;
    float:right;
    width:152px;
}

ul.travel-lists li a.travel-list-title
{
    display: inline;
}

ul.travel-lists li p.travel-list-description
{
    font-style: italic;
    color: #777777;
    margin-bottom: 5px;
}

p.add-this-item
{
    margin-top: 10px;
    font-size: .9em;
}

p.add-this-item img
{
    float: left;
    margin-right: 5px;
}

.module.travel-lists dt
{
    font-size: 1em;
    margin-left: -5px;
}

.module.travel-lists  a 
{
    font-size: 1em;
	font-weight: bold;
}

.module.travel-lists .author
{
    margin-left: 10px;
}

table#travelListTable tr.alt-row
{
    background-color: #F5F5F5;
}

table#travelListTable td
{
    width: 75px;
}

table#travelListTable td.title-column
{
    font-weight: bold;
    width: 200px;
    padding: 3px 0px 3px 20px;
}

table#travelListTable td.date-column
{
    width: 150px;
}

div.new-item-container
{
    display: none;
}

div#list-edit.account-form
{
   display:none;
   background: #fff url(/images/shared/bg_menu.gif);
   color:#333;
   margin-left: 3px;
}

ul.secondary1_bg.reverse_text>li.smallText
{
    font-size: 0.9em;
    line-height:0.9em;
    padding-bottom:5px;
}

#add-item-comment-form img {
    display: inline;
    border: 0;
    margin: 0 0 0 15px;
}

#add-item-comment-form img.section-nav-img-first {
    margin-left: 140px;
}

div.section-last 
{
    margin: 10px 20px 0;
}

div.look {
    padding: 10px;
}

div.look img {
    margin: 5px 0px 5px 0px;
}
