/* COLORS
 * 
 * background: #f29f00
 * header: #f7f3e2
 * headertitle: #e95d0e
 * footer/contenttext: #e95d0e
 */
body {
    background: #f29f00 url(/images/gradient_body.png) repeat-x;
}

h2,h3 {
	color:#e95d0e;
}

#headerTopBar #headerTopBarHomeLink {
	background-color:#f7f3e2;
}

#headerTopBar #headerTopBarMainLink {
    background: url(/images/gradient_mainlink.png) repeat-x bottom;
}

#headerTopInfo {
    background: #f7f3e2 url(/images/gradient_header.png) repeat-x bottom;
}

#headerContainer #headerTopBarSearch input.text {
    border:1px solid #f29f00;
    color: #e95d0e;
}

#headerContainer #headerTopBarSearch input.imageButton {
    background:#f29f00 none repeat scroll 0 0;
}

#topMenuContainer {
	margin-bottom:5px;
}

#topMenuContainer .menuItem {
    background-color:#fff;
}

#topMenuContainer .menuItem .header:hover, 
#topMenuContainer .menuItem.active .header {
    color:#f29f00;
}


#footerContainer {
    background: #e95d0e url(/images/gradient_footer.png) repeat-x;
}

#footerSiteMap {
    border-right:1px solid #f29f00;
}

#footerSiteMap ul li a {
    color: #f29f00;	
}

#footerSiteMap ul li ul {
	width: 112px;
}
#footerSiteMap ul li ul li {
    background:url(/images/list-item-bullet.gif) no-repeat 2px 7px;
}



input.button,
input.imageButton {
    background: #f29f00;
}

input[type=text], input[type=password], input.text, input.title, textarea, select {
    border-color: #f29f00;
}

a {
    color:#f29f00;
}

#footerInteractieveKaart a {
	color:#f29f00;
}

#contentBreadcrumbs a, 
#contentBreadcrumbs span, 
#contentContainer a  {
	color:#e95d0e;
}

#leftMenu li li a:hover {
    color: #f29f00;
}

#leftMenu li li.active a,
#leftMenu li li.active a:hover {
    color: #f29f00;
}

.dark {
    color: #000;
}

/** MESSAGES **/
.error .title {
    color: #8a1f11;
}

.notice .title {
    color: #e95d0e;
}
.success .title {
    color: #f29f00;
}
/** MESSAGES END **/

/** PAGINATIE **/
.paginationControl .disabled {
    color: #999;
}

.paginationControl .pageNumbers a:hover {
    background: #f29f00;
    color: #fff !important;
}

.paginationControl .active {
    background: #e95d0e;
}
/** PAGINATIE END **/

/** CALENDER START **/
.calendarBox{
    background-color: #e95d0e; /*#FFF;*/
}
/** CALENDER END **/

.contentHyperlink .downloadParagraph {
    background:url(/images/icons/arrow_download.png) no-repeat left 50%;
}