/*-- CSS terraCatalog 2.2 ----------------------------------------------- */
/* ---------------------------------------------------------------------- */

  html,body {
    padding:0;
    margin:0;
  }

  body {
    font-family: verdana, arial, Helvetica, sans-serif;
	 font-size: 8pt;
  }

  body#bodyClient{
	background-color: #ffffff;
  }

  body.bodyBG2 {
    background-image:none;
  }

  a{
  	color: #00219F;
    outline:none;
  }

	a:hover {
	color: #EA3313;

	}

	a:active{
	text-decoration:none;
	color: #EA3313;
}


  input,th,td,span,select,p,strong,address,span.adminLabel,button {
	font-size: 8pt;
	color: #373737;
  }

  caption {
  	font-size:9pt;
  }

  address{
  	font-style: normal;
  }

 form{
	  margin:0;padding:0;
 }

 	p, pre {
    margin: 0;
    padding: 2px 3px 2px 0;
  }


  h1 {
    font-size: 10pt;
    text-align: left;
    color:#00219F;
    font-weight: bold;
	 margin: 10px 0 5px 0;
    padding: 5px 0 3px 28px;
	 clear:both;
  }

  h2 {
    font-size:9pt;
    color:#00219F;
    padding:10px 5px;
    clear:both;
    }

  h3 {
    font-size:8pt;
    color:#00219F;
    padding:10px 5px;
    }

 th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

fieldset {
	background-color: white;
}



   #inhalt { /* IE Mozilla  */
    margin: 0 0 0 10px;
    padding: 0;
    xheight: 85%;
    xheight: 500px;
    xmin-height: 600px;
    xwidth:auto; 
    overflow: auto;
    color: #373737;
    font-size: 8pt;
    /*border: 1px solid red;*/
  }



  div#head{
    height:87px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(../images/eumetsat/head_right.jpg);
    background-repeat: no-repeat;
    background-position:right;
    background-color:#06021D;
  }


  div#statusbar{
    font-size:8pt;
    height:20px;
    xwidth: 100%;
    background-color:#00229C;
    /* margin-top: 87px;  */
    padding: 0;
  }

  #statusbar span {
    padding-top: 4px;
    display: block;
    text-align: right;
    padding-right: 0px;
  }

  #statusbar span a{
  	 color:white;
	 text-decoration: none;
	 background-color:#28378D;
	 padding: 3px 20px;
	 border-left:1px solid white;

  }

  #statusbar span a:hover,#statusbar span a:hover {
	color:white;
	background-color:#4E69B0;
  }

  #statusbar span {
  	clear: both;
  }

  #logo {
    position:absolute;
    top:0;
    background-image:url(../images/eumetsat/eumetsat_logo.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: 87px;
    width:230px;
    left:0;
  }
  #ct{
    position:absolute;
    top:40px;
    height: 39px;
    width:400px;
    left:220px;
  }

  #ct h1{
  	 color: white;
	 font-size: 20px;
  }


  .button, .adminButton, .buttonStoreQuery, .templateButton  {
	background-color:white;
	border:1px solid #373737;
	cursor:pointer;
	width:auto;
	height:20px;
        background-image:url(../images/bg_button.gif);
	background-repeat:repeat-x;
	background-position:top left;	
}

#sumitQuery{
    position:relative;
    top: 3px;
    margin-bottom:2px;
}

.logonContainer, .adminContainer{
	width:95%;
}

.logonContainer{
    padding:10px;
}

iframe .logonContainer{
    padding:0;
}
/* ========== FORMS without Table ============= */


.logonContainer label, .adminContainer label  {
 display: block;
 text-align: right;
 float: left;
 width: 140px;
 padding-left: 10px;
 color:#00219F;
}
.logonContainer br {
	clear: left;
}

.logonContainer .button{
	width:80px;
	margin-left: 160px;
	margin-top:5px;
	text-align: left;
	clear: both;
	padding-left: 2px;
}

.logonContainer h1, .adminContainer h1, .sdiDIV h1, .mainWrapper h1, div.searchContainer h1, .popUpQuery h1, #popup h1 {
   text-align: left;
   color:#00219F;
   font-weight: bold;
	background-image: url(../images/icon_h1.gif);
	background-position: center left;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 6px 0 3px 28px;
}

.logonContainer h2, .adminContainer h2  {
	margin:10px 0 5px 0;
	padding: 0;
}

.logonContainer p, .adminContainer p {
	margin:3px 0;
}

.adminContainer input{
	display: block;
	width: 200px;
	float: left;
}

.adminContainer h1{
	margin-bottom:10px;
}

/*-- terraCatalog ADMIN ------------------------------------------------- */
/* ---------------------------------------------------------------------- */

.ManagementTable, table.datatable{
   margin: 2px 0 10px 0;
	padding: 2px;
	width:80%;
	background-color: white;
	/*background-image:url(../images/bg_results_blau.gif);
	background-repeat:repeat-x;
	background-position:bottom left;*/
	border: 1px solid #CCD5DE;
}

.ManagementTable th, table.datatable th{
   margin: 1px;
	padding: 1px 3px 1px 3px;
	background-color:#F7F7F7;
	color:#00219F;
	height:25px;
	border: 1px solid #CCD5DE;
	border-bottom:2px solid #00219F;
	font-weight: bold;
	text-align: left;
}

.ManagementTable td, table.datatable td{
	margin: 1px;
	padding: 1px 3px 1px 3px;
   background-color:white;
	border: 1px solid #CCD5DE;
}

div.contentLoginBox a.buttonLink{
	margin-top:10px;
	display: block;
	width: 80px;
        color:#373737;
}

a.buttonLink, a.linkAsButton, .executeLink {
	background-color:white;
	border:1px solid #373737;
	cursor:pointer;
	width:auto;
	height:22px;
	/*background-image:url(../images/bg_button.gif);
	background-repeat:repeat-x;
	background-position:top left;*/
	text-decoration: none;
	color: #373737;
	padding:3px 5px 2px 5px;
	font-size: 8pt;
	vertical-align: text-bottom;
}

.performance {
	float: right;
}

p#pbuttonLink {
	margin-top: 10px;
}

p#pbuttonLink a.buttonLink {
	width: 80px;
	height: 15px;
	display: block;
}

.executeLink {
	margin:10px 0;
	display: block;
	width:270px;
	height: 16px;
}

a.buttonLink:hover{
	color: #373737;
}

a.buttonLinkLage:active{
	background-color: #EA3313;
	/*background-image:url(../images/bg_button_active.gif);
	background-repeat:repeat-x;
	background-position:top left;	*/
}

a.buttonLink img{
	border-width:0;
	margin:0;
	padding: 0;
	margin-right: 2px;
}

/*-- terraCatalog SDI INFOS --------------------------------------------- */
/* ---------------------------------------------------------------------- */

.sdiDIV p, em, .sdiDIV address{

	margin:5px;
	line-height: 11pt;
}

.sdiDIV address{
	margin-top:10px;
}

.sdiDIV li {
	 color:#373737;

}

/*-- terraCatalog NAVIGATION --------------------------------------------- */
/* ----------------------------------------------------------------------- */


/* NAVIGATION LINKS */
div.contentNavWrapper{
	width:170px;
	margin: 0;padding: 0;
	padding-left:0px;
	left:0;
        float: left;
}

/* horizont Start */
div#platzhalter{ /* der platzhater ist entscheidend f�r das layout des tc */
    width:170px;
    margin: 0;
    padding: 0;
    float: left;
    height: 500px;
    min-height: 400px; 
    border: 1px solid yellow;
}
/* horizont Ende */

div.contentNavBox {
	width:160px;
	margin: 0;
	padding:0 0 0 0;
	vertical-align: top;
	padding-top: 0x;
	height:100%;
/*	background-color: #FBFBFB;
	background-image:url(../images/bg_results.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	border: 1px dotted #CCD5DE; */

}

div.contentNavBox h1 {
	background: #FFFFFF;
	color: #EA3313;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	text-decoration: none;
	width: 167px;
}

div.contentNavSubBox {
	margin:0;
    padding:0;
	width: 159px;
}

div.contentNavSubBox h2{
	margin:5px 0px;
	padding:3px 3px 3px 8px;
	background-color: #00219F;
	color: White;
/*	background-image: url(../images/arr_bl_top.gif);
	background-position: center left;
	background-repeat: no-repeat;
	*/

}

div.contentNavSubBox h2.activeH2 {
	background-color: #6F8DFF;
	/*background-image: url(../images/arr_bl_down.gif);*/

}

div.contentNavSubBox div.topicBox {
    display:none;
}

div.contentNavSubBox p {
	margin: 0;
    padding:0;
	border-bottom: 2px solid #00219F;
	font-weight: bold;
	width:160px;
	font-size:9pt;
}

div.contentNavSubBox a{
	color:#00219F;
	text-decoration: none;
	display: block;
	width: 135px;
	margin:0 0 0 3px;
	padding: 6px 0 3px 5px;
}

/*
.contentNavSubBox a:hover {
	color: #EA3313;
}
*/

p.contentNavLinkBox{
	font-size:8pt !important;
	border-bottom: 1px dotted #CCD5DE !important;
}

p.verticalNavigationItem{
	font-size:8pt !important;
	border-bottom: 1px dotted #CCD5DE !important;
}

p.contentNavLinkBox a{
	margin: 0 0 0 15px;
	padding: 3px 0 3px 10px;
	font-weight: normal;
	background-image: url(../images/arr_bl.gif) !important;
	background-position: center left;
	background-repeat: no-repeat;
}

p.verticalNavigationItem a{
        color: #373737;
        margin: 0 0 0 15px;
        padding: 3px 0 3px 10px;
        font-weight: normal;
        background-image: url(../images/arr_bl.gif) !important;
        background-position: center left;
        background-repeat: no-repeat;
}

/* ENDE NAVIGATION LINKS */


/*-- terraCatalog ANMELDUNG ---------------------------------------------- */
/* ----------------------------------------------------------------------- */

.contentLoginBox {
	margin: 15px 0 0 0;
	padding:0 0 10px 0;
	width:160px;
	background-color: #F3F3FF;
	/*background-image:url(../images/bg_results_blau.gif);
	background-repeat:repeat-x;
	background-position:bottom left;*/
	border: 1px dotted #CCD5DE;
}

.contentLoginBox h1 {
	color: white;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	padding-top:5px;
	margin-top:0;
	text-decoration: none;
	font-size:9pt;
	border-bottom: 2px solid #00219F;
	background-color: #00219F;
}

.contentLoginBox h2{
	background: transparent;
	margin:0;
	padding: 0 3px;
}

.contentLoginBox p{
	margin:0 0 3px 0;
	padding: 0 3px;
}


a.loginLink {
	background-image: url(../images/arr_red.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin:0;
	padding:2px 14px 0 0;
	text-decoration: none;
	color: #EA3313;
	font-weight: bold;
	display: block;
	width:90px;
}

.contentLoginBox p {
	margin: 5px 3px 0 3px;
}

.submit {
	background-color:#FFFFFF;
	border:1px solid black;
	cursor:pointer;
	width:auto;
	height:20px;
        background-image:url(../images/bg_button.gif);
	background-repeat:repeat-x;
	background-position:top left;	
	margin-left:3px;
	margin-top:5px;
	color:#373737;
}

a.submit {
	padding:3px 5px;
	margin-top:5px;
	text-decoration: none;
}

a.submit:visited{
	color: #373737;
}

a.submit:hover{
	color: #373737;
}

.contentLoginBox label {
	font-weight: bold;
	margin: 3px 3px 0 3px;
	color:#00219F;
	display: block;
}

.contentLoginBox input.inputField {
	margin: 0 3px 0 3px;
}

body.contentBody a.loginLink2{
	background-image: url(../images/arr_red.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:15px;
}



/*-- terraCatalog ADMIN -------------------------------------------------- */
/* ----------------------------------------------------------------------- */

label#ownerListLabel{
	float: left;
	width:180px;
}

label.adminLabel, span.adminLabel{
	float: left;
	width:180px;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
	margin-left:10px;
}

label{
	vertical-align:top;
	cursor: pointer;
}

input.adminButton{
	margin-left:190px;
}

input.templateButton{
	margin-left:5px;
}


div.mainWrapper label,div.mainWrapper input,div.mainWrapper textarea,div.mainWrapper select,div.mainWrapper span.adminLabel{
	margin-bottom: 0.3em;
}

fieldset.fieldsetMargin{
	margin-top: 1em;
}

fieldset.disabled input{
	background-color: #EBE7E2;
}

fieldset span{
	font-size: 7pt;
}

fieldset br {
	clear: both;
}

div.mainWrapper fieldset, div.searchContainer fieldset {
	width: 80%;
	border: 1px solid #CCD5DE;
	/*background-image:url(../images/bg_fieldset.gif);
	background-repeat:repeat-x;
	background-position:top left;	*/
	margin: 0;
	display: block;
	margin-top:23px;
}


body.editBody fieldset{
	padding-left:5px !important;
}

div.searchContainer{
     margin:0 10px 0 0;
}

div.searchContainer fieldset{
	width: 95%;
	margin:0 0 3px 0;
}

div.mainWrapper legend,div.searchContainer legend {
	border: 1px solid #CCD5DE;
	padding: 4px 5px;
	margin:0 0 0 0;
	background-color: white;
	font-weight: bolder;
	font-size:8pt;
	color:#00219F;
	clear: both;
}

span.cellTxt{
	font-size:7pt;
}

select.minWidth{
	width: 16em;
}

#wordStatisticQueryForm, #hitStatisticQueryForm{
    margin-top:10px;
}

h2.responseHeader{
	margin-top:40px;
}


div#catalogListWrapper{
    display:inline;
    vertical-align:super;
}

/*-- terraCatalog TEMPLATE --------------------------------------------------  */
/* --------------------------------------------------------------------------  */

fieldset.chooseTemplateTitle{
	float:left;
	width: 20%;
	padding:0 10px;
	border: 1px solid #EFEFEF;
	background-color: white;
}

div.mainWrapper fieldset.chooseTemplateTitle{
    margin:0 0 10px 0;
}


fieldset.chooseTemplateTitle select{
	margin-top:5px;
}

fieldset.chooseTemplateTitle input.button{
    margin-bottom:3px;
}

.spanLabel{
	float:left;
	width: 28%;
	margin: 2px 2px;
	margin-left:10px;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
	cursor: pointer;
}

fieldset.informationSpattialFieldset label,fieldset.informationSpattialFieldset span.spanLabel{
	width: 180px;
}

form#saveTemplateForm{
	clear: both;
}

/*-- terraCatalog  REPORT ----------------------------------------------------
/* --------------------------------------------------------------------------- */

span.chart{
	background-color: #EA3313;
	height: 2px;
	display: block;
}

fieldset.reportFieldset legend{
	margin-bottom:1em;
}

/*-- terraCatalog VERTEILTE KATALOGE EDITIEREN ------------------------------ */
/* -------------------------------------------------------------------------- */

fieldset.disCatalogsFields{
	width:95% !important;
}


input#submitDisCat{
	margin-left:200px;
    margin-top:3px;
}

/*-- terraCatalog PUSH-Service----------------------------------------------- */
/* -------------------------------------------------------------------------- */

span.buttonWrapper a.linkAsButton{
	background-color:#FFFFFF;
	border:1px solid #00219F;
	cursor:pointer;
	width:auto;
	height:20px;
   /*background-image:url(../images/bg_button.gif);
	background-repeat:repeat-x;
	background-position:top left;	*/
	margin-left:3px;
	margin-top:5px;
	color:#00219F;
    padding: 4px 5px !important;
}

fieldset.optionalFields{
	margin-top: 50px;
	width:95% !important;
}

fieldset.optionalFields legend{
	color: #EA3313;
	font-weight: bold;
	margin-bottom: 10px;
}

span.buttonWrapper{
	display: block;
	margin-top:10px;
	height:20px;
	padding-top:10px;
}

/*--  terraCatalog Uebersichtsseiten fuer Metadatenpflege ----------- */
/* ------------------------------------------------------------------ */

table.datatable {
	margin:0;
	border: 1px solid #CCD5DE;
	clear: both;
}

table.datatableMDPreview{
	width:95%;
	padding: 0;
	margin-left:5px;
	clear: both;
}

table.datatableMDPreview th{
	width:30%;
}

th.datatableFirstSpan {
	width: 40%;
}

th.datatableSecondSpan {
	width: 60%;
}

table.datatable th{
	border-bottom: 2px solid #373737;
	padding:2px !important;
	vertical-align: middle !important;
}

table.datatable caption,table.datatableMDPreview caption {
	border: 1px solid #CCD5DE;
	border-bottom: 2px solid #00219F;
	color: #00219F;
	font-weight: bold;
	text-align: left;
	width: auto;
	padding: 4px 5px;
	margin-top:15px;
    background: White;
 /*   background-image:url(../images/bg_fieldset.gif);
	background-repeat:repeat-x;
	background-position:top left;*/
}

table.datatableMDPreview caption{
	margin-left: 0;
}
td.datenzelle {
	background: #FFFFFF;
	vertical-align: top;
}

table.performanceTable th{
    width:30%;
    border-bottom-width:0;
    border-right:2px solid #373737;
}

/*--  terraCatalog HORIZONTALE REITER  -------------------------- */
/*-- Query Tab Extended Query ----------------------------------- */
/* -------------------------------------------------------------- */

body#extendedQuery fieldset,body#extendedQuery legend {
	border-width:0;
	background-image:none;
	margin:0;
}

body#extendedQuery legend {
	margin-left: -10px;
}

body#extendedQuery fieldset{
	border-bottom-width:1px;
	padding-bottom:3px;
}

body#extendedQuery fieldset.highlightFieldset, fieldset.highlightFieldset legend{
	border-width:1px !important;
}

/*-- Query Tab Elemente DetailResult ---------------------------- */
/* -------------------------------------------------------------- */
#queryTab,#adminTab {
	float: left;
	width: 100%;
	background-color: white;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

#queryTab ul,#adminTab ul {
	margin: 0;
	padding: 1px 1px;
	list-style: none;
}

#queryTab a,#adminTab a {
	display:block;
	color: white;
}

#queryTab a:hover,#queryTab a:focus,#adminTab a:hover,#adminTab a:focus {
	color: white;
}

#queryTab a:visited ,#adminTab a:visited{
	color:white;
}

#queryTab li,#adminTab li {
	float:left;
	margin:0;
	padding: 0;
	font-size: 8pt;
	font-weight: bold;
	background-color:#00219F;
	border: 1px solid #00219F;
	/*background-image:url(../images/bg_fieldset.gif);
	background-repeat:repeat-x;
	background-position:top left;*/
}
#queryTab a,#adminTab a {
	display: block;
	padding: 4px 8px;
	text-decoration: none;
}
#queryTab li#current,#adminTab li#current {
	background-color: white;
	/*background-image:url(../images/bg_tab_active.gif);
	background-repeat:repeat-x;
	background-position:top left;*/
}

#queryTab li#current a,#adminTab li#current a  {
	color: #00219F;
}

.noFloating{ /* sehr wichtig fuer das Layout!! */
	clear: both;
}

#keyboardWrapper {
    margin:0 0 0 5px;
}

#keyboardWrapper a:hover{
	background-color: #00219F;
	color: White;
}

/*-- Fehler Darstellungen  -------------------------------------- */
/* -------------------------------------------------------------- */

.errorTitle {
	color: #EA3313;
	font-size: 9pt;
	margin:5px 0;
	text-decoration: underline;
}

ul.errorList {
	padding-top:0;
	padding-bottom: 0;
	margin-top:0;
}

ul.errorList li {
	list-style: circle;
	list-style: url(../images/flag_red.gif);
	list-style-position: outside;
	padding:0 0 5px 5px;
	margin:0 0 2px 0;
	vertical-align: top;
	font-size: 7pt;
	font-weight: bold;
}

/*-- Harvest  --------------------------------------------------- */
/* -------------------------------------------------------------- */

div#eMailWrapper{
	margin:15px 0 10px 0;
	padding: 5px;
	background-color: #F4F4F9;
	/*background-image:url(../images/bg_results_blau.gif);
	background-repeat:repeat-x;
	background-position:bottom left;*/
	border: 1px solid #CCD5DE;
	width:78.5%
}

/*-- Passwort zusenden  --------------------------------------------------- */
/* ------------------------------------------------------------------------ */

input#pwdButton{
	margin-left:180px;
	margin-top:5px;
}

/*-- Suche  --------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

div.quickQueryExtension{
    clear:both;
}

body#extendedQuery div.quickQueryExtension{
/*    display:inline;
    margin-left:5px;*/
}

span.resultNav{
    float:left;
    height:17px;
}

span.resultNav img{
    vertical-align:middle;
}

span.hitCounter{
    float:right;
    height:30px;
}

span.backToLastPage a{
  font-weight:bold;
  text-decoration:none;
  background-image: url(../images/page_left.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 20px;

}

span.backToLastPage a:hover{
    color:#00219F;
    text-decoration:underline;
}

div.ServiceContainer br {
    clear:both;
}

span.serviceTypeWrapper{
    background-color:#f6f5f5;
    border:1px solid #e8e7e7;
    padding:3px;
    float:left;
    font-size:8pt;
}

div#searchField{
    margin:10px 0;
    clear:both;
}

a.popupLink{
    padding:3px 3px 3px 11px;
	background-image: url(../images/arr_bl_top.gif);
	background-position: center left;
	background-repeat: no-repeat;
    text-decoration:none;
}

a.popupLink:hover{
    color: #EA3313;
}


div.ServiceContainer input{
	float:left;
	margin-right:4px;

}

div.ServiceContainer label{
	float:left;
	margin-right:10px;
}

div.searchMask{
	clear: both;
	margin-top:10px;
	margin-bottom:10px;
}

div.resultCountContainer{
	border-bottom: 2px solid #00219F;
	margin:2px;padding:2px 3px;
    height:35px;
}

#mdFullResult div.resultCountContainer{
    height:20px;
}

#mdFullResult div.resultCountContainer .backToLastPage{
    height:20px;
    float:left;
    text-decoration:none;
}

.printPage {
    float:right;
    height:20px;
    cursor:pointer;
}

div.result_dunkel{
	background-color: #FEFEFE;
	/*background-image:url(../images/bg_results_blau.gif);
	background-repeat:repeat-x;
	background-position:bottom left;*/
	border: 1px solid #CCD5DE;
	font-size: 8pt;
	margin:5px 0;
	padding: 5px 5px 5px 5px;
	height: auto !important;
}

div.result_hell{
	background-color: #F6F6FC;
	/*background-image:url(../images/bg_results.gif);
	background-repeat:repeat-x;
	background-position:bottom left;*/
	border: 1px solid #CCD5DE;
	font-size: 8pt;
	margin:5px 0;
	padding: 5px 5px 5px 5px;
	height: auto !important;
}

div.result_full{
	background-color: #FBFBFB;
	border: 1px solid #CCD5DE;
	font-size: 8pt;
	margin:5px 0;
	padding: 5px 5px 5px 5px;
	height: auto !important;
}


.smStatus {
	float: right;
	font-size: 7pt;
	font-weight:normal;
	color: #373737;
	text-align: left;
	vertical-align: middle;
}

.serviceMarker, .datasetMarker ,.seriesMarker,.applicationMarker {
	color:  #373737;
	font-weight: bold;
	font-size: 7pt;
	background-image: url(../images/sm_arr_bl.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left:6px;
	display: block;
    border-bottom:1px solid gray;
    height:13px;
}

.protectedWrapper{
    background-color:#E3E5FF;
}

.publicWrapper{
    background-color:#E7E7E7;
}

.privateWrapper{
    background-color:#FCEAE2;
}

.emptyWrapper{
    background-color:#F5FFE5;
}

div.bindingWrapper{
    clear:both;
}

div.bindingWrapper .left{
    float:left;
    left:3px;
}

div.bindingWrapper .right{
   float:right;
   right:3px;
}


div.bindingWrapper a{
    text-decoration:none;
}

div.bindingWrapper a img{
    text-decoration:none;
    border-width:0;
    vertical-align:middle;
}

span.resultNav strong{
	color:#EA3313;
}

span.resultNav a{
	color:#00219F;
	text-decoration: none;
}

span.resultNav a:hover{
	text-decoration: underline;
}

p.federatedInfo{
	margin-bottom: 5px;
}

.resultURL{
	clear: both;
	text-align: right;
	height:20px;
	margin:0; padding:3px 0 0 0;
}

img#thumbnail {
	float:right;
	border: 1px solid #CCD5DE;
	margin-top:5px;
    margin-bottom:3px;
    height:40px;
    width:60px;
}

p.left{
    float:left;
    width:85%;
}

br#thumbbreak  {
    clear:both;
}

table#changeOwnerTable {
    margin-bottom:25px;
}

table#metaTable th, table#changeOwnerTable th{
	border-bottom-width:1px;
	border-bottom-color:#CCD5DE;
	vertical-align: top !important;
	text-align: right;
	padding-right:5px;
	width:25%;
}

table#metaTable td, table#changeOwnerTable td{
	vertical-align: top !important;
}

table#metadata {
	empty-cells: show;
}

/*fieldset.highlightFieldset{
	background-image:url(../images/bg_fieldset.gif) !important;
}
*/
body#extendedQuery fieldset.highlightFieldset legend{
    margin-left:0;
}

.fachkategorieFloat {
	float:left;
	width: 40%;
	margin: 0;
	padding: 3px 0 0 3px;
}

.fachkategorieFloatInput {
	float:left;
	width: 5%;
	text-align: right;
	margin: 0;
	padding: 0;
}


/*-- Suche thematisch  --------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

body#thematicSearchBody div.ServiceContainer{
	width: 80%;
	border: 1px solid #CCD5DE;
	/*background-image:url(../images/bg_fieldset.gif);
	background-repeat:repeat-x;
	background-position:top left;	*/
	margin: 0;
	padding:4px 5px;
	margin-bottom:10px;
	height: 35px;
}

body#thematicSearchBody a{
	color: #00219F;
	text-decoration: none;
}

body#thematicSearchBody a:hover{
	color: #00219F;
	text-decoration: underline;
}

.distSearchWrapper{
    float:left;
    font-size:8pt;
    margin-top:4px;
}

/*-- Editor starten  ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

div.mdTypeContainer{
	background-color: #FBFBFB;
	/*background-image:url(../images/bg_results.gif);
	background-repeat:repeat-x;
	background-position:bottom left;*/
	border: 1px solid #CCD5DE;
	padding: 5px;
	width:70%;
	margin-bottom:10px;
}

div.mdTypeContainer h3{
	margin-bottom:0;
	padding-left:0;
	padding-bottom:3px;
}

body.contentBody  div.ServiceContainer fieldset.reportFieldset {
	width: 95%;
}

fieldset.pubFieldset{
	/*
	background-image:url(../images/bg_fieldset.gif) !important;
	background-repeat:repeat-x;
	background-position:top left;*/
	margin:0;
	padding:0;
}


form#modifyQuerySettingsForm span, form#modifyQuerySettingsForm label, form#modifyQuerySettingsForm select{
    margin-top:5px;
}

form#modifyQuerySettingsForm span, form#modifyQuerySettingsForm label{
    margin-top:5px;
}

form#modifyQuerySettingsForm br{
    clear:both;
}


body.querySettingsBody h2.errorTitle{
	margin-top: 0;
	padding-top: 0;
}

/*-- PopUp ----------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

body#popup{
	padding: 5px;
}

body#popup .button{
	margin:5px 0;
}


/*-- Favoriten -------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.hintFavourites{
	width: 80%;
	border: 1px solid #CCD5DE;
	background-color:#f9f9fa;
	margin: 0;
	display: block;
    padding:30px 15px;
    font-weight:bold;
}


.favouriteTable td {
   width:30%;
}

.favouriteTable img {
    cursor:pointer;
    border:1px solid #CCD5DE;
    padding:2px;
    width:150px;
    height:150px;
}

.favouriteTable h2 {
    margin:10px 0 5px 0;
    padding:0;
}

.favouriteTable h2 a{
    text-decoration:none;
}

.favouriteTable h2 a:hover{
    color:#EA3313
}

fieldset input.button{
    margin:0 0 0 0;
}

#betweenText,#lastDay,#lastMonth,#lastYear{
   display:none;
}

#changeMDUserForm{
    margin-bottom:15px;
}

#disCatSearchLink{
	margin-bottom:15px;
}

#disCatSearchLink ul{
	margin:0;
	padding: 0;
}

#disCatSearchLink li{
	display: inline;
	margin-right: 15px;
}

#disCatSearchLink li a{
	text-decoration: none;
	background-image: url(../images/page_next.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;

}

ul.zip li {
	 list-style-image: url( ../images/zip.gif );
	 padding: 3px 0;
	 vertical-align: top;
}

ul.zip li a{
	margin-left:0px;
}

#toggleBox span{
	color: #00219F;
	text-decoration: underline;
	cursor: pointer;
}

#backups{
	width: 416px;
	border: 1px solid #CCD5DE;
	background-color: #FBFBFB;
	display: none;
	margin: 10px 0;
	padding: 5px;
	height: 150px;
	overflow: auto;
}

#hitstext{
	background-color: #FFFACD;
	padding: 2px 10px;
}

/* ========= EXTENDED SEARCH EUMETSAT ========================================= */

#extendedQueryForm div.highlightdiv{
	margin:0 0 10px 0;
	padding:2px 12px;
}

.highlightdiv .first{
	margin-left:10px;
}

div.blockUnit{
	clear: both;
	display: block;	
	margin:0;
	height: 50px;
	min-height: 50px;
}

html > body div.blockUnit{
	height: auto;
}

#extendedQueryForm br{
	clear: both;
}

#extendedQueryForm div{
padding: 2px 5px
}

#extendedQueryForm label{
	display: block;
	font-weight: bolder;
}

#extendedQueryForm .popupLink{
	display: block;
}

#titleWrapper,#acronymWrapper,#keywordWrapper,#OrganisationNameWrapper,#abstractWrapper,#selectedQueryTypeWrapper,#EOResourceIdentifierWrapper,#selectedTopicCategoryTypeWrapper,#selectedEOSBATypeWrapper,#selectedEOUseConstraintsWrapper,#EOFrequencyWrapper,#EOSatelliteWrapper,#selectedEOOrbitTypeWrapper,#productsWrapper,#EOInstrumentWrapper,#selectedEOAvailabilityWrapper	{
	float: left;
	margin-right: 10px;
}

#extendedQueryForm select,#extendedQueryForm input{
	width:130px;
}

#creationDateWrapper select,#extendedQueryFormWrapper input{
	width: auto;
}


#creationDateWrapper,#OrganisationNameWrapper,#acronymWrapper	{
	clear: both;
}

#creationDateWrapper{
	
}

#OrganisationNameWrapper{
	margin-right: 10px;
}

#extendedQueryForm #sumitQuery{
	margin:0px 10px;
}

.dark{
	background-color: #F9F9FA;
	border: 1px dotted #CCD5DE;
	/*border-right: 1px dotted #CCD5DE;
	border-left: 1px dotted #CCD5DE;*/
}

