/*
 * Algemene style instellingen
 *
 */

 body {
    /*background-image: url('../gbl/tile.png');*/
    background-image: url("../gbl/header-bg.png");
    background-repeat: repeat-x;
    background-position: top center;
    font-family: verdana, helvetica, sans;
    font-size: 11px;
    color: #656244;
}

a {
    color: #F16536;
    text-decoration: none;
}

a:hover {
    color: #F16536;
    text-decoration: underline;
}

#background {
    /* Deze layer bevat Logo, background steden en de discover local stempel */
    /*background-image: url('../gbl/header-layer.png');*/
    background-image: url("../gbl/background.png");
    background-repeat: no-repeat;
    background-position: top center;
}

#header-menu {
    float: right;
    margin-right: 15px;
    height: 35px;
    line-height: 35px;
    background-image: url('../gbl/header-menu-background.png');
    background-repeat: repeat;
}

#header-menu ul {
    margin: 0 10px 0 0;
    padding: 0;
}

#header-menu li {
    color: white;
    list-style-type: none;
    display: inline;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px;
}

#header-menu a {
    color: white;
    text-decoration: none;
}

#header-panel {
    height: 140px;
}

.bold, .strong {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

ul.small-indent {
    padding-left: 15px;
}

/* colors */

.orange1, a.orange1, a:link.orange1, a:active.orange1 { color: #F16536; }
.orange2, a.orange2, a:link.orange2, a:active.orange2 { color: #F6931D; }
.gray1, a.gray1, a:link.gray1, a:active.gray1 { color: #D8D7D0; }
.gray2, a.gray2, a:link.gray2, a:active.gray2 { color: #EBEBE7; }
.green1, a.green1, a:link.green1, a:active.green1 { color: #3E3C16; }
.green2, a.green2, a:link.green2, a:active.green2 { color: #656244; }

.back-gray2 { background-color: #EBEBE7;}

.orange5 { color: #F15B29; }
.heads { color: #3F3D17; }
.front-header { font-family: arial, verdana,helvetica,sans; }

/* headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    color: #F6931D;
}
h2 {
    color: #F16536;
    font-size: 18px;
}
h3 {
    color: #F16536;
}
h4 {
    color: #3E3C16;
}
h5 {}
h6 {}

/* panels */

#header-logo {
    position: absolute;
    top: 25px;
    margin-left: -30px;
}

.panel {
    margin: 15px;
}

#main-panel-header {
    background-image: url('../gbl/main-header.png');
    height: 5px;
}
#main-panel {
    background-image: url('../gbl/main-body.png');
    background-repeat: repeat-y;
    min-height: 600px;
}
#main-panel-footer {
    background-image: url('../gbl/main-footer.png');
    height: 5px;
}

#main-content-panel {
    min-height: 600px;
}
#sidebar-panel {}
#content-panel {
    /*background-color: #EBEBE7;*/
    margin-bottom: 5px;
}

#footer-panel {
    text-align: right;
    margin: 25px 0;
    font-size: 10px;
}

#footer-panel .footer-box {
    margin-right: 10px;
}

#footer-panel .footer-links {
    background-color: #EBEBE7;
}

#footer-panel li {
    list-style-type: none;
    display: inline;
    padding: 2px 2px;
    border-left: white 2px solid;
}
.footer-links ul {
    padding-left: 0;
}
#footer-panel a {
    text-decoration: none;
    color: black;
    font-size: 10px;
}

/* Positioning */
.clear {
    clear:both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}

.fleft { float: left; }
.fright { float: right; }

.tleft { text-align: left; }
.tright { text-align: right; }
.tcenter { text-align: center; }

.message {
    margin: 15px;
}

.orange-header {
    color: white;
    padding: 10px;
    background-color: #F6931D;
}
.orange-header .big-text {
    font-weight: bold;
    font-size: 14px;
}

/*
 * Overlay
 */
.overlay{
    background: transparent url('../gbl/overlay.png') repeat top left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    line-height: 1.5;
}

.overlay-init{
    z-index: -100;
    display: none;
}
.overlay-init object {
    position: absolute;
    top: -500px;
}

.overlay .overlay-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 390px;
    margin-top: -192px;
    margin-left: -200px;
    padding: 5px;
    background-color: #fff;
    color: #7F7F7F;
    z-index:101;
}

.overlay a.overlay-close {
    float: right;
    width: 38px;
    height: 38px;
    background: transparent url('../gbl/overlay-close.png') repeat top left;
    margin-top: -20px;
    margin-right: -28px;
    cursor: pointer;
}

.overlay .overlay-box .overlay-map-background-container {
    width: 390px;
    height: 215px;
    background-color: #D9D9D1;
    /*background-image: url('../gbl/map-fake.png');*/
    background-repeat: no-repeat;
}

.overlay .overlay-box .overlay-form-panel {
    padding: 5px;
    background-color: #D9D8D3;
}
#frontpage-map-container h3, .overlay .overlay-box .overlay-form-panel h3 {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    margin: 0;
    background-color: #F7941D;
    font-size: 14px;
    color: #FFFFFF;
}

.overlay .overlay-box .overlay-form-panel .overlay-form-elements {
    background-color: #ECEDE8;
}

.overlay .overlay-box .overlay-form-panel .vw-form-row {
    padding: 0 15px;
    width: 165px;
}
.overlay .overlay-box .overlay-form-panel .vw-form-row label {
    display: block;
}
.overlay .overlay-box .overlay-form-panel .vw-form-row select {
    width: 165px;
}
/*
 * Breadcrumbs styling
 */
#breadcrumbs-panel {
    display: block;
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 5px 0;
    background-color: #EBEBE7;
}
#breadcrumbs-panel .breadcrumb-links {
    padding: 0px 15px;
}

#breadcrumbs-panel .breadcrumb-links a {
    text-decoration: underline;
    font-weight: normal;
    color: #656244;
}
#breadcrumbs-panel .breadcrumb-links a.last {
    text-decoration: none;
    font-weight: bold;
    color: #F16536;
}

#breadcrumbs-panel .breadcrumb-buttons {
    padding: 5px 15px;
}

/*
 * Sidebar styleing
 */
#sidebar-panel .sidebar-title {
    margin: 5px 0;
     height: 43px;
     line-height: 43px;
     background-color: #EBEBE7;
     text-align: right;
}

#sidebar-panel .sidebar-title h2 {
    font-size: 18px;
    margin: 0 10px 0 0;
    
}

#sidebar-panel .sidebar-content {
    margin-top: 5px;
    padding: 20px;
}

/*
 * Frontpage styles
 *
 */

#stats-panel {
    padding: 15px 30px 0 15px;
    font-weight: bold;

    display: block;
    height: 41px;
    width: 515px;
    background-image: url('../gbl/frontpage-header.png');
    background-repeat: no-repeat;
}

#stats-panel div.left {
    margin-top: 7px;
    font-size: 9px;
}

.frontpage-body {
    background-image: url('../gbl/frontpage-body.png');
    background-repeat: repeat-y;
    padding-top: 5px;
}

.frontpage-body .frontpage-networks {
    padding: 5px 0;
    margin: 0 10px 0 5px;
    background-color: #FFFFFF;
    vertical-align: middle;
}

.share {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

.social {
    float: right;
    margin-right: 5px;
    height: 23px;
    line-height: 23px;
}
.social a, .social a:active, .social a:visited {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
}

.content-footer {
    background-image: url('../gbl/frontpage-footer.png');
    background-repeat: no-repeat;
    height: 8px;
}

.new-guides-item {
    width: 80px;
    height: 135px;
    float: left;
    border: solid 1px gray;
    padding: 10px 0 5px 10px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

span.guidename {
    font-weight: bold;
}

#new-guides {
    width: 320px;
    float: left;
    font-size: 10px;
}

#top-guide {
    float: left;
    width: 180px;
    padding-left: 15px;
    cursor: pointer;
}

#top-guide .countryname {
    font-weight: bold;
}

#top-guide .guidename {
    font-weight: bold;
}

#top-guide .image {
    width: 140px;
    padding: 10px;
    border: solid 1px gray;
    background-color: white;
    margin-bottom: 10px;
    text-align: center;
}

span.points {
    padding: 10px 0 0 10px;
    width: 35px;
    height: 29px;
    display: inline-block;
    background-image: url('../gbl/points.png');
}

.points {
    color: #F16536;
    font-weight: bold;
}

#frontpage-sidebar {
    margin-top: 50px;
}

#frontpage-map-container {
    padding: 2px;
    background-color: #d9d8d1;
    width: 386px;
}

#frontpage-map-container label{
    display: block;
}

#frontpage-map-container .vw-form-row {
    padding-left: 15px;
    width: 175px;
}

#frontpage-map-container .vw-form-row select {
    width: 175px;
}

#frontpage-map-container .form-container {
    background-color: #ecece8;
}

#frontpage-map-flash-holder {
    width: 386px;
    height: 280px;
}

.frontpage-map-background-container {
    width: 386px;
    height: 280px;
    background-color: #D9D9D1;
    /*background-image: url('../gbl/map-fake.png');*/
    background-repeat: no-repeat;
}

input.button-search {
    background-image: url('../gbl/button-search.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    font-size: 0px;
    cursor: pointer;
}

div.button-search {
    margin: 0 5px 5px 0;
}
.button-search {
    width: 68px;
    height: 23px;
    overflow: hidden;
}

.form-messageContainer {
    height: 23px;
    line-height: 23px;
    margin-left: 15px;
    margin-right: 80px;
    color: #F16536;
}

/*
 * Search pagina styles
 *
 */

 #search-sidebar-panel {
     margin-bottom: 5px;
}
#search-sidebar-panel h3 {
    margin-bottom: 5px;
}

 #search-sidebar-panel .search-form-container label {
     display: block;
}
#search-sidebar-panel .search-form-container select {
    display: block;
    width: 100%;
}

/* guide listing */
.guidelisting {}

.guidelisting .guide-sort {
    line-height: 20px;
    padding: 5px 20px;
}
.guidelisting .guide-sort a, .guidelisting .guide-sort a:visited, .guidelisting .guide-sort a:hover {
    text-decoration: underline;
}
.guidelisting .guide-sort a.active, .guidelisting .guide-sort a:visited.active, .guidelisting .guide-sort a:hover.active {
    color: #3E3C16;
    font-weight: bold;
}

.guidelisting ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #dadbdb;
}
.guidelisting ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.guidelisting ul li.guide-highlight {
    background-color: #EBEBE7;
}

.guidelisting-pager {
    line-height: 20px;
    padding: 5px 20px;
    text-align: center;
}


.guidelisting .guide {
    padding: 10px 9px;
    border-bottom: 1px solid #dadbdb;
    cursor: pointer;
}

/* guide listing photo */
.guidelisting .guide .guide-photo {
    float: left;
    width: 80px;
}
.guidelisting .guide .guide-photo .guide-photo-frame {
    padding: 5px 5px 15px 5px;
    border: 1px solid #dadbdb;
    background-color: #ffffff;
}

/* guide listing info */
.guidelisting .guide .guide-info {
    margin-left: 90px;
}

.guidelisting .guide .guide-info table, .guidelisting .guide .guide-info table td {
    margin: 0;
    padding: 0;
}

.guidelisting .guide .guide-info .label {
    font-weight: bold;
    width: 70px;
}
.guidelisting .guide .guide-info h4 {
    font-size: 13px;
    margin: 0 0 5px 0;
}
.guidelisting .guide .guide-info .guide-location td {
    padding-bottom: 10px;
}
.guidelisting .guide .guide-info .guide-location .guide-location-city, 
.guidelisting .guide .guide-info .guide-location .guide-location-country
{
    font-weight: bold;
}

#guidelisting-panel {
    background-image: url('../gbl/guidelisting-background.png');
    background-repeat: repeat-y;
    min-height: 580px;
}
.guidelisting-details-panel {
    background-color: #EBEBE7;
}

.guidelisting-details-panel .guide-details-panel {
    margin: 10px;
    cursor: pointer;
}
.guidelisting-details-panel .guide-details-panel h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.guidelisting-details-panel .guide-details-panel h6 {
    font-weight: normal;
}

.guidelisting-details-panel .guide-details-panel table.guide-details-table {
    width: 100%;
    position: relative;
}
.guidelisting-details-panel .guide-details-panel table.guide-details-table td {
    padding: 0;
    vertical-align: top;
}
.guidelisting-details-panel .guide-details-panel table.guide-details-table td.guide-details-left {
    width: 48%;
}
.guidelisting-details-panel .guide-details-panel table.guide-details-table td.guide-details-spacer {
    width: 4%;
}
.guidelisting-details-panel .guide-details-panel table.guide-details-table td.gudie-details-right {
    width: 48%;
}

.guidelisting-details-panel .guide-details-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.guidelisting-details-panel .guide-details-panel .block {
    margin-bottom: 10px;
}


.guidelisting-details-panel .guide-details-panel .guide-details-location {
    font-weight: bold;
    margin-bottom: 15px;
}

.guidelisting-details-panel .guide-details-panel .guide-details-picture {
    width: 150px;
    margin-bottom: 15px;
}

.guidelisting-details-panel .guide-details-panel .guide-details-picture .guide-picture-frame {
    width: 140px;
    padding: 5px 5px 15px 5px;
    border: 1px solid #dadbdb;
    background-color: #ffffff;
}
.guidelisting-details-panel .guide-details-panel .guide-details-picture .guide-picture img {
    width: 140px;
}

.guidelisting-details-panel .guide-details-panel .guide-details-picture .guide-ambassador img {
    width: 85px;
    margin-left: 25px;
    margin-bottom: -10px;
}

.guidelisting-details-panel .guide-details-panel .guide-details-points {
    margin-top: 5px;
}

.guidelisting-details-panel .guide-details-panel .guide-details-buttons {
    position: relative;
    bottom: 0;
}
.guidelisting-details-panel .guide-details-panel .guide-details-buttons a,
.guidelisting-details-panel .guide-details-panel .guide-details-buttons a:visited
{
    display: block;
}

.guidelisting-details-panel .guide-details-panel .guide-details-trip-panel {
    padding: 15px;
    background-color: #C6C5B9;
}
.guidelisting-details-panel .guide-details-panel .guide-details-trip-panel h4 {
    font-size: 11px;
    color: #F16536;
}

#map-canvas {
    width: 225px;
    height: 275px;
    margin-bottom: 15px;
}


/*
 * Guide Public Profile (PP)
 */
#pp-content-panel {
}
.pp-common {
}

.pp-message {
    padding-top: 15px;
}

.pp-tab-content {
    background-color: #C6C5B9;
    border: solid 1px white;
    padding-bottom: 15px;
    min-height: 480px;
    z-index: 2;
    position: relative;
}

.pp-sidebar p, .pp-sidebar div {
    margin: 0px 10px 10px 10px;
}

.pp-sidebar p {
    margin-left: 20px;
}

#pp-profile-image {
    text-align: center;
}

.pp-image {
    border: solid 1px gray;
    background-color: white;
    padding: 10px 10px 20px 10px;
    width: 140px;
    height: 160px;
}

.pp-menu-panel {}

.pp-menu {
    margin: 0;
    padding-left: 0;
    position: relative;
    top: 2px;
    z-index: 90;
}

.pp-menu li {
    z-index: 1;
    position: relative;
}

.pp-menu li.first {
    border-left: solid 2px #C6C5B9;
}

.pp-menu li.previous {
    /*border-right: none;*/
}

.pp-menu li.active {
    background-color: #C6C5B9;
    border-left: solid 1px white;
    border-top: solid 1px white;
    border-right: solid 1px white;
    z-index: 3;
}

.pp-tab-content-header p{
    margin: 20px 0;
}

.pp-menu li.active a, .pp-menu li.active span {
    color: #F16536;
}

.pp-menu li {
    display: block;
    float: left;
    list-style-type: none;
    display: inline;
    text-align: center;
    padding-top: 4px;
    width: 90px;
    height: 25px;
    
    border-top: solid 2px #C6C5B9;
    border-right: solid 2px #C6C5B9;
}

.pp-menu a {
    font-weight: bold;
    color: gray;
    text-decoration: none;
}

.pp-gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pp-gallery ul li {
    list-style: none;
}

.pp-trip-picture {
    background-color: white;
    float: left;
    padding: 5px;
    margin: 10px 0px 0px 10px;
    text-align: center;
}

.pp-trip-picture-container {
    min-height: 150px;
    width: 140px;
}

.pp-trip-sidebar {
    border-right: solid 1px gray;
}

.pp-summary {
    min-height: 420px;
}
.pp-summary p {
    margin: 0 25px;
}
.pp-summary ul {
    margin-left: 10px;
}
a.pp-photos {
    text-decoration: underline;
    color: #656244;
    font-weight: bold;
}

#trip_description-element textarea {
    width: 320px;
}

.pp-video {
    margin: 15px;
}

.pp-contact, .pp-ask {
    margin: 30px 15px 15px 15px;
}

.pp-contact h3, .pp-ask h3 {
    font-size: 14px;
}

.pp-form form dd {
    width: auto;
    float: none;
}
.pp-form dt {
    width: 160px;
}
.pp-form input[type="text"] {
    width: 290px;
}
.pp-form textarea {
    width: 280px;
}

.pp-form .pp-required {
    display: block;
    float: right;
    clear: right;
    margin: 10px;
}

.pp-form input[type="submit"] {
    background-image: url(../gbl/button-send.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    cursor: pointer;
    font-size: 0;
    height: 28px;
    width: 87px;
    display: block;
    float: right;
    margin-right: 10px;
}

/*
 * Questions list styling (private profile)
 */

 .guide-questions-panel {
}

.guide-questions-panel .guide-questions-list-panel {
    float: left;
    width: 425px;
    min-height: 470px;
    /*padding: 5px;*/
}

.guide-questions-panel .guide-questions-list-panel .questions-sort {
    height: 25px;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #BBBCAE;
}
.guide-questions-panel .guide-questions-list-panel .questions-sort a.active,
.guide-questions-panel .guide-questions-list-panel .questions-sort a:visited.active,
.guide-questions-panel .guide-questions-list-panel .questions-sort a:hover.active
{
    color: #3E3C16;
    font-weight: bold;
}

.guide-questions-panel .guide-questions-list-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.guide-questions-panel .question {
    margin-bottom: 15px;
    border-bottom: 1px solid #BBBCAE;
}
.guide-questions-panel .question .question-meta {
    width: 85px;
    float: left;
    text-align: right;
    font-size: 10px;
}
.guide-questions-panel .question .question-meta .question-answer-button {
    display: block;
    margin: 10px 0;
}

.guide-questions-panel .question .question-data {
    float: left;
    width: 330px;
    margin-left: 10px;
}

.guide-questions-panel .question .question-data h4 {
    margin-bottom: 5px;
    color: #3E3C16;
    font-size: 12px;
}
.guide-questions-panel .question .question-data h4 a,
.guide-questions-panel .question .question-data h4 a:visited,
.guide-questions-panel .question .question-data h4 a:hover
{
    color: #3E3C16;
}

.guide-questions-panel .question .question-data .question-body {
    height: 3em;
    overflow: hidden;
    margin-bottom: 5px;
}

.guide-questions-panel .question .question-more {
    float: right;
    margin: 5px;
    font-size: 10px;
}

.guide-questions-panel .guide-questions-list-panel .questions-pager {
    height: 25px;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 5px;
    text-align: center;
}

.guide-questions-panel .guide-questions-filter-panel {
    float: left;
    width: 230px;
}

.guide-questions-panel .quide-questions-filter-content-panel {
    margin: 10px 15px;
}

.guide-questions-panel .quide-questions-filter-content-panel h4 {
    font-size: 12px;
}

.guide-questions-panel .quide-questions-filter-content-panel h5 {
    font-size: 12px;
    color: #F16536;
    margin: 20px 0 10px 0;
}

.guide-questions-panel .quide-questions-filter-content-panel h6 {
    font-size: 10px;
    font-weight: normal;
}

.guide-questions-panel .quide-questions-filter-content-panel .filter-option {
    margin-bottom: 10px;
}


/*
 * Question details styling (private profile
*/

.guide-question-details-panel {}

.guide-question-details-panel .guide-question-details-qa-panel {
    float: left;
    width: 425px;
    min-height: 470px;
    /*padding: 5px;*/
}
.guide-question-details-panel .guide-question-answer-panel {
    float: left;
    width: 215px;
    padding: 0 10px;
}

.guide-question-details-panel .guide-question-details-qa-panel .backLink,
.guide-question-details-panel .guide-question-details-qa-panel .backLink a,
.guide-question-details-panel .guide-question-details-qa-panel .backLink a:visited,
.guide-question-details-panel .guide-question-details-qa-panel .backLink a:hover
{
    margin: 0 10px;
    color: #3E3C16;
}

.guide-question-details-panel .guide-question-details-qa-panel .question-panel {
    margin: 10px;
}

.guide-question-details-panel .guide-question-details-qa-panel .question-panel h3 {
    font-size: 14px;
    margin: 10px 0 0 0;
}

.guide-question-details-panel .guide-question-details-qa-panel .question-panel .question-meta {
    font-size: 10px;
}

.guide-question-details-panel .guide-question-details-qa-panel .question-panel .question-location {
    margin: 8px 0;
    font-size: 12px;
    font-weight: bold;
}

.guide-question-details-panel .guide-question-details-answers-panel {
    padding: 15px 20px;
}

.guide-question-details-panel .guide-question-details-answers-panel .answers-count {
    height: 20px;
    line-height: 20px;
    color: #F16536;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #BBBCAE;
}

.guide-question-details-panel .guide-question-details-answers-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.guide-question-details-panel .guide-question-details-answers-panel .answer {
    margin: 5px 0 10px 0;
    border-bottom: 1px solid #BBBCAE;
}

.guide-question-details-panel .guide-question-details-answers-panel .answer h4 {
    margin: 0;
    color: #3E3C16;
    font-size: 12px;
}

.guide-question-details-panel .guide-question-details-answers-panel .answer .answer-meta {
    font-size: 12px;
    
}

.guide-question-details-panel .guide-question-details-answers-panel .answer .answer-location {
    margin: 0 0 20px 0;
    font-weight: bold;
}

.guide-question-details-panel .guide-question-details-answers-panel .answer .answer-body {
    margin-bottom: 10px;
    color: #F16536;
}

.guide-question-details-panel .guide-question-details-answers-panel .answers-paging {
    text-align: center;
}

.guide-question-details-panel .guide-question-answer-panel h3 {
    margin: 15px 0 10px 0;
    color: #3E3C16;
    font-size: 12px;
}

.guide-question-details-panel .guide-question-answer-panel textarea {
    width: 210px;
    height: 350px;
}

.trip-picture {
    background-color: white;
    border: solid 1px gray;
    padding: 5px;
    margin-bottom: 10px;
    width: 400px;
}

.trip-picture img, .trip-picture div{
    float: left;
    margin-right: 10px;
}

.trip-picture div div.vw-form-row {
    float: none;
}

.ask-question {
     padding: 5px;
}
.ask-question-link {
    text-decoration: underline;
}

.ask-sort {
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 0 5px;
    border-bottom: 1px solid #BBBCAE;
}

.ask-sort a.active,
.ask-sort a:visited.active,
.ask-sort a:hover.active
{
    color: #3E3C16;
    font-weight: bold;
}

.ask-single-question-answers, .ask-single-question {
    padding: 10px;
    margin-right: 10px;
}

.ask-single-question-answers .ask-single-question-answer-body {
    width: 270px;
}

.ask-single-question h4 {
    margin-bottom: 0;
}
.ask-single-question p {
    margin-top: 15px;
}
hr.ask-separator {
    width: 390px;
}
hr.ask-answer-separator {
    background-color: gray;
}
.ask-question-meta {
}
.ask-question-content {
}
.ask-question-sidebar .content {
    padding: 20px 10px;
}
.ask-question-sidebar {
    margin-bottom: 5px;
}
.ask-question-sidebar form div {
    float: none;
    width: auto;
}
.ask-question-sidebar form textarea {
    width: 250px;
    height: 150px;
}

/*
 * Statische pagina styling
 */

.page-breadcrumbs {
     padding: 0px 20px;
}
.page-buttons {
    padding: 4px 15px;
}

.page-content-panel {
    margin: 15px 20px;
}

/*
 * Guide private profile styling
 */
.message ul {
    margin: 0;
}

dd#trip_keywords-element, dd#keywords-element, dd#languages-element, dd#availibility-element {
}
dd#trip_keywords-element .overflow,
dd#availibility-element .overflow,
dd#languages-element .overflow
{
    overflow: auto;
    width: 100%;
    height: 200px;
    border: 1px solid gray;
}

.overflow input[type="checkbox"]
{
    position: static;
}

dd#trip_keywords-element table,
dd#availibility-element table,
dd#languages-element table
{
    width: 90%;
    margin-bottom: 0;
}


#twitter-element input {
    width: 100px;
}
.private-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.private-tab-content {
    padding: 10px;
}
.pp-small-image {
    background-color: white;
    width: 70px;
    padding: 10px;
    border: solid 1px gray;
    margin-right: 10px;
}

.profile-sidebar {
    margin-bottom: 5px;
}
.profile-sidebar h2 {
    font-size: 14px;
    margin: 2px 0;
}
.profile-sidebar h3 {
    font-size: 12px;
    margin: 2px 0;
}

/*
 * Ambassadors styling
 */
.ambassadors-sidebar {
     padding: 30px 15px;
     min-height: 470px;
     margin-bottom: 10px;
}

.ambassador-emblem {
    display: block;
    height: 25px;
}

/*
 * Form styling
*/
form dt {
    clear: both;
    width:49%;
    float:left;
}
form dd , .zend_form div {
    float:left;
    width:49%;
    margin:0 0 0.5em 0.25em;
}
.zend_form dd label {
    font-weight: normal;
}
.zend_form ul.errors li {
    color: #f15b29;
}
dl.zend_form dd table tbody tr td {
    vertical-align: top;
    padding: 0;
}
dl.zend_form dd table tbody tr td.value {
    padding: 0 0 1em 0;
}
td.label {
    font-weight: bold;
    vertical-align: top;
}

.vw-form {}
.vw-form-row {
    display: block;
}
.vw-form-row label {
    display: block;
}

.input-text {
    width: 200px;
}
.button {
    cursor: pointer;
    border: none;
    font-size: 0px;
    overflow: hidden;
}

.button-send {
    background: url('../gbl/button-send.png') no-repeat top left;
    width: 87px;
    height: 28px;
}
.button-save {
    background: url('../gbl/button-save.png') no-repeat top left;
    width: 87px;
    height: 27px;
}
.button-edit {
    background: url('../gbl/button-edit.png') no-repeat top left;
    width: 87px;
    height: 27px;
}
.button-login {
    background: url('../gbl/button-login.png') no-repeat top left;
    width: 86px;
    height: 27px;
}
.button-resetpassword {
    background: url('../gbl/button-resetpassword.png') no-repeat top left;
    width: 124px;
    height: 27px;
}
.button-next {
    background: url('../gbl/button-next.png') no-repeat top left;
    width: 87px;
    height: 27px;
}
.button-addpicture {
    background: url('../gbl/button-addpicture.png') no-repeat top left;
    width: 102px;
    height: 27px;
}
.button-register {
    background: url('../gbl/button-register.png') no-repeat top left;
    width: 87px;
    height: 27px;
}
.button-answer-small {
    background: url('../gbl/button-answer-small.png') no-repeat top left;
    width: 59px;
    height: 21px;
}

/*
 * Register & login panels
 */

.register-panel, .login-panel {}
.register-panel label, .login-panel label {
    display: inline-block;
    width: 160px;
}

.register-panel input[type="submit"], .login-panel input[type="submit"] {
    margin-left: 165px;
}

.login-panel .forgot {
    margin-left: 165px;
}

/*
 * Contact form
 */

.contact-panel {}
.contact-panel label {
    float: left;
    display: inline-block;
    width: 160px;
    margin-top: 8px;
}

.contact-panel input[type="submit"], .contact-panel .required-text {
    margin-left: 160px;
}

/*
 * Pages
 */
.page-content-panel p {
     margin: 0;
}
#menu_body_container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li.menu_continent {
    margin: 4px 0 0;
    width: 242px;
    float: left;
    background: #F7941E;
    padding: 1px 0 0 0;
    cursor: pointer;
}
li.menu_continent:hover {
    background: #F15B29;
}
.menu_continent_var {
    font-size: 12px;
    padding: 0 0 0 10px;
    color: white;
    font-weight: bold;
    font-family: verdana, arial, sans;
    width: 100%;
}
.menu_country_name {
    width: 80%;
}
#menu_body_container .menu_left, #menu_body_container .menu_right {
    background: #D9D8D1;
    margin: 5px 0 5px 0;
    min-height: 16.5px;
    font-size: 10px;
    
}
.menu_continent_children  {
    background: white;
    width: 100%;
}
#menu_body_container .menu_left a, #menu_body_container .menu_right a {
    text-decoration: none;
    color: #3F3D17;
}
#menu_body_container  div.menu_country_name a:hover {
    text-decoration: underline;
}
#menu_body_container .menu_left {
    width: 49%;
    float: left;
}
#menu_body_container .menu_right {
    width: 49%;
    float: right;
}
.menu_country {
    width: 90%;
    margin: 5px 0 5px 8px;
    float: left;
}
#menu_body_bottom {
    height: 14px;
    margin: 2px 0 0 0;
}
#menu_body_bottom_left {
    background: url(../gbl/main-menu-bottom.png) no-repeat;
    width:14px;
    height: 14px;
}
#menu_body_bottom_top {
    background: #ECECE8;
    width: 100%;
    height: 10px;
    margin: 2px 0 0;
}
#menu_body_bottom_rest {
    background: #ECECE8;
    width: 228px;
    height: 14px;
}
.menu_arrow, .menu_arrow_hover {
    width:11px;
    height: 13px;
    margin: 2px 0 0;
} 
.menu_continent_children .last {
    padding: 0 0 5px 0;
}
.menu_country .menu_arrow {
    background: url(../gbl/menu-arrow.png) no-repeat; 
}
.menu_country .hover {
    background: url(../gbl/menu-arrow-hover.png) no-repeat;
}
#new-guides-head h2, #fp-login h2, #menu_head h2, #maps-head h2, #lastest-forum-answers h2 {
    color: white;
    vertical-align: middle;
    padding: 2px 11px;
    font-size: 15px;
    font-family: arial, verdana, sans;
    margin: 0;
    float: left;
}
#sidebar-panel-left #menu h2 {
    width: 220px;
}
#tagcloud a {
    color: #F7941E;
}
#forum_link {
    margin: 4px 12px;
}
#maps-head {
    height: 26px;
    background: #F6931D;
}
#menu_head h2 {
    /*font-size: 13px;*/
}
#fp-login {
    background: #F0EFEC;
    /*padding: 0 0 11px;*/
    margin: 10px 0 0;
}
#login-fb {
    width: 285px;
}
#menu_head {
    /*width: 220px;*/
}
#menu_head {
    height: 27px;
}
#fp-login-head {
    height: 26px;
}
div.input-label {
    width: 70px;
    height: 22px;
    vertical-align: middle;
    padding: 6px 2px;    
}
div.input-label span.label {
    float: left
}
.input-field input[type=text], .input-field input[type=password] {
    width: 110px;
}
#new-guides .row {
    width: 294px;
    height: 165px;
}
#sidebar-panel-right #new-guides .new-guides-item  {
    width: 89px;
    margin: 0 10px 10px 0;
    padding: 0;
    height: 153px;
    cursor: auto;
}
#sidebar-panel-right #new-guides div.last {
    margin-right: 0;
}
#sidebar-panel-right #new-guides .new-guides-item .new-guides-item-name {
    padding: 0 11px;
}
#sidebar-panel-right #new-guides .new-guides-item .new-guides-item-image {
    padding: 10px 10px 5px;
}
.fp-register-button {
    width: 80px;
    height: 25px;
    padding: 4px 0 0 13px;
}
#fp-login-details {
    padding: 5px;
    /*height: 107px;*/
}
#new-guides-head {
    width: 294px;
    background: #F7941E;
    margin: 13px 0 10px 0;
    height: 28px;
}
span#see-all-guides, span#fp-login-login {
    color: white;
    vertical-align: middle;
    padding: 4px;
}
span#see-all-guides a, span#fp-login-login a {
    color: white;
}
.tips-tricks {
    color: #53502E;
    font-family: arial, verdana;
    font-size: 19px;
}
.orange-head {
    background: #F6931D;
    padding: 5px 0;
    color: white;
    font-weight: bold;
}
.orange {
    color: #F15B29;
}
.back-orange {
    background: #F15B29;
}
.orange-head span {
    padding: 0 5px;
}
.dark-small, .dark-regular {
    color: #3F3D17;
    font-family: verdana, arial;
}
.dark-small {
    font-size: 10px;
}
.dark-small:hover {
    color: #3F3D17;
}
.dark-regular {

}
#latest-answer-question p {
    font-family: verdana, arial, sans-serif;
    color: #F15B29;
    font-size: 10px;
    margin: 7px 0 13px;
}
.dark-regular-9, .dark-regular-7 {
    font-family: verdana, arial, sans-serif;
    color: #656244;
    font-size: 9px;
}
.dark-regular-7 {
    font-size: 7px;
}
.dark-regular-8 { 
    font-size: 8px;
}
.latest-answer-body-container {
    background: #E8E8E3;
    margin: 5px 0 0;
    width: 366px;
    height: 121px;
}
.guide-img {
    padding: 4px 4px 12px;
}
.back-white {
    background: #fff;
}
.guide-img-container {
    margin: 10px 0 0 9px;
}
#lastest-forum-answers {
    margin: 15px 0 0;
    width: 366px;
}
#tagcloud {
    margin: 40px 0 0;
    padding: 0 0 60px;
    color: #F7941E;
    font-family: verdana, arial, sans-serif;
}
#custom-google-submit {
    padding: 5px 0 0 10px;
}
.required {
    color: #F15B29;
}
#middle-body {
    /*background: url('../gbl/middle-top.png') no-repeat;*/
    height: 70px;
}
#stats-panel2 {
    font-weight: bold;                                           
    display: block;                                      
    height: 41px;                                        
    width: 415px;
}
#stats-panel3 {
     /*height: 20px;
   background: url('../gbl/content_image_510x73.png') no-repeat center top;*/
}
#mainbody-content-panel, #stats-panel3 {
    width: 366px;
    padding: 0 16px;
    background: white;
}
#stats-content {
    /*padding: 15px 0;*/
    font-weight: bold;
}
#custom-google-search {
    margin: 5px 10px 0px 0;
}
.sidebar-panel, .menu-header {
    width:242px;
}
.menu-header {
    margin: 0 0 19px 10px;
    width:232px;
}
#sidebar-panel-left {
    min-height: 620px;
    position: relative;
}
#sidebar-panel-right {
    width: 294px;
    margin: 0 0 0 41px;
}
#sidebar-panel-right #new-guides {
    width: 294px;
}
#mainbody-content-panel {

}
#mainbody-content-panel .content {
    width: 366px;
}
#main-container {
    width: 366px;
    background: white transparent;
    margin: -40px 0 0;
}
.latest-answer-container {
    width: 265px;
    margin: 10px 0 10px 10px;
}
#gmaps {
    margin: 4px 0 0 0;
}
.last {
    margin-right: 0;
}
#see-all-guides a, #fp-login-login a, #forum_link a, .latest-answer-link a {
    text-decoration: underline;
}
#guide-login {
    background: url('../gbl/guide_login2.png');
    width: 120px;
    height: 24px;
}
#guide-logout {
    background: url('../gbl/shortcut[159x20].png');
    width: 159px;
    HEIGHT: 20px;
}
#top-login-link {
    color: #fff;
    font-size: 10px;
}
#top-login-link span a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}
#top-login-link span {
    padding: 0 0 0 20px;
    vertical-align: middle;
}
.latest-answer-question p {
    margin: 0;
    color: #f06435;
}
h1#location_name {
    margin: -2px 0 0;
    font-size: 14px;
}
p.small {
    margin: -3px 0 0;
    font-size: 9px;
}
.latest-answer-answeredby a:hover {
    color: #F15B29;
}
.latest-answer-answeredby a {
    color: #656244;
}
.city-link:hover {
    color: #F15B29;
}
.country-link:hover {
    color: #F7941E;
}
.guide-link {
    
}
.guide-link:hover {
    color: #F15B29;
}
#sidebar-panel-right a.city-link {
    color: #656244; 
}
#sidebar-panel-right a.city-link:hover {
    color: #F15B29;
}
#menu_body_container li.expanded {
    background: #F15B29;
}
#stats-content {
    margin: -7px 0 0;
}
#custom-google-input a {
    display: none;
}
#custom-google-input span.powered {
    display: none;
}
#register-fb {
    margin: -10px 0 0;
}
#like-button {
    margin: 7px 0 0 9px;
    float: left;
}
#cse-search-box #q {
    background: url(http://www.google.com/cse/intl/nl/images/google_site_search_watermark.gif) #fff 0% 50% no-repeat;
    width: 180px;
}
#social-buttons {
    left: 0;
    position:absolute;
    bottom: 10px;
    background: none repeat scroll 0 0 #E8E8E3;
    height: 36px;
    width: 245px;
}
#social-buttons div {
    float: left;
}
#social-buttons-container {
    padding: 9px 7px;
}
#facebook-button {
    margin: -2px 0 0 15px;
}
#twitter-button {
    margin: -1px 0 0 7px;
}
div#new-guides div.new-guides-item-name a {
    text-decoration: none;
}
div#new-guides div.new-guides-item-name span.guidename a, 
div#new-guides div.new-guides-item-name span.orange1 a {
    color: #F16536;
}
div#new-guides div.new-guides-item-name a:hover,
div#new-guides div.new-guides-item-name span a:hover {
    text-decoration: underline;
}
.latest-answer-answeredby-data {
    margin: -5px 0 0;
}
#fp-login {
    width: 294px;
    min-height: 137px;
}
#logged-in-profile, #logged-in-profile div {
    float: left; 
}
#logged-in-profile {
    padding: 10px 0 0 10px;
    width: 284px;
}
#logged-in-profile-image {
}
#logged-in-profile-info {
    margin: 0 0 0 10px;
    width: 190px;
}
#logged-in-profile-container {
    width: 100%;
}
#logged-in-profile-info span {
    width: 100%;
    float: left;
}
div#logged-in-logout {
    float: right;
    margin: 0 10px 0 0;
}
div#logged-in-profile {
    float: left;
}
div#logged-in-links {
    float: left;
    width: 100%;
    margin: 5px 0 0;
}
div#logged-in-profilelink {
    float: left;
    margin: 0 0 0 10px;
}
#fp-login .guidelisting .guide {
    padding: 0;
    margin: 40px 0 0 10px;
    border: none;
}
#fp-login .guidelisting .guide a {
    color: #3E3C16;
}
#fp-login .guidelisting .guide a:hover {
    color: #F16536;
}
#fp-login .guidelisting .guide h4 {
    font-size: 12px;
}
.quickanswer { margin: 20px 0 0; background: #EBEBE7; }
.quickanswer .body { padding: 10px 20px; }
.quickanswer .form-content { padding: 10px 0; }
.quickanswer label { float: left; margin: 0 50px 0 0; }
.quickanswer textarea { width: 350px; }

.addthis_default_style { width: 210px; }

.hide-overlay { background: white; opacity: 0.9; -moz-opacity:0.9; filter:alpha(opacity=90); position: absolute; z-index: 100; }

a.not-noticeable:hover { text-decoration: none; }

#sidebar-panel #gmaps-head { width: 225px; height: 28px; background: #F15B29; margin: 5px 0 0; }
#sidebar-panel .container { width: 225px; }
#gmaps-head h2 { color: #fff; margin: 5px 0 0 10px; text-transform: capitalize; }
#gmaps-head { width: 100%; height: 28px; background: #F15B29; }
#menu-head { width: 100%; background: #F7941E; height: 20px; }
#menu-head h2 { font-size: 12px; margin: 3px 0 0 10px; }

h2#location_name { color: #F7941E; }
#tagcloud-container { margin: 40px 0 0; }
#tagcloud-container a { color: #F7941E; }
#menu-head-anchor { float: right; height: 15px; margin: 2px 0 0; }
#menu-head-anchor a { color: #FFF; font-size: 10px; text-decoration: underline; }
#menu-head-arrow { width: 9px; height: 20px; background: url('../images/arrow_white.png') no-repeat center 40%; float: right; margin: 0 3px;  }
#country-list { padding: 0 0 5px; border-bottom: 2px solid #F7941E; background: #FDEAB2; }

#menu-body ul li { width: 96px; overflow: hidden; margin: 0 0 0 5px; }
#menu-body ul { margin: 5px 0 0 5px; background: #E2E2DC; padding: 0 0 10px; }
#menu-body #country-list ul { background: #FDDFBB; }
#menu-body .city-right-list ul { margin: 5px 3px 0; }
#menu-body .city-right-list ul li { margin: 0 0 0 4px; }
#menu-body ul li span { margin: 2px 3px 0 0; float: right; font-size: 8px; }
#menu-body a { font-size: 10px; color: #3F3D17; }
#menu-body a:hover { color: #F15B29; }
#menu-body .city-left-list, #menu-body .city-right-list { width: 50%; }
#menu-body .menu_arrow { background: url("../gbl/menu-arrow.png") no-repeat scroll 0 0 transparent; width: 11px; height: 13px; margin: 2px 0 0; }
#gmaps-container { padding: 0 0 4px; background: #ECECE8; }
#menu-body {  padding: 0 0 16px; background: url('../images/grijze-balk[242x16].png') no-repeat bottom center; }
#menu-body #menu { background: #ECECE8; }
#submenu-container { height: 30px; background: #F0EFEC; }
#submenu-body { position: relative; height: 24px; width: 100%; margin: 5px 0 0; }
.submenu-link { display: block; width: 149px; height: 24px; position: absolute; top: 0; }
#submenu-body .guides { background: url('../gbl/guides.png') no-repeat top center transparent; }
#submenu-body .ask { left: 130px; background: url('../gbl/ask.png') no-repeat top center transparent; }
#submenu-body .tips { width: 141px; right: 0; background: url('../gbl/tips.png') no-repeat top center transparent; }
#submenu-body .submenu-link:hover, #submenu-body .submenu-link.active { background-position: center bottom; }
#menu-container div { float: left; }
#menu-container div#menu-head-anchor { float: right; }
#country-list { width: 100%; }
#cse-search-results { width: 350px; }
#fp-login .read-more { margin: 3px 0 0 20px; text-decoration: underline; }
.heads.gcs { display: block; color: #F15B29; font-weight: bold; font-size: 14px; margin: 6px 0 0; }
.gcs.breadcrumbs-panel { font-size: 10px; text-transform: capitalize; color: #3F3D17; font-weight: normal; }
.gcs.breadcrumbs-panel a { color: #3F3D17; text-decoration: underline;  }
#menu-head-name h2.header { color: #FFF; }
.zend_form div.vw-form-row-large { width: 100%; }
.zend_form div.vw-form-row-large label { width: 100%; float: left; }
.zend_form div.vw-form-row-large input { float: left; }
div.private-tab-content .list { float: left; margin: 10px 0 0; }
form#TipForm dl.zend_form { float: left; }
div.private-tab-content { float: left; width: 668px; }
#menu-js-container ul { margin: 0; padding: 0; list-style-type: none; }
#menu-js-container ul li { padding: 5px 0 0 15px; background: url("../gbl/menu-arrow.png") no-repeat scroll left 5px transparent; }
#menu-js-container ul li:hover { background: url("../gbl/menu-arrow-hover.png") no-repeat scroll left 5px transparent; }

#menu-head-anchor { float: right; height: 15px; margin: 2px 0 0; }
#menu-head-anchor a { color: #FFF; font-size: 10px; text-decoration: underline; }
#menu-head-arrow { width: 9px; height: 20px; background: url('../images/arrow_white.png') no-repeat center 40%; float: right; margin: 0 3px;  }
#country-list { padding: 0 0 5px; border-bottom: 2px solid #F7941E; background: #FDEAB2; }
#menu-body ul.menu-listing, #menu-body ul.menu-listing li.menu-listing-item { background: none; padding: 0; width: auto; overflow: auto; margin: 0; }

#menu-body ul li { width: auto; overflow: hidden; margin: 0; }
#menu-body ul { margin: 5px 0 0 5px; background: #E2E2DC; padding: 0 0 10px; }
#menu-body #country-list ul { background: #FDDFBB; }
#menu-body .city-right-list ul { margin: 5px 3px 0; min-height: 21px; }
#menu-body .city-right-list ul li { margin: 0 0 0 4px; }
#menu-body ul li span { margin: 2px 3px 0 0; float: right; font-size: 8px; }
#menu-body a { font-size: 10px; color: #3F3D17; }
#menu-body a:hover { color: #F15B29; }
#menu-body .city-left-list, #menu-body .city-right-list { width: 50%; }
#menu-body .menu_arrow { background: url("../gbl/menu-arrow.png") no-repeat scroll 0 0 transparent; width: 11px; height: 13px; margin: 2px 0 0; }
#gmaps-container { padding: 0 0 4px; background: #ECECE8; }
#menu-body {  padding: 0 0 16px; background: url('../images/grijze-balk[242x16].png') no-repeat bottom center; }
#menu-body #menu { background: #ECECE8; }
#submenu-container { height: 30px; background: #F0EFEC; }
#submenu-body { position: relative; height: 24px; width: 100%; margin: 5px 0 0; }
#submenu-body a:hover { text-decoration: none; }
.submenu-link, .submenu-link-flat { display: block; height: 25px; position: absolute; top: 0; }

#submenu-body .guides { background: url('../gbl/guides[213x75].png') no-repeat top center transparent; width: 213px;}
#submenu-body .guides-small { background: url('../gbl/guides[150x75].png') no-repeat top center transparent; width: 150px;  }

#submenu-body .ask { right: 0; background: url('../gbl/ask[208x75].png') no-repeat top center transparent; width: 208px; }
#submenu-body .ask-small { left: 130px; background: url('../gbl/ask[150x75].png') no-repeat top center transparent; width: 150px; }

#submenu-body .tips { width: 141px; right: 0; background: url('../gbl/tips[141x75].png') no-repeat top center transparent; }

#submenu-body .submenu-link.active, #submenu-body .submenu-link-flat.active { background-position: center bottom; }
#submenu-body .submenu-link:hover, #submenu-body .submenu-link-flat:hover { background-position: center 50%; }

.pp-ask.pp-form #recaptcha_area, .pp-ask.pp-form  #recaptcha_table {
    float: left;
}
.tips-tricks h1 {
    font-size: 19px;
    color: #53502E;
    font-family: arial, verdana;
    font-weight: normal;
}
.question-header h1 {
    font-size: 11px;
    color: #F16536;
    font-family: arial, verdana;
    font-weight: normal;
}
#guide-combine { list-style-type: none; padding: 0; margin: 0; }
#guide-combine > li { display: none; }
#guide-combine > li.active { display: block; }
h1.small { font-size: 10px; margin: 0; }

.addthis_toolbox.addthis_default_style  > iframe { margin: 5px 0 0; }
