input.searchbutton
{
	width:78px;
}

td.publabel
{
	color: rgb(210, 35, 42 );	
}

font.publabel
{
	color: rgb(210, 35, 42 );	
}

* 
{ 
	padding:0px; 
	margin:0px; 
}

#Movie {
	height: 400px;
	width: 400px;
	background: black;
	z-index: 200000;
	margin-top: 100px;
}

td.contactlabel
{
	text-align:left;
	padding-left:3px;
	height:30px;
}

table.docdetails tr
{
	vertical-align: top;
}

Body
{
	text-align: center;
	padding:50px;
	text-align: -moz-Center;
	font-family:  Tahoma,Calibri, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: rgb(77,77,79);
	line-height: 19px;
	font-size: 15px;
	font-weight: normal;
	overflow-y:scroll;
	*overflow-y:auto;
}

img
{
	margin-right: 4px;	
}

a
{
	color: rgb(210, 35, 42 );
	font-family:  Tahoma,Calibri, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

a.covered
{
	color: rgb(77,77,79);
	font-family:  Tahoma,Calibri, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration:none;
}

a.Boxed, a.Boxed:active, a.Boxed:visited, a.Boxed:hover, a.Boxed img{
	border: 0px solid black;
}

H1{
	margin-top: 14px;
	margin-bottom: 25px;
	font-size: 28px;
	line-height: 28px;
}

H2{
	margin-bottom: 20px;
	margin-top: 4px;
	font-size: 20px;
	line-height: 21px;
}

h3 {
	font-family:  Tahoma,Calibri, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: rgb(77,77,79);
  font-size: 13pt;
	margin-bottom: 20px;
	margin-top: 4px;
	line-height: 14px;
  }   
  
h4 {
	font-family:  Tahoma,Calibri, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: rgb(77,77,79);
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 20px;
	margin-top: 4px;
	}

h5 {
	font-family:  Tahoma,Calibri, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: rgb(77,77,79);
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 4px;
	}
	

p.Normal {
	font-family:  Tahoma,Calibri, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: rgb(77,77,79);
	font-size: 15px;
	font-weight: normal;
}

p.Red {
	font-family:  Tahoma,Calibri, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: rgb(210, 35, 42 );
}

td.rightspacer
{
	width:50%;
	min-width: 80px;
}


#Panel
{
	text-align:left;
	/*position: justify;*/
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#Panel>span{
	display: none;
}

#Panel>p{
	display: none;
}


/*flash intro*/

#Intro
{
	position: absolute;
	top: 0px;
	width:100%;
	height:100%;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}

#Flash
{
	position:absolute;
	top: 27%;
	left:30%;
	width:550px;
	height:400px;
	display:none;
}



#lastmenuitem
{

	text-align: right;
}

#nav
{
	margin-top: 15px;
}

.forminput_m {
	width: 160px;
	font-family:  Tahoma,Calibri, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: rgb(77,77,79);
	height: 19px;
	font-size: 15px;
	font-weight: normal;
	}	

/* all menu links */
#nav a, #subMenusContainer a{
	text-decoration:none;
	color: rgb(77,77,79);
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	font-weight: bold;
	color: rgb(77,77,79);
	clear: both;
}

/* Just sub menu links */
#subMenusContainer, #nav li li{
	text-align:left;
}

#subMenusContainer .menuitem
{
		padding-left: 4px;
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding: 0px 4px ;
	margin:0 0 0 -2px;
}

/* --------------------------[ The below is just for non-javscript users ]--------------------------*/

#nav li li a{  /*Just submenu links	*/
	position:relative;
	float:none;
}

#nav li
{
		list-style-type: none;
		display:inline;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	background:#FFF;	
	left:0px;
	
	/*Border for submenus*/
	border-top: 1px solid rgb(210, 35, 42 ) ;
	border-right: 1px solid rgb(210, 35, 42 ) ;
	border-left: 1px solid rgb(210, 35, 42 ) ;
	filter:alpha (opacity=50);
	-moz-opacity:.50;

	margin-left: -2px;
}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-top:20px;
	margin-left: 10px;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 ; }


.menuitem ul{
	display: none;
}

.menuitem a{
	font-family:  Tahoma,Calibri, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: rgb(77,77,79);
	line-height: 19px;
	font-size: 15px;
	font-weight: normal;
	zoom:1;
}

/*end menu*/

/*collection*/

.CollItemSubTitle
{
	color: rgb(77,77,79);
	vertical-align:middle;
}

#CollItemDetails
{
	text-align: left;
}

#CollItemDetails ul
{
	margin-left: 189px;
}

#CollItemDetails ol
{
	margin-left: 192px;	
}

.ImageCell
{
	vertical-align: bottom;
	padding-bottom: 5px;
	text-align: center;
	color: rgb(77,77,79);
}
/*end collection*/

#ButtonRight
{
	width:12px; 
	height: 20px;	
	background : url('/cms/Include/GL/images/icons/arrowRight.png');
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='http://www.bureauvijftig.nl/cms/Include/GL/images/icons/arrowRight.png', sizingMethod='scale');
}

#ButtonLeft
{
	width:12px; 
	height: 20px;	
	background : url('/cms/Include/GL/images/icons/arrowLeft.png');	
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='http://www.bureauvijftig.nl/cms/Include/GL/images/icons/arrowLeft.png', sizingMethod='scale');
}

#ButtonHome
{
		width: 20px; 
		height: 21px;
	background : url('/cms/Include/GL/images/icons/home.png');	
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='http://www.bureauvijftig.nl/cms/Include/GL/images/icons/home.png', sizingMethod='scale');
}

/*login screen*/
.Error
{
	color: rgb(210, 35, 42 );
	font-weight: bold;
	margin-top: 10px;
	font-size: 14px;
}