@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

/* Albert update 19-3 to prevent content being clipped on left in middle column */
/* very bad idea!!! causes middle column to drop below others in IE6 */
/*
div.floatbox {
	padding-left:1px;
}
*/

#header #google_translate_element {
	position: absolute;
	top:35px;
	right:10px;
	font-size:0.9em;
}

#header #google_search {
	position:absolute;
	top:45px;
	right:10px;
	font-size:0.9em;
}

#header #subheader_line {
	position:absolute;
    	font-family: Arial;
	line-height:1.2em;
	top:65px;
	left:10px;
	font-size:1.8em;
	font-weight:bold;
       color:#d5d5d5;
}

#header #aim_initiative {
	position:absolute;
	top:70px;
	right:10px;
	font-size:0.7em;
}




/* upd Al 5-3-09 langmenu and login in header */
#header #header_boxes {
	float:right;
	margin-top:49px;
        margin-right:2px;
	text-align:right;
	width:300px;
	height:40px;
}
#header .tx-srlanguagemenu-pi1 {
	float:right;
        color:white;
	font-size:90%;
	font-weight:bold;
        margin-top:4px;
}
#header .tx-srlanguagemenu-pi1 legend{
	display:none;/* this for IE */
}
div#header div.tx-felogin-pi1 {
}
/* for status message */
div#header div.tx-felogin-pi1 div{
	float:right;
	color: black;
}
/* end - upd Al 5-3-09 langmenu and login in header */

/* upd Al 14-5-08 for img on left */
img.imgleft {
	margin-top:-60px;/* height of img + padding bottom to create distance from footer */
	margin-left:10px;
	padding-bottom:40px;
}

div.feuserloginhdr {
       font-weight:bold;
	padding-left: 0.1em;
	padding-bottom: 0.4em;

}

div.feuserlogintext {
       text-align:center;
}

td.feuserlogintext {
	border:0;
	padding:0;
}

div.formidable_screen {
}

/* for the searchform on the right */
div.formidable_searchform {
	float:right;
	width:220px;
	margin-left:10px;
}

div.formidable_main {
	margin-right:225px;
}

/* Added jl 140408 */
div.f_buttons {
                font-size: 1.0em;
                font-weight: bold;
                text-align:center;
                margin: 5px 0px 5px 0px;
}
/* Added Al 120508 for input buttons (simplifies css)*/
input.f_buttons {
	font-size: 1em;
    	padding-left: 8px;
    	padding-right: 8px;
	width:auto !important;/* overrules other rules */
}


p.f_shelp {
                font-size: 0.8em;
                margin: 0px 5px 0px 5px;
                padding:0;
}
                
div.f_sfields {
                padding: 0 0 0 3px;
                font-weight: bold;
		  font-size: 0.8em;
                margin: 5px 0px 5px 5px;
}

div.f_sheadings {
                padding: 0 0 0 3px;
                font-weight: bold;
		  font-size: 0.8em;
                margin: 5px 0px 2px 5px;
}

div.f_scountrieslist {
                font-size: 0.8em;
                margin: 5px 0px 5px 5px;
                padding: 0;
}

div.f_resultset {
	 font-style:italic;
	 font-size: 0.8em;
         text-align:right;	 
	 
} 

div.pagination {
        font-weight: bold;
}

div.f_title {
	font-size: 1em;
       padding:0.3em;
	margin-bottom:0.5em;
	text-align:left; 
      	background-color:#ddddee;		 
        }

div.f_subtitle {
}

div.f_bibldetails {
	padding-top:0.5em;
	padding-bottom:0.5em;
	}

div.f_indev {
        font-weight:bold;
        text-align:center;
        padding: 3px 0 3px 0;
        margin: 0;
        border: 1px solid #ccc;
        background-color:#f2f2f2;
}


table.f_lister_table { 
	  width:100%;
  	  border-collapse: inherit;
	  margin-bottom:0.5em;
	}

p.f_normal {
        padding: 5px 0 0 0;
}

p.f_description {
        text-align: left;
}

div.f_notes {
       border: 1px solid #ccc;
	font-size:0.8em;
	text-align: left;
	padding:0.5em 0.5em 0 0.5em;
}

p.f_sources {
        font-style: italic;
        font-size:0.8em;
	 text-align: left;
        padding: 5px 0 5px 0;
}

div.f_headingonly {
        font-weight:bold;
        padding: 0 0 2px 0;
}

p.f_tablenote {
        font-style: normal;
        text-align: left;
        padding: 0;
}

th.f_table {
	border: 1px solid #ffffff;
       background-color: #d5d5d5; 
	color: #666666;
	padding:0.2em;
}
td.f_table {
	border: 1px solid #ffffff;
       background-color: #ededed;
	color: #666666;
	padding:0.2em;
}

 
td.f_tabletitle, th.f_tabletitle {
	width:80%;
}

div.f_boxcontents {
	font-family: Arial, 'Trebuchet MS', Verdana, Sans-Serif; 
        color: #ccc;
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
        font-size:0.9em;
        padding:10px 0 10px 0;
}
div.f_descr {
       margin:5px 0 0 5px;
	font-size:0.8em;
}

div.f_crdate {
        font-size:0.8em;
        padding-top:0.2em;
}

div.f_liststeps {
        font-weight:bold;
        padding:5px;
}

div.f_refsteps {
        font-size:0.9em;
        padding:5px;
}
div.f_btn-new {
        text-align:right;
        margin-top:0px;
        margin-bottom:10px;
}

div.formidable_entry {
        margin-top:5px;
        margin-bottom:5px;
        font-size:90%;
        text-align:right;
}

div.formidable_button {
        margin:5px;
}


/* End formidable */

.user-hria-pi3 input[type="text"] {
/* removed 17-3-08 */
/*	width:500px;	*/
}

/* 27-2-08 voor feuserlogin */
table.feuserlogin td{
	padding:2px;
	margin:0;
}

/* jl 290208 Added */
tr.feuserloginmsg1
td{
	padding:5px 0 5px 0;
	font-size: 0.9em;
	font-weight: bold;
	text-align:center;
	color:#8c8c8c;
}
tr.feuserloginmsg2
td{
	padding:5px 0 5px 0;
	font-size: 0.8em; 
	font-weight: normal;
	color:#8c8c8c;
}

tr.feuserloginprompt
td{
	padding:0 0 3 10px;
	font-size: 0.8em; 
	font-weight: bold;
	color:#8c8c8c;
}

/* jl 290208 Reduced width of input text areas */
.feuserlogin input#user, .feuserlogin input#pass {
	width:80px; padding: 1px;
}

/* to prevent clipping of content on left - does this interfer with IE6? */
#col3_content {
	padding-left:10px;
}

/* 28-2-08 for mm_forum, otherwise left border is hidden */
table.tx-mmforum-table {
    margin-left:10px;
}
/* Added jl 011208 */
td.tx-mmforum-bold-underline {
    border-bottom: 2px solid #000000;
}
div.tx-mmforum-listattachment {
    margin-top:15px;
    font-size:0.8em;
}
td.tx-mmforum-pi1-listpost-text {
    margin-top:10px;
    border-left: 1px solid #ccc;
}    
td.tx-mmforum-subth {
    border-bottom: 1px solid #ccc;
}
span.tx-mmforum-pi1-listpost-date {
    margin-top:10px;
    font-size:0.8em;
}
div.tx-mmforum-pi1-listpost-options {
    padding:10px 5px 0px 5px;
}

/* jl 180308 Added */
/* Updated 070408 */
       
/* Added jl 270508 */	
div.homeinfo {
      font-size: 1.0em;
      color:#609593;
      font-weight:bold;
      text-align: center;
      border-top: 4px solid #609593;
      border-bottom: 4px solid #609593;
      padding: 14px 0 14px 0;    
}	
/* Added jl 180309 */	
div.homeinfobg {
      /*background-color:#609593;
      background-image:url("http://www.humanrightsimpact.org/fileadmin/css/aim/images/Afbeelding_bg.jpg");
      */
      font-size: 1.0em;
      color:#0f0f0f;
      font-weight:bold;
      text-align: center;
      border-top: 2px solid #609593;
      border-bottom: 2px solid #609593;
      padding: 4px 0 4px 0;    
}

table.hometable {
       padding: 0;
       margin: 0;
       }
       
td.hometablecol {
       background-color:#ffffff
       }
p.alignright {
       text-align:right;
}

p.alignjustify {
       text-align:justify;
}

div.rightcolsmall {
       font-size:0.7em;
       padding:0 0 0 5px;
}

div.smallnote {
       font-size:0.8em;
       padding:0 0 5px 5px;
}

/* jl 210308 Added */
p.links_description{
	padding:5px 0 10px 20px;
	font-size: 0.8em;
	font-weight: normal;
	}
/* Al add 15-5-08 for Links template Formidable */
div.links_description{
	padding:5px 0 10px 20px;
	font-size: 0.8em;
	font-weight: normal;
	}
p.links_expand {
        padding-top:0;
        margin-top:0;
	font-style:normal;
	font-size:0.8em;
	text-align:right;
	cursor:pointer;
	color:#182E7A;
	text-decoration:underline;
}		
/*end Al add 15-5-08 for Links template Formidable */

/* jl 210308 Added for tableless indexed_search template */
div.tx-indexedsearch-searchbox-jl {
	color:#364a68;
	border: 0px solid #364a68;
	margin:5px 20px 5px 20px;
	padding: 10px 10px 2px 10px;
	line-height: 2.5;
	font-weight: bold;
	}
p.tx-indexedsearch-linktoothermode-jl {
        text-align:right;
	line-height: 1;
        }
div.tx-indexedsearch-search-submit-jl {
        text-align:center;
        padding-top:5px;
        font-size: 1.3em; font-weight: bold;
        }
div.tx-indexedsearch-sec-jl {
	background-color: #eceff5;
        }

/* Albert 31-3-08 for formidable edit box */
/* Al upd 12-5-08 for sources edit */
div#tx_hrirc_pubs_edit-box input, div#tx_hrirc_sources_edit-box input, 
div#tx_hrirc_pubs_edit-box-source input{
	margin-left:0px;
	margin-bottom:5px;
	float:none;
	width:300px;
}
/* Al upd 12-5-08 for sources edit */
div#tx_hrirc_pubs_edit-box label, div#tx_hrirc_sources_edit-box label,
div#tx_hrirc_pubs_edit-box-source label {
	float:left;
	width:150px;

}
/* Al upd 12-5-08 for sources edit */
div#tx_hrirc_pubs_edit-box input#tx_hrirc_pubs_btn_sources,
div#tx_hrirc_pubs_edit-box input#tx_hrirc_pubs_btn_relations,
div#tx_hrirc_pubs_edit-box input#tx_hrirc_pubs_btn_abstract, 
div#tx_hrirc_pubs_edit-box input#tx_hrirc_pubs_btn_toc, 
div#tx_hrirc_pubs_edit-box input#tx_hrirc_pubs_btn_description,
div#tx_hrirc_pubs_edit-box input#tx_hrirc_pubs_btn_shortdescription,
div#tx_hrirc_pubs_edit-box input#tx_hrirc_pubs_btn_notes,
div#tx_hrirc_pubs_edit-box input#tx_hrirc_pubs_btn-save,
div#tx_hrirc_sources_edit-box input#tx_hrirc_sources_btn-save,
div#tx_hrirc_pubs_edit-box-source input#tx_hrirc_pubs_btn-save-source-new {
	margin-left:0;
	margin-top:5px;
	float:left;
	clear:left;
	width:auto;/* overrule width above */
}
/* Al upd 12-5-08 for sources edit */
div#tx_hrirc_pubs_edit-box input#tx_hrirc_pubs_btn-save, div#tx_hrirc_sources_edit-box input#tx_hrirc_sources_btn-save,
div#tx_hrirc_pubs_edit-box-source input#tx_hrirc_pubs_btn-save-source-new {
	margin-top:20px;
} 
/* Al upd 8-5-08 for sources edit */
div#tx_hrirc_pubs_edit-box input#tx_hrirc_pubs_btn-close, div#tx_hrirc_sources_edit-box input#tx_hrirc_sources_btn-close,
div#tx_hrirc_pubs_edit-box-source input#tx_hrirc_pubs_btn-close-source-new {
	margin-left:0;
	margin-top:20px;
	float:left;
	width:auto;
}
/* Al upd 8-5-08 for sources edit */
select#tx_hrirc_sources_format,
select#tx_hrirc_sources_language,
select#tx_hrirc_pubs_sourceref,
select#tx_hrirc_pubs_subjectref,
select#tx_hrirc_pubs_territoryref,
select#tx_hrirc_pubs_countryref {
	margin-top:5px;
	width:300px;/* to get a consistent width of all select boxes */
}
div#tx_hrirc_pubs_box_abstract,
div#tx_hrirc_pubs_box_toc,
div#tx_hrirc_pubs_box_description,
div#tx_hrirc_pubs_box_shortdescription,
div#tx_hrirc_pubs_box_notes {
	margin-left:150px;
	margin-top:5px;
}
div#tx_hrirc_pubs_box_relations, div#tx_hrirc_pubs_box_sources {
	margin-top:35px;
}

/*upd Al 9-5-08 for sourcelister */
table.listsources {
	clear:both;
}

span.errors {
	color:red;
}
/* end - Albert 31-3-08 for formidable edit box */



/* Added jl for tt_news */

div.news-morelink {
}

div.newslist-header{
      	margin-top:0; 
      	margin-bottom:0.4em;
    }

div.newslist-subheader{
    margin-top:0.6em;
    }

div.news-author{
    }

div.news-added {
      	font-size: 0.8em;
    }

div.news-subheader {
	margin-top:0.8em;
    }

div.news-body {
     margin-top:0.8em;
    }

div.news-image {
     float:left;
     display:inline;
     padding: 0.3em 0.8em 0.8em 0;
}

td.news_latest_detail {
	font-size:0.8em;
}

/* 7-4-08 Albert for rgaccordion ext */
/* Edited jl 140408 */

/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#4D87C7;
  background: url(../img/accordion_plus.png) 5px center no-repeat;
  border-top:1px solid #ffffff;
  padding-left:25px;
  margin-right: 5px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  /*color:#edf2f7;*/
  background:  url(../img/accordion_minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:95%;
  /* border-left:1px solid #ccc; */
  /* border-right:1px solid #ccc; */
  padding-left: 20px;
}

div.rgaccord-contentnote {
  font-size: 0.9em;
  font-style:italic;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}


/* end 7-4-08 Albert for rgaccordion ext */


/* Added jl 080408 for sr_feuser_register */

p.tx-srfeuserregister-pi1-error {
    color:red
    }
    
p.tx-srfeuserregister-pi1-notice {
    font-size: 0.8em;
    font-weight:normal;
}


p.tx-srfeuserregister-pi1-dtsmallnote {
    font-size: 0.8em;
    font-weight:normal;
    font-style: italic;
    text-align:right;
}

/* Added jl 140708 */
div.workspace_banner {
  border: 3px solid #d1e7e6;
  background-color:#609593;
  color:white; 
  text-align:center;
  font-size: 1.2em;
  font-weight:bold;
  padding:5px;
}
div.workspace_banner_text {
  color:#609593; 
  text-align:center;
  font-size: 0.8em;
  font-weight:normal;
  padding:5px;
}

div.intro_p{
  font-size: 1.1em;
  font-weight:normal;
  margin:10px 0 20px 0;
}

/* Added jl 310808 for sso plugin links */
div.ssolink {
  align:top;
  text-align:center;
  font-size: 1.1em;
  font-weight:bold;
  margin:2px 0 2px 0;
}

/* Added jl 070908 for newscalendar extension */
.calendar-table{
	font-size:0.85em;
}

/* Added jl 231008 for feusersview. Updated jl 101208 */

.tx-feusersview-pi1 {width: 100%}

div.feusersview_list {
}

div.tx-feusersview-list-small {
	font-size:0.8em;
}

div.tx-feusersview-count
{
	font-size:0.8em;
	text-align:center;
	margin-top: 10px;
	padding:2;
	border: 1px solid #ccc;
}

table.tx-feusersview-list {
}
td.tx_feusersview-list-name {
    width:37%;
}
td.tx_feusersview-list-org {
    width:55%;
}
td.tx_feusersview-list-about {
    width:8%;
    text-align:right;
}

td.tx-feusersview-list-details
{
    font-size: 0.8em;
    border-bottom: 1px solid #ccc;
    }

td.tx-feusersview-list-label
{
    border-bottom: 1px solid #ccc;
}

td.tx-feusersview-list-data
{
    border-bottom: 1px solid #ccc;
}

td.tx-feusersview-details-label
{
    textalign:top;
}

    
td.tx-feusersview-header
{
    font-weight: bold;
    padding-top:20px;
    border-bottom: 1px solid #ccc;
}

td.tx-feusersview-lastlogin
{
    padding-top:10px;
    font-size: 0.8em;
}

div.tx-feusersview-link
{
    padding-top: 10px
}

td.tx-feusersview-imagelist_seperator {
    border-top: 1px solid #ccc;
}

div.ebulletin-topline {
    padding:0;
    margin:0;
    textalign:center;
    font-size:0.8em;  
    border-bottom: 1px solid #ccc;
}

div.resources_homepage {
      	text-align: left;
     	padding-top:0.5em;
     	padding-bottom:0.5em;
	border-bottom: 1px dashed #333333;     	
      	}

div.resources_homepage_header {
	font-weight:bold;
	}

div.resources_homepage_desc {
       font-size:0.8em;
	padding:0.8em 0 0.8em 0.3em;
	}

/* For browsemenu (Previous Next) */
div.browsemenu {
	margin-top:1em;
       margin-bottom:1em;
      	border-bottom: 1px solid #ccc;  
      	border-top: 1px solid #ccc;  
	text-align: center;
       font-size:0.8em;
}


/* ####################################
** ### FCE 3 Boxes with rounded edges #
** ####################################
*/
/* green */
* html .REboxGreenContent {height:1%}
.REboxGreenContent {overflow:hidden}
.REboxGreen {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxGreen p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxGreenContent {display:block; background:#dfd; border-left:1px solid #bdb; border-right:1px solid #bdb; padding:0.5em 0.5em 0.5em 0.5em;}
.REboxGreenContent h1, .REboxGreenContent h2, .REboxGreenContent h3, .REboxGreenContent h4, .REboxGreenContent h5 {margin-top:0;}
.rGline1, .rGline2, .rGline3, .rGline4 {display:block; overflow:hidden; font-size:1px;}
.rGline1, .rGline2, .rGline3 {height:1px;}
.rGline2, .rGline3, .rGline4 {background:#dfd; border-left:1px solid #bdb; border-right:1px solid #bdb;}
.rGline1 {margin:0 5px; background:#bdb;}
.rGline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rGline3 {margin:0 2px;}
.rGline4 {height:2px; margin:0 1px 0 1px;}
/* red */
* html .REboxRedContent {height:1%}
.REboxRedContent {overflow:hidden}
.REboxRed {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxRed p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxRedContent {display:block; background:#fdd; border-left:1px solid #dbb; border-right:1px solid #dbb; padding:0.5em 0.5em 0.5em 0.5em;}
.REboxRedContent h1, .REboxRedContent h2, .REboxRedContent h3, .REboxRedContent h4, .REboxRedContent h5 {margin-top:0;}
.rRline1, .rRline2, .rRline3, .rRline4 {display:block; overflow:hidden; font-size:1px;}
.rRline1, .rRline2, .rRline3 {height:1px;}
.rRline2, .rRline3, .rRline4 {background:#fdd; border-left:1px solid #dbb; border-right:1px solid #dbb;}
.rRline1 {margin:0 5px; background:#dbb;}
.rRline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rRline3 {margin:0 2px;}
.rRline4 {height:2px; margin:0 1px 0 1px;}
/* blue */
* html .REboxBlueContent {height:1%}
.REboxBlueContent {overflow:hidden}
.REboxBlue {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxBlue p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxBlueContent {display:block; background:#C8DDF3; border-left:1px solid #AABCCE; border-right:1px solid #AABCCE; padding:0.5em 0.5em 0.5em 0.5em; height:1%; overflow:hidden;}
.REboxBlueContent h1, .REboxBlueContent h2, .REboxBlueContent h3, .REboxBlueContent h4, .REboxBlueContent h5 {margin-top:0;}
.rBline1, .rBline2, .rBline3, .rBline4 {display:block; overflow:hidden; font-size:1px;}
.rBline1, .rBline2, .rBline3 {height:1px;}
.rBline2, .rBline3, .rBline4 {background:#C8DDF3; border-left:1px solid #AABCCE; border-right:1px solid #AABCCE;}
.rBline1 {margin:0 5px; background:#AABCCE;}
.rBline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rBline3 {margin:0 2px;}
.rBline4 {height:2px; margin:0 1px 0 1px;}
/* FCE 3 Boxes with rounded edges End */

/* For col1 content below nav_main menu. JL 051010 */
div.textBelowMenu {
	padding: 10px;
}

/* For dropdown sitemap JL 111010 */
div.expAll {
	padding:8px;
	font-size:0.8em;
	border: 1px solid #ccc;
	margin-bottom:10px;
}
div.level_1 {
	padding-bottom:10px;
}

div.level_2 {
	padding-bottom:10px;
}

/* end media all */

}

