﻿.widget-googleMap
{
    background-color: Transparent !important;
    background-image: none !important;
}
body
{
    background-color: Transparent !important;
    background-image: none !important;
    font-size: 10px;
    color:#666666;
}
img
{
    background-color: Transparent !important;
}

/****************************************/
/*			SEARCH-RESULT PAGE			*/
/****************************************/

/* table for the search results*/

table.search_data_table
{
	text-align:left;
}

table.search_data_table th
{
	background: #F8F8E4  url(../images/bol/kolom-title.gif);
    color:#336633;
    font-size:12px;
    font-weight:bold;
    font-family:Arial;
    height:31px;
    text-align:left;
}

table.search_data_table tr
{
	height: 25px;
}

td.search_result
{   
	font-size:11px;
    background-color:#F8F8E4;
    border-bottom:dashed 1px #776F42; 
    color:#666666;
}
td.search_result a
{
	color: #CC3300;
	text-decoration:none;
}
td.search_result a:hover
{
	text-decoration:underline;
	color: #666666;
}

/* link for the search-results page */
a.search_link:link, a.search_link:visited, a.search_link:visited
{
	text-decoration:none;	
	color: #CC3300;
}
a.search_link:hover
{
	text-decoration:underline;
	color: #666666;
}

/* search button */
.search_button
{   
	border:none;
    /*background:transparent url(../images/west/button-zoek-nl.gif) no-repeat 0 0;*/
    background-color:#F8F8E4;
    color:#336633;
    font-weight:bold;
    width:75px;
    height:20px;
    border-bottom-style:solid;
}

/* reset button */
.reset_button
{   
	border:none;
    /*background:transparent url(../images/bol/button-reset-nl.gif) no-repeat 0 0;*/
    background-color:#F8F8E4;
    color:#336633;
    font-weight:bold;
    width:75px;
    height:20px;
    border-bottom-style:solid;
}

/* table for the search parameters */

table.searchTable 
{
	width:100%;
}

td.searchLabel
{
	/*width:10%;*/
	width:45px;
}

td.searchField
{
	width:50%;
}

/* 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;
}

/* calendar bug */

.ajax__calendar_container
{
	z-index:1;	
}

/* a for paging */

a:link, a:visited, a:visited
{
	text-decoration:none;	
	color: #4F6E4A;
}
a:hover
{
	text-decoration:underline;
	color: #4F6E4A;
}

/* a for paging current page */

a.currentpage:link, a.currentpage:visited, a.currentpage:visited
{
	text-decoration:none;	
	color: #4F6E4A;
}
a.currentpage:hover
{
	text-decoration:underline;
	color: #4F6E4A;
}

/****************************************/
/*				 DETAIL PAGE			*/
/****************************************/

/* table for the detail*/

table.detail_data_table
{
	width: 100%;
}

table.detail_data_table th
{
	background: #4F6E4A url(../images/west/kolom-title.gif);
    color:#4F6E4A;
    font-size:12px;
    font-weight:bold;
    font-family:Arial;
    height:31px;
}

td.detail
{   
	font-size:11px;
    background-color:#FFFFFF;
    color:#666666;
    padding-bottom:10px;
}
td.detail a
{
	color: #4F6E4A;
	text-decoration:none;
}
td.detail a:hover
{
	text-decoration:underline;
	color: #4F6E4A;
}

td.detail ul
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

td a
{
	color: #52796A;
	text-decoration:none;
}
td a:hover
{
	text-decoration:underline;
	color: #52796A;
}

/* link for the detail page*/
a.detail_link:link, a.detail_link:visited, a.detail_link:visited
{
	text-decoration:none;	
	color: #52796A;
}
a.detail_link:hover
{
	text-decoration:underline;
	color: #52796A;
}

/* title h1, h2, h3 */

h1 
{   color:#336633;
    font-size:16px;
    height:25px;
    font-weight:bold;
    font-family:Arial;
    padding-top:4px;
    border-top:1px solid #52796A;
    border-bottom:1px dashed #52796A;
    }
h2 
{   color:#336633;
    background-color:#F8F8E4 ;
    font-size:14px;
    font-family:Arial;
    margin-top:0px;
}

h3
{   color:#336633;
    font-size:12px;
    font-weight:bold;
    font-variant:small-caps;
    font-family:Arial;
    margin-top:2px;
    margin-bottom:0px;
}

ul.searchList
{ 
	margin-left:-7px;
    padding-left:22px;
    margin-top:0px;
}

ul.searchList li
{   
	font-size: 11px;
	color: #cc3300;
}
