
/* Hide borders on images in links */
a img {
	border-width: 0px;
}

body {
	background-color:#fff;
	color:#626262;
	font-size: 12px;
	font-family: arial, sans-serif;
}

a {
	color:#333;
}

a:link:hover,
a:visited:hover {
	color:#626262;
}

.statsImg {
	position:absolute;
	left:0px;
	top:0px;
}
.Header{
	border:none;
}

.Footer{
	color:#626262;
}

.Footer a {
	text-decoration:none;
	color:#626262;
	font-weight:normal;
}

.Footer a:hover {
	text-decoration:underline;
	color:#626262;
}

span.FooterLeft {
	color:#626262;
}

span.FooterRight {
	color:#626262;
}


iframe.VideoFrame {
	width:384px;
	height:375px;
	background-color:transparent;
}

.EditButton {
	float:right;
	margin:5px 5px 0px 0px;
	height:18px;
	font-size:9px;
}

.TextOptionsButton {
	height:18px;
	font-size:9px;
	margin-top:10px;
}

/* Extra buttons in the admin, next to the tabs
   Used for logout and statistics links */
/* Login / Logout links at the top right */


div.LoggedInAs {
	margin:5px 0px 5px 0px;
	width:100%;
	text-align:right;
}


div.ExtraTabs {
	float:right;
	width:100px;
	display:block;
	font-size:12px;
	text-align:center;
	padding:0px 4px 0px 4px;
	margin-top:-3px;
}

div.LogoutLink {
	background-color:#5F61FF;
	margin-bottom:8px;
	height:16px;
}

.LoginForm .DoLogin {
	margin-bottom:10px;
}
.LoginForm label {
	margin-right:10px;
}
.InnerAdminPanel .LoginForm .DoLogin {
	margin-bottom:0px;
}

div.StatsLink {
	background-color:#ffffff;
	height:16px;
}

.ExtraTabs a.Logout, .ExtraTabs a.Logout:visited{
	color:#EAE9F3;
}

.ExtraTabs a.Logout:hover {
	color:black;
}

.ExtraTabs a.Stats, .ExtraTabs a.Stats:visited{
	color:#5F61FF;
}

.ExtraTabs a.Stats:hover {
	color:black;
}

/* Newsletter subscription form */

#frmSubscribe {
	border-bottom:1px solid #343434;
	height:30px;
	margin-bottom:0px;
}

/* All divs in the form (all fields) */
#frmSubscribe div {
	display:block;
	float:left;
}
/* Subscription button div on next line */
#frmSubscribe div.NewsLetterSubscribe {
	margin-left:10px;
}

/*  Button background and dimensions */
div.NewsLetterSubscribe .NewsLetterSubscribe {
	width:93px;
	height:23px;
	background-image: url('../images/butSubs.gif');
	background-repeat: no-repeat;
	background-position: center;
}
/* Button rollover. Does not work in IE6 */
div.NewsLetterSubscribe .NewsLetterSubscribe:hover {
	background-image: url('../images/bhlSubs.gif');
}

/******************************
 * Admin page                 *
 ******************************/
.Tabs {
	margin-top:3px;
}

.ItemList a, .Tabs a {
	color:black;
	text-decoration:none;
}
.ItemList a:visited, .Tabs a:hover {
	color:black;
	text-decoration:none;
}
.ItemList a:hover, .Tabs a:hover {
	color:#316ac5;
}

body.AdminPage {
	margin:0;
	background-color:#D1D1EF;
	padding:10px 10px 0 10px;
	font:11px verdana, geneva, sans-serif;
	color:black;
}

.AdminPage p.Messages {
	font-weight:bold;
}

.AdminPage p.Messages .RedMessage {
	color:#f00;
}

.AdminPage select {
	width:320px;
}

/* Selects within fieldsets on right side of detail (like select per visual) */
.AdminPage .ItemDetailRight fieldset fieldset select {
	width:200px;
}

.AdminPage form {
	display:inline;
}

body.AdminPage table {
	font:11px verdana, geneva, sans-serif;
}

.AdminPage * a, .AdminPage * a:hover, .AdminPage * a:visited, .AdminPage * a:visited:hover{
	text-decoration:none;
	color:#000;
}

.AdminPage * .InnerItemDetail a, .AdminPage * .InnerItemDetail a:visited {
	color:#5F61FF;
}

.AdminPage .InnerItemList * a:hover, .AdminPage .InnerItemList * a:visited:hover{
	text-decoration:underline;
	color:#000;
}

.AdminPanel {
	width: 980px;
}

.Tab {
	/* Normal tab */
	background-color:#EAE9F3;
	border:1px solid #716f64;
	padding-top:2px;
	font-size:12px;
	text-align:center;
	padding-left: 4px;
	padding-right: 4px;
}

.Selected_Tab {
	/* Clearly mark the selected tab */
	background-color:#f9f9f9;
	border-top:1px solid #716f64;
	border-right:1px solid #716f64;
	border-left:1px solid #716f64;
	border-bottom: none;
	font-weight:bold;
	/* This padding puts the tab over InnerAdminPanel's border, so the border get's interrupted for the selected tab. */
	padding-bottom:1px;
	
}

.InnerAdminPanel {
	background-color:#f9f9f9;
	border-right:1px solid #716f64;
	border-bottom:1px solid #716f64;
	border-left:1px solid #716f64;
	border-top:1px solid #716f64;
	padding:5px 14px 10px 14px;
	clear: both;
}

/* Because the tables inside this div use width-percentages, we need to define the div as 100% */
.ItemDetail {
	width:100%
}

.ItemDetailTitle {
	padding-top:5px;
	font-weight: bold;
}

.InnerItemDetail {
	background-color:#EAE9F3;
	padding:7px 0 0 10px;
	border:1px solid #7f9db9;
}

/* All field descriptions in the detail pane and legends of fieldsets */
.InnerItemDetail .Desc,  legend { 
	font-weight: bold;
	color:#000;
}

/* Span with help text, within fieldset */
.FieldSetHelp {
	display:block;
	font-size:10px;
	margin-bottom:5px;
}

/* All divs within fieldsets */
.AdminPage fieldset div * {
	vertical-align:middle;
	margin: 2px;
}

.ItemDetailLeft, .ItemDetailRight {
	width: 48%;
	float: left;
}

/* Divide space 30/70 between field descriptions and field values. */
.ItemDetailLeft .Desc {
	width: 30%; 
	text-align: right;
	padding-right: 0px;
}

.ItemDetailLeft .Value { 
	width: 70%; 
}

.ItemDetailLeft .Value input[type="text"],
.ItemDetailLeft .Value input[type="password"],
.ItemDetailLeft .Value select {
	width: 100%;
}

.ItemDetailLeft .Value textarea {
	min-width: 100%;
	/* IE makes the area as wide as the content demands, 
	   screwing up the layout so we'll define a width. */
	width:312px; 
	
	height: 200px;
}

table.ItemDetailRight {
	margin-left:5px;
}

table.ItemDetailRight td {
	padding-top:5px;
	padding-bottom:5px;
}

/* Divide space 20/80 between field descriptions and field values. */
table.ItemDetailRight td.Desc {
	width: 25%;
	text-align: left;
	padding-right: 10px;
	vertical-align:top;
}

.ItemDetailRight .Value input[type="text"], .ItemDetailRight .Value select {
	width: 100%;
}

 .ItemDetailRight .Value select {
	margin-top:5px;
	margin-bottom:5px; 
}

#SpanVideo {
	display:block;
}

.ItemDetailButtons {
	/* Make sure the buttons are below the left and right floating panes */
	clear: both;
}



/* Put the headings below the floating thumbnails of the images in the right
 * pane */
.ItemDetailRight .Desc {
	clear: both;
	font-weight:bold;
}

/* Div containing thumbnails of images in the admin interface (or the text
 * "None" if no image is present) */
.ItemDetailLeft .PreviewImage,
.ItemDetailRight .PreviewImage {
	border: solid black 2px;
	height: 50px;
	width: 70px;
	/* If text is present (such as "None" or "Invalid Image"), center it */
	text-align: center;
	/* Make a line as high as the block, to vertically center the text
	 * (http://wellstyled.com/css-single-line-vertical-centering.html).
	 * line-height should be the same as height above. Vertical centering is
	 * not perfect, as px is used instead of em (but we need to have a fixed
	 * pixel size... */
	line-height: 60px; 

	/* Allow the other controls to appear on the right of it */
	float: left;

	margin-right: 10px;

	/* Images will be shown as background images here, so we don't want them
	 * to repeat */
	background-repeat: no-repeat;
	background-position: center;
	behavior: url("html-req/algemeen/css/iepngfix.htc");
}

.ItemDetailRight .PreviewVideo {
	float:left;
	border:2px solid black;
	margin-right:5px;
}

/* The image caption field */
.Field_image_caption {
	clear:both;
	padding-top:5px;
}

.ItemList {
	clear: both;
	padding-top:10px;
}

.ItemListTitle {
	float:left;
	font-weight:bold;
}

.ItemListCount {
	float:right;
	font-weight:bold;
}

.InnerItemList {
	clear: both;
	border:1px solid #7f9db9;
}

/* The table and all its ancestors have to be 100% for this to render properly in IE */
.InnerItemList table.List, .InnerItemList, .ItemList {
	width: 100%;
}

.InnerItemList table.List .Header td {
	height:20px;
	background-image:url('../../admin/images/lstHeader.gif');
	background-repeat:repeat-x;
	background-color:#EAE9F3;
	padding-bottom:2px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}

.InnerItemList .Selected {
	font-weight: bold;
}

.InnerItemList table.List td.Colorize {
	background-color:#EFEFEF;
}

.Field_buttons {
	clear:both;
	padding-left:5px;
	padding-right:5px;
}

.Field_itemdetail_preview,
.Field_itemdetail_save,
.Field_itemdetail_delete,
.Field_itemdetail_cancel,
.Field_no_delete,
.Field_agree_delete,
.ViewVideoButton,
.EditVideoMixButton,
.DeleteVideoButton {
	display:inline;
}

span.WarningUnavailable {
	color:#f00;
}

/* Preview div in frontend editing */
div.Preview {
	border-bottom:1px dashed #000;
	padding-bottom:10px;
	margin-bottom:10px;
}

/* All divs on their own line */
.ImageFieldset div {
	clear:left;
}

.ImageFieldset div.DeleteImageButton {
	clear:none;
}

/* Labels in the videofieldsets (caption) 20% width*/
.ImageFieldset div label {
	font-weight:bold;
	display:block;
	float:left;
	clear:left;
	text-align:right;
	padding-right:5px;
	margin-top:5px;
}

/* All inputs and textareas in videofieldsets (caption) 70% width */
.ImageFieldset div textarea {
	width:70%;
}

/*******************************
 * Video visual fields         *
 *******************************/

/* All divs on their own line */
.VideoFieldset div {
	clear:left;
}

/* Undo the clear:left so these buttons will stay where they are (next to preview) */
.VideoFieldset div.ViewVideoButton,
.VideoFieldset div.EditVideoMixButton,
.VideoFieldset div.DeleteVideoButton {
	clear:none;
}

/* Don't show the map-notifications span at first. Make jscript reveal it */
.VideoFieldset .MapSpan span {
	display:none;
}

/* Labels in the videofieldsets (caption) 20% width*/
.VideoFieldset div label {
	font-weight:bold;
	display:block;
	float:left;
	clear:left;
	text-align:right;
	padding-right:5px;
	margin-top:5px;
}

/* All inputs and textareas in videofieldsets (caption) 70% width */
.VideoFieldset div textarea {
	width:70%;
}


/* Labels in the extravideofieldsets bold, 30% width*/
.VideoExtrasFieldSet div label {
	font-weight:bold;
	display:block;
	width:30%;
	float:left;
	clear:left;
	text-align:right;
	padding-right:5px;
}

/* All inputs and textareas in the extravideofieldsets 60% width */
.VideoExtrasFieldSet div input,
.VideoExtrasFieldSet div textarea {
	width:60%;
}

/* Map buttons on one line and auto width */
.VideoExtrasFieldSet .RemoveFromMapButton,
.VideoExtrasFieldSet .LinkToMapButton {
	display:inline;
	width:auto;
}

/* The "Cange copies too" label should be very wide or the text will be bunched up*/
.VideoExtrasFieldSet .ChangeCopyCBox label {
	width:80%;
}
/* The "change copies too" checkbox itself does not need much space */
.VideoExtrasFieldSet .ChangeCopyCBox input {
	width:10%;
}

/* Appearance of the extra videofieldset */
.VideoExtrasFieldSet {
	border:0px;
	padding:0px;
}

/* Extra class to make background color appear and disappear (jscript) Only in the admin */
.AdminPage .VidExFSColor {
	background-color:#D1D1EF;
}

/* The legend sits a bit above the fieldset and should be recognisable as a link */
fieldset.VideoExtrasFieldSet legend {
	margin:0px 0px 10px 0px;
	cursor:pointer;
	color:#0000FF;
}

fieldset.VideoExtrasFieldSet legend:hover {
	color:#000;
}
/*******************************
 * Detail for VisualCollection *
 *******************************/
.VisualCollectionDetail .ItemDetailLeft {
	width: 75%;
	float: left;
}

.VisualCollectionDetail .ItemDetailRight {
	width: 20%;
	float: left;
}

.VisualCollectionDetail .ItemDetailLeft .Desc {
	width:20px;
}

.VisualCollectionDetail .ItemDetailLeft .Value {
	text-align:left;
	width:90%;
}

.VisualCollectionDetail  .ItemDetailLeft .Value input[type="text"] {
	width:50%;
}
.VisualCollectionDetail fieldset {
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.VisualCollectionDetail legend {
	cursor:pointer;
	color:#0000ff;
}

.VisualCollectionDetail fieldset .Help {
	float:left;
}
/******************************
 * Info rollovers             *
 ******************************/

/* These apply to all Help buttons, even those in disabled details */
.Help {
	border:1px solid #C2C2CF;
	background-color:#EAE9F3;
	float:right;
	text-decoration:none;
	text-align:center;
	padding:0px 3px 0px 3px;
	margin-left:3px;
	color:#000;
}

.ItemDetailRight .Help {
	float:left;
	margin-right:3px;	
}

/* The help buttons in fieldsets in frontend details */
.CreateItem fieldset .Help {
	float:left;
	margin-right:5px;
}

/* These apply only to enabled Help buttons, that should do the overlay things */
a.Help {
	position:relative; /*this is the key*/
	z-index:0;
	display:block;
	cursor:help;
}

a.Help:hover {
	z-index:1;
	border:1px solid #000;
	background-color:#C2C2CF;
}

a.Help span {
	display: none;
}

a.Help:hover span{ /*the span will display just on :hover state*/
	z-index:2;
	display:block;
	position:absolute;
	bottom: 1.5em;
	left: -4em;
	width:30em;
	border-left:1px solid #444;
	border-top:1px solid #444;
	border-right:3px solid #444;
	border-bottom:3px solid #444;
	background-color:#fff;
	color:#000;
	font-weight:normal;
	text-align: left;
}

/******************************
 * SORTDIALOG                 *
 ******************************/

body.CmsItemSortDialog,
body.VisualSortDialog,
body.MenuSortDialog,
body.CollectionSortDialog {
	margin:0;
	background-color:#D1D1EF;
	font:11px verdana, geneva, sans-serif;
	color:black;
}

body.CmsItemSortDialog .Content,
body.VisualSortDialog .Content,
body.MenuSortDialog .Content,
body.CollectionSortDialog .Content {
	margin:10px;
	margin-right:0px;
	width:90%;
	overflow:visible;
}

table.sort {
	width:400px;
}

tr.head {
	font-weight:bold;
}

.sort td {
	text-align:center;
	padding:5px;
}

.sort a img {
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid black;	
	border-bottom: 2px solid black;
}

.sort a:hover img {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid white;	
	border-bottom: 2px solid white;
}

td.NoDownArrow {
	visibility:hidden;
}

td.NoUpArrow {
	visibility:hidden;
}

.AdvancedHidden {
	width:0px;
	display:none;
}

/******************************
 * TEXTOPTIONSDIALOG          *
 ******************************/

body.TextOptionsDialog {
	margin:0;
	background-color:#EAE9F3;
	font:11px verdana, geneva, sans-serif;
	color:black;
}

body.TextOptionsDialog .Content {
	margin:10px;
	margin-right:0px;
	width:90%;
	overflow:visible;
}

body.TextOptionsDialog h1 {
	font-size:16px;
}

body.TextOptionsDialog h2 {
	font-size:14px;
	color:#2022AF;
	border-bottom:1px solid #2022AF;
	clear:left;
}
body.TextOptionsDialog .Illustration {
	float:left;
	clear:left;
	margin-right:10px;
	margin-bottom:30px;
}

body.TextOptionsDialog .Code {
	color:#2F36FF;
}
/******************************
 * RESET PASSWORD DIALOG          *
 ******************************/

body.ResetPasswordDialog {
	margin:0;
	background-color:#fff;
	font:12px arial, verdana, sans-serif;
	color:black;
}

body.ResetPasswordDialog .Content {
	margin:10px;
	margin-right:0px;
	width:90%;
	height:90%;
	overflow:visible;
}

body.ResetPasswordDialog .Content .Message {
	color:#f00;
	font:13px arial, verdana, sans-serif;
}

body.ResetPasswordDialog form {
	margin-top:10px;
}

body.ResetPasswordDialog form .Field_email input {
	margin-top:10px;
	width:300px;
}

body.ResetPasswordDialog form .Field_request_pw  {
	margin-top:10px;
}
/******************************
 * VIEW VISUAL DIALOG       *
 ******************************/

body.ShowPlayerDialog .Content {
	width:100%;
	height:100%;
	margin:0px;
}

/******************************
 * SELECT VISUAL DIALOG       *
 ******************************/
body.SelectVisualDialog .Content {
	margin:10px;
	margin-right:0px;
	width:90%;
	height:90%;
	overflow:visible;
}
body.SelectVisualDialog .Content .VisualListContainer {
	width:45%;
	float:left;
	height:100%;
	overflow:auto;
}
body.SelectVisualDialog .Content .VisualsBox {
	width:50%;
	float:left;
	height:100%;
	overflow:auto;
}
/* The headings above the list of owned visuals / pages with visuals */
.SelectVisualDialog h3 {
	clear:both;
	margin-top:0px;
}

/* The div around an item of depth 1*/
body.SelectVisualDialog .Content div.Depth1 {
	margin-left:15px;
}
/* The div around an unfolded item of depth 1 */
body.SelectVisualDialog .Content div.Depth1_Unfolded {
	text-decoration:underline;
}
/* The div around an item of depth 2*/
body.SelectVisualDialog .Content div.Depth2 {
	margin-left:35px;
}
/* The div around an unfolded item of depth 2 */
body.SelectVisualDialog .Content div.Depth2_Unfolded {
	font-style:italic;
}
/* The div around an item of depth 3 */
body.SelectVisualDialog .Content div.Depth3 {
	margin-left:55px;
}
.SelectVisualDialog ul.VisualList {
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	margin-bottom:30px;
}
/* The title of the visual, also the link to play it in the player */
.SelectVisualDialog ul.VisualList li {
	clear:both;
}
/* The title of the visual, also the link to play it in the player */
.SelectVisualDialog ul.VisualList li a.PlayLink {
	margin:0px;
	padding:0px;
	width:80%;
	float:left;
}

/* The choose link, for choosing this visual to link to your item */
.SelectVisualDialog ul.VisualList li a.ChooseLink {
	float:right;
	margin-right:10px;
}

/******************************
 * MULTI VISUAL DIALOG       *
 ******************************/

body.MultiVisualUploadDialog .Message {
	font-weight:bold;
	color:#f00;
}
/******************************
 * GOOGLE MAPS PAGE         *
 ******************************/
div.form form {
	margin:0px;
	padding:0px;
}
.mapOverview {
	width:620px;
	height:400px;
	margin-left:5px;
}

/* InfoWindow html */
div.infoWindow p {
	font-size:11px;
	color:#000;
}

div.infoWindow h3 {
	font-size:12px;
	color:#000;
	margin-bottom:5px;
}

.infoWindow a,
.infoWindow a:visited {
	color:#000;
	font-size:11px;
	text-decoration:underline;
}

.infoWindow a:hover,
.infoWindow a:visited:hover {
	color:#000;
	text-decoration:none;
}

/* Divs around forms for filtering */
/* Fields in the first row*/
.Field_theme, .Field_subject,
.topFilterForm div{
	display:inline;
	margin:5px;
}

.bottomFilterForm {
	padding-top:5px;
}

/* Checkboxes in the second row */
.bottomFilterForm div {
	display:inline;
	margin-left:15px;
}

.bottomFilterForm .Field_page {
	margin-left:0px;
}

/* Icons in front of filter-texts */
.mapLegend {
	margin-right:5px;
	vertical-align:middle;
	
}
/******************************
 * GOOGLE MAPS DIALOG         *
 ******************************/

body.GoogleMapDialog {
	margin:0;
	background-color:#D1D1EF;
	font:11px verdana, geneva, sans-serif;
	color:black;
}

body.GoogleMapDialog .Content {
	margin:10px;
	margin-right:0px;
	width:90%;
	overflow:visible;
}
/******************************
 * Searchfields               *
 ******************************/
div.SearchField div {
	display:inline;
}
 
/******************************
 * Fancy Calendar popup       *
 ******************************/

body.CalendarDialog * {
	font:12px Verdana,sans-serif;
}

body.CalendarDialog .Content {
	margin:0px;
	padding:2px;
	width:100%;
}

body.CalendarDialog a {
	color:#000;
	text-decoration:none;
}

/* Background of table: used for cell displaying the month and lines between cells*/
td.TableBackground {
	background-color:#D1D1EF;
	font:12px Verdana,sans-serif;
}

td.MonthHeader {
	color:#ffffff;
	text-align:center;
	width:100%;
}

/* Cells showing the days of the week and cell showing the time field*/
td.WeekDays, td.TimeBar  {
	background-color:#EAE9F3;
	text-align:center;
	color:#000;
}

/* Cell with the current date */
td.CurrentDate {
	text-align:center;
	background-color:#4682B4;
	width:14%;
	color:#fff;
}

/* Currently selected date */
td.CurrentDate a {
	color:#fff;
}

td.WeekendDays {
	text-align:center;
	background-color:#dbeaf5;
	width:14%;
}

td.WorkingDays {
	text-align:center;
	background-color:#fff;
	width:14%;
}

/* Days that are not in the current month */
span.NotThisMonth a {
	color:#CFCFCF;
}

a.YearArrowNext, a.YearArrowPrev, a.MonthArrowNext, a.MonthArrowPrev {
	display:block;
	width:16px;
	height:16px;
	margin:0px 2px 0px 2px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff;
}

a.YearArrowNext:hover, a.YearArrowPrev:hover, a.MonthArrowNext:hover, a.MonthArrowPrev:hover {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

a.YearArrowNext {
	background-image:url('../../admin/images/next_year.gif');
}
a.YearArrowPrev {
	background-image:url('../../admin/images/prev_year.gif');
}

a.MonthArrowPrev {
	background-image:url('../../admin/images/prev.gif');
}

a.MonthArrowNext {
	background-image:url('../../admin/images/next.gif');
}

/********************************
 * Voting system thumbs up/down *
 ********************************/
.Voting {
	clear:both;
	height:14px;
}

.Voting .Text {
	float:left;
}

.UpVoteDiv,
.DownVoteDiv {
	display:block;
	float:left;
	height:14px;
	padding-right:14px;
	background-repeat:no-repeat;
	background-position:right;
	margin-right:10px;
	text-decoration:none;
}

.UpVoteLink,
.DownVoteLink {
	display:block;
	height:100%;
	width:100%;
}

.UpVoteLink span,
.DownVoteLink span {
	display:none;
}

.UpVoteDiv {
	background-image:url('../images/thumbs_up.gif');
}

.DownVoteDiv {
	background-image:url('../images/thumbs_down.gif');
}

/********************************
 * Page dialogs                 *
 ********************************/
 
.PageDialog .Content {
 	padding:5px 10px 10px 10px;
 	width:550px;
 	height: 100%;
 	margin-top:0px;
 	overflow:visible;
}

.PageDialog li, .PageDialog p {
	text-align:justify;
}


/**************************************
 * Stats next to video thumb *
 **************************************/

/* Number of reactions/votes/score (in a span) next to a videothumb */
.VideoThumbnail .VideoViewCount,
.VideoThumbnail .VideoReactionCount,
.VideoThumbnail .VideoVoteCount,
.VideoThumbnail .VideoVoteScore {
	display:block;
	width:60%;
	font-size:10px;
	float:left;
	font-style:italic;
	font-weight:normal;
}

/*********************************
 * Embedded images in text       *
 *********************************/
.EmbeddedImage {
	margin:5px;
}

/*********************************
 * Show on map button            *
 *********************************/
.ImgShowOnMapBut {
	width:88px;
	height:19px;
	background-image:url('../images/butShowOnMap.gif');
}
.ImgShowOnMapBut:hover {
	background-image:url('../images/bhlShowOnMap.gif');
}
/*********************************
 * Link to external page button  *
 *********************************/
.ExternLinkButton {
	display:block;
	width:100px;
	height:19px;
	background-image:url('../images/butToWebsite.gif');
}
.ExternLinkButton:hover {
	background-image:url('../images/bhlToWebsite.gif');
}
.ExternLinkButton span {
	display:none;
}

/********************************
 * Reactions below player       *
 ********************************/

/* The title 'reactions' on top  */
.VideoPlayerReactionContainer .ReactionsTitle span {
	font-weight:bold;
}
/*... so that the reaction button can float right next to it */
.VideoPlayerReactionContainer .ReactionButton {
	float:right;
}
/* The possible paragraph (no reactions) should come under it all*/
.VideoPlayerReactionContainer p {
	clear:both;
}
/* Each reaction has a bottom border and some padding and should get under it's predecessor */
.VideoPlayerReactionContainer .Reaction {
	border-bottom:1px solid #626262;
	padding:5px 0px;
	clear:both;
}
.VideoPlayerReactionContainer .ReactionsTitle {
	border:0px;
}
/* Links in reaction blocks have no text decoration*/
.VideoPlayerReactionContainer .Reaction a {
	text-decoration:none;
}
/* Thumbnails in reaction blocks need some space on their right */
.VideoPlayerReactionContainer .Reaction a img {
	margin-right:5px;
}

/**********************************
 * Theme buttons below player     *
 **********************************/
 .VideoPlayerButtonsContainer .UploadButtons {
 	float:left;
 }
 .VideoPlayerButtonsContainer .UploadButtons a {
 	display:block;
 	float:left;
 	margin-right:5px;
 	height:17px;
 }
 
 /* reageer button */
 .VideoPlayerButtonsContainer .butUploadButtonReact {
 	width:112px;
 	background-image:url('../images/playerButtons/butReageer.gif');
 }
 .VideoPlayerButtonsContainer .butUploadButtonReact:hover {
 	background-image:url('../images/playerButtons/bhlReageer.gif');
 }
 
 /* embed button */
 .VideoPlayerButtonsContainer .butUploadButtonEmbed {
 	width:111px;
 	background-image:url('../images/playerButtons/butEmbed.gif');
 }
 .VideoPlayerButtonsContainer .butUploadButtonEmbed:hover {
 	background-image:url('../images/playerButtons/bhlEmbed.gif');
 }
 
 /* complaint button */
 .VideoPlayerButtonsContainer .butUploadButtonComplaint {
 	width:111px;
 	background-image:url('../images/playerButtons/butKlacht.gif');
 }
 .VideoPlayerButtonsContainer .butUploadButtonComplaint:hover {
 	background-image:url('../images/playerButtons/bhlKlacht.gif');
 }
 
 /* send button */
 .VideoPlayerButtonsContainer .butUploadButtonSend {
 	width:111px;
 	background-image:url('../images/playerButtons/butDoorsturen.gif');
 }
 .VideoPlayerButtonsContainer .butUploadButtonSend:hover {
 	background-image:url('../images/playerButtons/bhlDoorsturen.gif');
 }
 
 
 .VideoPlayerButtonsContainer .butUploadButtonReact span,
 .VideoPlayerButtonsContainer .butUploadButtonEmbed span,
 .VideoPlayerButtonsContainer .butUploadButtonComplaint span,
 .VideoPlayerButtonsContainer .butUploadButtonSend span {
 	display:none;
 }

/******************* Twitter Tweets ***************************************/
.Tweets ul {
	/* Disable all default list-style stuff */
	padding:0px;
	margin:0px;
	list-style-type:none;
	list-style-position:outside;
	display:block;
	/* Height has to be set in site specific css */
}

.Tweets ul li {
	display:block;
	margin-bottom:10px;
	height:30%;
	/* Height of ul has to be set in site specific css */
}

.Tweets li .tweet_avatar {
	float:left;
	margin-right: 5px;
	height:100%;
	display:block;
}

