﻿#ContainerQuellCodeBrowser
{
    width: 1024px;
    font-family: Verdana;
    font-size: 10pt;
    border: none;
    margin-bottom: 4px;
}

#ContainerQuellCodeBrowser input
{
    background-color: Gray;
    color: #ffffff;
    height: 22px;
}

#ContainerQuellCodeBrowser h1
{
    font-size: 16pt;
    color: #F79301;
}

#ContainerQuellCodeBrowser h2
{
    font-size: 12pt;
    color: #F79301;
}

#ContainerQuellCodeBrowser h3 a
{
    font-size: 9pt;
    color: #F79301;
}

#HomePageContent
{
    width: auto;    
    background-color: transparent;
}

#SourceTitle
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bolder;
    font-style: italic;
    margin-bottom: 10px;
}

#HomePagBody
{
    float: right;
    font-size: 11pt;
    color: #000000;
    width: 410px;
    margin-left: 0px;
    margin-right: 5px;  
}

#HomePagBody span
{
    line-height: 1.7em;
}

#Header
{
    background-color: #F6F6F6;
    width: 100%;
    margin-bottom:5px;
    height: 100px;
}

#Navigation
{
    width: 255px;
    float: left;
    vertical-align: bottom;
    height: 648px;
    margin-left: 0px;
    margin-right: 0px;
}

#Listing
{
    width: 745px;
    height: 648px;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    padding-left: 5px;
    background-image: url(../Images/standard_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

#ListingContainer
{
    overflow: auto;
}

#Footer
{
    width: 100%;
    background-color: #F6F6F6;
    height: 10px;
    border-top: 1px solid #000000;
    font-size: 8pt;
    text-align: center;
}

.ui-accordion .ui-accordion-header A
{
    font-size: 0.7em;
}

.ui-accordion-content-active A
{
    margin-bottom: 10px;
}

.ui-accordion .ui-accordion-content
{
    font-size: 0.7em;
    height: 358px;
}
