body {
    font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a {
  color: black;
  text-decoration:underline;
}

a:hover {
  color: black;
  text-decoration:underline;
}

div.dokuwiki {
    background-image: url("index.gif");
    background-repeat: no-repeat;
}

div.dokuwiki h2 {
  margin-left: 0px !important;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
}


#global {
    position: relative;
    left: 0px;
    top: 0px;
    width: 99%;
    height: 600px;
}


#selector {
    position: absolute;
    left: 220px;
    top: 150px;
    z-index: 100;
    height: 100px;
    width: 750px;
    background-image: url("anneau_top.gif");
    background-repeat: no-repeat;
    text-indent: 5px !important;
}

#selector_bot {
    position: relative;
    top: -80px;
    float: right;
    z-index: -100;
    background-image: url("anneau_bottom.gif");
    background-repeat: no-repeat;
    width: 80px;
    height: 81px;
}

#container {
    position: absolute;
    text-align: justify;
    width: 77%;
    left: 210px;
    top: 280px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-image: url("border_top.gif");
    background-repeat: no-repeat;
    margin: 0;
}

#container_bot {
    position: relative;
    top: -31px;
    left: 8px;
    float: right;
    z-index: -100;
    background-image: url("border_bottom.gif");
    background-repeat: no-repeat;
    width: 176px;
    height: 39px;
}

#copyright {
    position: relative;
    top: 30px;
    float: left;
    text-align: center;
    width: 100%;
}

div#selector table {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 30px;
    width: 710px;
    height: 100%;
}

div#selector table tr td {
    text-align: left;
    width: 25%;
    font-weight: bold;
}

div#menu {
    position: absolute;
    left: 0px;
    top: 280px;
    width: 204px;
    margin-left: 0px ;
    text-align: center;
    z-index: 10000;
}

#menuhome {
    top: 1em;
}

dl#menuhome {
    width: 220px;
}

dl#menuhome dt {
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin: 0px 0;
    background: url(/lib/tpl/tolkiendil/images/interface-def_18-3.jpg) no-repeat left top;
    text-align: center;
    font-weight: bold;
    font-variant: small-caps;
}

dl#menuhome dt a:hover{
    background: url(/lib/tpl/tolkiendil/images/interface-def_18-2.jpg) no-repeat left top;
}

dl#menuhome dt a {
    color: #000;
    text-decoration: none;
    display: block;
    font-family: Verdana;
}

dl#menuhome dd {
    margin-left: 1.8em;
}

a.message em {
    display:none;
    font-size: 8pt !important;
}
a.message:hover {
    border: 0; 
    position: relative; 
    z-index: 500;
    text-decoration: none !important;
}
a.message:hover em {
    font-style: normal;
    display: block; 
    position: absolute; 
    top: 20px; 
    left: -10px; 
    padding: 5px; 
    color: #000; 
    border: 1px solid #393939; 
    background-color: #EEEEEE; 
    width:600px;
}
span.message:hover {
    text-decoration: underline !important;
}

.quote_header {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.quote_body {
	background: #fff;
	border: 1px dashed #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 0px auto;
}
