﻿/* Staalnameaanvraag */
.bgStaalname
{
    background: transparent url("bgstaalname.jpg") no-repeat;   
    padding: 4px 0px 0px 4px;
    height: 111px;
    width: 271px;
    vertical-align: top;
}


/* Weer vandaag */
.bgWeer
{
    background: transparent url("bgweer.jpg") no-repeat; 
    padding: 2px;
}
.LabelWeather
{
    color: #98cc5f;
    font-weight: bold;
    font-size: 11px;
}

.labelWeatherValue
{
    color: #47994a;
    font-weight: bold;
    font-size: 14px;
}

.labelWeatherValueFR
{
    color: #47994a;
    font-weight: bold;
    font-size: 14px;
}
.topline
{
     border-top: 1px white solid;
     padding: 0px 4px 0px 0px;
     text-align: right;
     background-color: #EFF5CF;
     margin-right: 4px;
}
.topline a:link, .topline a:hover, .topline a:active, .topline a:visited
{
	text-decoration: underline;
}

/* Weer overzicht */
.weatherEmptyCellOdd
{
	background-color:#F5F5F5;
}
.weatherEmptyCellEven
{
	background-color:white;
}
.weatherEmptyCellOdd hr
{
	background-color:#47994A;
	color:#47994A;
	height:2px;
}
.weatherEmptyCellEven hr
{
	color:#47994A;
	background-color:#47994A;
	height:2px;
}

.weatherContent
{
    padding:0px;
    margin: 0px;
	color: Black;
	font-size: 11px;
}
.WeatherMid
{
    padding: 0px;
    margin: 0px;
    
}
.WeatherLeft
{
    
}
.WeatherRight
{
  
}
.weatherOddColumn
{
     padding: 1px;
     margin: 0px;
    /*background-color: #98cc5f;*/
     border-right: 1px solid white;
     background-color: #F5F5F5;
     font-size: 11px;
}
.weatherOddColumnPrint
{
     padding: 1px;
     margin: 0px;
    /*background-color: #98cc5f;*/
     border-right: 1px solid white;
     background-color: #F5F5F5;
     font-size: 8px;
}
.weatherEvenColumn
{
    padding: 1px;
    margin: 0px;
    /*background-color: #47994a;*/
    border-right: 1px solid white;  
    font-size: 11px;
}
.weatherEvenColumnPrint
{
    padding: 1px;
    margin: 0px;
    /*background-color: #47994a;*/
    border-right: 1px solid white;  
    font-size: 8px;
}
.weatherRowCaption
{
    text-align: left;   
    Color: gray;
    padding: 0px;
    margin: 0px;
    font-weight: bolder;
    padding-right: 5px;   
    padding-left: 5px;
    font-size: 11px;
    background-color: white;
    padding-bottom: 2px;
    padding-top: 2px;
    
}
.weatherRowCaptionPrint
{
    text-align: left;   
    Color: gray;
    padding: 0px;
    margin: 0px;
    font-weight: bolder;
    padding-right: 5px;   
    padding-left: 5px;
    font-size: 8px;
    background-color: white;
    padding-bottom: 2px;
    padding-top: 2px;
    
}
.weatherColCaption
{
    Color:    white;
    background-color: #98cc5f;
    border-bottom: 2px solid white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right:0px;
    border-right: 1px solid white;
    font-size: 11px;
}
.weatherColCaptionPrint
{
    Color:    white;
    background-color: #98cc5f;
    border-bottom: 2px solid white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right:0px;
    border-right: 1px solid white;
    font-size: 8px;
}
.weatherSpeaking
{
   background-color: #47994a;
   color: White;
   text-decoration: italic;
   padding: 4px;
   border-bottom: 1px solid white;
   font-size: 11px;
}
.weatherSpeakingPrint
{
   background-color: #47994a;
   color: White;
   text-decoration: italic;
   padding: 4px;
   border-bottom: 1px solid white;
   font-size: 8px;
}

/* Nieuwsitems op homepagina */
.DNN_ANN_DesignTable
{
	width:auto;	
}
.DNN_ANN_DesignTable .SubHead
{	
    font-weight: bold;
    color: #47994a;
    margin-bottom: 15px;	
}
.DNN_ANN_DesignTable table
{
	width:auto;	
	margin-bottom: 10px;
}
.DNN_ANN_Description
{
}

.DNN_ANN_Description P
{
	margin-top:15px;
	margin-bottom: 5px;
}

.DNN_ANN_viewtypeSelector 
{
	float:right;
}

.DNN_ANN_viewtypeSelectorLabel
{
	float:left;	
}

.DNN_ANN_viewtypeSelectorDDL
{
	float:left;
}

/* Promo Images op Homepagina */
#promo
{	
	float: right; 
	z-index:500; 
	width:400px; 
	height: 100px;
	margin-top: 25px;
	margin-right: 35px;
}

#dnn_ctr519_ViewBDB_Promo_Settings_ctl00_rotPromo_i1 ul
{	
	list-style-type: none;
}

/* CSS voor BDB_TuinBox */

.tuinError
{
	color: Red;
}
.tuinFont
{
	font-size: 11px;
	border: solid 1px green;
	padding: 15px 15px 15px 15px;
}
