

#form label.error {
  background:url("http://jquery.bassistance.de/validate/demo/images/unchecked.gif") no-repeat 5px 0px;
  padding-left: 25px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
  font-size:10px;
}

#form label.success {
  background:  none; /*url("http://jquery.bassistance.de/validate/demo/images/checked.gif") no-repeat 5px 0px;*/
 }

#form .formstatus {
width:150px;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 17px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #bbbbbb;
	color: black;
}


/* 
	styles for the psuedo-select box 
*/
div.mcdropdown {
	position: absolute;
	border: 0px solid #8e9daa;
	padding: 1px;
	display: -moz-inline-block;
	display: inline-block;
	width: 150px;
	height: 14px;
	padding: 2px;
}

/* style either the input or div where the plug-in is attached to */
div.mcdropdown input, 
div.mcdropdown div {
	position: absolute;
	/*background-color: transparent;*/
	left: 0;
	top: 0;
	width: 100%
	border: 0;
	padding: 2px 0 0 3px;
	
}

div.mcdropdown a {
	position: absolute;
	right: 1px;
	top: -3px;
	background: transparent url('http://www.cinesystem.nl/js/mcdd_select_button_sprite.gif') no-repeat top left;
	display: -moz-inline-block;
	display: inline-block;
	height: 14px;
	width: 15px;
	text-decoration: none;
	font-size: 0pt;
	z-index: 2;
	outline: 0;
}

div.mcdropdown a:hover, div.mcdropdown a:focus {
	background-position: 0% -16px;
}

div.mcdropdown a:active {
	background-position: 0% -32px;
	outline: none; /* hide dotted outline in Firefox */
}

div.mcdropdownDisabled {
	background-color: #e1e0e0;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-moz-user-select: none;
	-khtml-user-select: none;
}

div.mcdropdownDisabled input {
	cursor: default;
}

div.mcdropdownDisabled a:hover, div.mcdropdownDisabled a:focus {
	background-position: 0 0;
	cursor: default;
}

/* 
	styles for the dropdown menu 
*/
ul.mcdropdown_menu {
width:200px;
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/* float so we can calculate the size of the columns */
	float: left;
	clear: both;
	z-index: 10000;
	-moz-user-select: none;
	-khtml-user-select: none;
}

ul.mcdropdown_menu ul {
	display: none;
	font: 11px Arial, Helvetica, sans-serif;
	/* float so we can calculate the size of the columns */
/*
	float: left;
*/
}

/* -- Sub-Menus -- */
ul.mcdropdown_menu ul {
	position: absolute;
	list-style-type: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	z-index: 10000;
	
}
ul.mcdropdown_menu ul li {
	margin: 0px;
}


/* color schema */
ul.mcdropdown_menu {
/*
	height: 19px;
*/
	height: auto;
	background-color: #e1e0e0;
	padding: 5px 5px;
	/* define font here for IE6 */
	font: 11px Arial, Helvetica, sans-serif;
}

ul.mcdropdown_menu li {
	padding: 2px 20px 2px 6px;
}

/* we don't use "ul.mcdropdown_menu > li" here so that IE6 knows how to style the root level */
ul.mcdropdown_menu li.mc_root {
	cursor: pointer;
	white-space: nowrap;
	color: #666;
	border-top: 1px solid #fff;
	padding: 2px 20px 2px 6px;
	margin: 0 10px;
}

ul.mcdropdown_menu > li.mc_endcol {
	border-bottom: 1px solid #fff;
}

/* this is for IE6 only */
ul.mcdropdown_menu li.mc_hover {
	background-color: #ccc !important;
}

ul.mcdropdown_menu > li:hover {
	border-top: 1px solid #999;
	background-color: #999 !important;
	color: #fff;
}

ul.mcdropdown_menu > li:hover.mc_endcol {
	border-bottom: 1px solid #999;
}

ul.mcdropdown_menu > li:hover + li:not(.mc_firstrow) {
	border-top: 1px solid #999;
}

ul.mcdropdown_menu li.mc_parent {
	padding-right: 20px !important;
	background: url(http://www.cinesystem.nl/js/mcdd_icon_normal.gif) no-repeat 100% 50%;
}

ul.mcdropdown_menu li:hover.mc_parent {
	background: #999 url(http://www.cinesystem.nl/js/mcdd_icon_hover.gif) no-repeat 100% 50% !important;
	color: #fff !important;
}

ul.mcdropdown_menu ul {
	background: #f0f0f0;
	/* add a slight border for better visualization of deep menus */
	border: 1px solid #d0d0d0;
	padding-bottom: 10px;
	/* IE 6/7 will bleed through the background color if we don't set the visibility to hidden */
	visibility: hidden;
}

ul.mcdropdown_menu ul li {
	background: #f0f0f0;
	padding-left: 16px !important;
	border-top: 1px solid #fff;
	color: #666;
	white-space: nowrap;
}

ul.mcdropdown_menu ul li.mc_firstrow {
	border-top: 1px solid #f0f0f0;
}

ul.mcdropdown_menu ul li.mc_endcol {
	border-bottom: 1px solid #fff;
}

ul.mcdropdown_menu ul li:hover {
	background-color: #d6d6d6;
	border-top: 1px solid #dedede;
	color: #666;
}

ul.mcdropdown_menu ul li.mc_endcol:hover {
	border-bottom: 1px solid #dedede;
}

ul.mcdropdown_menu ul li:hover + li:not(.mc_firstrow) {
	border-top: 1px solid #dedede;
}

/*
 * drop down shadows
 */
div.mcdropdown_shadow {
	display: none;
	position: absolute;
	margin: 3px 0 0 3px;
	/* for IE6, we use just a square transparent image */
	background: #000;
	filter :alpha(opacity=33);
}

/* ie6 ignores this selector */
html>body div.mcdropdown_shadow {
	/* let's use a transparent PNG */
	margin: 5px 0 0 5px;
	padding: 5px 0 0 5px;
	background: transparent url(http://www.cinesystem.nl/js/shadow.png) right bottom no-repeat !important;
	/* remove the filter for IE7 */
	filter: none;
}

/* 
 * styles for the dropdown menu 
 */
ul.mcdropdown_autocomplete {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 192px;
	clear: both;
}

ul.mcdropdown_autocomplete ul {
	display: none;
}

/* -- Sub-Menus -- */
ul.mcdropdown_autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.mcdropdown_autocomplete ul li {
	margin: 0px;
}

/* autocomplete styles */
ul.mcdropdown_autocomplete {
	display: none;
  position: absolute;
	height: auto;
	max-height: 310px;
  overflow-x: hidden;
	overflow-y: auto;
  clear: both;
	padding: 5px 10px;
	background-color: #e1e0e0;
	z-index: 10000;
}

ul.mcdropdown_autocomplete li {
  display: block;
	font: 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	white-space: nowrap;
	color: #666;
	border-top: 1px solid #fff;
	padding: 2px 26px 2px 6px;
	_padding-top: 0; _padding-bottom: 0; /* reduce padding for IE6 */
}

ul.mcdropdown_autocomplete li.mc_endcol {
	border-bottom: 1px solid #fff;
}

ul.mcdropdown_autocomplete li.mc_parent {
	padding-right: 20px !important;
	background: url(http://www.cinesystem.nl/js/mcdd_icon_normal.gif) no-repeat 100% 50%;
}

ul.mcdropdown_autocomplete li.mc_hover {
	border-top: 1px solid #999;
	background-color: #999 !important;
	color: #fff;
}

ul.mcdropdown_autocomplete li.mc_hover_parent {
	background: #999 url(http://www.cinesystem.nl/js/mcdd_icon_hover.gif) no-repeat 100% 50% !important;
	color: #fff !important;
}






SPAN.tagMatches {
    margin-left: 10px;
    display:block;
}

SPAN.tagMatches SPAN {
    padding: 4px;
    margin-right: 4px;
    background-color: #0000AB;
    color: #fff;
    cursor: pointer;
    font-size:10px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:2000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://www.filmstart.nl/images/macFFBgHack.png) repeat;opacity: 0.75;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 2002;
	color:#000000;
	display:none;
	border: 2px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	padding-top:2px;
	padding-left:10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#ffffff;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	padding:10px;
	padding-right:20px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:20px;
	padding:0px;
	padding-right:0px;
	}

#TB_ajaxContent p{
	padding:0px 0px 0px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:2003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:1099;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#sb-container,#sb-wrapper{
text-align:left; 
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow:auto; 
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}
#sb-body,#sb-loading{
background-color:#060606; 
}
#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size:16px;
padding:5px 0;
color:#fff;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
float:right;
height:16px;
padding:2px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(resources/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(resources/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(resources/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(resources/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(resources/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}
