/* stylesheet for CDLI web version */


#text {
	font-size: x-large;
	font-weight: bold;
}

#type {
	font-size: large;
}

#description {
	text-align: center;
	width: 55%;
}

#links {
	width: 25%;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #ffffff;
  /* padding: 0px;
     margin: 0px; */
  background-color: #000000;
}

h1 {
  font-size: 1.6em;
  margin-bottom: 0.1em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.2em;
}

a {
  text-decoration: none;
}  
a:link {
  color: #0099FF;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #FF99FF;
}


/* XHTML translit from Steve */

.transliteration {
}
.transliteration .lnum {
  color: #808080;
}
.transliteration span.lnum {
  display: none;
}
.transliteration .xlabel { 
  font-size: 80%; 
}
p.tt { 
  margin: 0px;
}

/* full text search */
span.found {
    background: #E00000;
}

ul.resultlines {
    margin: 0px;
    padding-left: 0px;
}
ul.resultlines li {
    list-style-type: none;
}

#quicksearch {
     background-color:#000000;
     color:#ffffff;
}

.loggedin {
    color:#ffa500;
    text-align:right;
}

.credits {
    color:#ffffff;
}


div.versionhist {
    margin-top: 2em;
}

.versionhist h4 {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.versionhist p {
  font-size: 0.8em;
  margin: 0px;
}

