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