

.inSide {
    border-left-style : solid;
    border-left-width : 1px;
    clear : right;
    margin-bottom : 15px;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
  }


div#top {
    float : none;
    margin-bottom : 15px;
    margin-top : 15px;
    vertical-align : top;
  }


div#left {
    float : left;
    overflow : auto;
    text-indent : 15px;
    height : 100%;
    width : 100%;
  }


div#leftContainer {
    float : left;
    height : 70%;
    margin-bottom : 15px;
    width : 50%;
  }


div#rightContainer {
    clear : right;
    float : left;
    height : 72%;
    width : 50%;
  }


div#right {
    height : 102%;
    width : 100%;
    overflow : auto;
    text-indent : 15px;
    text-align:left;
    clear: right;
  }


div#hitNr {
    font-weight : bold;
    text-align : center;
  }


div#resultLink {
    font-weight : bold;
    text-align : left;
    text-indent: 15px;
  }


div#detailsLink {
    font-weight : bold;
    margin-right : 15px;
    text-align : right;
    text-indent : 15px;
  }


div#resultBody {
    font-style : italic;
    text-align : left;
    text-indent : 30px;
  }


div#detailsHeader, span#detailsHeader {
    font-weight : bold;
    text-align : left;
    text-indent: 15px;
  }


div#detailsText {
    font-style : italic;
    text-align : left;
    margin-left: 30px;
  }


span#detailsText {
    font-weight : normal;
    font-style : italic;
    text-align : left;
  }


div#detailsText2 {
    font-style : italic;
    font-weight: bold;
    text-align : left;
    margin-left: 25px;
  }


div#logicButtons {
    margin-top : 1.6em;
    vertical-align : middle;
  }


span#searchFields {
    margin-left : 2em;
    table-layout : fixed;
    white-space : nowrap;
  }


body {
    background-color: #EEEEEE;
    color: #4B4B4B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    height : 90%;
  }


html {
    height : 100%;
  }


.inputBox {
    width : 150px;
  }


.noHighlight A:visited {
    color : #3333ff;
  }


