 /* 
================================
DotControl copyright 2009
================================
*/
@import url("controls.css");
@import url("Controls/DCForms.css");

* {
	margin: 0;
	outline: 0;
}

p { 
	margin-bottom: 1em;
	}

html, body{
	height: 100%;
}

.SuperWrapper {
	height: auto !important;
	height: 100%;
	background: #D6EDFB url(images/body_sky.jpg) repeat-x top;
	}

#BodyWrapper {
	height: auto !important;
	height: 100%;
	margin-bottom:-200px;
	background:url(images/body_grass.jpg) repeat-x;
	background-position:bottom!important;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
	}

.clear { 
	clear:both;	
}

#Wrapper	{
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
	padding-top: 13px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
	overflow-x: hidden;
	}

#Wrapper img	{
	border: 0;
}

#Wrapper ul li 	{
	list-style:none;
	padding-left: 20px;
	background-image: url(images/paw.jpg);
	background-repeat:no-repeat;
	background-position: 0px 3px;
}

#PageHeader	{
	float: left;
	width: 960px;
	height:158px;
	margin-bottom: -63px;
	background-image: url(images/Menu_bg3.png);
	background-repeat: no-repeat;
}

			
#SearchContent {
	height:50px;
}
		
#SearchContent input {
	margin-right:50px;
	margin-top:119px;
	margin-bottom:-40px;
	height:20px;
	border:0px;
	width:120px;
	display:inline;
	outline:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	float:right;
	padding-top:7px;
}

#PageHeader #SearchContent a {
	height:28px;
	width:35px;
	margin-top:12px;
	margin-right:20px;
	background-image:url(Images/SearchLoop.jpg);
	font-size:0px;
	text-decoration:none;
	display:inline-block;
	float:right;
	clear:right;
}

#PageHeader #SearchContent a:hover {
	text-decoration:none;
	cursor:pointer;
	background-position: 0px -28px;
}

#PageHeader #SearchContent a:visited {
	text-decoration:none;
	cursor:pointer;
}
			
#PageHeader .CompanyLogo	{
	width: 428px;
	background: url(images/logo.png) no-repeat;
	float: left;
	margin-left: -4px;
	margin-top: 18px;
}
#PageHeader .CompanyLogo a	{
	display:block;
	width: 428px;
	height: 57px;
}	
#PageHeader .CompanyLogo span	{
	display: none;
}

#menu	{
	display:inline;
	width: 670px;
	height: 49px;
	float: left;
	padding-left: 11px;
	position: relative;
	z-index: 15;
	margin-top:13px;
}

#menu .rmSeparator {
	height: 49px;
	width: 1px;
	margin: 0px;
	padding: 0px;
	}

#menu a	{
	padding: 0px 6px 0px 6px;
	color: #ffffff;
	text-decoration: none;
	height: 50px;
	margin-bottom: 6px;
	display: block;
	float: left;
}

#menu a:hover{
	cursor: pointer;
}

#Wrapper #menu ul {
	height: 49px;
}

#Wrapper #menu ul li {
	list-style: none;
	background-image: none;
	padding: 0px;
	padding: 0px 0px 0px 0px;
	
}

#Wrapper #menu ul li a{
	border-right: #ff0009 1px solid;
}


a#dnn_dnnMENU_RadMenu1_item0{
	border-left: #ff0009 1px solid;
}

#Wrapper #menu ul li ul li a{
	border-left: none;
	border-right: none;
	}

#Wrapper #menu ul li .rmSlide	{
	margin-top: -6px;
	height: auto;
}

#Wrapper #menu ul li ul li .rmSlide	{
	margin-top:0px;
	height: auto;
}

#Wrapper #menu .rmLink:hover,
#Wrapper #menu .rmFocused,
#Wrapper #menu .rmExpanded
{
	background-image: url(Images/menu_hover.png);
	background-repeat: repeat-x;
}
				
#Wrapper #menu ul li ul {
	background-image:url(Images/submenu_footer.png);
	width:180px;
	height: auto;
	color:#FFFFFF;
	text-decoration:none;
	background-position:bottom left;
	padding:0px;
	margin:0px;
	padding-bottom: 0px;
	border: none;
}

#Wrapper #menu ul li ul li {
	min-width: 180px;
}

#Wrapper #menu ul li ul li a {
	height: 29px;
	display: block;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #676867;
	line-height: 29px;
	padding-left: 0px;
	min-width: 180px;
}

#Wrapper #menu ul li ul li a span.rmText {
	margin-left: 12px;
	padding: 0px;
	}
	
#Wrapper #menu ul li ul li.rmItem a:hover {
	background-image: url(Images/submenu_hover.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ff0009;
}

#Wrapper #menu .rmGroup .rmExpanded {
	background-image: url(Images/submenu_hover.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ff0009;
}

			
#Wrapper #menu ul li ul li.rmLast a {
	border-bottom: 0px;
}

			
#Wrapper #menu ul li ul li.rmLast a:hover {
	background-image: url(Images/submenu_bottom_hover.png);
	background-repeat: no-repeat;
	border-bottom: none;
}

#Wrapper #menu ul li ul li ul {
	background-image: none;
	background-color: #3d3f3e;
}

#Wrapper #menu ul li ul li ul li.rmLast a {
	border-bottom: 1px solid #676867;
}

			
#Wrapper #menu ul li ul li ul li.rmLast a:hover {
	background-image: url(Images/submenu_hover.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ff0009;
}

#PanoramaHolder	{
	display: inline;
	margin-top: 15px;
	float: left;
	width: 960px;
	height: 299px;
	outline: 0;
}

.HomeMenu{
	float:left;
	width: 960px;
	}
	
.Panorama{
	float:left;
	height: 300px;
	width: 635px;
	margin-top:15px;
	}
	
.Panorama h2{
	displaY:none;
	}
	
.Panorama ul li{
	list-style: none !important;
	padding-left: 0px!important;
	}
	
.HomeContentHolderMap{
	display:inline;
	float: left;
	margin-top: 15px;
	width: 145px;
	margin-bottom: 15px;
	height: 250px;
	padding-top: 50px;
	padding-left: 5px;
	margin-left: 15px;
	background:url(images/TopPanoramaLeft.png) top left;
	}
	
.HomeContentHolderPanorama	{
	display:inline;
	float: right;
	margin-top: 15px;
	width: 140px;
	margin-bottom: 15px;
	height: 285px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 5px;
	background:url(images/TopPanoramaRight.png) top right;
}

#HomeContentHolder	{
	display:inline;
	float: left;
	margin-top: 15px;
	width: 960px;
	margin-bottom: 15px;
}
.HomeContentHolderPanorama a	{
	color: #e61921;
}
#HomeContentHolder a	{
	color: #e61921;
}
#HomeContentHolder a:hover	{
	color: #555;
}
#HomeContentHolder h2	{
	color: #e61921;
	font-size: 16px;
}

#HomeContentHolder .HomeContentTop, .HomeMenu .HomeMenuTop	{
	float: left;
	width: 960px;
	height:20px;
	background-image:url(images/ContentTop.png)!important;
	background-repeat:no-repeat;
	margin-bottom: -5px;
}

.HomeMenu .HomeMenuBottom	{
	float: left;
	clear:left;
	width: 960px;
	height:20px;
	background:url(images/ContentBottom_new.png) top left !important;
}

#HomeContentHolder .HomeContentMiddle{
	float: left;
	clear:left;
	display: block;
	display: inline;
	background-color:#FFFFFF;
	width: 960px;
}

.HomeMenuMiddle h2{
	display:none;
	}
	
.HomeMenuMiddle a.main_button{
	margin-left:32px;
	margin-right: 32px;
	}
		
.HomeMenu .HomeMenuMiddle{
	float: left;
	clear:left;
	display: block;
	background-color:#FFFFFF;
	width: 960px;
}		
		
#HomeContentHolder .HomeContentMiddle .ContentPane{
	float:left;
	width: 495px;
	padding: 0px 15px 0px 15px;
}

#HomeContentHolder .HomeContentMiddle .ContentPane a img{
	border: none;
	}

#HomeContentHolder .HomeContentMiddle .ContentContact{
	float: right;
	width: 240px;
	padding-left: 190px;
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	height: 230px;
}

#HomeContentHolder .HomeContentMiddle .ContentContact a{
	float:left;
	padding-top: 5px;
	width: 240px;
	}
				
#HomeContentHolder .HomeContentBottom	{
	float: left;
	width: 960px;
	height:10px;
	background-image:url(images/_HomeContentBottom.png);
	background-repeat:no-repeat;
	}
	
#HomeQuickLinks	{
	display: inline;
	margin-top: 15px;
	float: left;
	width: 972px;
}

#HomeQuickLinks	h2 {
	color: #ffffff;
	font-size: 16px;
}

#HomeQuickLinks	.HomeLeft{
	float: left;
	width: 284px;
	height: 169px;
	padding: 10px 15px 0px 15px;
	background-image: url(images/Quick_left.png);
	background-repeat: no-repeat;
	display:inline;
}

.SuperWrapper.new #HomeQuickLinks .HomeLeft{
	background-image: url(images/Quick_leftnew.png);
	height: 169px;
	width: 280px;
}

.SuperWrapper.new #HomeQuickLinks .HomeLeft1{
	float: left;
	width: 280px;
	height: 169px;
	padding: 10px 15px 0px 15px;
	background-image: url(images/Quick_normal1.png);
	background-repeat: no-repeat;
	display:inline;
}
		
.DCSiteAgendaRecent .Items	{
	float: left;
	width: 285px;
	height: 68px;
}

.DCSiteAgendaRecent .Items table tr td .Item a {
	padding-left: 15px;
	color: #555555;
	background-image: url(images/paw_recentnews.jpg);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.DCSiteAgendaRecent .Items table tr td .Item a:hover {
	background-position: 0px -26px;
	background-repeat: no-repeat;
	color: #e61921;
}

.DCSiteAgendaRecent .ShowAll	{
	float: right;
	margin-top: 23px;
}

.DCSiteAgendaRecent .ShowAll a.Button	{
	margin-top: -8px; 
	display: inline;
	display: block;
	float: right;
	height: 26px;
	width: 0px;
	background-image: url(images/ShowallHover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	padding-left: 26px;
}

.DCSiteAgendaRecent .ShowAll a.Button:hover	{
	background-image: url(images/ShowallHover.jpg);
	background-repeat: no-repeat;
	background-position: 0px -26px;
	cursor: pointer;
}
	
#HomeQuickLinks	.HomeMiddle, #HomeQuickLinks .HomeMiddle1{
	float: left;
	display: inline;
	margin-left:15px;
	width: 174px;
	height: 169px;
	padding: 10px 110px 0px 15px;
	background-image: url(images/Quick_middle.png);
	background-repeat:no-repeat;
	display:inline;
}

.SuperWrapper.new #HomeQuickLinks .HomeMiddle, .SuperWrapper.new #HomeQuickLinks .HomeMiddle1
{
	float: left;
	display: inline;
	margin-left:15px;
	width: 174px;
	height: 169px;
	padding: 10px 10px 0px 15px;
	background-image: url(images/Quick_middle.png);
	background-repeat:no-repeat;
	display:inline;
	}
	
.SuperWrapper.new .FooterRight a.main_button{
	margin-top: 12px;
	}

#HomeQuickLinks	.HomeMiddle .NewsletterButtons{
	margin-top: -35px;
	}
.SuperWrapper.new #HomeQuickLinks .HomeMiddle, .SuperWrapper.new #HomeQuickLinks .HomeMiddle1{
	width: 285px;
	background-image: url(images/Quick_normal1.png)!important;
	}	
#HomeQuickLinks	.HomeRight{
	display: inline;
	margin-left: 15px;
	float: left;
	width: 178px;
	height: 169px;
	padding: 10px 130px 0px 15px;
	background-image: url(images/Quick_right.png);	
	background-repeat: no-repeat;
	}
	
.SuperWrapper.new #HomeQuickLinks .HomeMiddle, #HomeQuickLinks .HomeMiddle1{
background-image: url(images/Quick_normal.png);	
}

.SuperWrapper.new #HomeQuickLinks .HomeRight{
background-image: url(images/Quick_middle1.png);
margin-left: 14px;
}
	
#HomeQuickLinks	.HomeRight1{
	display: inline;
	margin-left: 14px;
	float: left;
	width: 178px;
	height: 169px;
	padding: 10px 130px 0px 15px;
	background-image: url(images/Quick_right1.png);	
	background-repeat: no-repeat;
	}
	
.SuperWrapper.new #HomeQuickLinks	.HomeRight1{
	background-image: url(images/Quick_right1.png);	
}
	
#HomeQuickLinks	.HomeWrapperBottom{float:left!important;}
	
#SubContentHolder 	{
	display: inline;
	float: left;
	margin-bottom: 15px;
}
#SubContentHolder h2	{
	color: #e61921;
	font-size: 16px;
}

#LeftPaneHolder	{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;

	margin-top: 15px;
}

#LeftPaneMenu {
	width:250px;
	float:left;
}
#LeftPaneMenu h2 {
	color: #FFF;
	position: relative;
}
			
#LeftPaneMenu .MenuTop {
	width:250px;
	height:10px;
	background-image:url(Images/BgNewsMenuTop.png);
	background-repeat:no-repeat;
	float:left;
}

#LeftPaneMenu .MenuPane {
	float:left;
	width:250px;
	background-image: url(Images/MenuBottom.png);
	background-repeat:no-repeat;
	background-position: bottom;
	padding:0px;
	padding-bottom:4px;
	margin:0px;
	margin-bottom: 13px;
}

#LeftPaneMenu .MenuPane h2.FlashHeader2 {
	margin-left:12px;
	position: relative;
	z-index: 1;
}
				
#LeftPaneMenu .MenuPane ul {
	margin-left:12px;
	padding:0px;
	width:224px;
}

#LeftPaneMenu .MenuPane ul li {
	margin:0px;
	padding:0px;
	background-image:none;
	list-style:none;
}
#LeftPaneMenu .MenuPane ul {
	border-top:1px solid #9c9c9c;
	padding-bottom: 12px;
}
#LeftPaneMenu .MenuPane ul li a {
	height:29px;
	width:217px;
	display:block;
	padding-top:9px;
	padding-left:9px;
	border-bottom:1px solid #9c9c9c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

#LeftPaneMenu .MenuPane ul li a:hover {
	background-image:url(Images/MenuContentHover.jpg);
	background-position:top left;
	background-repeat: repeat-x;
}

#LeftPaneMenu .MenuPane ul li a.MainSelected{
	background-image:url(Images/MenuContentHover.jpg);
	background-position:top left;
}

#LeftPaneMenu .MenuPane ul li ul {
	margin:0px;
	padding:0px;
	padding-top: 1px;
	width:182px;
	border: 0;
	border-bottom:1px solid #9c9c9c;
}

#LeftPaneMenu .MenuPane ul li ul li {
	background-image:url(Images/paw2.jpg);
	background-position: 20px 13px;
}


#LeftPaneMenu .MenuPane ul li ul li a {
	height:29px;
	padding:0px;
	margin:0px;
	width:182px;
	padding-left:40px;
	padding-top:9px;
	border-bottom:0px;
}
#LeftPaneMenu .MenuPane ul li ul li a.MainSubSelected {
	text-decoration:underline;
}

#LeftPaneMenu .MenuPane ul li ul li a:hover {
	text-decoration:underline;
	background-image: none;
	background-repeat:no-repeat;
}
					
#dnn_ctr1008_ModuleContent .Normal	{
	margin:0px;
	padding: 0px;
}

.LeftPane {
	float: left;
	width: 250px;
}

.LeftPane ul {
	margin: 0;
	padding: 0;
	margin-top: -13px;
}
				
#Wrapper .LeftPane ul li {
	margin: 0px;
	padding: 0px;
	background-image: none;
}

#Wrapper .LeftPane ul li{
	color: #ffffff;
	text-decoration: none;
	height: 30px;
	width: 236px;
	padding-left: 14px;
	display: block;
	background-image: url(Images/QuickLink.png);
	background-repeat: no-repeat;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	padding-top: 10px;
	background-position: top;
	}
	
#Wrapper .LeftPane ul li:hover {
	background-position: bottom;
	}	

#ContentHolder	{
	margin:0px;
	padding:0px;
	float: right;
	margin-top: 15px;
	width: 693px;
	margin-left: 15px;
}
						

#ContentHolder .ContentTop	{
	float: left;
	width: 683px;
	padding-left: 10px;
	background-image:url(images/SubContentTop.png);
	background-repeat:no-repeat;
	color: #e61921;	
	padding-top: 3px;
	margin-left: 2px;
}
	
#ContentHolder .ContentTop a	{
	color: #e61921;	
	margin-left: 25px;
	margin-right: 15px;
}	
			
#ContentHolder .ContentTop .BreadcrumbHolder	{
	width: 673px;
	border-bottom: 1px solid #e3e3e3;
	padding-top: 7px;
	padding-bottom: 10px;
	background-image: url(images/home.jpg);
	background-repeat:no-repeat;
	background-position: 0px 8px;
}

#Wrapper a.BreadcrumbDefault:hover {
	color: #555555;
	}

#ContentHolder .ContentTop .BreadcrumbHolder img {
margin-bottom: -2px;

}

.BreadcrumbHolder #dnn_dnnBREADCRUMB_lblBreadCrumb .BreadCrumbItem {
	color: #e61921;
	margin-left: 7px;
	margin-right: 15px;
}
					
.BreadcrumbHolder #dnn_dnnBREADCRUMB_lblBreadCrumb a {
	color: #e61921;	
}

.BreadcrumbHolder #dnn_dnnBREADCRUMB_lblBreadCrumb a:hover {
	color: #555555;	
}
					
#ContentHolder .ContentMiddle	{
	float: left;
	clear:left;
	display: block;
	display: inline;
	background-image: url(Images/WhiteStripe.gif);
	width: 693px;
	padding-top: 12px;
	margin-left: 2px;
	min-height: 300px;
}	
			
#ContentHolder .ContentMiddle .ContentPane{
	float:left;
	width: 663px;
	padding: 0px 15px 0px 15px;
}

#ContentHolder .ContentMiddle .ContentPane a {
	color: #e61921;
}

#ContentHolder .ContentMiddle .ContentPane a:hover {
	color: #555555;
}
					
#ContentHolder .ContentBottom	{
	float: left;
	width: 693px;
	height: 12px;
	background-image:url(images/SubContentBottom.png);
	background-repeat:no-repeat;
	margin-left: 2px;
}	
						
.Push	{
	height: 200px;
	position: relative;
	z-index: 0;
}

.NewsletterLocation{
	float:left;
	clear:left;
	}
	
.LeftNewsletter input, .RightNewsletter input{
	margin-right: 5px;
	width: 13px!important;
	}
	
.NewsletterButtons{
	float:right;
	margin-top: -40px;
	}
	
	
.NewsletterButtons a{
	float:right;
	clear:right;
	margin: 0px;
	margin-bottom: 10px;
	}

#Footer	{
	margin:0 auto;
	height: 240px;
	background: url(images/Footer_gradient.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	position: relative;
	z-index: 19;
}

#Footer .Utilities ul li a{
	border-left: 1px solid #878787;
	}

#Footer h2 {
	color: #ffffff;
	font-size: 16px;
}

#Footer	img	{
	border: 0;
}

#Footer .FooterContentHolder	{
	margin-left:auto;
	margin-right: auto;
	width: 960px;
	height: 210px;
	position: relative;
}

#Footer .FooterContentHolder .FooterLeft	{
	display: inline;
	margin: 10px 15px 0px 15px;
	float: left;
	width: 299px;
	height: 160px;
}

#Footer .FooterContentHolder .FooterMiddle	{
	float: left;
	display: inline;
	margin: 10px 15px 0px 15px;
	width: 269px;
	height: 160px;
}

#Footer .FooterContentHolder .FooterRight	{
	margin-left: 15px;
	display: inline;
	margin: 10px 15px 0px 15px;
	float: left;
	width: 269px;
	height: 160px;
}

#Footer .FooterContentHolder .FooterMiddle a.main_button{
	margin-top: 17px;
	}
	
#Footer a.main_button {
	display: block;
	float: left;
	height: 26px;
	padding-left: 10px;
	background-image: url(images/button.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#Footer a.main_button .textOut{
	float: left;
	display: block;
	height: 23px;
	padding-right: 10px;
	background-image: url(images/button.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	padding-top: 3px;
}
#Footer a.main_button:hover {
	float: left;
	background-image: url(images/button.png);
	background-repeat:no-repeat;
	background-position: top left;
	height: 26px;
	cursor: pointer;
}
#Footer a.main_button:hover .textOut	{
	float: left;
	background-image: url(images/button.png);
	background-repeat:no-repeat;
	background-position: top right;
	height: 23px;
	padding-top: 3px;
	cursor: pointer;
}

#Footer .FooterInfo	{
	margin-left:auto;
	margin-right: auto;
	width: 960px;
	height: 30px;
}

#Footer .FooterInfo .Copyright	{
	padding-top: 4px;
	float: left;
	color: #FFF;
	text-decoration: none;
	display: inline;
	margin-left: 14px;
}

#Footer .FooterInfo .Copyright a	{
	color: #FFF;
	text-decoration: none;
}

#Footer .FooterInfo .Copyright a:hover	{
	color: #D6131B;
}

#Footer .FooterInfo .Utilities	{
	height: 29px;
	float: right;
	background-image: url(images/stripe.jpg);
	background-position: left;
	background-repeat:no-repeat;
}

#Footer .FooterInfo .Utilities .rmSeparator {
	height: 29px;
	width: 1px;
	}

#Footer .FooterInfo .Utilities #dnn_dnnMENU2_RadMenu1 {
	background-image: url(images/stripe.jpg);
	background-position: right;
	background-repeat:no-repeat;
}
		
#Footer .FooterInfo .Utilities .rmLink {
	height: 29px;
	padding-left:12px;
	display:block;
	color: #FFF;
	line-height: 29px;
	text-decoration: none;
	}
				
#Footer .FooterInfo .Utilities .rmLink:hover {
	background-image: url(images/HoverMenu.jpg);
	cursor: pointer;
	display:block;
	min-width:0px;
	color: #e61921;
}
				
#Wrapper a.main_button {
	display: block;
	float: left;
	height: 26px;
	padding-left: 10px;
	background-image: url(images/button.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#Wrapper a.main_button .textOut{
	float: left;
	display: block;
	height: 23px;
	padding-right: 10px;
	background-image: url(images/button.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	padding-top: 3px;
}
#Wrapper a.main_button:hover {
	float: left;
	background-image: url(images/button.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	height: 26px;
	cursor: pointer;
	color: #fff;
}
#Wrapper a.main_button:hover .textOut	{
	float: left;
	background-image: url(images/button.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	height: 23px;
	padding-top: 3px;
	cursor: pointer;
}

/**** inschijf formulier nieuwsbrief home ****/

#Footer .FooterContentHolder .FooterLeft .InputName	{
	float: left;
	background-image: url(images/FooterInput.png);
	width: 116px;
	height: 22px;
}
#Footer .FooterContentHolder .FooterLeft .InputName input	{
	width: 95px;
	border: 0;
	outline: 0;
	margin-left: 10px;
	font-size:12px;
	color:#999999;
	padding-top:3px;
}
#Footer .FooterContentHolder .FooterLeft .InputEmail	{
	float: left;
	background-image: url(images/FooterInput.png);
	width: 116px;
	height: 22px;
	margin-left: 5px;
	margin-top: -20px;
}
#Footer .FooterContentHolder .FooterLeft .InputEmail input	{
	width: 95px;
	border: 0;
	outline: 0;
	font-size:12px;
	color:#999999;
	padding-top:3px;
	margin-left: 10px;
}
#Footer .FooterContentHolder .FooterLeft a.NewsletterSend	{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	margin-left: 5px;
	height: 22px;
	line-height: 22px;
	width: 80px;
	text-align: center;
	display: block;
	background-image:url(images/NewsletterSubmit.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: -4px;
}
#Footer .FooterContentHolder .FooterLeft a.NewsletterSend:hover	{
	background-image:url(images/NewsletterSubmit.png);
	background-position: bottom left;
	background-repeat:no-repeat;
}
		
/*********************** end ************************/

.sIFR-active a.FlashLink, h2.FlashHeader, h2.FlashHeader2, h1.FlashHeader {
	visibility: hidden;
}


.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
    visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.portlet_main2 .FlashHeader2{
	margin-bottom: 10px;
}

.portlet_main{
	float:left;
	clear:left;
	}

/************************** Search Results ***************************/
#Wrapper table{
	vertical-align: top;
	}

#Wrapper table tr td .TitleRelevanceSeparator {
	display: none;
}

#Wrapper table tr td .Relevance {
	display: none;
}

#Wrapper table tr td .LinkPubDateSeparator {
	display: none;
}

#Wrapper table tr td .PubDate {
	display: none;
}

#Wrapper table tr td span.SubHead {
	color: #e61921;
	font-weight: bold;
}
#Wrapper table tr td {
	vertical-align: top;
}

#Wrapper table tr td a.SubHead {
	color: #e61921;
	font-weight: bold;
	text-decoration:none;
}
#Wrapper table tr td a.SubHead:hover {
	color: #e61921;
	font-weight: bold;
	text-decoration:underline;
}
#Wrapper table tr td a.CommandButton {
	color: #555555;
}
#Wrapper table tr td a.CommandButton:hover {
	color: #e61921;
}
#Wrapper table tr td span.Normal {
	color: #555555;
}

/*****Contactformulier*****/

#dnn_ctr379_Feedback_pnlFeedbackFormFields  {
	margin-left: -3px;
	}

#dnn_ctr379_Feedback_pnlFeedbackFormFields .NormalTextBox {
	border: 1px solid #e3e3e3;
	}

#dnn_ctr379_Feedback_plEmail_imgHelp {
	display: none;
	}
	
#dnn_ctr379_Feedback_plName_imgHelp {
	display: none;
	}	
	
#dnn_ctr379_Feedback_plSubject2_imgHelp {
	display: none;
	}
	
#dnn_ctr379_Feedback_plBody_imgHelp	{
	display: none;
	}	

#Wrapper a#dnn_ctr379_Feedback_cmdSend {
		height: 26px;
		width: 77px;
		text-align: center;
		display: block;
		line-height: 25px;
		color: #FFFFFF;
		text-decoration: none;
		background-image: url(Images/ButtonContact.jpg);
		background-repeat: no-repeat;
		font-weight: bold;
		float: left;
		cursor: pointer;
		}
		
#Wrapper a#dnn_ctr379_Feedback_cmdSend:hover {
	background-position: 0px -26px;
	}
		


/**************************/


/**********NEWS**********/
#NewsHolder {
	float: left;
	width: 960px;
	}
	
#NewsHolder #ContentHolder {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
	}	
	
#NewsHolder #ContentHolder .FlashHeader2 {
	margin-top: 15px;
	margin-bottom: -90px;
	padding-left: 12px;
	padding-top: 8px;
	display: inline;
	float: left;
	color: #ffffff;
	width: 946px;
	height: 60px;
	background-image: url(Images/BgNewsMenuTop.png);
	background-repeat: no-repeat;
	}
	
#NewsHolder #ContentHolder .ContentTop {
	float: right;
	margin-top: 15px;
	display: block;
	position: relative;
	z-index: 1;
	}
	
#NewsHolder #ContentHolder .ContentMiddle {
	float: left;
	width: 960px;
	background-image: none;
	padding: 0px;
	margin: 0px;
	}

#NewsHolder #ContentHolder .ContentMiddle .ContentPane {
	float: left;
	width: 960px;
	padding: 0px;
	margin: 0px;
	background-image: url(Images/bgNewsContentPane.gif);
	background-repeat: repeat-y;
	background-position: right top;
	min-height: 350px;
	}
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Items {
	float: right;
	width: 693px;
	background-color: #ffffff;
	}

#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Item {
	float: left;
	border-bottom: 1px solid #E3E3E3;
	width: 673px;
	margin-left: 6px;
	display: inline;
	padding-top: 7px;
	padding-bottom: 15px;
	}	
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Item .whg_news_content {
	float: right;
	width: 488px;
	}
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Item .whg_news_content .whg_news_title {
	width: 488px;
	float: left;
	margin-bottom: -3px;
	}
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Item .whg_news_content .whg_news_title h1 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #e61921;
	}	

#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Item .whg_news_content .whg_news_title h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}	

#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Item .whg_news_content .whg_news_title h2 a {	
	color: #e61921;	
	text-decoration: none;
	}
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Item .whg_news_content .whg_news_date	{
	width: 488px;
	float: left;
	text-align: left;
	font-size: 10px;
	}
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Item .whg_news_content .whg_news_short {
	width: 488px;
	float: left;
	padding-top: 10px;
	}
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Item .whg_image_holder {
	background-image: url(Images/NewsDefault.jpg);
	width: 175px;
	height: 175px;
	float: left;
	}
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Item a.whg_news_read	{
	float: left;
	margin-left: 10px;
	display: inline;
	color: #E61920;
	margin-top: 1em;
	}	
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Item a.whg_news_read:hover	{
	color: #555555;
	}		
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Item .whg_image_holder img {
	width: 175px;
	height: 175px;
	}		
		
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Months {
	width: 250px;
	float: left;
	padding-top: 0px;
	padding-bottom: 12px;
	background-image: url(Images/BgNewsMenuBottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: -12px;
	}
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Months ul.rpRootGroup {
	width: 226px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #50504f;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	}	
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Months ul.rpRootGroup li {
	background-image: none;
	padding: 0px;
	margin: 0px;
	}			
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Months ul.rpRootGroup li a.Recent	{
	border-top: 1px solid #9c9c9c;		
	}

#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Months ul.rpRootGroup li a {
	color: #ffffff;
	border-bottom: 1px solid #9c9c9c;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 9px;
	width: 217px;
	display: block;
	}		
	
#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Months ul.rpRootGroup li a:hover {
	background-image:url(Images/MenuContentHover.jpg);
	background-position:top left;
	background-repeat: repeat-x;	
	}		

#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Months ul.rpRootGroup li ul li {
	background-image:url(Images/paw2.jpg);
	background-position: 20px 12px;
}

#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Months ul.rpRootGroup li ul li a {
	border: none;
	padding-left: 40px;
	width: 186px;
	}	

#NewsHolder #ContentHolder .ContentMiddle .ContentPane .DCSiteAgenda .Months ul.rpRootGroup li ul li a:hover {
	background-image: none;
	text-decoration: underline;
	}


#NewsHolder #ContentHolder .ContentBottom {
	float: right;
	}

/************************/


/******Bibliotheek*******/

#Wrapper .DCDictionary a {
	cursor: pointer;
	}

#Wrapper .DCDictionary .FormHolder {
	float: left;
	width: 100%;
	}
	
#Wrapper .DCDictionary .FormHolder .FirstRow {
	float: left;
	width: 282px;
	}
	
#Wrapper .DCDictionary .FormHolder .FirstRow label {
	padding-bottom: 15px;
	float: left;
	}
	
#Wrapper .DCDictionary .FormHolder .SecondRow {
	float: left;
	margin-top: -7px;
	}
	
#Wrapper .DCDictionary .FormHolder a.btnSearch {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-image: url(Images/btnSearch.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
	text-decoration: none;
	margin-top: 34px;
	margin-left: 7px;
	}
	
#Wrapper .DCDictionary .FormHolder a.btnSearch:hover {
	background-position: 0px -30px;
	}	

#Wrapper .DCDictionary .FormHolder fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#Wrapper .DCDictionary ul.AlphabeticIndex {
	float: left;
	width: 655px;
	padding: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 10px;
	margin: 0px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	}	
	
#Wrapper .DCDictionary ul.AlphabeticIndex li {
	background-image: none;
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 5px;
	line-height: 20px;
	}		
	
#Wrapper .DCDictionary ul.AlphabeticIndex li.LetterLast {
	padding-right: 0px;
	}			

#Wrapper .DCDictionary ul.AlphabeticIndex li a {
	width: 20px;
	height: 20px;
	display: block;
	background-image:url(Images/ButtonDictionary.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	}	
	
#Wrapper .DCDictionary ul.AlphabeticIndex li a:hover {
	background-position: 0px -20px;
	text-decoration: none;
	color: #ffffff;
	}	
	
#Wrapper .DCDictionary .WordListItem	{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	padding-top: 9px;
	padding-bottom: 9px;
	}

#Wrapper .DCDictionary .WordListItem h3.DictionaryShortTitle {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}
#Wrapper .DCDictionary .WordListItem h3.DictionaryShortTitle a {
	color: #3e3e3e;
	text-decoration: none;
}

#Wrapper .DCDictionary .WordListItem h3.DictionaryShortTitle a:hover {
	color: #eb1b23;
}

#Wrapper .DCDictionary .WordListItem .DictionaryShortDescription {
	color: #888888;
	}
	
#Wrapper .DCDictionary .WordListItem a.DitctionaryShortReadMore {
	color: #eb1b23;
	}
	
#Wrapper .DCDictionary .WordListItem a.DitctionaryShortReadMore:hover {
	color: #3e3e3e;
	text-decoration: underline;
	}	
	
#Wrapper .DictionaryDetail {
	float: left;
	width: 100%;
	text-align: left;
	}
		
#Wrapper .DictionaryDetail h1.FlashHeader {
	margin: 0px;
	padding: 0px;
	color: #e61921;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	}
	
#Wrapper .DictionaryDetail .DictionaryDetailDescription {
	float: left;
	width: 100%;
	}
	
#Wrapper .DCDictionary .Pager {
 	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eb1b23;
	overflow: hidden;
	margin-top: 15px;
	}

#Wrapper .DCDictionary .Pager a {
	cursor: pointer;
	color: #eb1b23;
	padding-top: 1px;
	margin-top: -1px;
	}	
	
#Wrapper .DCDictionary .Pager a:hover {
	color: #3e3e3e;	
	}

#Wrapper .DCDictionary .Pager a.PagerFirst {
	margin-top: 19px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	}	

#Wrapper .DCDictionary .Pager a.PagerPrevious	 {
	padding-left: 2px;
	padding-right: 4px;
	}	
	
#Wrapper .DCDictionary .Pager .Selected {
	margin-top: -1px;
	padding-left: 6px;
	padding-right: 2px;
	background-image: url(Images/PagerSeparator.jpg);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	color: #3e3e3e;
	font-weight: bold;
	cursor: default;
	}	
	
#Wrapper .DCDictionary .Pager a.PagerNumber	 {
	margin-top: -1px;
	padding-left: 6px;
	padding-right: 2px;
	background-image: url(Images/PagerSeparator.jpg);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	}	
		
#Wrapper .DCDictionary .Pager a.PagerNext	 {
	padding-left: 5px;
	margin-top: 1px;
	padding-right: 2px;
	background-image: url(Images/PagerSeparator.jpg);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	}	
	
#Wrapper .DCDictionary .Pager a.PagerLast {
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	}	
	
#Wrapper .DCDictionary .Pager span {
	color: #888888;
	padding-top: 1px;
	margin-top: -1px;
	}		
	
#Wrapper .DCDictionary .Pager span.PagerFirst {
	margin-top: 19px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 5px;
	cursor: default;
	}		

#Wrapper .DCDictionary .Pager span.PagerPrevious	 {
	padding-right: 4px;
	cursor: default;
	}		
	
#Wrapper .DCDictionary .Pager span.PagerNext	 {
	padding-left: 7px;
	background-image: url(Images/PagerSeparator.jpg);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	cursor: default;
	}		
	
#Wrapper .DCDictionary .Pager span.PagerLast {
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 2px;
	cursor: default;	
	}	
	
input.FormButton{
	cursor: pointer;
	}
	
/************************/

/*** Rad Base Stylesheet ***/
/*Base css*/
    
.RadPanelBar
{
	
}

.RadPanelBar .rpRootGroup,
.RadPanelBar .rpGroup,
.RadPanelBar .rpItem
{
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-position:outside;
	list-style:none;
}

.RadPanelBar .rpItem
{
	float:none;
	display:block;
	position:static;
}

.RadPanelBar .rpSlide
{
    position:static;
    float: none;
    height:auto;
}

.RadPanelBar .rpText:after,
.RadPanelBar .rpTemplate:after,
.RadPanelBar .rpItem:after
{
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.RadPanelBar .rpLink,
.RadPanelBar .rpText
{
	text-decoration:none;
	display:block;
}

.RadPanelBar .rpImage
{
	float:left;
	clear: left;
	border:0;
	vertical-align:middle;
}

.RadPanelBar .rpLevel1
{
	overflow:auto;
	overflow-x:hidden;
}

.RadPanelBar .rpLink
{
	width:100%;
	outline:none; /* Remove this for FF to put dotted border around the focused item */

}

.RadPanelBar .rpText
{
	cursor:pointer;
}

.RadPanelBar .rpSlide
{
	overflow:hidden;
	display:none;
}

.rtl .rpImage
{
	border:0;
	float:right;
}

.rtl 
{
	text-align:right;
}
/*******/

/**************************************ACCORDION HOME***********************************************/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.ui-widget-content { border: 1px solid #cccccc; color: #555555; }
.ui-widget-content a { color: #555555; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #717171 url(Images/accordiondisabled.jpg) 50% 50% repeat-x; font-weight: bold; outline: none; color: #ffffff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #fff; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #cccccc; background: #ff0000 url(Images/accordionselected.jpg) 50% 50% repeat-x; font-weight: bold; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #fff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #cccccc; background: #ff0000 url(Images/accordionselected.jpg) 50% 50% repeat-x; font-weight: bold; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }


/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding:5px; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 5px; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/

#accordion h3 a, #accordion h3 a:hover{
	color: #fff;
	}
	
#accordion{
	margin-right: 15px;
	}
/**************************************END ACCORDION HOME***********************************************/

/******* editor styles *******/

.Tekst_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #555555;
	}	
.Tekst_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #e61921;
	}
.Kop_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #e61921;
	font-weight: bold;
	}
.Kop_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #ffffff;
	font-weight: bold;
	}
.Kop_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #e61921;
	font-weight: bold;
	}
.Kop_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
	font-weight: bold;
	}	
.Kop_5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #e61921;
	font-weight: bold;
	}
.Kop_6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight: bold;
	}
	
.Link-1 {
	color: #e61921;
	}	
.Afbeelding-links {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.Afbeelding-rechts {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}

/***** end *****/

td.rcbInputCell {
	border: 1px solid #e3e3e3!important;
	}
	
a.FlashLink{
	position: relative;
	z-index: 99;
	}
	
a.main_button.archief{
	float:left;
	clear:left;
	margin-right: -4px;
	color: #fff!important;
	margin-bottom: 10px;
	}

.NewsletterButtons a.main_button.archief{
	margin-top: -3px;
	}	
	
.defaultText{
	margin-bottom: 10px;
	}
	
.dnn_ctr370_dnnactions_ctldnnactions_spmsub ModuleTitle_SubMenu{
	position: relative;
	z-index: 100000;
	}
	
.FormRow.CV { padding-bottom:10px; padding-top:10px; }
.RadUpload, .RadUploadProgressArea { width:auto!important; }
.RadUpload .ruFakeInput { border:1px solid #999999!important; }	
.RadUpload .ruInputs li { background:0px!important; padding-left:0px!important; }

.RadComboBoxDropDown{
	margin-top: -20px;
	}
	
a.Expertise1, a.Expertise2, a.Expertise3, a.Expertise4, a.Expertise5, a.Expertise6{
	float:left;
	width: 310px;
	height: 36px;
	background: url(Images/expertise_buttons.png) no-repeat;
	display:block;
	}
	
a.Expertise1, a.Expertise2, a.Expertise4, a.Expertise5{
	margin-right: 15px;
	}
	
a.Expertise4, a.Expertise5, a.Expertise6{
	margin-top: 15px;
	}
	
a.Expertise1 span, a.Expertise2 span, a.Expertise3 span, a.Expertise4 span, a.Expertise5 span, a.Expertise6 span	{
	display: none;
}

a.Expertise1{
	background-position: 0px -72px;
	}
	
a.Expertise1:hover{
	background-position: 0px -108px;
	}
	
a.Expertise2{
	background-position: 0px -288px;
	}
	
a.Expertise2:hover{
	background-position: 0px -324px;
	}
	
a.Expertise3{
	background-position: 0px -216px;
	}
	
a.Expertise3:hover{
	background-position: 0px -252px;
	}
	
a.Expertise4{
	background-position: 0px 0px;
	}
	
a.Expertise4:hover{
	background-position: 0px -36px;
	}
	
a.Expertise6{
	background-position: 0px -144px;
	}
	
a.Expertise6:hover{
	background-position: 0px -180px;
	}

a.Expertise5{
	background-position: 0px -360px;
	}
	
a.Expertise5:hover{
	background-position: 0px -396px;
	}
	
.PanoramaBorder{
	position:absolute;
	top:185px;
}
