.widget-googleMap
{
    background-color: Transparent !important;
    background-image: none !important;
}
Body 
{
    background-color: Transparent !important;
    background-image: none !important;
    font-size: 11px;
    font-family:Arial;
    color:#666666;
}
img
{
    background-color: Transparent !important;
}

/****************************************/
/*			SEARCH-RESULT PAGE			*/
/****************************************/

/* table for the search results*/

table.search_data_table
{
    font-size: 11px;
    font-family:Arial;
}

table.search_data_table th
{
    background: #FCF9E5;
    color:#cc6600;
    font-size:12px;
    font-weight:bold;
    font-family:Arial;
    height:31px;
}

td.search_result
{
    font-size:11px;
    background-color:#FCF9E5;
    border-bottom:dashed 1px #336699;
    color:#666666;
}
td.search_result a
{
    color: #FF6600;
    font-size: 11px;
    font-family:Arial;
    text-decoration:none;
}
td.search_result a:hover
{
    text-decoration:underline;
    font-size: 11px;
    font-family:Arial;
    color: #336699;
}

/* link for the search-results page */
a.search_link:link, a.search_link:visited, a.search_link:visited
{
    text-decoration:none;	
    font-size: 11px;
    font-family:Arial;
    color: #cc6600;
}
a.search_link:hover
{
    text-decoration:underline;
    font-size: 11px;
    font-family:Arial;
    color: #336699;
}

/* search button */
.search_button
{
    border:none;	
    background:transparent url(../images/kust/button-zoek-nl.gif) no-repeat;
    width:37px;
    height:18px;
}

/* search fields and box */

.search_field
{
    font-size:9px;
    color:#666666;
    margin:0;
    padding:0;
}

.search_label
{
    font-size:9px;
    color:#666666;
    margin:0;
    padding:0;
}

.search_input
{
    height:12px;
    font-size:9px;
    color:#666666;
}

.search_dropdown
{
    font-size:9px;
    color:#666666;
    margin:0;
    padding:0;
}


/****************************************/
/*				 DETAIL PAGE			*/
/****************************************/

/* table for the detail*/

table.detail_data_table
{
    width: 100%;
    font-size: 11px;
    font-family:Arial;
}

table.detail_data_table th
{
    background: #FCF9E5 url(../images/kust/kolom-title.gif);
    color:#cc6600;
    font-size:12px;
    font-weight:bold;
    font-family:Arial;
    height:31px;
}

td.detail
{
    font-size: 11px;
    font-family:Arial;
    background-color:#FFFFFF;
    color:#666666;
    padding-bottom:10px;
}
td.detail a
{
    color: #FF6600;
    font-size: 11px;
    font-family:Arial;
    text-decoration:none;
}
td.detail a:hover
{
    text-decoration:underline;
    font-size: 11px;
    font-family:Arial;
    color: #336699;
}

td a
{
    color: #FF6600;
    font-size: 11px;
    font-family:Arial;
    text-decoration:none;
}
td a:hover
{
    text-decoration:underline;
    font-size: 11px;
    font-family:Arial;
    color: #336699;
}

/* link for the detail page*/
a.detail_link:link, a.detail_link:visited, a.detail_link:visited
{
    text-decoration:none;	
    color: #cc6600;
}
a.detail_link:hover
{
    text-decoration:underline;
    color: #336699;
}

/* title h1, h2, h3 */

h1 
{   color:#cc6600;
    font-size:16px;
    height:25px;
    font-weight:bold;
    font-family:Arial;
    padding-top:4px;
    border-top:1px solid #DCD09A;
    border-bottom:1px dashed #DCD09A;
    }
h2 
{   color:#cc6600;
    background-color:#F9EEB7;
    font-size:14px;
    font-family:Arial;
    margin-top:0px;
}

h3
{   color:#43679F;
    font-size:12px;
    font-weight:bold;
    font-variant:small-caps;
    font-family:Arial;
    margin-top:2px;
    margin-bottom:0px;
}
