body 
{
  font-family: "Roboto", Helvetica, Sans-Serif;
  color: #333333;
	font-size: 1em;
	line-height: 1.7em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

* 
{
  box-sizing: border-box;
}

img
{
  box-sizing: content-box;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border: 0px solid red;
}

@media only screen and (min-width: 968px) {
  /* For desktop: */
  .col-1 { width: 30%; padding-right: 0px; }
  .col-2 { width: 70% }
  .col-3 { width: 100% }
  .col-4 { width: 0% }
}


.col-2
{
}

.col-2
{
}

.col-3
{
  padding-top: 10px;
  padding-right: 10px;
}

.row::after {
    content: "";
    clear: both;
    display: block; 
}

#searchHeader 
{
  border: 0px solid grey;
}

#searchSelected 
{
  border-bottom: 1px solid #ddd;
  padding-left: 3px;
  margin-bottom: 10px;
}

#divSearchResults
{
  border: 1px solid #ddd;
  padding-left: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

#divSearchedTerms 
{
  display: inline-block;
}

.searchListTitle
{
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 4px 5px 4px 10px;
  background-color: #e6eaed;
  display: table-cell;
  white-space: nowrap;
}
.searchListOptions
{
  background-color: #f8f8f8;
  padding: 2px 5px 2px 10px;
}

.searchListResult, .searchListResultHighlight, .searchListResultTop, .searchListResultTopHighlight
{
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
  padding-left: 14px;
}

.searchListResultTop, .searchListResultTopHighlight
{
  border-top: 1px solid #ddd;
}

.searchListResultHighlight, .searchListResultTopHighlight
{
  background-color: #d7eaf8;
}

.searchListValue {
	overflow-wrap: break-word; /* to avoid page content wider than screen on mobiles */
}

.searchListNumber 
{
  color: #808080;
  text-align: right;
  padding-right: 5px;
}

.searchListNumberOnly
{
  color: #808080;
  display: inline-block;
  font-weight: normal;
}

.searchResultTable
{
  display: table;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}

.searchResult, .searchResultHighlight
{
  cursor: pointer;
  display: table-row;
  vertical-align: top;
  text-align: left;
}
.searchResultHighlight
{
  background-color: #d7eaf8;
}

.searchResultCell
{
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.searchListContainer
{
  color: #333333;
  border: 1px solid #ddd;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.searchListResults 
{
  background-color: #ffffff;
  display: block;
}
.searchListSearchBox 
{
  background-color: #ffffff;
  padding-left: 14px;
}



#header {
	width: 100%;
	/*height: 9em;*/
	margin:  0px 0px 0px 0px;
	padding: 0.1em 0em 1.6em 0em;
	background-color: #002147;
	text-decoration: none;
}

.imagerightheader {
	float: right;
	padding-top: 7px;
	padding-bottom: 1em;
	padding-right: 3.5em;
	padding-left: 1em;
	margin: 0;
	border: 0;
	/*clear: both;*/
}

.titlewrapper {
	margin: 1.3em 0.5em 0.1em 0.5em;
	font-family: verdana, arial, helvetica, sans-serif;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	align-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}

.title {color: #FFFFFF; text-decoration: none; font-size: 200%; margin: -0.05em 0 0.2em 0.6em; }
.title a:link {color: #FFFFFF; text-decoration: none;}
.title a:visited {color: #FFFFFF; text-decoration: none;}

.searchTerm 
{
  font-weight: bold;
  display: inline-block;
}
.searchField
{
  font-weight: normal;
  font-style: italic;
  display: inline-block;
  color: #c0c0c0;
}
.searchConjunction
{
  font-weight: normal;
  font-style: italic;
  color: #c0c0c0;
  display: inline-block;
  margin-right: 5px;
}
.searchBracket
{
  font-weight: bold;
  color: blue;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.inputBoxGroup 
{
  display: table;
  border: 0px solid blue;
  padding: 0px 10px 0px 0px;
  vertical-align: bottom;
  width: 100%;
}
.inputBoxGroupRow
{
  display: table-row;
  border: 0px solid blue;
  padding: 0px 0px 0px 0px;
  vertical-align: bottom;
}
.inputBoxGroupCell
{
  display: table-cell;
  vertical-align: bottom;
  border: 0px solid red;
  padding: 0px 0px 0px 0px;
}
.inputBox 
{
  border-radius: 3px;
  border-top-right-radius: 0px; 
  border-bottom-right-radius: 0px; 
  border: 1px solid #002147;
  border-right: 0px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 22px;
  padding: 0px 0px 0px 0px;
  vertical-align: bottom;
  outline: none;
}

.searchButton
{
  border-radius: 3px;
  border-top-left-radius: 0px; 
  border-bottom-left-radius: 0px; 
  border: 1px solid #002147;
  border-left: 0px solid #002147;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 25px;
  height: 20px;
  margin-top: -2px;
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
}
.searchListTitleTable 
{
  display: table;
  width: 100%;
}
.searchListTitleRow
{
  display: table-row;
}
.searchListTitleExport 
{
  display: table-cell;
  text-align: right;
  width: 100%;

  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding: 4px 3px 4px 5px;
  background-color: #e6eaed;
  white-space: nowrap;
}
.openlink 
{
  cursor: pointer;
  text-decoration: underline;
  color: #0000ee;
  display: inline-block;
}
timelinebody {
  width:100%; 
  border-style:solid; 
  border-width: 1px; 
  border-color: #336633; 
  position:relative; 
  z-index:99999; 
  display:block; 
  height: 164px;
  line-height: 1.1em;
}
.timelineYear, .timelineYearOver {
  margin: 3px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 7pt; 
  color: black;
  /*cursor: pointer;*/
  height: 28px;
  background-color: #f0f0f0;

  border-style:solid; 
  border-width: 0px; 
  border-color: #336633; 
  line-height: 1.1em;

}
.timelineYearOver {
  /*background-color: #fcfac1;*/
}

.albumContent
{
  width: 100%;
  padding-left: 5px;
}

#divAlbum
{
  border: 1px solid #ddd;
  padding-left: 0px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}


.textField
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, arial, helvetica, courier, sans-serif;
}
.textFieldGreek
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Symbol, Tahoma, arial, helvetica, courier, sans-serif;
}
.textFieldNoGap
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, arial, helvetica, courier, sans-serif;
    padding: 2px;
    margin: 0px;
    border-style: none;
    border-width: thin;
}
.textFieldNoGapNonApproved
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, arial, helvetica, courier, sans-serif;
    padding: 2px;
    margin: 0px;
    border-style: none;
    border-width: thin;
    color: Red;
}
.textFieldNumeric
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, arial, helvetica, courier, sans-serif;
    TEXT-ALIGN: right
}
.textLabel
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, arial, helvetica, courier, sans-serif;
}
.textNonEdit
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, arial, helvetica, courier, sans-serif;
    FONT-WEIGHT: bold;
}
.textNonEditGreek
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Symbol, Tahoma, arial, helvetica, courier, sans-serif;
    FONT-WEIGHT: bold;
}
.textLabelHeading
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, arial, helvetica, courier, sans-serif;
}
