/* From www.earthobservations.org */


/* ================================= general styles for GEO Web site ================================= 
	Last edited: 08 November 2007
	Hendrik Baeyens, Project Officer
	GEO Secretariat
	Geneva, Switzerland
   ================================================================================================ */

/* ================================= ACCESSIBILITY STYLES ================================= */

.skiplink {
  display: none
}

acronym { 
  border-bottom: 1px dotted black; 
}



/* ================================= DEFAULT STYLES - BASIC ELEMENTS ================================= */

body,  th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	/* background:#993300; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: justify;
}

a:link {
	color: #004477;
	text-decoration: underline;
}

a:visited {
	color: #004477;
	text-decoration: underline;
}

a:hover {
	color: #176; 
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #000000;
	/* background:#993300; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align: justify;
}



ItemLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20%;
	line-height: 1.4em;
	color: #000000;
	/* background:#993300; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align: justify;
}




ul {
	margin-top: 0px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #000000;
	margin-left: -10px;
	margin-top: 0px;
	margin-right: 0px;
	text-align: left;
}

h2 {
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	margin: 0 0 .2em 0;
}


br {line-height:4em;}

.spacer {line-height:1em;}

.maintitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #005FAA;
	background: #EFF5F6;
	text-align: center;
	font-weight: bold;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #005FAA;
	text-align: center;
	font-weight: bold;
}

/* ================================= Meeting List Styles ================================= */

.meetingtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFFFFF;
	background: #5D96A7;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
}

.meetingdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	padding-left: 5px;
	color: #000000;
	font-style:italic;
	text-align: left;
}

.meetinginfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-left: 5px;
	text-align:left;
	color: #000000; 
	font-weight: normal;
}

.meetinginfo a:link {
	color: #005FAA;
	text-decoration:underline; 
}

.meetinginfo a:visited {
	color: #005FAA; 
	text-decoration:underline; 
}


.meetinginfo a:hover {
	color: #D1C7BD;
    text-decoration:none;    
}

.meetingsubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000000;
	background: #5D96A7;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
}


/* ================================= Test Meeting List Styles ================================= */

.meetingtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000000;
	background: #5D96A7;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
}

.meetingdate2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	color: #000000;
	padding-right: 5px;
	text-align: right;
	font-style:italic;
	font-weight: normal;
}

.meetinginfo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-left: 5px;
	color: #000000; 
	font-weight: normal;
}

.meetinginfo2 a:link {
	color: #000000;
	text-decoration:underline; 
}

.meetinginfo2 a:visited {
	color: #000000; 
	text-decoration:underline; 
}


.meetinginfo2 a:hover {
	color: #D1C7BD;
    text-decoration:none;    
}

.meetingtitle3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000000;
	background: #5D96A7;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
}

.meetingdate3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-left: 5px;
	color: #000000;
	text-align: left;
	font-style:italic;
	font-weight: normal;
}

.meetinginfo3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-left: 5px;
	color: #000000; 
	font-weight: normal;
}

.meetinginfo3 a:link {
	color: #000000;
	text-decoration:underline; 
}

.meetinginfo3 a:visited {
	color: #000000; 
	text-decoration:underline; 
}


.meetinginfo3 a:hover {
	color: #D1C7BD;
    text-decoration:none;    
}


/* ================================= Footer Styles ================================= */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #675D52;
	text-decoration: none;
}

a.footer:link {
	color: #675D52;
	text-decoration: none;
}

a.footer:visited {
	color: #675D52;
	text-decoration: none;
}
a.footer:hover {
	color: #675D52;
	text-decoration: none;
}

/* ================================= Main & Sub Navigation Styles ================================= */

.searchtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/* line-height: 1.3em;  */
	color: #000000;
	font-weight: normal;
}


.mainnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}

.mainnavtext a:link {
	color: #FFFFFF; 
    text-decoration:none;    
}

.mainnavtext a:visited {
	color: #FFFFFF; 
    text-decoration:none;    
}


.mainnavtext a:hover {
	color: #FFFFFF;
    text-decoration:none;    
}



.subnavtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	color: #000000; 
	font-weight: normal;
    display: block;
    width: 186px;
    height: 100%;
	padding-left: 4px;
	padding-right: 0px;
    text-decoration: none;
}

a.subnav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	color: #FFFFFF; 
	font-weight: bold;
    display: block;
    width: 176px;
    height: 100%;
	padding-left: 14px;
	padding-right: 0px;
    text-decoration: none;
}

a.subnav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	color: #FFFFFF; 
	font-weight: bold;
    display: block;
    width: 176px;
    height: 100%;
	padding-left: 14px;
	padding-right: 0px;
    text-decoration: none;
}

a.subnav:hover {
    background: #6D8ABC;
}

a.subnavlev2:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
	color: #FFFFFF; 
	font-weight: normal;
    display: block;
    width: 166px;
    height: 100%;
	padding-left: 24px;
	padding-right: 0px;
    text-decoration: none;
}

a.subnavlev2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
	color: #FFFFFF; 
	font-weight: normal;
    display: block;
    width: 166px;
    height: 100%;
	padding-left: 24px;
	padding-right: 0px;
    text-decoration: none;
}

a.subnavlev2:hover {
    background: #6D8ABC;
}

.subnavtext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	color: #000000; 
	font-weight: normal;
}

.subnavtext a:link {
	color: #005FAA; 
	font-weight: normal;
    text-decoration:none;
}

.subnavtext a:visited {
	color: #005FAA; 
    text-decoration: none;    
}


.subnavtext a:hover {
	color: #005FAA;
    text-decoration: none;    
}

a.subnavsbalev2:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
	color: #005FAA; 
	font-weight: normal;
    display: block;
    width: 136px;
    height: 100%;
	padding-left: 34px;
	padding-right: 0px;
    text-decoration: none;
}

a.subnavsbalev2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
	color: #005FAA; 
	font-weight: normal;
    display: block;
    width: 136px;
    height: 100%;
	padding-left: 34px;
	padding-right: 0px;
    text-decoration: none;
}

a.subnavsbalev2:hover {
	color: #005FAA; 
}

a.subnavsbalev2b:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
	color: #005FAA; 
	font-weight: normal;
    display: block;
    width: 136px;
    height: 100%;
	padding-left: 0px;
	padding-right: 0px;
    text-decoration: none;
}

a.subnavsbalev2b:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
	color: #005FAA; 
	font-weight: normal;
    display: block;
    width: 136px;
    height: 100%;
	padding-left: 0px;
	padding-right: 0px;
    text-decoration: none;
}

a.subnavsbalev2b:hover {
	color: #005FAA; 
}


/* ================================= Breadcrumb Styles ================================= */

.breadcrumbtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000; 
	font-weight: normal;
}

.breadcrumbtext a:link {
	color: #000000;
	text-decoration:underline; 
}

.breadcrumbtext a:visited {
	color: #000000; 
	text-decoration:underline; 
}


.breadcrumbtext a:hover {
	color: #D1C7BD;
    text-decoration:none;    
}

/* ================================= Page Internal Navigation ================================= */

.pagenavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 3em;
	color: #000000; 
	font-weight: normal;
}

.pagenavtext a:link {
    color:#0000FF;
    text-decoration:none;    
}

.pagenavtext a:visited {
    color:#0000FF;
    text-decoration:none;    
}


.pagenavtext a:hover {
	color: #D1C7BD;
    text-decoration:none;    
}

