/* Begin default CSS */

@charset "UTF-8";
*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #363636;
}

body, html
{
	height: 100%;
}
body
{
	overflow: -moz-scrollbars-vertical;
}

a img
{
	border: none;
}
a:focus
{
	outline: none;
}
a
{
	color: #363636;
}
a:hover
{
	text-decoration: underline !important;
}

div.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
}

.pager td {
	padding: 4px;
}

.pagerFirst, .pagerPrevious {
	text-align: left;
	width: 10%;
}

.pagerNext, .pagerLast {
	text-align: right;
	width: 10%;
}

.pagerSelection {
	text-align: center;
	width: 60%;
}

.pagerSelectionItem {
	text-align: center;
}

.pagerSelectionItemActive {
	text-align: center;
	font-weight: bold;
}

.pagerAbstract {
	font-weight: bold;
	text-align: center;
}

.cmsError {
	border: 1px solid black;
	background-color: #D1E428;
}

input.readOnly {
	color: black;
	background-color: #D4D0C8;
}

div.cms-internal-error {
	color: #dd0000;
}

/*div, img {
    behavior: url(/resources/iepngfix.htc);
}*/

/* Einde default CSS */

div#siteContainer
{
	background-image: url(/client/rova/images/Body_Background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 100%;
}
* html div#siteContainer
{
	height: 100%;
}

div#mainContainer {
	/*width: 950px;*/
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 35px;
}

div#topContainer
{
	padding-top: 9px;
	padding-bottom: 20px;
}

div#contentContainer
{
	position: relative;
	width: 100%;
}

/* Top */
div#topContainer div#Logo
{
	float: left;
}
div#topContainer div#subMenu
{
	display: none;
}

div#Search {
	display: none;
}

#topMenu {
   display: none;
}


/* Portal */
div.portalItem
{
	height: 160px;
}
div.portalItem div.block
{
	height: 150px;
	width: 230px; /* 230 */
	float: left;
	color: white;
}
	div.portalItem div.block a
	{
		text-decoration: none;
		color: white;
	}
	div.portalItem div.block a:hover
	{
		text-decoration: none !important;
	}
	div.portalItem div.block h1
	{
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 8px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: white;
	}
	div.portalItem div.block p
	{
		padding-left: 20px;
		padding-right: 20px;
		font-size: 0.8em;
		line-height: 1.5em;
		color: white;
	}
	
	div.portalItem div.green
	{
		background-image: url(/client/rova/images/Block_Green_Bottom.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
	}
		div.portalItem div.green h1
		{
			background-image: url(/client/rova/images/Block_Green_Top.jpg);
			background-repeat: no-repeat;
			background-position: top;
		}
	div.portalItem div.blue
	{
		background-image: url(/client/rova/images/Block_Blue_Bottom.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
	}
		div.portalItem div.blue h1
		{
			background-image: url(/client/rova/images/Block_Blue_Top.jpg);
			background-repeat: no-repeat;
			background-position: top;
		}
	div.portalItem div.red
	{
		background-image: url(/client/rova/images/Block_Red_Bottom.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
	}
		div.portalItem div.red h1
		{
			background-image: url(/client/rova/images/Block_Red_Top.jpg);
			background-repeat: no-repeat;
			background-position: top;
		}
	
div.portalItem div.photos
{
	display: none;
}

div#Intranet {
	display: none;
}

div#portalNews
{
	position: absolute;
	top: 0px;
	right: 25px;
	width: 260px; /* 260 */
}
div#portalNews div#NewsTop
{
	background-image: url(/client/rova/images/News_Top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
}
div#portalNews div#NewsContent
{
	background-image: url(/client/rova/images/News_Background.gif);
	font-size: 0.7em;
	padding: 0px 15px;
	width: 230px;
}
div#portalNews div#NewsBottom
{
	background-image: url(/client/rova/images/News_Bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
}

/* Portal News Content */
div.frameContent div.newsDate, div#NewsContent div#NewsDate
{
	width: 39px;
	height: 39px;
	float: left;
	text-align: center;
	color: white;
	background-repeat: no-repeat;
	background-position: top right;
}
div.frameContent div.newsText, div#NewsContent div#NewsText
{
	float: right;
	width: 185px; /* 200 */
}

	div.frameContent div.newsDate h1, div#NewsContent div#NewsDate h1
	{
		margin: 0 0 -3px 0;
		padding: 3px 0 0 0;
		font-size: 1.5em;
		text-decoration: none;
		color: white;
	}
	div.frameContent div.newsDate h2, div#NewsContent div#NewsDate h2
	{
		font-weight: normal;
		color: white;
	}
	
	div#contentContainer.green div.newsDate, div#NewsContent.green div#NewsDate
	{
		background-image: url(/client/rova/images/News_Green.jpg);
	}
	div#contentContainer.blue div.newsDate, div#NewsContent.blue div#NewsDate
	{
		background-image: url(/client/rova/images/News_Blue.jpg);
	}
	div#contentContainer.red div.newsDate, div#NewsContent.red div#NewsDate
	{
		background-image: url(/client/rova/images/News_Red.jpg);
	}
	
div#NewsContent div#NewsText
{
	width: 175px;
}
div#PortalNews div#NewsContent p
{
	line-height: 1.4em;
}

div.frameContent a.more, div#NewsContent a.more
{
	float: right;
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 22px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
}
div#NewsContent.green a.more, div#contentContainer.green a.more, div#contentContainer.green div.kids a
{
	background-image: url(/client/rova/images/Icon_More_Green.gif);
}
div#NewsContent.blue a.more, div#contentContainer.blue a.more, div#contentContainer.blue div.kids a
{
	background-image: url(/client/rova/images/Icon_More_Blue.gif);
}
div#NewsContent.red a.more, div#contentContainer.red a.more, div#contentContainer.red div.kids a
{
	background-image: url(/client/rova/images/Icon_More_Red.gif);
}

/* Content */
div#contentContainer div#leftContainer
{
	display: none;
}
div#contentContainer div#rightContainer
{
	position: relative;
}
div#Header
{
	display: none;
}

div#Crumble
{
	padding-top: 19px;
	padding-bottom: 14px;
	padding-left: 15px;
	font-size: 0.7em;
	background-color: white;
}
div#Crumble span a, div#SearchResult div.result div.location a
{
	display: block;
	float: left;
	padding-right: 15px;
	margin-right: 5px;
	background-image: url(/client/rova/images/Crumble_Seperator.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
}

div#Text
{
	width: auto;
	padding-left: 15px;
	font-size: 0.7em;
	line-height: 1.5em;
	float: left;
}
div#Text.full
{
	width: auto;
	padding-right: 15px;
}

div#Text h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	padding-bottom: 20px;
	color: #8bb903;
}
div#Text h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-bottom: 2px;
}

	div#contentContainer.green div#Text h1, div#contentContainer.green div#Text h2
	{
		color: #8bb903;
	}
	div#contentContainer.blue div#Text h1, div#contentContainer.blue div#Text h2
	{
		color: #0053a0;
	}
	div#contentContainer.red div#Text h1, div#contentContainer.red div#Text h2
	{
		color: #b80401;
	}

div#Text p
{
	padding-bottom: 18px;
}

div#Text img.right
{
	float: right;
	padding-left: 18px;
	padding-bottom: 18px;
}

div#Text ul
{
	
}
div#Text ul li
{
	list-style-position: inside;
	list-style-type: square;
	padding-left: 12px;
	text-transform: none;
	padding-bottom: 12px;
}
div#Text ul li ul
{
	padding-top: 0px;
}
div#Text ul li ul li
{
	text-transform: none;
	padding-bottom: 0px;
}
div#Text ul li ul li ul
{
	padding-top: 0px;
	padding-bottom: 12px;
}
div#Text ul li ul li ul li
{
	text-transform: none;
	padding-bottom: 0px;
}

div#Text ul#formOutput ul li
{
	list-style-position: inside;
	list-style-type: square;
	padding-left: 12px;
	text-transform: none;
	padding-bottom: 0px;
}

div#Text ul#formOutput
{
	padding-bottom: 10px;
}
div#Text ul#formOutput li
{
	list-style-position: inside;
	list-style-type: square;
	padding-left: 12px;
	text-transform: none;
	padding-bottom: 0px;
	color: #ed1c24;
}

/* Right News */

div#rightContainer div#sideContainer
{
	display: none;
}

div.frameTop
{
	text-transform: uppercase;
	height: 23px; /* 31 */
	padding-top: 8px;
	padding-left: 20px;
	font-weight: bold;
	color: white;
	font-size: 1.0em;
}
div.frameTop a
{
	color: white;
	text-decoration: none;
}
	div#contentContainer.green div.frameTop
	{
		background-image: url(/client/rova/images/Bar_Green.jpg);
	}
	div#contentContainer.blue div.frameTop
	{
		background-image: url(/client/rova/images/Bar_Blue.jpg);
	}
	div#contentContainer.red div.frameTop
	{
		background-image: url(/client/rova/images/Bar_Red.jpg);
	}

div.frameTopClean
{
	text-transform: uppercase;
	height: 24px; /* 31 */
	padding-top: 6px;
	padding-left: 20px;
	font-weight: bold;
	color: white;
	font-size: 1.1em;
	border-top: solid 1px #e1e5e4;
}
div.frameTopClean h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding-top: 9px;
	padding-bottom: 12px;
	text-transform: none;
}
	div#contentContainer.green div.frameTopClean
	{
		color: #8bb903;
	}
		div#contentContainer.green div.frameTopClean h1
		{
			color: #8bb903;
		}
	div#contentContainer.blue div.frameTopClean
	{
		color: #0053a0;
	}
		div#contentContainer.blue div.frameTopClean h1
		{
			color: #0053a0;
		}
	div#contentContainer.red div.frameTopClean
	{
		color: #b80401;
	}
		div#contentContainer.red div.frameTopClean h1
		{
			color: #b80401;
		}
div.frameTopSide
{
	border-top: solid 1px #e1e5e4;
}
div.frameContent
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: white;
	background-image: url(/client/rova/images/News_Background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-right: 1px;
	margin-left: 1px;
}
div.frameContent h1
{
	padding-bottom: 5px;
}
div.frameContent ul
{
	list-style: none;
}
div.frameContent ul li
{
	padding-left: 25px;
	background-repeat: no-repeat;
	height: 22px;
	background-position: left 0px;
}
	div#contentContainer.green div.frameContent ul li
	{
		background-image: url(/client/rova/images/Icon_More_Green.gif);
	}
	div#contentContainer.blue div.frameContent ul li
	{
		background-image: url(/client/rova/images/Icon_More_Blue.gif);
	}
	div#contentContainer.red div.frameContent ul li
	{
		background-image: url(/client/rova/images/Icon_More_Red.gif);
	}

div.frameBottom
{
	background-image: url(/client/rova/images/News_Bottom.jpg);
	height: 8px;
	overflow: hidden;
}

div#rightContainer div#sideContainer div#NewsContent div.newsItem, div.frameContent div.newsItem
{
	padding-top: 15px;
	width: 100%;
}
div#NewsContent div.newsItem div.newsDate
{
	padding: 0;
	float: left;
}
div#NewsContent div.newsItem div.newsText
{
	float: right;
	width: 184px;
}
div#NewsContent div.newsItem div.newsText h1
{
	padding-bottom: 1px;
}

div#Image
{
	/*position: absolute;
	right: 0px;
	bottom: 0px;*/
	margin-top: 23px;
}

div#leftContainer div#Contact
{
	background-image: url(/client/rova/images/Frame_Background_230.gif);
	font-size: 0.7em;
}

div#rightContainer div#News
{
	background-image: url(/client/rova/images/Frame_Background_275.gif);
}

table
{
	margin-bottom: 15px;
	line-height: 1.5em;
}

div.kids
{
	padding-bottom: 20px;
}
div.kids a
{
	display: block;
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* Formulier */
form
{}
input
{
	border: solid 1px #363636;
	height: 17px;
	margin-bottom: 5px;
}

	table.formTable tr.formRow
	{
		vertical-align: top;		
	}
		table.formTable td.formColumnLeft
		{
			padding-right: 10px;	
		}
		table.formTable td.formColumnRight
		{
			padding-bottom: 0px;	
		}
		form#form259 input
		{
			width: 200px;
		}
		form#form259 input#submitSend
		{
			width: 50px;
			height: 19px;
			background-image: url(../images/Button_Verstuur.gif);
			background-repeat: no-repeat;
    		border-style: none;
    		cursor: pointer;
		}

/* Afvalwijzer + Lediging */

div#Afvalwijzer
{
	background-image: url(/client/rova/images/Afvalwijzer_Background.jpg);
	width: 190px; /* 230 */
	height: 160px; /* 180 */
	padding: 20px 20px 0px 20px;
	color: white;
	font-size: 0.7em;
	overflow: hidden;
}
div#Lediging
{
	background-image: url(/client/rova/images/Lediging_Background.jpg);
	width: 190px; /* 230 */
	height: 160px; /* 180 */
	padding: 20px 20px 0px 20px;
	color: white;
	font-size: 0.7em;
	overflow: hidden;
}
div#Afvalwijzer a, div#Lediging a {
	color: white;
}
div#Afvalwijzer h1, div#Lediging h1
{
	padding-bottom: 10px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: white;
}
div#Afvalwijzer p, div#Lediging p
{
	width: 120px;
}
div#Afvalwijzer table.formTable, div#Lediging table.formTable
{
	margin-top: 0px;
}
div#Afvalwijzer form, div#Lediging form
{
	margin: 0px;
	padding: 0px;
}
div#Afvalwijzer table.formTable td.formColumnLeft .elementTitle, div#Lediging table.formTable td.formColumnLeft .elementTitle
{
	color: white;
	margin: 5px 5px 0px 0px;
}
input#cms_cm40__form__postcode, input#cms_cm40__form__huisnummer, input#cms_cm87__form__gebruikersnaam, input#cms_cm87__form__wachtwoord
{
	border: solid 1px black;
	width: 50px;
	margin-bottom: 5px;
}
input#submitSend
{
	margin-top: 0px;
}

/* Zoekresultaten */

div#SearchResult
{
}
div#SearchResult div#Header div#Buttons
{
	background-image: url(../images/Doelgroepen_Background_Search.png);
	width: 420px;
}

div#SearchResult div.result
{
	background-position: left top;
	background-repeat: no-repeat;
}
div#SearchResult div.result h1
{
	padding: 0;
	font-size: 1em;
	padding-left: 25px;
}
	div#SearchResult div.result h1 a
	{
		text-decoration: none;
	}
div#SearchResult div.result div.location
{
	padding-left: 25px;
}
div#SearchResult div.result div.location a
{
	text-decoration: underline;
}

div#SearchResult div.green
{
	background-image: url(/client/rova/images/Search_Green.gif);
}
div#SearchResult div.blue
{
	background-image: url(/client/rova/images/Search_Blue.gif);
}
div#SearchResult div.red
{
	background-image: url(/client/rova/images/Search_Red.gif);
}

/**
 * Zoekresultaat relevantie-balk
 */

div.accuracyOuterBar
{
    float: right;
    width: 100px;
    border: 1px solid #336666;
    margin-top: 3px;
    margin-left: 3px;
    height: 14px;
    background-color: #84AAD1;
}

    div.accuracyOuterBar div
    {
        height: 14px;
        line-height: 14px;
    }

    div.accuracyOuterBar div.accuracyText
    {
        position: absolute;
        text-align: center;
        width: 100px;
        text-align: center;
        _margin-top: 2px;
        color: #ffffff;
    }

    div.accuracyOuterBar div.accuracyInnerBar
    {
        background-color: #0053A0;
    }

/**
 * Zoekresultaten paginering
 */

div.searchPager
{
    clear: both;
    width: 100%;
    height: 20px;
    margin: 0px 0px 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #336666;
}

    div.searchPager span, div.searchPager a
    {
        float: left;
        text-align: center;
        margin-right: 10px;
        line-height: 20px;
    }

    div.searchPager span
    {
        background-color: #CCD9D9;
        border: 1px solid #336666;
        color: #000;
        padding: 0px 5px;
        line-height: 18px;
    }
    
div.searchPagerBottom
{
    padding-top: 15px;
    border-bottom: none;
    border-top: 1px dotted #336666;
}


/* Leren en Weten */

#wrapper #Buttons,
span.pageTitle,
#logo{
	display: none !important;	
}


