body {
        margin: 0px;
        margin-top: 23px;
	background-color: #dedede;
	color: #252525;
	font-family:  Verdana, Arial, Helvetica sans-serif;
	font-size: 11pt;
}

body.result {
    margin-top: 40px;
    margin-bottom: 20px;
}

body.context {
    background: none;
    padding: 10px;
}

body.fullref {
    background: none;
    padding: 10px;
}

a:link    { color: black }
a:visited { color: black }
a:hover   { color: black }
a:active  { color: black }

a.kwic:link {
    color: red;
    text-decoration: none;
}
a.kwic:visited {
    color: red;
    text-decoration: none;
}
a.kwic:hover   {
    color: red;
    text-decoration: none;
}
a.kwic:active  { 
    color: red;
    text-decoration: none;
}

a.info:link    { color: white }
a.info:visited { color: white }
a.info:hover   { color: white }
a.info:active  { color: white }
a.info { font-size: 10pt }

a.addfilter:link    { color: white }
a.addfilter:visited { color: white }
a.addfilter:hover   { color: white }
a.addfilter:active  { color: white }
a.addfilter {
    font-size: 10pt;
    border: 1px grey solid;
    padding: 2px;
    text-decoration: none;
}

button {
    border: 1px solid black;
}

span.coll {
    color: midnightblue;
    font-style: italic;
}

img {
    border: 0;
}

table {
    font-size: 11pt;
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: #d4d4d4;
}

hr {
    height: 1px;
    border: 0;
    background-color: #bababa;
}
th {
    background-color: #bababa;
}

#info {
    position: fixed;
    /*_position: absolute;*/
    vertical-align: middle;
    text-align: right;
    top: 0;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    z-index: 1;
    /* background-color: #000000; */
    background-color: #4f4f4f;
    color: #ffffff;
    font-size: 10pt;
    opacity: 0.90;
    filter:alpha(opacity=90);
    border-bottom: 1px solid black;
}

#info_t {
    position: fixed;
    /*_position: absolute;*/
    vertical-align: middle;
    text-align: right;
    margin-right: 3px;
    top: 0px;
    right: 0px;
    height: 20px;
    z-index: 2;
    color: #ffffff;
    font-size: 10pt;
    opacity: 1;
}

#dir_t {
    position: fixed;
    /*_position: absolute;*/
    vertical-align: middle;
    text-align: right;
    margin-left: 3px;
    top: 0px;
    left: 0px;
    height: 20px;
    z-index: 2;
    color: #ffffff;
    font-size: 10pt;
    opacity: 1;
}

#error {
    position: fixed;
    /*_position: absolute;*/
    vertical-align: middle;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    z-index: 1;
    color: red;
    font-size: 10pt;
    font-weight: bold;
}

#login {
    position: absolute;
    top: 50%;
    left: 50%;
}

#login_in {
    position: relative;
    top: -50%;
    left: -50%;
}

table.queryList {
    min-width: 500px;
    font-size: 11pt;
    border-spacing: 0px;
    border-collapse: collapse;

}

table.queryList th {
    background-color: #bababa;
    font-weight: bolder;
    border: 1px solid #bababa;
}

table.queryList td.new {
    border: 0px;
    background-color: #dedede;
    font-weight: bolder;
}

table.queryList td {
    border: 1px solid #bababa;
    background-color: #d4d4d4;
}
table.selcorp {
    border: 1px solid #bababa;
    background-color: #d4d4d4;
    font-size: 11pt;
}

td.selcorp {
    vertical-align: top;
    border: 1px solid #bababa;
    padding: 10px;
}

table.query {
    border-collapse: collapse;
}

table.query td {
    border: 1px solid #bababa;
    padding: 10px;
}

table.query th {
    border: 1px solid #bababa;
}

table.query_int td {
    padding: 3px;
    padding-right: 30px;
    border: 0px;
}

table.query_int th {
    border: 0;
    text-align: left;
    background-color: #d4d4d4;
    font-size: 11pt;
}

input.text {
    width: 100%;
    font-size: 11pt;
}

input#inputfroml {
    font-size: 11pt;
    color: white;
    text-align: right;
    border: 0px solid black;
    background-color: transparent;
}

input#inputtol {
    font-size: 11pt;
    color: white;
    text-align: left;
    border: 0px solid black;
    background-color: transparent;
}

span.attr {
    font-size: 9pt;
    color: blue;
}

span.strc {
    color: teal;
}

td.option {
    margin: 0;
    padding: 0;
}

table.option {
    margin: 0;
    padding: 0;
    border-spacing: 0px;
}

table.option td {
    font-size: 10pt;
    border: 0;
    background-color: #3e3e3e;
    color: white;
}

table.option td.disabled {
    color: grey;
}

table.option input.disabled {
    border-color: grey;
    background-color: grey;
}

table.option select {
    font-size: 10pt;
    background-color: #3e3e3e;
    color: white;
}


table.option th {
    font-size: 10pt;
    border: 0;
    background-color: #3e3e3e;
    color: white;
}


td.option a:link    { color: white }
td.option a:visited { color: white }
td.option a:hover   { color: white }
td.option a:active  { color: white }

td.option a.inactive:link    { 
    color: grey;
    text-decoration: none;
}
td.option a.inactive:visited { 
    color: grey;
    text-decoration: none;
}
td.option a.inactive:hover   { 
    color: grey;
    text-decoration: none;
}
td.option a.inactive:active  { 
    color: grey;
    text-decoration: none;
}




div.navright a:link    { color: white }
div.navright a:visited { color: white }
div.navright a:hover   { color: white }
div.navright a:active  { color: white }

div.navcenter a:link    { color: white }
div.navcenter a:visited { color: white }
div.navcenter a:hover   { color: white }
div.navcenter a:active  { color: white }

table.id {
    height: 100%;
}


table.filter {
    width: 300px;
}

table.filter input.text {
    width: 250px;
}


table.result {
    border: 1px solid #3e3e3e;
    border-collapse: colapse;
    z-index: 2;
}

table.result tr.option {
    color: white;
    background-color: #3e3e3e;
}

table.result td {
    padding: 3px;
}

table.result td.option {
    background-color: #3e3e3e;
    border: 1px solid #bababa;
}

td.filter {
    font-size: small;
}

table.result td.rightborder {
    border-right: 1px solid #3e3e3e;
}

table.result td.topborder {
    border-top: 1px solid #3e3e3e;
}

table.result td.bottomborder {
    border-bottom: 1px solid #3e3e3e;
}

table.result td.refs {
    min-height: 0px;
    font-size: 9pt;
}

table.result td.nokwic {
    min-width: 300px;
}

table.result td.even {
    background-color: #bfbfbf;
}

table.login {
    border: 1px solid #bababa;
    border-spacing: 10px;
}

span.tokens {
    font-size: 9pt;
    font-style: italic;
}

td.navigation {
    text-align: center;
}

span.goleft {
    margin: 0px;
    padding: 0px;
    text-align: left;
    //border: 1px solid white;
}

span.goright {
    margin: 0px;
    padding: 0px;
    text-align: right;
    //border: 1px solid white;
}

span.center {
    margin: 0px;
    padding: 0px;
    text-align: center;
    //border: 1px solid white;
}

div.navigation {
    position: fixed;
    vertical-align: middle;
    text-align: right;
    top: 21px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 18px;
    z-index: 1;
    /* background-color: #000000; */
    background-color: #4f4f4f;
    color: #ffffff;
    font-size: 10pt;
    border-bottom: 1px solid black;
    opacity: 0.90;
    filter:alpha(opacity=90);
}

div.navleft {
    position: fixed;
    vertical-align: middle;
    text-align: left;
    margin-left: 3px;
    /*width: 100%;*/
    left: 0px;
    top: 21px;
    height: 20px;
    z-index: 3;
    color: #ffffff;
    font-size: 10pt;
    opacity: 1;
}

div.navright {
    position: fixed;
    _position: absolute;
    vertical-align: middle;
    margin-right: 3px;
    text-align: right;
    /*width: 100%;*/
    right: 0px;
    top: 21px;
    height: 20px;
    z-index: 2;
    color: #ffffff;
    font-size: 10pt;
}

div.navcenter {
    position: fixed;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    top: 21px;
    height: 20px;
    z-index: 2;
    color: #ffffff;
    font-size: 10pt;
}

div.navcenter input {
    font-weight: bold;
    position: relative;
    bottom: 1px;
    background-color: transparent;
    color: white;
    border: 1px white solid;
}

div.navcenter a {
    font-size: 8pt;
    text-decoration: none;

}

div.navigation a:link    { color: #ffffff; }
div.navigation a:visited { color: #ffffff; }
div.navigation a:hover   { color: #ffffff; }
div.navigation a:active  { color: #ffffff; }

span#nextpage a:link    { color: #ffffff; }
span#nextpage a:visited { color: #ffffff; }
span#nextpage a:hover   { color: #ffffff; }
span#nextpage a:active  { color: #ffffff; }

span#prevpage a:link    { color: #ffffff; }
span#prevpage a:visited { color: #ffffff; }
span#prevpage a:hover   { color: #ffffff; }
span#prevpage a:active  { color: #ffffff; }

#context {
    position: fixed;
    margin: 0px;
    padding: 0px;
    width: 100%;
    bottom: 21px;
    height: 300px;
    z-index: 1;
    color: black;
    font-size: 12pt;
    text-align: center;
    /*opacity: 0.90;*/
    /*filter:(opacity=90);*/
}

#context iframe {
    border: 0;
}

#context div {
    background-color: white;
    width: 600px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    z-index: 10;
}

#closecontext {
    position: fixed;
    top: 0px;
    right: 0px;
}

#fullref {
    position: fixed;
    margin: 0px;
    padding: 0px;
    width: 100%;
    bottom: 21px;
    height: 500px;
    z-index: 3;
    color: black;
    font-size: 12pt;
    text-align: center;
    opacity: 0.90;
    filter:alpha(opacity=90);
}

#fullref div {
    background-color: white;
    width: 450px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#closefullref {
    position: fixed;
    _position: absolute;
    top: 0px;
    right: 0px;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

div#searching {
    position: relative;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 100px;
    background-color: white;
    border: 1px solid black;
    overflow: hidden;
}

div#searching_inner {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    #position: absolute;
    #top: 50%;
}


#bottom_line {
    position: fixed;
    bottom: 0px;
    height: 20px;
    width: 100%;
    background-color: white;
    border-top: 1px solid black;
    opacity: 0.90;
    filter:alpha(opacity=90);
    text-align: right;
    padding-right: 3px;
}

#export_line {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 20px;
    padding-left: 3px;
}

