 /* Include the admin css so it's available everywhere but does not clutter this file */
 @import "../../admin/css/admin.css";
/* Custom css for jquery UI custom, themes, datepicker, timepicker, slider etc. */
 @import "jquery-ui-1.8.11.custom.css";
/* 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;
}

span.Underline {
	text-decoration:underline;
}
/**********************************
 * Links                          *
 **********************************/
a {
	color:#333;
}

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

/******** phpMyVisites image ******/
.statsImg {
	position:absolute;
	left:0px;
	top:0px;
}
/************* header *************/
.Header{
	border:none;
}

/************* Banners ************/
.BannerLink .BannerHover,
.BannerLink:hover .BannerNormal {
	display:none;
}
.BannerLink:hover .BannerHover {
	display:inline;
}
/**********************************
 * Footer                         *
 **********************************/
.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;
}


/**********************************
 * Login / Logout links           *
 **********************************/
.LoginForm input.DoLogin {
	margin-bottom:10px;
}
.LoginForm label {
	margin-right:10px;
}


/********************************
 * 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;
}

/* All divs in the form (all fields) */
#frmSubscribe label  {
	margin-right:10px;
}
/* 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');
}

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

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

body.CmsItemSortDialog .Content,
body.VisualSortDialog .Content,
body.BannerSortDialog .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;
}
/* Visual and banner thumbnails in the position of title */
.sort td img {
	float:left;
}
.sort a img {
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	float:none;
}

.sort a:hover img {
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

td.NoDownArrow {
	visibility:hidden;
}

td.NoUpArrow {
	visibility:hidden;
}

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

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

body.TextOptionsDialog {
	margin:0;
	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:#D10B27;
	border-bottom:1px solid #D10B27;
	clear:left;
}
body.TextOptionsDialog .Illustration {
	float:left;
	clear:left;
	margin-right:10px;
	margin-bottom:30px;
}

body.TextOptionsDialog .Code {
	color:#D10B27;
}
/******************************
 * 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;
}
body.ResetPasswordDialog form label {
	margin-right:10px;
}
/******************************
 * VIEW VISUAL DIALOG       *
 ******************************/

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

/******************************
 * 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;
	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;
}

/* Search form inside SearchLayout */
.CmsItem form#frmSearch div.Field_srch_str,
.CmsItem div.Field_search {
	display:inline;
}
 
/******************************
 * Fancy Calendar popup       *
 ******************************/

/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/********************************
 * 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;
}

/**************************************
 * Info next to video thumb *
 **************************************/
.SearchVideoThumb .ResultTitle,
.SearchVideoThumb .ResultTags,
.SearchVideoThumb .ResultDescription {
	display:block;
	width:60%;
	font-size:10px;
	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;
}


