@charset "utf-8";
/**************************************/
/* 									  */
/* 		CSS Lay-out					  */
/* 									  */
/**************************************/
body {
	background: #091B33;
  	margin: 0 auto;
	text-align:center;
}

/**************************************/
/*		 header						  */
/**************************************/

div#Header {
	display:block;
}

div#HeaderTop {
	background: #091B33;
	height: 25px;
	width: 100%;
	display: block;
	border-bottom: solid #FF7C00 1px;
}

div#HeaderTopMiddle {
	text-align: left;
	width: 798px;
	margin-left: auto;
  	margin-right: auto;
}

div#BreadCrumb {
	width: 320px;
	padding: 5px 0 0 21px;
	position: relative;
	float:left;
}
div#BreadCrumb2 {
	padding: 0 0 0 21px;
	position: relative;
	text-align: left;
}

div#LogInfo {
	padding: 5px 20px 0 10px;
	position: relative;
	float:right;
}
div#SearchBox {
	padding: 2px 36px 0 0;
	position: relative;
	float:right;
}

div#HeaderBigText {
	background: #02435F;
	height: 145px;
	width: 100%;
	border-bottom: solid #FF7C00 1px;
	display:block;
}
div#Logo, div#twitterstatus {
	padding-bottom:53px;
	padding-top: 20px;
	text-align:center;
}

div#MenuTop {
	background: #091B33;
	height: 30px;
	width: 100%;
	border-bottom: solid #FF7C00 1px;
}


/**************************************/
/*		 middle						  */
/**************************************/
div#Middle {
	background: url(img/middle_back2.png) repeat-y;
	width: 798px;
	/*height: 650px;*/
	margin-left: auto;
  	margin-right: auto;
}

div#MiddleContent {
	margin: 0px 8px 0px 6px;
	background-color: #091B33;
	/*height: 650px;*/
}
div#MiddleRealContent {
	width: 603px;
	padding: 12px 0 0 180px;
	*padding-left: 0px !important;
	margin: 0;
}
div#Content {
	text-align: left;
}

div#MiddleMenu {
	width: 180px;
	padding: 20px 1px 20px 0px;
	background-color: #02435F;
	float: left;
}
div#Data {
	padding: 0 20px 0 20px;
	min-height: 1070px;
}

/**************************************/
/*		 footer						  */
/**************************************/
div#Footer {
	background: #02435F;
	width: 100%;
	height: 78px;
  	margin: 0 auto;
	text-align:center;
}
div#FooterCenter {
	background: #091B33
	height: 30px;
	width: 798px;
	margin-left: auto;
  	margin-right: auto;
}

div#CopyRight {
	text-align: left;
	padding: 5px 0px 0px 20px;
	float:left;
}
div#FooterMenu {
	text-align: right;
	padding: 5px 20px 0px 0px;
	float:right;
}




/**************************************/
/* 									  */
/* 		typography					  */
/* 									  */
/**************************************/
body {
	font: 12px Verdana;
	color: #fff;
}

a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
ul#UpcomingEvents a, #TagCloud a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div#Data a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}
div#Data a:hover {
	text-decoration: none;
}
ul#UpcomingEvents a:hover {
	text-decoration: underline;
}

div#HeaderTop {
	color: #fff;
	font-size: 12px;
}

div#Footer {
	color: #fff;
}

div#Footer a, div#HeaderTop a, div#BreadCrumb2 a {
	color: #fff;
	text-decoration: none;
}
div#BreadCrumb2 {
	color: #FF7C00;
}

div#Footer a:hover, div#HeaderTop a:hover, div#BreadCrumb2 a:hover {
	text-decoration: underline;
}

div.h1Wrapper {
	text-align: left;
	color: #fff;
	background-color: #02435F;
	height: 24px;
	margin-top: 8px;
}
h1 {
	padding: 1px 0px 0px 20px;
	margin: 0;
	font-weight: bold;
	font-size: 17px;

	display: inline;
	float:left;
}
span.h1WrapperRight {
	float:right;
	padding: 6px 20px 3px 25px;

}

span.h1WrapperRight a {
	color: #FF7C00;
	padding: 2px 8px;
}

span.h1WrapperRight a img {
	margin-top:-2px;
}

span.h1WrapperRight a:hover {
	text-decoration:none;
}

h2 {
	margin: 10px 0 10px 0;
	color: #FF7C00;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	padding: 1px 0px 0px 0px;
}
.subScript {
	font-size: 10px;
	color: #FF7C00;
}
div#Data .subScript a {
	color: #FF7C00;
}

.formError {
	font-weight: bold;
	border: 1px solid #8F0000;
	padding: 8px 25px;
	background: #FFBBBB url('img/error.png') 5px no-repeat;
	color: #5F0000;
	margin-top: 10px;
	margin-right: 10px;
}


/* tag cloud */
p#TagCloud {
	padding: 0px 10px;
}
.Tag-8 {
	font-size: 8px;
}
.Tag-10 {
	font-size: 10px;
}
.Tag-12 {
	font-size: 12px;
}
.Tag-14 {
	font-size: 14px;
}
.Tag-16 {
	font-size: 16px;
}
.Tag-18 {
	font-size: 18px;
}
.Tag-20 {
	font-size: 20px;
}
.Bold {
	font-weight: bold;
}
#TagCloud a {
	font-weight: normal;
}
p#TagCloud .Bold a {
	font-weight: bold;
}

/**************************************/
/* 									  */
/* 		formatting					  */
/* 									  */
/**************************************/
img {
	border: none;
}

img.captcha {
	margin: -4px;
}

form.Form {
	padding: 5px;
	margin: 10px 10px 0 0;
	background-color: #FF7C00;
	border: #fff 1px dashed;
}

form ul, #twitter_update_list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 0;
	padding: 10px;
	display:inline;
}
#twitter_update_list li {
	display: inline;
}

#twitterstat {
	padding-top: 5px;
}
#twitterstat a{
	color: #FFF;
} 
form ul li {
	clear:both;
	padding:5px 0pt;
}

form ul li label {
	display:block;
	float:left;
	width:170px;
	font-weight: bold;
}
.element-group-left {
	float:left;
	width: 170px;
	background-color: #091B33;
}
ul.smilies {
		padding: 0px;
		width: 170px;
	}
ul.smilies li {
	width: 20px;
	height: 20px;
	float: left;
	clear:none;
}
div.smilies {
	padding-top: 30px;
}

form ul li ul.errors {
	list-style-image:url('img/bullet_error.png');
	list-style-position:inside;
	padding: 5px 0 0 170px;
	margin: 0;
	color: #02435F;
	font-weight: bold;
}
form ul li ul.errors li {
	padding:2px;
	background-color: #FFBBBB;
	font-weight: bold;
	border: 1px solid #02435F;
	color: #02435F;
	width: auto;
	margin-right: 50px;
}

fieldset {
	border: #000 1px solid;
	margin: 0;
	padding: 0;
	background-color: #091B33;
	margin-bottom: 10px;
}

fieldset legend {
	  top: -0.75em; left: 1em;
	  padding: 0 0.2em;
	  border: 1px solid #000;
	  margin-left: 30px;
}

fieldset.buttons {
	border: 0;
	text-align: right;
	background-color: transparent;
}

.right {
	text-align: right;
}
.hand {
	cursor: pointer;
	}
/***************************** Menus **************************************/
/*footer*/
div#Footer ul, div#footer li {
	display: inline;
	margin: 0;
	padding: 0;
}
div#Footer li {
	display: inline;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(img/footer_li_spacer.png) no-repeat;
}
div#Footer li.first {
	background: none;
}

/*left*/
div#MiddleMenu h3 {
	background-color:#092441;
	height: 29px;
	width: 180px;
	color: #FF7C00;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}
div#MiddleMenu h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 3px 0px 10px 0px;
}
ul#LeftMenu {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
}
ul#LeftMenu li {
	list-style: none;
	background-color: #02435F;
	padding: 4px 0px;
	background: url(img/menuLeft_separator.png) bottom no-repeat;
}
ul#LeftMenu li:hover {
	list-style: none;
	padding: 4px 0px;
	background: url(img/menuLeft_separator_hover.png) bottom no-repeat;
	text-decoration: underline;
	color: #fff;
}
ul#LeftMenu li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

ul#UpcomingEvents {
	margin: 0px 0px 10px 0px;
	background-color:#02435F;
	padding: 0;
	text-align: left;
}
ul#UpcomingEvents li {
	list-style: none;
	padding: 4px 0px 4px 24px;
	background: url(img/menuLeft_separator.png) bottom no-repeat;
}
ul#UpcomingEvents li.last {
	background: none;
}
span.Address {
	margin: 0px 0px 4px 0px;
}

/*header */
ul#HeaderMenu {
	width: 870px;
	margin: 0 auto 0 auto;
	padding: 0 3px 0 3px;
	height: 30px;
}

ul#HeaderMenu li {
	display:inline;
	width: auto;
	list-style: none;
}
ul#HeaderMenu li span {
	display: block;
	float: right;
	margin: 0px;
}
ul#HeaderMenu li span a {
	display: block;
	float: left;
	margin: 0;
	padding: 6px 29px;
	background: none;

	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
ul#HeaderMenu li.Selected span, ul#HeaderMenu li span:hover {
	background: url(img/menuTop_selected.png); repeat-x;
}
/***************************** Input ***************************************/
input {
	font: 11px Verdana;
}

input.TextBox, input.formText {
	height: 12px;
	width: 200px;
	border: #e7dfca 1px solid;
	background: #fff;
	border: #000 1px solid;
	color: #000;
	padding: 2px 3px;
}
textarea.formTextArea {
	font: 11px Verdana;
	height: 280px;
	width: 250px;
	border: #fff 1px solid;
	border: #000 1px solid;
	color: #000;
	padding: 2px 3px;
}

input.formText:focus, textarea.formTextArea:focus {
	background: #f5ecbd repeat-x;
	color: #40120E;
}
input.Button {
	height: 30px;
	border: #e7dfca 1px solid;
	background-color: #E6DEC9;
	border: #fff 1px solid;
	color: #000;
	padding: 2px 8px 2px 18px;
	font-weight: bold;
}
input.Button.Ok {
	background-image: url('img/tick.png'); background-repeat: no-repeat; background-position: 2px;
}

input.TextBox.Search {
	height: 11px;
	background: #fff url;
	border: #026881 1px dashed;
	color: #000;
	padding-right:10px;
	padding-left: 18px;
	margin-top: 1px;
	width: 130px;
}

a.LinkButton {
	height: 12px;
	border: #e7dfca 1px solid;
}
a.LinkButton.Search {
	z-index: 1;
	height: 15px;
	width: 15px;
	background: url(img/searchTextBox_go.png) no-repeat;
	border:none;
	display: block;
	position: absolute;
	right: 29px;
	margin-top: 2px;
}
a.LinkButton.Search:hover {
	background: url(img/searchTextBox_go_hover.png) no-repeat;
}



a.action, a.pager {
	padding: 3px 8px 2px 20px;
}
div#Data a.action.tiny {
	text-decoration: none;
	height: 26px;
}
a.action.manage {
	background: url(img/manage.png) no-repeat;
}
a.action.bookmark {
	background: url(img/add-this.png) no-repeat;
}
a.action.subscribe {
	background: url(img/feed.png) no-repeat;
}
a.action.edit {
	background: url(img/edit.png) no-repeat;
}
a.action.delete {
	background: url(img/delete.png) no-repeat;
}
a.action.add {
	background: url(img/add.png) no-repeat;
}
a.action.archive {
	background: url(img/archive.png) no-repeat;
}
a.action.next {
	background: url(img/next.png) no-repeat;
}
a.pager.previous {
	background: url(img/previous.png) no-repeat;
	float:left;
}
a.pager.next {
	background: url(img/next.png) no-repeat;
	float:right;
}
div.pager {
	padding-top:5px;
	height:10px;
}
table {
	width: 100%;
	margin: 10px 0px 10px -5px;
}

table thead {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

table tbody tr td, table thead tr th {
	vertical-align: top;
	padding: 5px;
}

tr.normal {
	background-color: #02435F;
}

td.acties p {
	margin-top: 0px;
}

/**************************************/
/*		 behind the site			  */
/**************************************/
div#BehindTheSite  {
	position: absolute;
	right: 0px;
	top: 0px;
}
div#BehindTheSite a {
	/*width: 50px;
	height: 50px;
	background: url(img/behind-the-site.png) no-repeat;
	text-decoration: none;
	padding: 0px 25px 35px 25px;*/
}

[css]#twitter_update_list span a {
display: inline;
color: #000000;
}
#twitter_update_list span a:hover {
text-decoration: underline;
color: #666666;
}[/css]