/*#Global#*/
.LTR, .RTL {
	background: #D9DBDA url(/CMSPortal/template/background.jpg) no-repeat top center;
	color: #4C4C4C;
}

body {
	background-color: #ffffff;
	font-size: small;
	font-family: Arial;
	margin: 0px;
}

.inner-wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 130%
}

h3 {
	font-size: 120%
}

h4 {
	font-size: 110%
}

h5 {
	font-size: 100%
}

h2,h3,h4,h5 {
	font-weight: normal;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

input {
	border: none;
}

.clearer {
	clear: both;
}

.ErrorMessage {
	color: #ff0000;
}

/*#Blocks#*/
/*#Blocks/topBlock#*/
.topBlockLeft, .topBlockRight {
	height: 40px;
	margin-top: 200px;
}
.topBlockLeft {
	width: 650px;
	float: left;
}
.topBlockRight {
	width: 250px;
	float: right;
}
/*#Blocks/mainBlock#*/
.mainBlock {
	background: #EBE9EA;
	border-left: 1px solid #D7D7D5;
	border-right: 1px solid #D7D7D5;
	padding: 12px;
}
/*#Blocks/bottomBlock#*/
.bottomBlock {
	color: #ffffff;
	border-left: 1px solid #D7D7D5;
	border-right: 1px solid #D7D7D5;
	padding: 12px 12px 3px 12px;
	background: #E9EBEA url(/CMSPortal/template/footer.jpg) repeat-x bottom left;
}
.bottomBlock a {
	color: #ffffff;
}

/*#Main styles#*/
/*#Main styles/Two columns#*/
.twoCols .zoneLeft {
	width: 463px !important;
	margin-right: 9px;
}

.twoCols .zoneRight{
	width: 420px !important;
}

/*#Main styles/Three columns#*/
.threeCols .zoneLeft {
	width: 300px !important;
	margin-right: 9px;
}

.threeCols .zoneCenter {
	width: 382px !important;
	margin-right: 9px;
}

.threeCols .zoneRight{
	width: 227px !important;
}

/*#Zones#*/
/*#Zones/zoneContent#*/
.zoneContent {}

/*#Navigation#*/
/*#Navigation/horizontalCMSMenu#*/
.horizontalCMSMenu {
	height: 38px;
	color: #ffffff;
	padding: 3px;
}

.horizontalsubCMSMenu {
	background: #ffffff;
	color: #7BCBD2;
	border: 1px solid #7BCBD2;
}

.horizontalsubCMSMenu tr {
	background: #ffffff;
}

.horizontalsubCMSMenuItem {
	white-space: nowrap;
	display: block;
	border-bottom: 1px solid #7BCBD2;
}

.horizontalsubCMSMenuItem, .horizontalsubCMSMenuItemMouseOver, .horizontalsubCMSMenuItemMouseDown,
.horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, 
.horizontalsubCMSMenuHighlightedMenuItemMouseDown {
	padding: 5px 3px;
	min-width: 119px;
	white-space: nowrap;
	display: block;
}

.horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, 
.horizontalsubCMSMenuHighlightedMenuItemMouseDown, .horizontalsubCMSMenuItemMouseOver {
	text-decoration: underline;
	color: #D1F49A;
	border-bottom: 1px solid #7BCBD2;
}

.horizontalCMSMenuItem, .horizontalCMSMenuItemMouseOver, .horizontalCMSMenuItemMouseDown, 
.horizontalCMSMenuHighlightedMenuItem, .horizontalCMSMenuHighlightedMenuItemMouseOver, 
.horizontalCMSMenuHighlightedMenuItemMouseDown, 

.horizontalCMSMenuItemMouseUp, .horizontalCMSMenuHighlightedMenuItemMouseUp {
	font-size: 13px;
	padding: 0px 10px;
}

.horizontalCMSMenuItemMouseOver, .horizontalCMSMenuHighlightedMenuItem, 
.horizontalCMSMenuHighlightedMenuItemMouseOver, .horizontalCMSMenuHighlightedMenuItemMouseDown {
	border-bottom: 3px solid #D1F49A;
	padding-top: 3px;
}

/*#WebpartContainers#*/
.orangeBox .content, .greenBox .content, .pinkBox .content, .ContentPadding {
	background: #ffffff;
	border: 1px solid #BDC1C0;
	border-top: none;
	padding: 10px;
}
.orangeBox .boxTitle, .greenBox .boxTitle, .pinkBox .boxTitle {
	height: 21px;
	color: #ffffff;
	padding: 7px 9px;
	font-weight: bold;
	margin-bottom: 0px;
}
.orangeBox .teaser, .greenBox .teaser, .pinkBox .teaser {
	float: left;
}
.orangeBox .link, .greenBox .link, .pinkBox .link {
	display: none;
}
.orangeBox .date, .greenBox .date, .pinkBox .date {
	float: right;
	margin-top: -30px;
	clear: both;
}
.orangeBox .location, .greenBox .location, .pinkBox .location{
	display: none;
}

/*#WebpartContainers/orangeBox#*/
.orangeBox .boxTitle {
	background: #F7941F url(/CMSPortal/template/oranjebalk.jpg) repeat-x;
}
.orangeBox h2, .orangeBox h2 a, .orangeBox .date, .ContentPadding h1 {
	color: #F7941F;
}
.orangeBox hr {
	height: 2px;
	border: 0;
	color: #F7941F;
	background-color: #F7941F;
}

/*#WebpartContainers/greenBox#*/
.greenBox .boxTitle {
	background: #95D72D url(/CMSPortal/template/groenenbalk.jpg) repeat-x;
}
.greenBox h2, .greenBox h2 a, .greenBox .date {
	color: #95D72D;
	background: none;
}
.greenBox hr {
	height: 2px;
	border: 0;
	color: #95D72D;
	background-color: #95D72D;
}

/*#WebpartContainers/pinkBox#*/
.pinkBox .boxTitle {
	background: #EC158C url(/CMSPortal/template/paarsebalk.jpg) repeat-x;
}
.pinkBox h2 {
	color: #EC158C;
}
.pinkBox hr {
	height: 2px;
	border: 0;
	color: #EC158C;
	background-color: #EC158C;
}

/*#News#*/
/*#News/NewsPreview#*/

/*#News/NewsLetterSubscription#*/
.NewsletterSubscription {
	color: #95D72D;
}
.NewsletterSubscription tr {
	height: 35px;
	text-align: right;
}
.NewsletterSubscription input {
	margin-left: 10px;
	border: 1px solid #95D72D;
	background: #F3F3F5;
}

/*#Events#*/
/*#Events/EventCalendar#*/
.EventCalendar {
	width: 100%;
}

.EventCalendar * {
	padding: 0px;
}

.EventCalendar .Title {
	background:#000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x scroll left top;
	color: #ffffff;
	padding: 5px;
	height: 35px;
	font-weight: bold;
	vertical-align: middle;
}

.EventCalendar .Navigation {
	font-weight: bold;
	width: 50px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.EventCalendar .DayHeader {
	height: 25px;
	background-color: #222222;
	color: White;
	font-weight: bold;
	border-style: none;
	vertical-align: middle;
	font-size: 11px;
}

.EventCalendar .Day, .EventCalendar .OtherMonth, .EventCalendar .Weekend, .EventCalendar .Today {
	height: 50px;
	padding: 3px;
	background-color: #eeeeee;
	font-size: 11px;
}

.EventCalendar .Today {
	background-color: #222222;
	color: White;
	font-weight: bold;
}

.EventCalendar .Today a
{
	color: White;
	font-weight: bold;
	font-size: 11px;
}

.EventCalendar .ContentEvent a {
	margin-top: 3px;
	color: #FCB55D;
	font-weight: bold;
}

.EventCalendar .Day a {
	margin-top: 3px;
	color: #FCB55D;
	font-weight: bold;
}

.EventCalendar .NoEvent {
	display: none;
}

.EventCalendar .OtherMonth
{
	color: Gray;
	background-color: White;
}

.EventManagerRegTitle
{
	display: block;
	color: #002756;
	font-weight: bold;
	margin-bottom: 5px;
}
.EventManagerOutlookLink
{
	display: block;
	margin-top: 5px;
}

.EventManagerRegLabel
{
	font-weight: bold;
}

/*#Search#*/
/*#Search/searchBox#*/
.searchBox {
	height: 38px;
	padding: 5px 0px;
}
.searchBox .searchInput {}
.searchBox .searchBtn {
	position: relative;
	top: 4px;
}
/*#Search/SearchDialog#*/
.SearchDialog .TextBoxField {
	background: #F3F3F5;
	border: 1px solid #EC158C;
}