h1,h2,h3 {
    font-size: 105%;
    font-weight: bold;
    color: #DCDCDC;
}

h2 {
    font-size: 120%;
}

a {
    font-weight: bold;
    color: #EA6E00;
}

strong {
    font-weight: bold;
}

html, body {
    background: #353D40;
    color: #fff;
}

#left {
    background-color: #2F3739;
}

#main {
    background: #353D40;
}

#right {
    background-color: #2F3739;
}

#title {
    background: #353D40;
}

#topmenu {
    text-align: left;
    background-color: #2F3739;
    border: 1px solid #EA6E00;
}


#topmenu ul li a {
    display: inline-block;
    padding: 0.5em 1em;
    margin:0;
    border-right: 1px solid #EA6E00;
    color: #EA6E00;
    text-decoration: none;
    font-weight: bold;
    background-color: #2F3739;
}

#topmenu ul li#current  a{
    background-color: #4A565A;
}

#topmenu ul li a:hover {
    background-color: #4A565A;
}

#topmenu input {
    background: #FFDD99;
    width: 150px;
    border: 1px solid orange;
    float: right;
    font-size:105%;
    display: none;
}

#irc { 
    text-align: center;
    vertical-align: top;
}

#irc>table {
    margin-right: auto;
    margin-left: auto;
}

#irc>table td {
    vertical-align: top;
    padding: 10px;
}

#newsbox .moduletable {
    background: #273032;
    color: #fff;
}

div.contentdescription {
    padding: 10px 0;
}

p.pageinfo {
    border-bottom: 2px solid #4A565A;
}

p.iteminfo {
    display: none;
    font-size: 85%;
    background-color: #4A565A;
    padding: 2px;
}

.articlecontent {
    text-align: justify;
    padding-top: 5px;
}

.articlecontent p {
    margin-bottom: 5px;
}

div.moduletable h1 {
    background-color: #273032;
    color: #DCDCDC;
}

div.moduletable_menu h1 {
    background-color: #273032;
    color: #DCDCDC;
}

div.moduletable_menu a {
    background-color: #2F3739;
    display: block;
    padding: 0.3em 0.5em;
    border-left: 10px solid #4A565A;
    text-decoration: none;
    font-weight: bold;
    color: #EA6E00;
}

div.moduletable_menu .active>a {
    background-color: #4A565A;
}

.parent li a {
    margin-left: 10px;
}

div.moduletable_menu a:hover {
    border-left: 10px solid #2F3739;
}

#ft {
    background: #353D40;
}

.leading, .article_column {
    text-align: justify;
}

div.moduletable input {
    width: 80%;
    border: 1px solid #EA6E00;
    background-color: #2F3739;
    color: #EA6E00;
}

div.moduletable .button {
    width: 50%;
    margin-bottom: 1em;
}

form p {
    font-size: 85%;
}

div.tool-tip {
    background-color: #4A565A;
}

.articlecontent ul {
   list-style-position: inside;
   list-style-type: disc;
}

.articlecontent ol {
  list-style-position: inside;
  list-style-type: decimal;
}  

.articlecontent td {
  padding: 15px;
}  

.articlecontent img {
  border: 1px solid #fff;
}
