/*********************************/
/* CASCADING STYLE SHEET*/
/*********************************/

/*************************/
/* BODY and PAGE LAYOUT*/
/*************************/

/* must remain */
	/*this is the background color for the navigation and the text contents*/
    /*do not put font size here, it messes up the whole page*/
body {
	background-color : #feefd9;
}

body table{
	background-color : #feefd9;
}

body td.content{
	font-size : 72%;
	margin-top: 0.8em;
}

body, h1, h2, h3, h4, h5, p, blockquote, code, li, dt, small, font{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
}

td.content table, td.content table th, td.content table td
{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
}

/***************/
/* GENERAL */
/***************/

p {
	margin-bottom : 0.8em;
	margin-top : 0em;
	line-height : 1.6em;
}

/* to prevent extra space at bottom, QUITE COMMON */
.nospace {
	margin-bottom : 0em;
}

.nospacetop {
	margin-top: 0em;
}

blockquote {
	margin-bottom : 0.8em;
	margin-top : 0.0em;
}

code {
	font-family : "Courier New", courier;
}

code.bluish {
	color : #009999;
}


p.quotation {
	color : #909090;
	margin-top : 0em;
}

.capture {  
	font-size : 92%;
	margin-bottom : 0.8em;
}

/* use as <small> ... <small> to obtain a smaller font */
small {
	font-size : 92%;
}

/* use as class="small" */
/* used in a few files as <td class="small">&nbsp;</td> to obtain a small empty row */
.small {
	line-height : 0.8em;	
}

/***************/
/* HEADINGS*/
/***************/

h1{
	color : #009896;
	font-size : 138%;
	padding-bottom : 3px;
	margin-bottom : -0.2em;
}

.h1sub { /*grey fancy advertorial lines */
	color : #909090;
	font-weight : normal;
	margin-top : -1.2em;
	margin-bottom: 1em;
	line-height : 1.2em;
}

.h1subblack { /*bold black subheadings (edu)*/
	color : #000000;
	font-weight : bold;
	margin-top : -1.2em;
	margin-bottom: 1em;
	line-height : 1.2em;
}

/*********************************************/
/* 	 h2 following h1  -  like a subheading   */
/*********************************************/
h2.afterh1 {				/** h2 as text following h1 **/
	font-size : 110%;
	margin-top : 0.6em;
	margin-bottom: 0.8em;
}

/* --> should be removed from files, should go I hope */
/* only exists in/alumni and /education --> refresher course 2004, uganda */
td.afterh1 h2.afterh1morespacetop {
	margin-top : 1em;
}

/***************/
/**h2, h3, h4 **/
/***************/

h2{
	color : #009896;
	font-size : 110%;
	margin-top : 1.2em;
	margin-bottom : 0em;
}

/* must remain */
/* if on the same line as an h2, we wish to have normal text in black, eg. email address*/
.h2normal{		
	color : #000000;
	font-weight : normal;
	margin-bottom : 0em;
}

/********** styles h2. below here should be examined more closely *********/
/* can remain, but h2.afterh1 is preferred*/
h2.littlespace{			/*h2 with less space top, if h2 follows h1 */
	/*color : #009896;*/
	/*font-size : 80%;*/
	margin-top : 0.4em;
	margin-bottom : 0em;
}

/* can remain, but h2.afterh1 is preferred*/
td h2.littlespace{		/*h2 with less space top, if h2 in table follows h1 */
	color : #009896;
	font-size : 110%;
	margin-top : 0.4em;
	margin-bottom : 0em;
} 

/* can remain, but h2.h2normal is preferred*/
.h2normallittlespace{		/*h2 normal, with less space top, if h2 should look normal (link) and follows h1 */
	color : #000000;
	font-size : 100%;
	font-weight : normal;
	margin-top : 0.4em;
}

/*   --> should go out */  /* only exists in 3 files */
h2.nospacebelow{		/*h2 with no space below*/  
	margin-top : 0.4em;
	margin-bottom : -1.4em;
}

/*   --> should go out */  /* only exists in 3 files */
td td h2.nospacebelow{		/*h2 with no space below*/
	color : #009896;
	font-size : 115%;
	margin-top : 0.4em;
	margin-bottom : 0em;
}
/**********/

h3{		/* for default pages only: headings of indented paragraphs */
		/* it usually is a link to other pages*/
	font-size : 100%;
	margin-top : 1.4em;
	margin-bottom : 0em;
}

.h3normal{
	color : #000000;
	font-weight : normal;
	line-height: 1.6em;
	margin-bottom : 0em;
}

/* paragraph heading MOST COMMON */
h4{	
	font-size : 100%;
	margin-top : 1.2em;
	margin-bottom : 0em;
	line-height : 1.6em;
}

/* may remain, however exists only in a few files */
h5 { 
	font-size : 100%;
	text-decoration : underline;
	font-weight: bold;
	margin-top : 1.2em;
	margin-bottom: 0em;
	line-height : 1.6em;
}

/************/
/* A LINKS */
/************/

a:link {
	color : #1c60ab;
	text-decoration : none;	
}
		
a:visited {
	color : #1c60ab;
	text-decoration : none;
}

a:hover {
	color : #009896;
	text-decoration : underline;
}

 /*education short courses in table header NFP, and */
 /* research projects in table header */
 /* links switch from normal to darker yellow */
.linkinvisible a:link {
  text-decoration: none;
  color : #feefd9;
}  

.linkinvisible a:visited {
  text-decoration: none;
  color : #feefd9;
}

.linkinvisible a:hover {
  text-decoration: underline;
  color : #fcdc6c;
        /*  #fee796; */
}

/* education homepage, green box: See also links, link switch from green to blue */
.linkeduseealso a:link {
  text-decoration: none;
  font-weight: bold;
  color : #009896;
}   

/* education homepage, green box: See also links, link switch from green to blue */
.linkeduseealso a:visited {
  text-decoration: none;
  font-weight: bold;
  color : #009896;
} 

/* education homepage, green box: See also links, link switch from green to blue */
.linkeduseealso a:hover {
  text-decoration: underline;
  font-weight: bold;
  color : #1c60ab; 
} 

/**************************/
/* ORDERED AND UNORDERED LISTS */
/**************************/

ul {
	margin-top : 0em;
	margin-bottom :0.8em;
    list-style-type: square;
}

ol {
	margin-top : 0em;
	margin-bottom :0.8em;
}

/* no extra space after a list in a list */  
/* may need extra extensions for 3 double lists: ul ul ul, etc. */
ul ol, ul ul, ol ol, ol ul{  
	margin-bottom: 0em;
}

li {
	 line-height : 1.6em;
}

ol.a {  /* list numbered by  a.  b.  c. */
	list-style-type : lower-alpha;
}

/* <ol class="left"> gives non-indented bullets; no need for <li class="left" */
/* In IE 7.0 and FireFox 2 it is enough to use <li class="left"> only*/
ol.left {
		margin-left : 2em;
}	

/* <ul class="left"> together with <li class="left"> gives non-indented bullets */
/* In IE 7.0 and FireFox 2 it is enough to use <li class="left"> only*/
ul.left {
		margin-left : 2.75em;
}	

/* <ul class="left"> together with <li class="left"> gives non-indented bullets */
/* In IE 7.0 and FireFox 2 it is enough to use <li class="left"> only*/
li.left{
		margin-left : -1.25em;
}	

li.extraspaceafter {
	margin-bottom: 0.6em;
}

/* should remain: left indented bullets and no space after */
/* use together with <li class="left"> */
ul.leftnospace {		/* only used in partnerships education = joint courses */
		margin-left : 2.75em;
		margin-bottom : 0em;
}	

/************/
/* TABLES */
/************/

table.itctable {
        /*font-size : 72%;*/
        margin-top: 1em;
        margin-bottom: 1.5em;
		empty-cells:hide;
		border-collapse: collapse; 
        border-width : 1px;
        border-style : solid;
}

 table.itctable th {
		text-align : left;
        padding-top : 1px;
        padding-left : 5px;
        padding-bottom : 2px;
        padding-right : 5px;
}

table.itctable col {
	text-align : left;
}

table.itctable td {
        padding-top : 3px;
        padding-left : 5px;
        padding-bottom : 3px;
        padding-right : 5px;
        border-width : 1px;
        border-style : solid;
}

table.itctable td.noborder {  		/*research sub-projects*/
        border-left-style : solid;
        border-right-style : solid;
        border-top-style : none;
        border-bottom-style : none;
		vertical-align: middle;
}

table.itctable td.noborder1{  		/*research 1st entry sub-projects*/
        border-left-style : solid;
        border-right-style : solid;
        border-top-style : none;
        border-bottom-style : none;
        padding-top: 5px;
}

table.itctable td.noborder li{ 		/*research sub-projects*/
        border-top-style : none;
        border-bottom-style : none;
        padding-bottom : 0px;
        padding-top : 0px;
		margin-top : -0.2em;
		margin-bottom : -0.2em;
		line-height : 1.2em;
}

/* slight different background color in table rows */
tr.shadow {
	background-color:#FEE9CC;
} 

/* cells automatically aligned TOP */
td.content table.top{
	margin-left: -0.2em;
	border: 0;
}

td.content table.top td{
	vertical-align : top;
	padding : 0;
	line-height : 1.5em;
}


td.content table.topdarkbg{
	margin-left: -0.2em;
	margin-top: -0.1em;
	background-color:#FEE9CC; 
	border: 0;
}
td.content table.topdarkbg td{
	vertical-align : top;
	background-color:#FEE9CC; 
	padding : 0;
	line-height : 1.5em;
}

/* to right align a cell in a table */
td.right {
	text-align : right;
}

/* on the nomination to be removed */
/* should be examined more closely, only exists in a couple of files */
td.boldgreen{	/*education/programme_info*/
	color : #009896;
	font-weight: bold;
}

table.itctable th.right {
	text-align : right;
}

/*****************************/
/* BOXES e.g. summaries of courses and Notes */
/*****************************/

/* Educational Programmes, GFM, WRS, start date, end date, cost etc */
table.shortcoursesummary{
	background-color: #FEE9CC;
	border: 1px solid #B92432;
	margin-left: 0em;
	margin-bottom: 0.2em;
}

table.shortcoursesummary td{
	background-color: #FEE9CC;
	vertical-align: top;
	padding-left: 0.4em;
	padding-right: 2em;
	line-height: 1.6em;
}

/* Short courses / DE course etc. */
table.coursesummary{
	background-color: #FEE9CC;
    margin-top: 1em;
	margin-bottom: 1.5em;
	empty-cells:hide;
	border: 1px solid #B92432;
	border-collapse: collapse; 
    border-width : 1px;
    border-style : solid;
}

table.coursesummary td{
	background-color: #FEE9CC;
	border: 1px solid #B92432;
	vertical-align: top;
	line-height: 1.6em;
    padding-top : 3px;
    padding-left : 5px;
    padding-bottom : 3px;
    padding-right : 5px;
    border-width : 1px;
    border-style : solid;
}

/* Research themes */
table.researchsummary{
	background-color: #FEE9CC;
    margin-top: 1em;
	margin-bottom: 1.5em;
	empty-cells:hide;
	border: 1px solid #1c60ab;
	border-collapse: collapse; 
    border-width : 1px;
    border-style : solid;
}

table.researchsummary td {
	background-color: #FEE9CC;
	border: 1px solid #1c60ab;
	vertical-align: top;
	line-height: 1.6em;
    padding-top : 3px;
    padding-left : 5px;
    padding-bottom : 3px;
    padding-right : 5px;
    border-width : 1px;
    border-style : solid;
}

/*******************************************************/
/* BOXES, special border color, special background     */
/*******************************************************/

/* Note box: red border, dark-beige background, normal text */ 
table.redboxwide {
	background-color: #FEE9CC;
	border: 1px solid  #b92432; 
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	margin-left : 1em;
	margin-right : 1em;
	line-height: 1.6em;
}

table.redboxwide td {
	padding: 2px 3px 2px 3px; 
}


/* Note box: red border, dark-beige background, normal text */ 
table.redbox {
	background-color: #FEE9CC;
	border: 1px solid  #b92432; 
	margin-bottom : 1.5em;
	line-height: 1.6em;
}

table.redbox td {
	padding: 2px 3px 2px 3px; 
}

/* Programme summaries: green border, dark-beige background, normal text; */
	/* mainly edu pages; box containing overview of programmes*/
table.greenbox {
	background-color: #FEE9CC;
	border: 1px solid  #009896; 
}

table.darkbackgroundnoborder {
	background-color: #FEE9CC;
}

/* Homepage */
table.orangebox {
	background-color: #FEE9CC;
	border: 1px solid  #FFCC33; 
}

table.orangebox tr {
	background-color: #FEE9CC;
}

/* Extra green box: green border, green background, green text; mainly edu pages; */
	/* box contains see also links with style linkeduseealso */
table.greenboxgreenback {
	/*background-color: #DDE6DD;*/
}

table.greenboxgreenback td {
	background-color: #DDE6DD;
	border: 1px solid #009896;
	padding: 3px 5px;
}

table.greenboxgreenback td p{
	color: #009896;
}

/* research  */
table.bluebox {
	background-color: #FEE9CC;
	border: 1px solid  #1C60AB;
	line-height: 1.4em;
}

table.bluebox th {
	text-align: left
}

table.bluebox td {
	vertical-align: top; 
}

/******************/
/*  LIBRARY       */
/******************/

dl {
	margin-top : 0em;
    list-style-type: square;
}

DT {
	 line-height : 1.6em;
}

/******************/
/*  Sensordatabase       */
/******************/
table.sensortable {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	/*font-size : 72%; */
    border-left-style : solid ;
	border-left-width : 1 ;
	border-left-color :  #1C60AB;
}

table.sensortable th {
	font-weight : normal;
	text-align : center;
	vertical-align: text-top;
	background-color : #1C60AB; 
	color : #feefd9;
    padding: 2px 1px;
}

table.sensortable td {
	font-weight : normal;
	text-indent : 5px;
    padding: 1px 10px 2px 10px;
    border-bottom-style : solid ;
	border-bottom-width : 1 ;
	border-bottom-color :  #1C60AB;
    border-right-style : solid ;
	border-right-width : 1 ;
	border-right-color :  #1C60AB;
}

/****************/
/* BUTTONS Mousein + Mouseout, works in IE, Navigator/Mozilla and Opera*/
/****************/

.buttonsimple { width: 200px; background-color: #FEE9CC; color: #009896; border: 1px solid #009896; }
.buttonsimplebold { width: 200px; background-color: #FEE9CC; color: #009896; border: 1px solid #009896; font-weight: bold; }
.buttononmousein { width: 200px; background-color: #009896; color: #FEE9CC; border: 1px solid #009896; cursor: hand;}
.buttononmouseout { width: 200px; background-color: #FEE9CC; color: #009896; border: 1px solid #009896; cursor: auto;}

.buttonwidesimple { width: 215px; background-color: #FEE9CC; color: #009896; border: 1px solid #009896; }
.buttonwidesimplebold { width: 215px; background-color: #FEE9CC; color: #009896; border: 1px solid #009896; font-weight: bold; }
.buttonwideonmousein { width: 215px; background-color: #009896; color: #FEE9CC; border: 1px solid #009896; cursor: hand;}
.buttonwideonmouseout { width: 215px; background-color: #FEE9CC; color: #009896; border: 1px solid #009896; cursor: auto;}

.buttonextrawidesimple { width: 280px; background-color: #FEE9CC; color: #009896; border: 1px solid #009896; }
.buttonextrawideonmousein { width: 280px; background-color: #009896; color: #FEE9CC; border: 1px solid #009896; cursor: hand;}
.buttonextrawideonmouseout { width: 280px; background-color: #FEE9CC; color: #009896; border: 1px solid #009896; cursor: auto;}


/****************/
/* MAINMENU */
/****************/
.ITC_header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15pt;
	color : #feefd9;
	background-color : #009896;
}

.ITC_header a:link {
	color : #feefd9;
	text-decoration : none;	
}

.ITC_header a:visited {
	color : #feefd9;
	text-decoration : none;
}

.ITC_header a:hover {
	color : #00cccc;
}

/**************/
/* TOPICON */
/**************/
/**
.top_green {
	text-align : right;
	color : #009896;
	font-weight : bold;
}
		
.top_green a:link {
	text-align : right;
	color : #009896;
	font-weight : bold;
}
**/

/****************/
/* SUBMENU */
/****************/
.itcsubmenu {
	border-right : thin solid #009896;
	text-decoration : none;
}

/* submenu directories */
.oParent {
		color: #1c60ab;
		font-size : 11px;
		margin-left : 2px;
		margin-top : 0px;
		line-height : 17px;
		font-weight : bold;
		cursor:pointer;cursor:hand
}

/* submenu pages */
.oItem {
		color: #1C60AB;
		font-size : 11px;
		margin-left : 10px;
		margin-top : 0px;
		line-height : 17px;
		font-weight: normal;
}

