/**
 * @version $Id: template.css 9765 2007-12-30 08:21:02Z ircmaxell $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
body
{
	background: #fff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	padding: 0px;
	text-align: left;
}
body.contentpane {
width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}
.data {
	/*background-color:#C00;*/
	width:100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.data td {
	background-color:#E6F2FF;
	vertical-align: top;
	padding: 5px;
	margin: 2px;
}
p.en {
	background-image:url(../../../images/stories/flags/United_Kingdom.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p.fr {
	background-image:url(../../../images/stories/flags/France.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p.es {
	background-image:url(../../../images/stories/flags/Spain.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p.de {
	background-image:url(../../../images/stories/flags/Germany.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p.nl {
	background-image:url(../../../images/stories/flags/Netherlands.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
p.ar {
	background-image:url(../../../images/stories/flags/SaudiArabia.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
p.pt {
	background-image:url(../../../images/stories/flags/Portugal.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
p.gr {
	background-image:url(../../../images/stories/flags/Greece.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
p.it {
	background-image:url(../../../images/stories/flags/Italy.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
p.ru {
	background-image:url(../../../images/stories/flags/Russia.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
p.sh {
	background-image:url(../../../images/stories/flags/Croatia.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;	
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}
.list {
	background-color:#CCF1FF;
}
.list td {
	background-color:#FFF;
	vertical-align: top;
	margin: 2px;
	font-size: 11px;
}
.list img {
	margin: 1px;
}

.blok_rood {
	background-color:#CC0000;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../images/red_grad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.gidsenlijst td {
	margin-top: 15px;
	padding-top: 15px;	
}
.rawimages {
	text-align: center;
	margin-top: 3px;
}
.rawimages img {
	border: none;
	margin:4px;
}
.rawimages span#active_language img
{
	margin:4px;
	border: 3px solid #C00;
}

div#jflanguageselection img.langImg{ float: left; border: none; margin-top: 3px; }
div#jflanguageselection li img.langImg{ float: left; border: none; margin: 1px 3px 0px 0px; }

#jflanguageselection .opaque{
	filter:alpha(opacity=30);
}
#jflanguageselection option.opaque{
	color:graytext;
}