html, body, div, form, p, table, th, td
{
  font-family: "Trebuchet MS", Arial;
  font-size: 9pt;
}

html
{
  height: 100%;
}

body
{
  height: 100%;
  margin: 0px;
  color: #000000;
  text-align: center;
}

div.wrapper
{
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}


div#footer
{
  margin-top: 10px;
  height: 175px;
  text-align: center;
  background-image: url(/layout/images/background_bottom.png);
  background-repeat: repeat-x;
  background-position: top;
  color: #ffffff;
}

div#footer h2
{
  font-size: 12pt;
  font-weight: bold;
  text-transform: uppercase;
  color: #93c532;
  margin-top: 0px;
  margin-bottom: 3px;
}

a.highlight:link, a.highlight:visited
{
  font-weight: bold;
  text-decoration: underline;
  color: #93c532;
}

a.highlight:hover
{
  text-decoration: none;
}

a.external {
  background-image: url("/layout/images/external0.png");
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 1px;
  padding-right: 14px;
}

a.external:hover {
  background-image: url("/layout/images/external1.png");
}

span.highlight
{
  font-weight: bold;
  color: #93c532;
}

span.highlight_2
{
  font-size: 10pt;
  font-weight: bold;
  color: #93c532;
}

div#calcresult p
{
  font-size: 1.2em;
}

div#calcresult table
{
  margin-top: 20px;
}

div#calcresult table td
{
  padding-right: 40px;
}

div#footer a:link, div#footer a:visited
{
  color: #93c532;
  text-decoration: underline;
}

div#footer a:hover
{
  text-decoration: none;
}

div#footer a.white:link, div#footer a.white:visited
{
  color: #ffffff;
  text-decoration: underline;
}

div#footer a.white:hover
{
  text-decoration: none;
}

div#footer td
{
  color: #ffffff;
}

img.banner
{
  border: 1px solid #93c532;
  margin-bottom: 3px;
}

div#header
{
  height: 80px;
  text-align: center;
  background-image: url(/layout/images/background_top.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

div#header_bar
{
  height: 30px;
  text-align: center;
  background-image: url(/layout/images/background_bar.png);
  background-repeat: repeat-x;
  background-position: top;
}

div#header_bar input
{
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  border: 1px solid #808080;
}

div#header_bar input.button
{
  margin-top: 0px;
  padding: 0px;
  border: 0px;
}


img
{
  border: none;
}

table
{
  border: 0px;
  border-collapse: collapse;
}

table.full
{
  width: 100%;
  border: 0px;
  border-collapse: collapse;
}

th
{
  text-align: left;
}

form
{
  margin: 0px;
  padding: 0px;
}

ul, ol
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

ol
{
  padding-left: 20px;
}

ul
{
  padding-left: 15px;
}

ul#languages
{
  margin-right: 50px;
}

ul#languages li
{
  display: inline-block;
}

ul#languages li img
{
  filter: "Alpha(opacity=40)";
  height: 11px;
  opacity: 0.40;
  width: 16px;
}

ul#languages li.active img,
ul#languages li:hover img
{
  filter: "Alpha(opacity=100)";
  height: 11px;
  opacity: 1.00;
  width: 16px;
}

a:link, a:visited
{
  color: #242424;
  text-decoration: underline;
}

a:hover
{
  color: #a00000;
  text-decoration: underline;
}

div.text
{
  margin: 0px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 30px;
  background-image: url(/layout/images/background_text.png);
  background-repeat: no-repeat;

}

p.text
{
  margin: 0px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 30px;
  background-image: url(/layout/images/background_text.png);
  background-repeat: no-repeat;

}

div#impress_footer
{
  margin-top: 70px;
}

div#impress_footer *
{
  color: #808080;
}

div#impress_footer p
{
  text-align: center;
}


h1
{
  font-size: 13pt;
  font-weight: normal;
  color: #93c532;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 3px;
  text-shadow: 1px 1px 1px #ddd;
}

h2
{
  font-size: 12pt;
  font-weight: normal;
  color: #93c532;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 0px;
}

h3
{
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0px;
}


table.list
{
  width: 100%;
}

table.list tr
{
  border-bottom: 1px solid #cccccc;
}

table.list tr.row
{
  /*background-image: url(/layout/images/bg_table01.png);*/
}

table.list tr.row.derivat
{
  background-color:#faffee;
}

table.list tr.row.exact
{
  background-color:#f3ffdd;
}

table.list tr.first
{
  border-bottom: 1px solid #808080;
}

table.list td
{
  padding: 2px;
}

td.seperator, th.seperator
{
  width: 20px;
}


table.lines tr
{
  border-bottom: 1px solid #cccccc;
}

tr.no_lines
{
  border: 0px !important;
}

table.lines td
{
  padding: 2px;
}

td.vtop
{
  vertical-align: top;
}

span.reliability
{
  color: #ffc000;
}

span.wordinfo
{
  color: #666;
  margin-left: 7px;
}

span.wordclass
{
  font-size: 0.9em;
  font-style: italic;
}

span.user_reliability
{
  color: #8080ff;
}

/*--------------------------------*/
div.ac_results {
  -moz-border-radius: 5px;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 5px;
}

div.ac_results ul {
  padding: 0;
}

div.ac_results ul li {
  color: #808080;
  cursor: pointer;
  list-style: none;
  padding-left: 5px;
  text-align: left;
}

div.ac_results ul li.ac_over {
  background-color: #93c532;
  color: white;
}

img.audio,
object.audio {
	cursor: pointer;
	height: 16px;
	width: 16px;
}

div.social {
	background-position: right top;
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	margin: 0 !important;
	vertical-align: top;
	width: 16px;
}

div.social.smmpdf {
	background-image: url(/media/social/mm_pdf.png);
}

div.social.smmrss {
	background-image: url(/media/social/mm_rss.png);
}

div.social.smmtwitter {
	background-image: url(/media/social/mm_twitter.png);
}

div#admin
{
  margin: auto;
  position: relative;
  top: 11px;
  width: 100%;
}

div#admin ul
{
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  background: white url(/layout/images/background_text.png) repeat-x -2px center;
  border: 1px solid #aaa;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  height: 16px;
  margin: auto;
  padding: 1px;
}

div#admin ul li
{
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}

div#admin ul li a
{
  color: #888;
  text-decoration: none;
}

div#admin ul li a:hover
{
  color: #444;
}

