﻿/*stylesheet voor LTR weergaven*/
html
{
	height:100%;
}
/*IE*/
Body
{
	text-align:			center;
	/*Mozilla*/
	margin:				0px auto 0px auto;	
	/****/
	font-family:		Arial, Helvetica;
	font-size:			15px;	
	background-color:	Black;
	min-height:			100%;
}


/*Globaal*/

h1
{
	margin-bottom:		0px;
}

a img
{
	border-width:		0px;	
}

.Button
{
	background-image:	url("../images/logos/button.jpg");
	background-color:	#191D20;
	background-repeat:	repeat-x;
	color:				White;
	cursor:				pointer;
	padding-bottom:		2px;
	border-width:		1px;
}

.Button:hover
{
	/*background-image:	url("../images/logos/buttonhighlight.jpg");*/
	
}

/*Masterpage*/
#Container
{
	background-image:	url("../images/logos/zijbalk.jpg");
	/*ie8 'hack'*/
	margin:				0px auto 0px auto;
	
	background-repeat:	repeat-y;
	width:				899px;
	height:				100%;
	background-color:	White;
	text-align:			left;
}

#ZijBalk
{
	width:				126px;
	text-align:			center;
	float:				left;

}


#Content
{
	margin:				30px 30px 30px 155px;
	text-align:			left;
}

#Clear
{
	clear:				both;
	font-size:			12px;
	padding-left:		400px;
}

#Header
{
	background-image:	url("../images/logos/header.jpg");
	height:				92px;
}

#TaalSelectie
{
	float:			right;
	width:			50%;
	height:			92px;
	margin-bottom:	0px;
	
}

.TaalVlag
{
	margin:			5px 5px 0px 0px;
	float:			right;
	height:			13px;
	width:			27px;
}

.LogoKlein, #LogoFoodInfo
{
	margin-left: -1px;
	margin-top:			20px;
	height:				98px;
	width:				102px;	
}

#LogoFoodInfo
{	
	width:				100px;	
	height:				97px;
	border-width:		1px;
	border-color:		#D3FFA8;

}

/*Default.aspx*/
#Intro
{
}

.TabelGegevens
{
	margin-top:			20px;
	margin-bottom:		20px;
}

.GegevensInvoer
{
	margin:				15px 0px 30px 0px;	
}

.SuggestieGegevens
{
	margin-top:			10px;
}

.SuggestieButton
{
	text-decoration:	none;
}

/*gegevens invoer layout*/
.ComboBox
{
	width:			145px;
	font-family:	Arial, Helvitica;
}

.TextBox
{
	width:			145px;
	font-family:	Arial, Helvitica;
}

/*Translations.aspx*/ /* table layout is also for statistics.aspx*/
.Details, .tblStats1, .tblStats2 
{
	width:712px;
	margin: 30px auto 20px auto;
	border-collapse: collapse;
	height:1px;
	vertical-align:top;

}

.Gegevens
{	
	border-collapse: collapse;
}

.ItemDetails
{
	padding-bottom: 0px;	
}

.ExtraGegevensLinks
{
	width:250px;
	max-width:250px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}

.ExtraGegevensRechts
{
	width:443px;
	max-width:443px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}

#Beschrijving
{
	padding-bottom:	40px;
	margin-left:10px;
}

.BeschrijvingTitel
{
	margin-bottom:	12px;
	font-weight:	bold;
}

.Afbeelding
{
	max-width:	435px;
}

.tblMediaLinks
{
	border-collapse:collapse;
	margin-bottom:4px;
}

.tblMediaLinks td
{
	padding-bottom:8px;
}

.MediaLinks
{
	text-decoration:none;
	color: #666666;
}

.MediaLinks:hover
{
	text-decoration: underline;	
}

.tblBeschrijving
{
	width:100%;
}

.Titel
{
	font-weight:	bold;
}

.GegevensCell
{
	/*border:1px solid black;*/
	vertical-align:top;
	padding: 7px 0px 15px 30px;

}

.DataGegevensCell
{
	margin-left:0px;
}

.RowColor1
{
	background-color: #D3FFA8;	
}

.RowColor2
{
	background-color: #FFFFFF;	
}



/*Login page*/
#login_header
{
	
}

.login_titels
{
	
}

.login_input
{

}

#chkOnthoudMij
{
	
}

.error
{
	color:Red;
}

/*partner page*/
#personentabel
{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.leftcell
{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.rightcell
{
	border-bottom: 1px solid #CCCCCC;
}

.leftcell
{
	padding-top: 5px;
	padding-bottom: 5px;
}

/*statistics*/
.tblDatabaseStatsIDF
{
	width:120px;
}

.Stats1CellLinks
{
	width:250px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}

.Stats1CellRechts
{
	border: 1px solid #CCCCCC;
	vertical-align: top;
}

.tblDatabaseStatsValue
{
	color:#666666;
}

.tblPopWordsLanguageCell
{
	padding-right:10px;
	
}

.tblPopWordsWordCell
{
	padding-right:20px;
	color:#666666;
}

.Title, .ChartTitle
{
	vertical-align:top;
	font-weight:bold;
	height:23px;	
}

.ChartTitle
{
	text-align:center;
	padding-top:10px;
}

.SubTitle
{
	height:20px;
		
}

.tblStats2
{
	background-color: #D3FFA8;
}

.Stats2CellLinks
{
	width:256px;	
	vertical-align:top;
}

.Text
{
	color:#666666;	
}

