﻿




/*
     FILE ARCHIVED ON 7:28:13 May 21, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 3:28:04 Dec 24, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* MAP */

div.wrapper div.column.width960 div.Map {
	position: relative;
	width: 960px;
}

div.wrapper div.column.width960 div.Map img.Map {
	margin-left: 5px;
}

div.wrapper div.column.width960 div.Map.MapHolder {
	position: relative;
	width: 960px;
	height: 791px;
	float: left;
}

div.wrapper div.column.width960 div.Map.MapAdd  {
	width: 260px;
	float: left;
}

div.wrapper div.column.width960 div.Map div.MapItem {
	position: absolute;
	width: 55px;
	height: 56px;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}

div.wrapper div.column.width960 div.Map div.MapItem.Point1,
div.wrapper div.column.width960 div.Map div.MapItem.Point2,
div.wrapper div.column.width960 div.Map div.MapItem.Point3 {
	font-family: "Helvetica", "Arial", sans-serif;
	width: 70px;
	height: 73px;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	color: #454b5a;
	background-color: red;
	text-align: center;
}

div.wrapper div.column.width960 div.Map div.MapItem.Point1 {
	background: transparent url( '/images/participatie/map-item/Point1.png' ) bottom center no-repeat;
	padding: 0px;
	padding: 20px 0 0 10px;
	height: 50px;
	width: 60px;
}

div.wrapper div.column.width960 div.Map div.MapItem.Point1.Active {
	background-position: top center;
	height: 70px;
	padding: 10px;
	font-size: 35px;
}

div.wrapper div.column.width960 div.Map div.MapItem.Point2 {
	background: transparent url( '/images/participatie/map-item/Point2.png' ) top left no-repeat;
	padding: 10px 12px 16px 13px;	
}

div.wrapper div.column.width960 div.Map div.MapItem.Point3 {
	background: transparent url( '/images/participatie/map-item/Point3.png' ) top left no-repeat;
	padding: 5px 20px 21px 5px;	
}

div.wrapper div.column.width960 div.Map div.MapItem.Finished {
	width: 54px;
	height: 40px;
	padding: 18px 10px 16px 11px;
}

div.wrapper div.column.width960 div.Map div.MapItem.Finished.Active {
	width: 58px;
	height: 46px;
	padding: 6px 8px 26px 7px;
}

div.wrapper div.column.width960 div.Map div.MapItem.Finished img {
	width: 50px;
	height: 37px; 
}

div.wrapper div.column.width960 div.Map div.MapItem.Finished.Active img {
	width: 60px;
	height: 50px;
}

div.wrapper div.column.width960 div.Map div.MapItem div.ThumbOverlay {
	background: transparent url( '/images/participatie/map-item/FinishedBGThumb.png' ) bottom center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
}

div.wrapper div.column.width960 div.Map div.MapItem.Active div.ThumbOverlay {
	background-position: 0 0;
	
}

div.wrapper div.column.width960 div.Map div.MapItemInfo {
	position: absolute;
	padding: 0px;
	overflow: hidden;
	display: none;
	z-index: 2;
	width: 249px;
}

div.wrapper div.column.width960 div.Map div.MapItemInfo,
div.wrapper div.column.width960 div.MapItemInfoPreloadImage {
	/*background: transparent url( '/images/participatie/map-item/InfoBG.png' ) top left no-repeat;*/
	width: 184px;
	height: 208px;
}

div.wrapper div.column.width960 div.Map div.MapItemInfo {
	position: absolute;
	top: 65px;
	right: 8px;
	width: 249px;
	height: 726px;
	z-index: 1000;
	background-color: white;
}

div.wrapper div.column.width960 div.Map div.MapItemInfo span {

}

div.wrapper div.column.width960 div.Map div.MapItemInfo span a:link, 
div.wrapper div.column.width960 div.Map div.MapItemInfo span a:active, 
div.wrapper div.column.width960 div.Map div.MapItemInfo span a:visited,
div.wrapper div.column.width960 div.Map div.MapItemInfo span a:hover {
	color: #34a0d8;
	font-size: 14px;
}

div.wrapper div.column.width960 div.Map div.MapItemInfo.Finished {
	padding: 0;
}
/*
div.wrapper div.column.width960 div.Map div.MapItemInfo.Finished,
div.wrapper div.column.width960 div.MapItemInfoFinishedPreloadImage {
	background: transparent url( '/images/participatie/map-item/FinishedBG.png' ) top left no-repeat;
	width: 228px;
	height: 188px;
}

div.wrapper div.column.width960 div.MapItemInfoPreloadImage {
	position: absolute;
	top: 0;
	left: 0;
}

div.wrapper div.column.width960 div.MapItemInfoFinishedPreloadImage {
	position: absolute;
	top: 0;
	left: 0;
}

div.wrapper div.column.width960 div.Map div.MapItemInfo div.Close {
	position: absolute;
	background: transparent;
	width: 16px;
	height: 16px;
	top: 5px;
	right: 7px;
	cursor: pointer;
}

div.wrapper div.column.width960 div.Map div.MapItemInfo.Finished div.Close {
	background: transparent url( '/images/participatie/map-item/FinishedClose.png' ) top left no-repeat;
	width: 18px;
	height: 18px;
	top: 3px;
	right: 3px;
}*/

div.wrapper div.column.width960 div.Map div.MapItemInfo table {
	margin-top: 15px;
}

div.wrapper div.column.width960 div.Map div.MapItemInfo table tr td.Subject {
	font-weight: bold;
}

div.wrapper div.column.width960 table.Vote {
	margin-top: 15px;
	width: 190px;
	text-align: right;
}

div.wrapper div.column.width960 table.Vote tr td {
	color: #009e13;
	vertical-align: middle;	
}

div.wrapper div.column.width960 table.Vote tr td.Count {
	font-size: 9px;	
}

div.wrapper div.column.width960 table.Vote img.Vote {
	cursor: pointer;
}

div.wrapper div.column.width960 div.Map div.MapItemInfo.Finished div.Image {
	position: relative;
	padding: 10px 0 10px 0;
}

div.wrapper div.column.width960 div.Map div.MapItemInfo.Finished div.Text {
	font-family:  "Helvetica", "Arial", sans-serif;
	position: relative;
	line-height: 16px;
	font-size: 14px;
	color: #424b5d;
}
div.wrapper div.column.width960 div.Map div.MapItemInfo div.Image img {
	border: solid 2px #c7cbd4;
}
div.wrapper div.column.width960 div.Map div.MapItemInfo span.Number {
	font-size: 58px;
	line-height: 76px;
	color: #7f838d;
	font-weight: bold;	
}

div.wrapper div.column.width960 div.Map div.MapItemInfo span.Title {
	font-family: "Helvetica", "Arial", sans-serif;
	position: relative;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0px 6px 0px;	
	color: #099ac2;
	display: block;
}

div.wrapper div.column.width960 div.Map div.MapItemInfo.Finished div.Text span.Left {
	display: inline-block;
	width: 114px;
	text-align: left;
}

div.wrapper div.column.width960 div.Map div.MapItemInfo.Finished div.Text span.Right {
	display: inline-block;
	width: 78px;
	text-align: right;
}


/* KAART 2 */
/*
div.wrapper div.column.width960 div.Map.Type2 div.MapItemInfo,
div.wrapper div.column.width960 div.MapItemInfoPreloadImage.Type2 {
	background: transparent url( '/images/participatie/map-item2/InfoBG.png' ) top left no-repeat;
	width: 199px;
	height: 250px;
}

div.wrapper div.column.width960 div.Map.Type2 div.MapItemInfo div.Close {
	top: 7px;
	right: 14px;
}

div.wrapper div.column.width960 div.Map.Type2 div.MapItem.Point1 {
	font-family: "Arial", "Helvetica", sans-serif;
	background: transparent url( '/images/participatie/map-item2/Point1.png' ) top center no-repeat;
	width: 33px;
	height: 27px;
	padding: 9px 13px 23px 13px;
	text-align: center;
	font-size: 36px;
	color: #34a0d8;
	font-weight: bold;
}

div.wrapper div.column.width960 div.Map.Type2 div.MapItemInfo.Finished {
	padding: 0;
}

div.wrapper div.column.width960 div.Map.Type2 div.MapItemInfo.Finished,
div.wrapper div.column.width960 div.MapItemInfoFinishedPreloadImage.Type2 {
	background: transparent url( '/images/participatie/map-item/FinishedBG.png' ) top left no-repeat;
	width: 228px;
	height: 188px;
}

div.wrapper div.column.width960 div.Map.Type2 div.MapItemInfo.Finished div.Close {
	background: transparent url( '/images/participatie/map-item/FinishedClose.png' ) top left no-repeat;
	width: 18px;
	height: 18px;
	top: 3px;
	right: 3px;
}

*/
/* MAP ADD ITEM */

div.wrapper div.column.width960 div.MapAdd {
	background: transparent;
	float: right;
	position: absolute;
    width: 260px;
	height: 789px;
    right: 0;
    top: 0;
}

div.wrapper div.column.width960 div.MapAdd table {
	margin-left: 10px;
}

div.wrapper div.column.width960 div.MapAdd.Active {
}

div.wrapper div.column.width960 div.MapAdd div.Form {
	background: transparent url( '/images/participatie/bg-column.png' ) top right repeat-y;
	position: relative;
	width: 250px;
	height: 781px;
	padding: 5px 4px 5px 4px;
	overflow: hidden;
}

div.wrapper div.column.width960 div.MapAdd div.Form input[type=text] {
	border: 1px solid #989898;
	background: #FFFFFF;
	height: 16px;
	line-height: 16px;
	width: 185px;
	padding: 0 3px;
}

div.wrapper div.column.width960 div.MapAdd div.Form textarea {
	border: 1px solid #989898;
	background: #FFFFFF;
	height: 96px;
	line-height: 16px;
	width: 185px;
	padding: 0 3px;
}

div.wrapper div.column.width960 div.MapAdd div.Form span.Error {
	color: red;
	font-style: italic;
	font-size: 11px;
}

div.wrapper div.column.width960 div.MapAdd a.Button:link,
div.wrapper div.column.width960 div.MapAdd a.Button:hover,
div.wrapper div.column.width960 div.MapAdd a.Button:active,
div.wrapper div.column.width960 div.MapAdd a.Button:visited {
	background: transparent url( '/images/participatie/map-add/Button.png' ) top left no-repeat;
	position: relative;
	width: 247px;
	height: 54px;
	line-height: 54px;
	display: block;
	color: white;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

div.wrapper div.column.width960 div.MapAdd div.Button div.Open {
	position: absolute;
	bottom: 40px;
	left: 34px;
	width: 217px;
	height: 67px;
	cursor: pointer;
}

/* MAP ITEM EXTENDED */

div.wrapper div.column.width960 div.ItemText {
	float: left;
	width: 460px;
	padding: 20px 0 20px 0;
}

div.wrapper div.column.width960 div.ItemImageVote {
	float: left;
	width: 430px;
	padding: 20px 0 20px 20px;
}

div.wrapper div.column.width960 div.ItemImageVote img {
	width: 350px;
	border: 2px solid #E6E6E6;
	float: right;
}
	
div.wrapper div.column.width960 div.ItemImageVote table.Vote {
	width: 430px;
	height: 54px;
	margin-top: 0;
}

div.wrapper div.column.width960 div.ItemImageVote table.Vote tr td {
	height: 54px;
	text-align: left;
}

div.wrapper div.column.width960 div.ItemImageVote table.Vote tr td.Col1 {
	width: 145px;
	padding-left: 15px;
}

div.wrapper div.column.width960 div.ItemImageVote table.Vote tr td.Col2 {
	width: 25px;
}

div.wrapper div.column.width960 div.ItemImageVote table.Vote tr td.Col3 {
	width: 107px;
}
/*
div.wrapper div.column.width960 div.ItemImageVote table.Vote tr td a:link, 
div.wrapper div.column.width960 div.ItemImageVote table.Vote tr td a:active, 
div.wrapper div.column.width960 div.ItemImageVote table.Vote tr td a:visited,
div.wrapper div.column.width960 div.ItemImageVote table.Vote tr td a:hover {
	display: block;
	width: 150px;
	text-align: center;
	padding: 5px 0;
	font-size: 12px;
	color: #FFFFFF;
	background: #bed33a; 
}

div.wrapper div.column.width960 div.ItemImageVote table.Vote tr td a:hover {
	background: #34a0d8;
	text-decoration: none;
}
*/
/* BLOG AND ITEM REACTIONS */
div.wrapper div.Item div.Reactions {
	position: relative;
	width: 708px;
	padding: 0;
	margin-top: 10px;
}

div.wrapper div.Item div.Reactions div.Title {
	font-family: 'SegoeScript', 'Arial', sans-serif;
	font-size: 18px;
	position: relative;
	width: 116px;
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 8px;
	border: 0 none;
	color: #34a0d8;
}

div.wrapper div.Item div.Reactions div.ReactionName {
	background: #f7f7f7;
	position: relative;
	width: 664px;
	padding: 0 22px;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 1px;
}

div.wrapper div.Item div.Reactions div.ReactionText {
	background: #f7f7f7;
	position: relative;
	width: 664px;
	padding: 20px 22px;
	line-height: 18px;
}

div.wrapper div.Item div.Reactions div.AddReaction {
	background: #e6e6e6;
	position: relative;
	width: 664px;
	padding: 15px 22px;
	margin: 20px 0;
}

div.wrapper div.Item div.Reactions div.AddReaction table {
	width: 664px;
}

div.wrapper div.Item div.Reactions div.AddReaction table tr td {
	vertical-align: top;
	padding-bottom: 10px;
}

div.wrapper div.Item div.Reactions div.AddReaction div.Error {
	position: relative;
	width: 644px;
	padding: 10px;
	font-style: italic;
	color: red;
}

div.AddReaction input[type="text"] {
	width: 218px;
	background: #FFFFFF;
	border: 0;
	color: #000000;
	height: 25px;
	line-height: 25px;
}

div.AddReaction textarea {
	width: 431px;
	background: #FFFFFF;
	border: 0;
	color: #000000;
	height: 130px;
}
/*
div.AddReaction input[type="submit"] {
	width: 126px;
	background: #bed33a;
	border: 0;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	margin-left: 40px;
	cursor: pointer;
}
*/

/* BLOG INFO RIGHT */

div.wrapper div.Content div.BlogInfo h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

div.RssFeed {
	background: transparent;
	position: relative;
	width: 163px;
	height: 32px;
	padding: 0;
	margin-bottom: 20px;
}

div.RssFeed_OLD {
	background: url( '/images/RssFeed.png' ) top left no-repeat;
	position: relative;
	width: 118px;
	height: 32px;
	padding: 0 0 0 45px;
	margin-bottom: 20px;
}

div.RssFeed div.FeedHead,
div.RssFeed div.FeedTitle {
	position: relative;
	width: 118px;
	height: 18px;
	padding: 1px 0 0 0;
	color: #dd5d16;
	font-size: 14px;
	font-weight: bold;
}

div.RssFeed div.FeedTitle {
	height: 10px;
	padding-top: 0;
}

div.RssFeed div.FeedTitle a:link, 
div.RssFeed div.FeedTitle a:active, 
div.RssFeed div.FeedTitle a:visited,
div.RssFeed div.FeedTitle a:hover {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

div.wrapper div.Content div.BlogInfo div.LatestReaction {
	position: relative;
	width: 163px;
	padding: 0 0 15px 0;
	font-size: 14px;
}

div.wrapper div.Content div.BlogInfo div.LatestReaction a:link, 
div.wrapper div.Content div.BlogInfo div.LatestReaction a:active, 
div.wrapper div.Content div.BlogInfo div.LatestReaction a:visited,
div.wrapper div.Content div.BlogInfo div.LatestReaction a:hover {
	color: #000000;
	font-size: 14px;
}

div.wrapper div.Content div.BlogInfo div.LatestReaction a:hover {
	color: #34a0d8;
	text-decoration: none;
}

div.wrapper div.Content div.BlogInfo div.LatestReaction span {
	color: #34a0d8;
}

div.wrapper div.Content div.BlogInfo ul {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 0 0;
}

div.wrapper div.Content div.BlogInfo ul li {
	background: url( '/images/CategoryLi.png' ) 0px 2px no-repeat;
	padding: 0 0 4px 26px;
	line-height: 12px;
}

div.wrapper div.Content div.BlogInfo ul li a:link, 
div.wrapper div.Content div.BlogInfo ul li a:active, 
div.wrapper div.Content div.BlogInfo ul li a:visited,
div.wrapper div.Content div.BlogInfo ul li a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

div.wrapper div.Content div.BlogInfo ul li a:hover {
	text-decoration: underline;
}