/* CSS Document */
*{
	margin:0;
	padding:0;
	color:#666666;
}

body{
	font-family:helvetica,arial,sans-serif;
	text-align:center;
	font-size: 14px;
}

table.right {float: right; margin: 10px; margin-right: 0; }
table.left {float: left; margin: 10px; margin-left: 0;}

.content h1 {
	padding-top: 8px;
	font-size: 130%;
}
.block h2 {
	padding-top: 8px;
	font-size: 130%;
}

.block p {
	padding: 8px 0;
	line-height: 1.3em;
}

.block ul, .block ol {
	margin: 12px 0;
	/* *** */
	padding-left: 40px;
	
	/* ie6 only */
	/* *** */
	_padding-left: 20px;
}
.block ul li {
	/* *** */
	list-style-image: url(../../images/en_li_bullet.gif);
	
	/* ie6 only */
	_list-style: none;
	_list-style-image: none;
	_background-repeat: no-repeat;
	
	/* *** */
	_background-position: left 0.25em;
	_background-image: url(../../images/en_li_bullet.gif);
	_padding-left: 20px;
}


/*
 *	BASIC LAYOUT
 */
#wrapper {
	width: 800px;
	border-right: 1px solid #dbd1c5;
	border-left: 1px solid #dbd1c5;
	margin: 0 auto;
}
#header {

}
/* top menu -BEGIN */
ul#menu {
	background-color: #b79c65;
	display: block;
	height: 27px;
}
ul#menu li {
	list-style: none;
	display: inline;
	/* *** */
	float: left;
}
ul#menu li a, ul#menu li a:link, ul#menu li a:visited {
	display: block;
	height: 27px;
	text-indent: -999999px;
	overflow: hidden;
}

ul#menu li.link-lang a {background: url(../../images/menu/en_lang.gif); width: 40px;}
ul#menu li.link-homepage a {background: url(../../images/menu/en_homepage.gif); width: 94px;}
ul#menu li.link-about a {background: url(../../images/menu/en_about.gif); width: 102px;}
ul#menu li.link-activities a {background: url(../../images/menu/en_activities.gif); width: 126px;}
ul#menu li.link-solutions a {background: url(../../images/menu/en_solutions.gif); width: 124px;}
ul#menu li.link-links a {background: url(../../images/menu/en_links.gif); width: 94px;}
ul#menu li.link-helpus a {background: url(../../images/menu/en_helpus.gif); width: 114px;}
ul#menu li.link-contact a {background: url(../../images/menu/en_contact.gif); width: 106px;}

ul#menu li a:hover {
	background-position: 0 -50px;
}

/* top menu -END */

#sidebar {
	width: 174px;
	
	/* *** */
	float: right;
}
/* sidebar -BEGIN */
ul#sidebar {
	padding-top: 14px;
	display: block;
}
ul#sidebar li {
	list-style: none;
	display: block;
}
ul#sidebar li a{
	display: block;
	height: 104px;
	text-indent: -999999px;
	overflow: hidden;
	margin-bottom: 2px;
} 
ul#sidebar li.link-gallery a {background: url(../../images/sidebar/en_gallery.jpg);}
ul#sidebar li.link-knowlagebase a {background: url(../../images/sidebar/en_knowlagebase.jpg);}
ul#sidebar li.link-coalition a {background: url(../../images/sidebar/en_coalition.jpg);}
ul#sidebar li.link-newsletter a {background: url(../../images/sidebar/en_newsletter.jpg);}
ul#sidebar li.link-hescemim a {background: url(../../images/sidebar/en_hescemim.jpg);}
ul#sidebar li.link-face a {height:35px;margin-bottom:0;}
ul#sidebar li.link-support {background: url(../../images/sidebar/en_support.jpg); margin-bottom:0; text-indent: -99999px; height:52px; overflow: hidden;}
/* sidebar -END */


#main-content {
	width: 415px; 
	float:left;
	padding-top: 10px;
	/* *** */
	margin-left: 17px;
	text-align: right;
}




/*
 *	BLOCKS
 */
 
.block {
}
.block-front-top {
	margin-bottom: 20px;
}
.block-front-news {
	width: 167px;
	margin:10px 0px 0px 10px;
	/* *** */
	float: left;
}
.block-front-content {
	
	width: 605px;
	float:left;
	
	/* *** 
	float: right;*/
	margin-left:10px;
    clear:both;

}


/* titles */
.block h1 {
	background-image: url(../../images/blocks/en_top_normal.gif);
	background-repeat: no-repeat;

	/* *** */
	text-align: left;
	padding: 5px 0 0 35px;
	background-position: top left;
	
	margin-bottom: -5px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	height: 29px;
}
.block-front-news h1{
	background-image: url(../../images/blocks/en_top_news.gif);
}
.block-front-content h1{
	background-image: url(../../images/blocks/en_top_fcontent.gif);
}




.block .content {
	background-image: url(../../images/blocks/en_middle_normal.gif);
	background-repeat: repeat-y;

	/* *** */
	background-position: left top;
	text-align: left;
	padding: 10px 20px 0 20px;
}
.block-front-news .content{
	background-image: url(../../images/blocks/en_middle_news.gif);
}
.block-front-content .content{
	background-image: url(../../images/blocks/en_middle_fcontent.gif);
}

.block .bottom {
	background-image: url(../../images/blocks/en_bottom_normal.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 21px;
}
.block-front-top .bottom {
	background-image: url(../../images/blocks/en_bottom_ftop.gif);
}
.block-front-news .bottom {
	background-image: url(../../images/blocks/en_bottom_news.gif);
}
.block-front-content .bottom {
	background-image: url(../../images/blocks/en_bottom_fcontent.gif);
}

/* block-links */
ul.block-links {
	display: block;
	height: 15px;
	overflow: visible;
	padding: 0px;
	
	/* *** */
	margin: 5px 10px 0 5px;
}
ul.block-links li {
	list-style: none;
	display: inline;
	padding: 0px;
	background: none;
	
	/* rtl */
	float: left;
	margin-right: 10px;
	
}
ul.block-links li a, ul.block-links li a:link, ul.block-links li a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #9a7223;
	background-image: url(../../images/blocks/en_links_bullet.gif);
	background-repeat: no-repeat;
	
	/* *** */
	background-position: right 50%;
	padding-right: 15px;
}


/* image div in blocks */
.block div.image {
	margin-top: 11px;
	/* *** */
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;

}
.block div.image a, .block div.image a:link, .block div.image a:active, .block div.image a:visited {
	display: block;
	text-indent: -999999px;
	overflow: hidden;
	width: 71px;
	height:12px;
	
	background-repeat: no-repeat;
	background-position: left;
	/* rtl* */
	background-image: url(../../images/blocks/en_thumb_enlarge.gif);
	padding-right: 0 12px;
	margin-left: 10px;
	
}


/* table related (resources...) */
table.data {
	empty-cells: show;
	border-collapse: collapse;
	width: 520px;
}
table.data thead tr{
	margin-bottom: 3px;
}
table.data th{
	background-color: #bb0075;
	color: white;
	padding: 3px;
	
	/* *** */ 
	padding-left: 10px;
	border-left: 1px solid white;
}
table.data th.corner{
	border: none;
	padding: 0;
	width: 15px;
	background-position: top;
	background-repeat: no-repeat;	
	
	/* *** */
	background-image: url(../../images/en_table_corner.gif);
}
table.data tr.dark {
	background-color: #ebe3d3;
}
table.data tr.lite {
	background-color: #fbf9f6;
}
table.data td {
	padding: 3px;
	color: #535251;
	font-size: 90%;
	/* *** */ 
	padding-left: 15px;
	border-left: 1px solid #f5f0e8;
}

table.data th.first, table.data td.first, table.data td.corner{
	border: none;
}
table.data td.corner {
 padding: 0;
}






/* news design */
.block-front-news dt {
	display: inline;
	font-weight: bold;
	color: #bb0075;
	font-size: 80%;
}
.block-front-news dd {
	display: inline;
	/* *** */
	font-size: 90%;
}
.block-front-news dd a, .block-front-news dd a:link, .block-front-news dd a:active, .block-front-news dd a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #bb0075;
	font-size: 11px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	/* *** */
	text-align: right;
	background-image: url(../../images/en_small_bullet.gif);
	background-position: right 60%;
	padding-right: 15px;
}




/* inline styles */
span.underline {
	text-decoration: underline;
}








/*
 *   FORM CONTROLS
 */
form label {
	display: block;
	width: 150px;
	padding: 2px 0;
	/* *** */
	float: left;
	text-align: right;
	margin-right: 10px;
}
form div {
	margin-top: 10px;
}
form input, form textarea {
	border: 1px solid gray;
	width: 200px;
	padding: 2px
}
form div.actions {
	/* *** */
	text-align: right;
	padding-right: 170px;
}
form div.actions input {
	width: auto;
	border: none;
	color: #9a7223;
	background-color: white;
	font-weight: bold;
	background-repeat: no-repeat;
	
	/* *** */
	background-image: url(../../images/blocks/en_links_bullet.gif);
	text-align: right;
	background-position: right 50%;
	padding-right: 15px;
}
form div.error {
	font-size: 80%;
	color: #FF3333;

}


/* block sub menu */
ul.sub-menu {
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
	
	/* *** */
	text-align: right;
}
ul.sub-menu li{
	display: block;
	background: none;
	padding: 0 5px;
	
	/* *** */
	float: right;
	border-left: 1px solid #bb0075;
	
}
ul.sub-menu li.first{
	/* *** */
	padding-right: 0;
}
ul.sub-menu li.last{
	border: none;
}
ul.sub-menu li.current {
	color: #bb0075;
	font-weight: bold;
}
ul.sub-menu li a {
	text-decoration: none;
	font-weight: bold;
}




.strong {
	color: #bb0075;
}
div.clear {
	clear: both;
}
span.fixer {
	display: block;
	height: 1px;
	
	_display: inline;
	_height: auto;
}




ul.resource-filters li span{
	text-decoration: none;
	color: #bb0075;
}
ul.resource-filters li a {

	text-decoration: none;
	color: #666666;
	

}
div.pagination {
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	color: #bb0075;
	padding: 5px 5px 5px 10px;
}
div.pagination a {
	text-decoration: none;
	color: #666666;
}


/* EXHIBITION */

a.exhibiton-link {
	display: block;
	color:#d1d0d0;
	border: 1px solid #d1d0d0;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
a.exhibiton-link:hover {
	color:#bb0075;
	border: 1px solid #bb0075;
}

a.current-exhibiton-link {
	display: block;
	color:#bb0075;
	border: 1px solid #bb0075;
	
	text-decoration: none;
	font-weight: bold;
}
a.current-exhibiton-link, a.exhibiton-link {
	padding: 2px 5px;
	margin: 2px;
	float: left;
}






form#form {
	display: inline;

}

select#year {
	display: inline;
	width: 100px;
	font-size: 90%;
	border: 1px solid;
}










#footer {
	background-color: #B89C65;
	color: white;
	clear: both;
	font-size: 11px;
	text-align: right;
	border-bottom: 1px solid #dbd1c5;
	border-top: 1px solid #dbd1c5;
	padding: 2px 5px;
	margin-top: 10px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active{
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
}
