/*
    TITLE:          css/base.css
    VERSION:        1-001
    FACILITY:       cascading style sheet file for the microsite 'SwDevelopmentProcess'
    AUTHOR(S):      Dr Hlaszny, Edit | dr.hlaszny.edit@gmail.com | +36 311 6516
    SUPERVISED BY:  -
    CREATION DATE:  10-JUL/2019
    ENVIRONMENT:    IDE: Spring Tool Suite 4
                    Version: 4.1.0.RELEASE
                    Build Id: 201812201400
                    macOS High Sierra
                    Version 10.13.6
                    Memory 16 GB 2133 MHz LPDDR3
                    Serial: C02V90DTHTDD
                    Safari 12.1
                    Chrome 47.0.X
                    Firefox 42.0
    DESIGN ISSUES:
        1) http://www.w3.org/TR/2004/WD-xhtml2-20040722/
        2) http://www.w3.org/TR/REC-CSS1
           Cascading Style Sheets, level 1

    PORTABILITY ISSUES:     see DESIGN ISSUES 2)
    SUBSYSTEM:              none
    MODIFICATION HISTORY:
        date        modified by
        10-JUL-2019 HED    first draw
 */

table.base {
  border: 0px solid red;
  /*       top right down left     */
  padding: 0px  0px  10px  10px;
  width: 880px;
}

td.logo {
  width: 96px;
  height: 60px;
  vertical-align: text-middle;

}

td.title {
  text-align: left;
  // background-color: #e0ffff;
  height: 40px;
  vertical-align: bottom;
  font-family: 'Open Sans', sans-serif;

  font-size: 24px;
  font-weight: 100;
  /*         top right down left     */
  /* margin: 0px  0px  40px 40px; */

}

td.trailer {
  text-align: left;
  background-color: #ffffff;
  height: 16px;
  vertical-align: bottom;
  font-family: 'Open Sans', sans-serif;

  font-size: 11px;
  font-weight: 100;
  /*         top right down left     */
  /* margin: 0px  0px  40px 40px; */

}

td.TOCtitle {
  text-align: left;
  // background-color: #e0ffff;
  height: 26px;
  vertical-align: text-middle;
  font-family: "Arial Narrow";
  font-size: 24px;
  font-weight: normal;
  /*         top right down left     */
  /* margin: 0px  0px  40px 40px;    */

}

td.tableHdr {
  text-align: left;
  // background-color: #e0ffff;
  height: 60px;
  vertical-align: text-middle;
  font-family: "Arial Narrow";
  font-size: 24px;
  font-weight: bold;
  /*         top right down left     */
  /* margin: 0px  0px  40px 40px; */

}

td.base {
  width: 190px;
  text-align: left;
  vertical-align: text-top;
  font-family: "Arial Narrow";
  font-size: 20px;
  font-weight: normal;
}

td.embedded {
  width: 56px;
  text-align: left;
  vertical-align: text-top;
  font-family: "Arial Narrow";
  font-weight: normal;
}

div.TOC {

  border: 0px solid #20a0ff;
  background: #f8f8f8;
  text-align: left;
  width: 900px;
  /*      top  right down  left */
  margin: 0px  0px   0px  70px;
}

div.base {

  border: 0px solid #20a0ff;
  background: #f8f8f8;
  text-align: left;
  width: 900px;
  /*       top right down left */
  margin: 30px  0px  00px 20px;
}

p.base {

  border: 0px solid #20a0ff;
  font-weight: normal;
  font-family: "Arial Narrow";

  /*       top right down left */
  margin:  4px  0px  8px 0px;

}

p.embedded {

  border: 0px solid #20a0ff;
  font-weight: normal;
  font-family: "Arial Narrow";

  /*       top right down left */
  margin:  0px  0px  8px 0px;

}

p.title {

  /*       top right down left */
  margin:  0px  0px  4px 0px;

}

ul.base {

  border: 0px solid #20a0ff;
  /*       top right down left */
  margin:  0px  0px  0px 0px;

}

li.base {

  border: 0px solid #20a0ff;
  font-family: "Arial Narrow";
  font-weight: normal;
  /*       top right down left */
  margin:  0px  0px  6px 10px;
}


/*
    end of css/base.css
 */