@import url('./form.css');
@import url('./nav.css');

hr {
background-color:#000;
border:0 solid #000;
height:1px;
}

.errorlist {
color:red;
}

div.index_title {
border-bottom:1px solid #000;
padding:3px;
}

div.thread {
border-bottom:1px solid #bbb;
padding:0.2em 0.5em 0.2em 1em;
}

div.forummenu,.forummenu-first {
background:#eee;
border-bottom:1px solid #999;
font-size:85%;
padding:5px;
}

.forummenu-first {
background-image:url('/media/img/cdd_topleft.png');
background-position:top right;
background-repeat:no-repeat;
}

div.forummenu ul {
list-style:none;
margin-left:0;
padding-left:1em;
text-indent:-1em;
}

#autocomplete_div .highlight {
background:#FF0;
font-weight:700;
}

#autocomplete_div {
background-color:#cfc;
border:none;
color:#333;
padding-right:1em;
position:relative;
top:-6px;
z-index:4000;
}

p.thread_page_nav {
font-size:77%;
margin-left:10%;
margin-right:10%;
}

p.index_page_nav {
font-size:77%;
}

span.thread_menu {
float:right;
font-size:85%;
}

span.timesince {
color:#999;
font-size:85%;
}

div.rpc_message {
text-align:center;
width:100%;
}

p.rpc_message {
background-color:#f33;
border:1px solid #000;
}
