/**
* @version $Id: com_sobi2taptoes.css 5123 2009-05-14 15:27:13Z Sigrid Suski $
* @package: Sigsiu Online Business Index 2 */
/**
* Style Sheet of SOBI2TAPTOES 2 Component com_sobi2taptoes.css
* ---------------------------------------------------------------------------
* @copyright Copyright (C) 2007 Sigsiu.NET (www.sigsiu.net). All rights reserved.
* @license see http://www.gnu.org/copyleft/lgpl.html GNU/LGPL.
* SOBI2TAPTOES is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation.
* Authors: Sigrid & Radek Suski, Sigsiu.NET */

/* main SOBI2TAPTOES Style to overwrite standard styles */

iframe {
   border: 0px solid #ffffff;
 }

formIframe {
   background-color: #F0F0F0;
 }

.sobi2taptoesCompDesc span.pathway {
  margin:0!important;
}
.sobi2taptoesDetails span.pathway {
  margin:0!important;
}

div.sobi2taptoes {
}
div.sobi2taptoes h1 {
  line-height: 20px;
  font-size: 18px;
}
div.sobi2taptoes h2,
div.sobi2taptoes h3,
div.sobi2taptoes h4 {
  padding-left: 5px;
}

div.sobi2taptoeslatest {
border: 1px solid #336600;
width: 105px;
height: 130px;
background-color: #eeeea1;
margin: 6px!important;
}
div.sobi2taptoeslatest img {
/*border: 1px solid blue!important;*/
}
div.sobi2taptoeslatest a {
display:block;
text-align: center;
color: #336600;
font-weight: bold;
}

/* Style for Standard Joomla! mosmsg-class, because often undefined */
/* To use the style of your template, delete this entry. */
/*
.message {
  padding: 5px;
  background-color: #990000;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}
*/
/* if there is no mosmsg line defined by your template remove the display:none and SOBI2TAPTOES will show its own mosmsg line */
#sobi2taptoesmsg {
  display:none;
}

/* Style of the Header Menu */
/* -------------------------------------------------------- */
/* Style of Header Menu */
table.sobi2taptoesHeader {
  border-style: none;
}
a.sobi2taptoesHeader {
  padding: 5px;
  font-size: 12px;
}

/* Style of Main Component Description */
/* -------------------------------------------------------- */
table.sobi2taptoesCompDesc {
  padding: 5px;
  width: 98%;
}

/* Style of Category List */
/* -------------------------------------------------------- */
table#sobi2taptoesCatListSymbols {
  width: 98%;
}
table#sobi2taptoesCatListSymbols td {
  vertical-align: top;
  border-style: none;
}
div.sobi2taptoescatempty {
  margin: 10px 0px 10px 8px;
  font-weight: bold;
}

/* Style of Category Icon */
img.sobi2taptoesCatIco {
  border-style: none;
  float: left;
  clear: left;
}

/* Style of Category Name */
p.sobi2taptoesCatName {
  font-size: 12px;
  padding-left: 50px;
  margin: 2px 0 2px 0;
}
/* Style of Category Introtext */
p.sobi2taptoesCatsListSymbolsIntrotext {
  font-size: 10px;
  padding-left: 50px;
  margin-top: 4px;
}

span.sobi2taptoesSubcatsList {
  display:block;
}

/* Style of the shown entries/subcategories numbers */
span.sobi2taptoesEditlinktipItems {
  text-decoration:  none;
  border-bottom: 1px dashed #aaa;
  padding-left:5px;
}
span.sobi2taptoesEditlinktipCats {
  text-decoration:  none;
  border-bottom: 1px dashed #aaa;
}


/* Style for Entries in Category View (Cards View) */
/* -------------------------------------------------------- */
table.sobi2taptoesListing {
  width: 100%;
  margin-bottom: 10px;
}
table.sobi2taptoesListing td {
  border-style: none;
  border-color: #3a4794;
  border-width: 0px;
  margin-top: 0px;
  vertical-align: top;
}

/* Style for empty Cards (Placeholder) */
table.sobi2taptoesListing td.sobi2taptoesEmptyCell {
/*  border-style: none;
  background-color: #ffffff;
*/
}
table.sobi2taptoesListing input {
  float:left;
}

/* Style of Icon (Small Image) */
.sobi2taptoesListing img {
  float: right;
  border-style: none;
  padding-top: 0px;
  padding-right: 0px;
}

/* Style of Title (Name of Entry) */
p.sobi2taptoesItemTitle {
  margin-left: 10px; 
  margin-top:  0px; 
  padding-left: 0px; 
  padding-top: 0px;
  float: left;
}
p.sobi2taptoesItemTitle a {
   font-size: 12px;
}

/* Styles for the fields */
/* Add style for each field you added in the form span.sobi2taptoesListing_field_yourname */
span.sobi2taptoesListing_field_street,
span.sobi2taptoesListing_field_postcode,
span.sobi2taptoesListing_field_county,
span.sobi2taptoesListing_field_country,
span.sobi2taptoesListing_field_email,
span.sobi2taptoesListing_field_contact_person,
span.sobi2taptoesListing_field_phone,
span.sobi2taptoesListing_field_fax,
span.sobi2taptoesListing_field_city,
span.sobi2taptoesListing_field_hotline,
span.sobi2taptoesListing_field_phone,
span.sobi2taptoesListing_field_federal_state, 
span.sobi2taptoesListing_field_datum {
  padding-left: 10px;
  valign: middle;
  float: left;
}

span.sobi2taptoesListing_field_website {
  float:right;
  padding-right: 5px;
  margin-bottom: 15px;
}

/* Styles for the labels of the fields */
/* Add style for each field you added in the form span.sobi2taptoesListing_field_yourname_label */
span.sobi2taptoesListing_field_street_label,
span.sobi2taptoesListing_field_postcode_label,
span.sobi2taptoesListing_field_county_label,
span.sobi2taptoesListing_field_country_label,
span.sobi2taptoesListing_field_email_label,
span.sobi2taptoesListing_field_contact_person_label,
span.sobi2taptoesListing_field_phone_label,
span.sobi2taptoesListing_field_fax_label,
span.sobi2taptoesListing_field_city_label,
span.sobi2taptoesListing_field_hotline_label,
span.sobi2taptoesListing_field_phone_label,
span.sobi2taptoesListing_field_federal_state_label,
span.sobi2taptoesListing_field_website_label {
  font-weight: normal;
}


/* Style of Edit and Delete Buttons in Category View */
input.sobi2taptoesEditEntryButton {
margin: 0; 
padding:0; 
float: left;
}

/* Style for Page Navigation of Entries */
#sobi2taptoesPageNav {
  text-align: center;
}


/* Style of Details View */
/* -------------------------------------------------------- */
table.sobi2taptoesDetails {
  margin-top: 15px;
  margin-left: 5px;
  padding: 10px;
  width: 98%;
/* background-color: #F7F7F7; */
 }
/* Style of Entry Name */
table.sobi2taptoesDetails h1 {
  padding-top: 5px;
}

/* Container for all custom fields data */
div#sobi2taptoesouter{
  float: left;
  margin-top: 0px;  /* position it vertically */
  padding-bottom: 5px; /* to fix IE bug */
}

/* Style of the Image */
img.sobi2taptoesDetailsImage{
  border-style: none;
  float: right;
  padding-right: 5px;
  padding-top: 5px;
}
img.sobi2taptoesDetailsIcon {
}

/* Styles for the fields */
/* Add style for each field you added in the form span#sobi2taptoesDetails_field_yourname */
span#sobi2taptoesDetails_field_myfield,
span#sobi2taptoesDetails_field_street,
span#sobi2taptoesDetails_field_postcode,
span#sobi2taptoesDetails_field_county,
span#sobi2taptoesDetails_field_country,
span#sobi2taptoesDetails_field_phone,
span#sobi2taptoesDetails_field_fax,
span#sobi2taptoesDetails_field_city,
span#sobi2taptoesDetails_field_hotline,
span#sobi2taptoesDetails_field_phone,
span#sobi2taptoesDetails_field_contact_person,
span#sobi2taptoesDetails_field_federal_state {
  font-size: 11px;
}
span#sobi2taptoesDetails_field_website,
span#sobi2taptoesDetails_field_email {
  font-size: 11px;
  display: block;
}
span#sobi2taptoesDetails_field_description {
  padding-top: 20px;
  margin-top: 0px; /* position it vertically */
}

/* Styles for the labels of the fields */
/* Add style for each field you added in the form span#sobi2taptoesListing_field_yourname_label */
span#sobi2taptoesListing_field_street_label,
span#sobi2taptoesListing_field_postcode_label,
span#sobi2taptoesListing_field_county_label,
span#sobi2taptoesListing_field_country_label,
span#sobi2taptoesListing_field_email_label,
span#sobi2taptoesListing_field_contact_person_label,
span#sobi2taptoesListing_field_phone_label,
span#sobi2taptoesListing_field_fax_label,
span#sobi2taptoesListing_field_city_label,
span#sobi2taptoesListing_field_hotline_label,
span#sobi2taptoesListing_field_phone_label,
span#sobi2taptoesListing_field_federal_state_label,
span#sobi2taptoesListing_field_website_label {
  font-weight: bold;
}

p.sobi2taptoesExpMsg {
  padding-left: 10px;  
}

/* Style for Way Search */
span.sobi2taptoesWaySearch {
  border-style: none;
  float: right;
  clear: right;
  margin-top: 15px; /* position it vertically */
  display: block;
  padding-right: 5px;
}
span.sobi2taptoesWaySearch img {
  padding-top: 8px;
  border-style: none;
  padding-left: 17px;
}

/* Style for Google Maps */
div#sobi2taptoesGoogleMaps {
  float: right;
  position: relative;
  border: 1px solid #333333;
  margin-top: 30px;
  margin-right: 5px;
}

/* Style of Details Footer Line */
td.sobi2taptoesDetailsFooter {
  padding-left: 5px;
}

/* Style of Edit and Delete Buttons in Details View */
input#sobi2taptoesEditEntryButton, input#sobi2taptoesDelEntryButton {
  float:left;
}


/* Style of Footer Line */
/* -------------------------------------------------------- */
td#sobi2taptoesFooter, td#sobi2taptoesFooter a {
  font-size: 9px;
  color: #999999;
  padding-top: 10px;
  text-decoration: none;
}
table.sobi2taptoesFooter {
  width: 98%;
}
td#sobi2taptoesrss {
}
td#sobi2taptoesrss img {
  border-style: none;
  float: right;
}

/* Style of Entry Form */
/* -------------------------------------------------------- */
/* Header Line */
p#sobi2taptoesEditFormHeader {
  font-weight:bold;
  font-size: 12px;
  padding: 5px;
}

/* Info Requested Fields */
#sobi2taptoesReqFieldsInfo {
  padding: 5px;
}

form#sobi2taptoesEditForm table,
table#sobi2taptoesFormAdmTable {
  padding: 5px;
  width: 99%;
}
table#sobi2taptoesFormAdmTable2, table#sobi2taptoesFormAdmTable3 {
    width: 99%;
}
table#sobi2taptoesFormAdmTable td,
table#sobi2taptoesFormAdmTable2 td,
table#sobi2taptoesFormAdmTable3 td {
  vertical-align: top;
}

/* Style of Input fields as entered in Fields Manager  */

input#field_datum,
input#field_bezoekers,
input#field_postcode,
input#field_street,
input#field_city,
input#field_county,
input#field_country,
input#field_federal_state,
input#field_email,
input#field_website,
input#field_contact_person,
input#field_phone,
textarea#sobi2taptoesMetaKey,
textarea#sobi2taptoesMetaDesc,
input#sobi2taptoesIco,
input#sobi2taptoesImg,
input#field_fax,
input#field_hotline,
input#field_street {
}

input#field_entry_name {
width: 190px;
}

input#field_cat,
input#field_begintijd,
input#field_eindtijd,
input#field_location,
input#field_organisatie,
input#field_soort {
  width: 50mm;
}

label.field_cat,
label.field_datum,
label.field_begintijd,
label.field_eindtijd,
label.field_location,
label.field_organisatie,
label.field_soort,
label.field_bezoekers,
label.field_toonreactie,
label.field_toonbeoordeling,
label.field_entry_name,
label.field_postcode,
label.field_street,
label.field_city,
label.field_county,
label.field_country,
label.field_federal_state,
label.field_email,
label.field_website,
label.field_contact_person,
label.field_phone,
label.field_fax,
label.field_scvk,
label.field_hotline,
label.field_description,
label.sobi2taptoesIco,
label.field_afbeeldingen_toevoegen,
label.field_verslag_toevoegen,
label.sobi2taptoesImg,
label.sobi2taptoesMetaKey,
label.sobi2taptoesMetaDesc {
float: left;
width: 150px;
}

/* Style for Checkboxes */
input#accept_rules,
input#field_website_on,
input#field_description_on {
}

/* Style for Not Free Label */
span.sobi2taptoesFormAdmNotFreeLabel {
  display: block;
  padding-top: 5px;
}

/* Style for Category Information/Descriptions */
table#sobi2taptoesFormAdmCats {

  display: none; 
  
  width: 99%;
  border-style: none;
  margin: 10px;
}
table#sobi2taptoesFormAdmCats td {
  padding: 10px;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
}
p#catsTitle, p#catIntroText {
  width: 98%;
  font-size: 11px;
  font-weight: bold;
}
p#catMsg {
  width: 98%;
}

/* Style for Add and Remove Button */
#sobi2taptoesAddCatBt, #sobi2taptoesRemoveCatBt {
  width:50px;
}
/* Style for column with Buttons */
td.sobi2taptoesCatButtons {
  width: 50px;
  vertical-align: top;
}

/* Style for column with selected Categories */
td.sobi2taptoesCatSelected {
  vertical-align: top;
  width: 150px;
}
/* Styles for the box with Selected Categories */
select#sobi2taptoesSlectedCats {
  height: 100px;
  width: 150px;
}
select#sobi2taptoesSlectedCatsID {
  height: 0px;
  width:  0px;
  border-style: none;
}

/* Style for Safety Line */
table#sobi2taptoesFormAdmFooter {
  float: left;
  clear: left;
}
table#sobi2taptoesFormAdmFooter td {
  vertical-align: bottom;
}
img#seccode {
}
input#sobi2taptoesSendButton {
  float: right;
}
input#sobi2taptoesCancelButton {
  float: right;
}

/* Style for Payment Info */
/* -------------------------------------------------------- */
/* Style for upload info */
p.sobi2taptoesmsg {
  padding-top: 15px;
  padding-left: 5px;
  font-size: 11px;
}
/* Container for all payment info */
div.sobi2taptoesPaymentContainer {
  width: 98%;
  padding: 10px 0px 10px 10px;
  margin-bottom: 25px;
  border: 1px solid #D0D0D0;
}

/* Style for Summary of Costs */
table#sobi2taptoesPayment {
  width: 50%;
  margin-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
table#sobi2taptoesPayment td,
td.sobi2taptoesPayOption {
  width: 70%;
  text-align: right;
}
td.sobi2taptoesPayFees {
  width: 30%;
  text-align: right;
}
td#sobi2taptoesPayTotal {
  width: 30%;
  text-align: right;
  border-top: solid 1px #606060;
  font-weight: bold;
  color: red;
}

/* Style for Renewal Messages */
div.sobi2taptoesRenewHeader ,
div.sobi2taptoesAddEditHeader {
  padding: 20px 0 20px 0px;
}
div.sobi2taptoesRenewExpl {
  padding: 0 0 25px 6px;
  font-weight: bold;
}
#sobi2taptoesRenewEntryButton {
  margin-left: 10px;
}

/* Style for Payment Methods */
table#sobi2taptoesPaymentMethod {
  width: 70%;
  margin-top: 30px;
  margin-left: 5px;
}
table#sobi2taptoesPaymentMethod a:hover {
  font-style: normal;
  text-decoration: none;
}
p.sobi2taptoesPaymentMethodHeader {
  font-weight:bold;
  font-size: 110%;
  padding-bottom: 10px;
}
table#sobi2taptoesPaymentMethodBank,
table#sobi2taptoesPaymentMethodPayPal {
  width: 60%;
  margin-top: 15px;
  border-style: none;
  padding-left: 10px;
}
div.sobi2taptoesPaymentContainer h3 {
  font-size: 120%;
}

/* Styles for Searching */
/* -------------------------------------------------------- */
table.sobi2taptoeseSearchForm {
  width: 95%;
  margin-left: 5px;
}

span#sobi2taptoesSearchResultsSerchingString {
  font-weight: bold;
}
div#sobi2taptoesSearchResponseContainer table {
  width:95%;
}

/* Styles for the new extended search function */
/* -------------------------------------------------------- */
/* height of the Div of category chooser */
div#sobi2taptoesSearchFormCatsSelection {
}
/* select boxes with categories */
.catChooseBox {

}
#sobi2taptoesSearchFormExtOptToggle {
  display: inline;
}
div#Sobi2taptoesSearchForm2dropsy {
  margin-left: 10px;
}
/* Label for the search box */
td#sobi2taptoeseSearchLabel {
  width: 75px;
}
td#sobi2taptoeseSearchBox {
}
td#sobi2taptoeseSearchButton {
}
td#sobi2taptoeseSearchEmptyCell {
  width: 50%;
}
td#sobi2taptoeseSearchPhrases,
td#sobi2taptoeseSearchButtonLine {
  width: 100%;
}
/* Label for the fields */

td.sobi2taptoeseSearchLabel {
  width: 150px;
}


/* Style for the Menu Module */
/* -------------------------------------------------------- */
div.sobi2taptoesMenuMod {
  margin-bottom: 8px;
  margin-top: 10px;
}
div.sobi2taptoesMenuModNew_menu a,
div.sobi2taptoesMenuModSearch_menu a
{
}
div.sobi2taptoesMenuModNew,
div.sobi2taptoesMenuModSearch {
  float: left;
  margin: 2px 5px 0px 5px;
}


/* Style of dTree 2.05 */
/* Copyright (c) 2002-2003 Geir Landr??? */
/* -------------------------------------------------------- */
.dtree {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  white-space: nowrap;
  overflow: auto;
}
.dtree img {
  border: 0px;
  vertical-align: middle;
}
.dtree a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}
.dtree a.node, .dtree a.nodeSel {
  white-space: nowrap;
  padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
  color: #333333;
  text-decoration: underline;
}
.dtree a.nodeSel {
}
.dtree .clip {
  overflow: hidden;
}
a.treeNode:hover {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}
a.treeNode:visited {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}
a.treeNode:active, a.treeNode:focus {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}


/* Styles for SigsiuTree */
/* -------------------------------------------------------- */
.sigsiuTree {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  white-space: nowrap;
  overflow: auto;
}
.sigsiuTree img {
  border: 0px;
  vertical-align: middle;
}
.sigsiuTree a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}
.sigsiuTree a.node, .sigsiuTree a.nodeSel {
  white-space: nowrap;
  padding: 1px 2px 1px 2px;
}
.sigsiuTree a.node:hover, .sigsiuTree a.nodeSel:hover {
  color: #333333;
  text-decoration: underline;

}
.sigsiuTree a.nodeSel {
  background-color: #c0d2ec;
}
.sigsiuTree .clip {
  overflow: hidden;
}
div.sigsiuTree a, .sigsiuTree a, a.treeNode:hover, a.treeNode, a.treeNode:visited {
  color: #333333 !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
a.treeNode:active, a.treeNode:focus {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  background-color: #c0d2ec;
}


/* Styles for custom listings */
/* -------------------------------------------------------- */
div.sobi2taptoesCustomListingCatsHeader,
div.sobi2taptoesCustomListingItemsHeader {
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}
div.sobi2taptoesCustomListingHeader {
  padding-left: 5px;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 5px;
}
div#sobi2taptoesAlphaLinks {
  width: 98%;
  text-align: center;
  padding: 5px;
  padding-bottom: 15px;
}


/* Styles for the plugin container */
/* -------------------------------------------------------- */
table.sobi2taptoesListing_plugins {
  border-style:none;
  width: 98%;
  padding-left: 8px;
}
div.sobi2taptoesFormAdmTabHeader {
  padding: 5px 2px 2px 5px;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
}
div.sobi2taptoesFormAdmtabContent {
  overflow: hidden;
  margin-left: 5px;
  margin-top: 5px;
}

/* Labels */
/* -------------------------------------------------------- */
span.sobi2taptoesNewLabel {
  color: rgb(51, 51, 255);
  font-size: 11px;
  font-weight: bold;
  padding: 2px;
}
span.sobi2taptoesHotLabel {
  color: rgb(255, 0, 0);
  font-size: 11px;
  font-weight: bold;
  padding: 2px;
}
span.sobi2taptoesUpdatedLabel {
  color: rgb(0, 153, 0);
  font-size: 11px;
  font-weight: bold;
  padding: 2px;
}