/* pagetitle */

#pagetitle h1 {
    font-size: 150%;
    margin: 15px 7px;
    padding: 0px;
}

/* left and right column styles */

#left h3, #right h3 {
    font-weight: bold;
    font-size: 100%;
    padding: 0px;
    margin: 0px 0px 5px;
    border-bottom: 1px dotted #cccccc;
}

#left div.box, #right div.box {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 7px;
    background-color: #eeeeee;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#left div.box {
    border-right: 1px solid #cccccc;
}

#right div.box {
    border-left: 1px solid #cccccc;
}

#left img, #right img {
    margin-bottom: 10px;
}

div.box p {
    margin: 0px;
    padding: 0px;
}

/* subnav styles */

#subnav ul a:link, #subnav ul a:visited {
    display: block;
}

#subnav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#subnav ul li {
    padding: 3px 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 100%;
}

#subnav ul ul {
    list-style: none;
    padding-left: 10px;
}

#subnav ul ul li {
    font-weight: normal;
}

/* Story styles */

.story h2 {
    font-size: 150%;
    padding: 0px;
    margin: 0px 0px 10px;
    border-bottom: 1px dotted #cccccc;
    clear: both;
}

.story img.left {
    float: left;
    margin: 0px 10px 10px 0px;
}

.story img.right {
    float: right;
    margin: 0px 10px 0px 10px;
}


/* Styles for Filelist */

tr.tr-even td, tr.tr-odd td {
   margin-top: 50px;
   padding-top: 10px;
}

tr.tr-even p, tr.tr-odd p {
   padding: 0px 0px 0px 10px;
   margin: 0px;
}
